[Bug 246670] bsdtar: Fails to extract (UTF-8) under QEMU_EMULATING
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat May 23 02:44:42 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246670
--- Comment #5 from Jan Beich <jbeich at FreeBSD.org> ---
(In reply to Conrad Meyer from comment #1)
> In the C locale, some UTF-8 characters are not representable.
Indeed. Why bsdtar(1) only errors out when built statically? QEMU_EMULATING
builds use native-xtools which are native binaries built statically in order to
speed up emulated builds.
--- tar tf (en_US.UTF-8)
+++ tar tf (C)
@@ -1258,7 +1258,7 @@
Sphinx-3.0.3/tests/roots/test-images/subdir/svgimg.pdf
Sphinx-3.0.3/tests/roots/test-images/subdir/svgimg.svg
Sphinx-3.0.3/tests/roots/test-images/subdir/svgimg.xx.svg
-Sphinx-3.0.3/tests/roots/test-images/testimäge.png
+Sphinx-3.0.3/tests/roots/test-images/testim?ge.png
Sphinx-3.0.3/tests/roots/test-index_on_title/
Sphinx-3.0.3/tests/roots/test-index_on_title/conf.py
Sphinx-3.0.3/tests/roots/test-index_on_title/contents.rst
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list