Re: 8.2-PRERELEASE: bsdtar does not recognise xz -z9 compression

2010-12-23 Thread Alex Kozlov
Hi, stable Possible fix for this issue. (MFC r201167): -- Adios Index: lib/libarchive/archive_read_support_compression_xz.c @@ -48,6 +48,7 @@ #endif #include "archive.h" +#include "archive_endian.h" #include "archive_private.h" #include "archive_read_private.h" @@ -205,37 +206,100 @@ {

Re: 8.2-PRERELEASE: bsdtar does not recognise xz -z9 compression

2010-12-23 Thread Alex Kozlov
On Thu, Dec 23, 2010 at 02:30:34AM -0800, Jeremy Chadwick wrote: > On Thu, Dec 23, 2010 at 11:15:17AM +0200, Alex Kozlov wrote: >> Hi, stable >> >> Can anyone reproduce this? >> >> $uname >> FreeBSD 8.2-PRERELEASE #0: Thu Dec 23 10:11:09 i386 >> $cd /tmp >> $dd if=/dev/random of=junk bs=1024 coun

Re: 8.2-PRERELEASE: bsdtar does not recognise xz -z9 compression

2010-12-23 Thread Jeremy Chadwick
On Thu, Dec 23, 2010 at 11:15:17AM +0200, Alex Kozlov wrote: > Hi, stable > > Can anyone reproduce this? > > $uname > FreeBSD 8.2-PRERELEASE #0: Thu Dec 23 10:11:09 i386 > $cd /tmp > $dd if=/dev/random of=junk bs=1024 count=1 > 1+0 records in > 1+0 records out > 1024 bytes transferred in 0.77

8.2-PRERELEASE: bsdtar does not recognise xz -z9 compression

2010-12-23 Thread Alex Kozlov
Hi, stable Can anyone reproduce this? $uname FreeBSD 8.2-PRERELEASE #0: Thu Dec 23 10:11:09 i386 $cd /tmp $dd if=/dev/random of=junk bs=1024 count=1 1+0 records in 1+0 records out 1024 bytes transferred in 0.77 secs (13297112 bytes/sec) $tar cvf junk.tar junk a junk $xz -z9ck junk.tar >junk-z