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

--- Comment #30 from Tijl Coosemans <t...@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.
_______________________________________________
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"

Reply via email to