[Bug 246618] textproc/py-sphinx: fails to build with static bsdtar(1) after r534966
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu May 28 02:16:42 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246618
--- Comment #31 from Danilo G. Baio <dbaio at freebsd.org> ---
(In reply to Tijl Coosemans from comment #30)
Thank you again for the info.
did you mean `/usr/bin/bsdtar` ?
"EXTRACT_CMD= ${SETENV} LC_ALL=en_US.UTF-8 /usr/bin/bsdtar"
...
# poudriere testport -j 12-mips64 -p default -o textproc/py-sphinx -I
# jexec 12-mips64-default-n env -i TERM=$TERM /usr/bin/login -fp root
root at 12-mips64-default:/tmp # /usr/bin/tar -xf
/portdistfiles/python/Sphinx-3.0.3.tar.gz
tar: Pathname can't be converted from UTF-8 to current locale.
tar: Error exit delayed from previous errors.
root at 12-mips64-default:/tmp # /usr/bin/bsdtar -xf
/portdistfiles/python/Sphinx-3.0.3.tar.gz
root at 12-mips64-default:/tmp # echo $?
0
root at 12-mips64-default:/tmp # file /usr/bin/tar
/usr/bin/tar: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD),
statically linked, for FreeBSD 12.1, FreeBSD-style, stripped
root at 12-mips64-default:/tmp # file /usr/bin/bsdtar
/usr/bin/bsdtar: ELF 64-bit MSB executable, MIPS, MIPS-III version 1 (FreeBSD),
dynamically linked, interpreter /libexec/ld-elf.so.1, FreeBSD-style, for
FreeBSD 12.1, stripped
root at 12-mips64-default:/tmp # locale
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=
side note, cpio can also extract sphinx on mips 12.1 mips.mips64 using
native-xtools without LC_ALL=en_US.UTF-8.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list