Date: Fri, 22 May 2020 19:37:46 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 246618] textproc/py-sphinx: fails to build under QEMU_EMULATING after r534966 Message-ID: <bug-246618-21822-lCb07Ss1Xa@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 #3 from Danilo G. Baio <dbaio@freebsd.org> --- On our ref machines (ref[11|12|13]-aarch64.freebsd.org), that doesn't happe= n. I can simulate that on poudriere as you suggested (QEMU env). But see how it's odd: root@12-aarch64-default:~ # 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 root@12-aarch64-default:/tmp # tar -zxf /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-aarch64-default:/tmp # echo $? 1 root@12-aarch64-default:/tmp # setenv LANG en_US.UTF-8 root@12-aarch64-default:/tmp # setenv LC_ALL en_US.UTF-8 root@12-aarch64-default:/tmp # setenv MM_CHARSET UTF-8 root@12-aarch64-default:/tmp # locale LANG=3Den_US.UTF-8 LC_CTYPE=3D"en_US.UTF-8" LC_COLLATE=3D"en_US.UTF-8" LC_TIME=3D"en_US.UTF-8" LC_NUMERIC=3D"en_US.UTF-8" LC_MONETARY=3D"en_US.UTF-8" LC_MESSAGES=3D"en_US.UTF-8" LC_ALL=3Den_US.UTF-8 root@12-aarch64-default:/tmp # tar -zxf /portdistfiles/python/Sphinx-3.0.3.tar.gz root@12-aarch64-default:/tmp # echo $? 0 There are some workarounds here. But I think we should link this with a PR for bsdtar. --=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-lCb07Ss1Xa>