[Pkg-libburnia-devel] Bug#632865: xorrisofs produces corrupted images

Thomas Schmitt scdbackup at gmx.net
Wed Jul 6 17:13:05 UTC 2011


Hi,

> $ xorrisofs dummy/ > dummy.iso
> $ $ od -t x1 dummy.iso
> 0000000 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
> *
> 1334000

Yes. This is reproducible in the upstream development version.
It seems to be related to the fact that the output fd is
read-only to a disk file.

The problem must have sneaked in between release 1.0.0 and 1.0.2.
I will have to examine deeper.

Can you confirm that the following produces an ISO image ?

  xorrisofs dummy/ | cat > dummy.iso

(Here xorriso talks to a pipe, not a disk file.
 With -o it would talk to a file descriptor which it opened itself.)


Have a nice day :)

Thomas







More information about the Pkg-libburnia-devel mailing list