FreeBSD Bugzilla – Attachment 238969 Details for
Bug 268500
devel/py-wheel Poudriere fails to extract py-wheel
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to fix extraction on cross-building amd64/armv7
py-wheel.pr268500.patch (text/plain), 371 bytes, created by
Nicola Vitale
on 2022-12-22 10:28:23 UTC
(
hide
)
Description:
patch to fix extraction on cross-building amd64/armv7
Filename:
MIME Type:
Creator:
Nicola Vitale
Created:
2022-12-22 10:28:23 UTC
Size:
371 bytes
patch
obsolete
>diff -ruN py-wheel/Makefile py-wheel.pr268500/Makefile >--- py-wheel/Makefile 2022-11-19 10:09:01.916762000 +0100 >+++ py-wheel.pr268500/Makefile 2022-12-22 11:18:55.656856000 +0100 >@@ -13,6 +13,7 @@ > USES= python:3.6+ > USE_PYTHON= autoplist concurrent distutils > >+EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar > NO_ARCH= yes > > OPTIONS_DEFINE= PIP SIGNATURE
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 268500
: 238969
Working