Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 May 2020 01:26:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 246670] bsdtar: Fails to extract (UTF-8) under QEMU_EMULATING
Message-ID:  <bug-246670-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 246670
           Summary: bsdtar: Fails to extract (UTF-8) under QEMU_EMULATING
           Product: Base System
           Version: Unspecified
          Hardware: arm64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: bin
          Assignee: bugs@FreeBSD.org
          Reporter: dbaio@freebsd.org
                CC: jbeich@FreeBSD.org, kevans@freebsd.org

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


More details on bug #246618
Reported by jbeich@

--=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-246670-227>