https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246618
--- Comment #31 from Danilo G. Baio <db...@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@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@12-mips64-default:/tmp # /usr/bin/bsdtar -xf /portdistfiles/python/Sphinx-3.0.3.tar.gz root@12-mips64-default:/tmp # echo $? 0 root@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@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@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. _______________________________________________ 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"