FreeBSD Bugzilla – Attachment 240045 Details for
Bug 269458
devel/py-virtualenv: 'make stage' fails with Permission Denied
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix build when a previous version of virtualenv is installed
Makefile.pr269458.patch (text/plain), 811 bytes, created by
Nicola Vitale
on 2023-02-10 14:56:53 UTC
(
hide
)
Description:
Fix build when a previous version of virtualenv is installed
Filename:
MIME Type:
Creator:
Nicola Vitale
Created:
2023-02-10 14:56:53 UTC
Size:
811 bytes
patch
obsolete
>--- Makefile 2023-02-09 16:20:05.643039000 +0100 >+++ Makefile.pr269458 2023-02-10 15:44:54.947251000 +0100 >@@ -33,9 +33,9 @@ > PEP517_BUILD_CMD= ${PYTHON_CMD} -m hatchling build --target wheel > PEP517_INSTALL_DEPEND= ${PKGNAMEPREFIX}pip>=22.3.1:devel/py-pip@${PY_FLAVOR} > PEP517_INSTALL_CMD= ${PYTHON_CMD} -m pip install --no-color --compile \ >- --no-deps --no-warn-script-location --prefix ${PREFIX} \ >- --progress-bar off --root ${STAGEDIR} \ >- --root-user-action ignore --verbose \ >+ --ignore-installed --no-deps --no-warn-script-location \ >+ --prefix ${PREFIX} --progress-bar off --root \ >+ ${STAGEDIR} --root-user-action ignore --verbose \ > ${BUILD_WRKSRC}/dist/${PORTNAME:C/[-_]+/_/g}-${PORTVERSION}-*.whl > > # Fix the LookupError: setuptools-scm was unable to detect version (build target)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 269458
: 240045