bug in busybox v1.18.4 tar?
Natanael Copa
natanael.copa at gmail.com
Tue May 24 09:08:57 UTC 2011
Hi,
I think i have a bug in busybox v1.18.4 tar.
The problem seems to be that a file ends up as .f instead of .filters.
There are lots of "tar: warning: skipping header 'x'" but i'm not
sure those are related.
The archive is:
http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.9.tar.bz2
With busybox tar:
$ wget -q -O - http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.9.tar.bz2
| busybox tar -jt 2>/dev/null | grep emit.vcxproj.f
libsigc++-2.2.9/MSVC_Net2010/tests/test_disconnect_during_emit/test_disconnect_during_emit.vcxproj.f
(note the .f at end)
With GNU tar:
$ wget -q -O - http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-2.2.9.tar.bz2
| tar -jt 2>/dev/null | grep emit.vcxproj.f
libsigc++-2.2.9/MSVC_Net2010/tests/test_disconnect_during_emit/test_disconnect_during_emit.vcxproj.filters
(note the .filters at end)
Thanks!
--
Natanael Copa
More information about the busybox
mailing list