https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246618
--- Comment #30 from Tijl Coosemans <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "[email protected]"
