[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 22:11:47 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246618

--- Comment #30 from Tijl Coosemans <tijl at FreeBSD.org> ---
The files in /usr/share/locale are indeed big-endian on mips.  That means "make
native-xtools" in base should build/install its own /nxb-bin/usr/share/locale
and compile libraries and programs with _PATH_LOCALE (in paths.h) set to
"/nxb-bin/usr/share/locale".  Until that is fixed in all supported FreeBSD
versions ports will have to use "EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8
/usr/bin/tar".  cpio is also part of libarchive like tar, and suffers from the
same problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-python mailing list