https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246618
Danilo G. Baio <db...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lini...@freebsd.org, | |port...@freebsd.org --- Comment #27 from Danilo G. Baio <db...@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. _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"