Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 2020 22:11:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 246618] textproc/py-sphinx: fails to build with static bsdtar(1) after r534966
Message-ID:  <bug-246618-21822-PDDscdf4XP@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-246618-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-246618-21822@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

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

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-246618-21822-PDDscdf4XP>