[Bug 246618] textproc/py-sphinx: fails to build with static bsdtar(1) after r534966
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed May 27 11:19:06 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246618
Danilo G. Baio <dbaio at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |linimon at FreeBSD.org,
| |portmgr at FreeBSD.org
--- Comment #27 from Danilo G. Baio <dbaio at freebsd.org> ---
lang/go has this same extract issue, and they use this EXTRACT_CMD:
EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 ${TAR}
but it has `ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386`.
I added in this patch (attachment 214910) the option to extract with cpio on
mips*, could be gtar as well.
I'm not so comfortable with this, CCing portmgr and linimon to help reviewing
please.
lang/go and now textproc/py-sphinx, probably we will face this issue again
soon.
In sphinx, the file that is causing this is an image file, used by tests, which
is not even necessary for building.
Sometimes I feel that is easier to remove that from the archive and host it
somewhere.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list