Closed GoogleCodeExporter closed 9 years ago
This is likely due to your xar not being built with bzip2 support.
It is a bug that xar does not print an error when specifying an unsupported
compression type. I believe I have
fixed this in commit 227. Can you please check out from trunk and test this?
Original comment by bbraun
on 25 Nov 2009 at 1:31
I tested it with commit 230. Got the error message:
This instance of xar doesn't understand compression type bzip2
After installing libbz2-dev and configure with --with-bzip2 I got:
-rw-r--r-- 1 boris boris 1000000 2009-12-10 09:31 file.dat
-rw-r--r-- 1 boris boris 537 2009-12-10 09:41 file.xar
So, everything is OK :-)
Original comment by Boris.Br...@gmail.com
on 10 Dec 2009 at 8:43
Original issue reported on code.google.com by
Boris.Br...@gmail.com
on 13 Nov 2009 at 12:48