[Bug 246670] bsdtar: Fails to extract (UTF-8) under QEMU_EMULATING
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 23 01:26:25 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246670
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 at FreeBSD.org
Reporter: dbaio at freebsd.org
CC: jbeich at FreeBSD.org, kevans at freebsd.org
root at 12-aarch64-default:~ # locale
LANG=
LC_CTYPE="C"
LC_COLLATE="C"
LC_TIME="C"
LC_NUMERIC="C"
LC_MONETARY="C"
LC_MESSAGES="C"
LC_ALL=
root at 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 at 12-aarch64-default:/tmp # echo $?
1
root at 12-aarch64-default:/tmp # setenv LANG en_US.UTF-8
root at 12-aarch64-default:/tmp # setenv LC_ALL en_US.UTF-8
root at 12-aarch64-default:/tmp # setenv MM_CHARSET UTF-8
root at 12-aarch64-default:/tmp # locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=en_US.UTF-8
root at 12-aarch64-default:/tmp # tar -zxf
/portdistfiles/python/Sphinx-3.0.3.tar.gz
root at 12-aarch64-default:/tmp # echo $?
0
More details on bug #246618
Reported by jbeich@
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list