Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2020 02:16:36 +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-UsDSaARGGe@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/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246618

--- Comment #31 from Danilo G. Baio <dbaio@freebsd.org> ---
(In reply to Tijl Coosemans from comment #30)

Thank you again for the info.

did you mean `/usr/bin/bsdtar` ?
"EXTRACT_CMD=3D ${SETENV} LC_ALL=3Den_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=3D$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 (FreeB=
SD),
dynamically linked, interpreter /libexec/ld-elf.so.1, FreeBSD-style, for
FreeBSD 12.1, stripped

root@12-mips64-default:/tmp # locale
LANG=3D
LC_CTYPE=3D"C"
LC_COLLATE=3D"C"
LC_TIME=3D"C"
LC_NUMERIC=3D"C"
LC_MONETARY=3D"C"
LC_MESSAGES=3D"C"
LC_ALL=3D

side note, cpio can also extract sphinx on mips 12.1 mips.mips64 using
native-xtools without LC_ALL=3Den_US.UTF-8.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



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