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
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to