[Libburn] Re: CVS version and test/burniso

Derek Foreman manmower at signalmarketing.com
Fri Feb 10 06:18:52 PST 2006


On Fri, 10 Feb 2006, scdbackup at gmx.net wrote:

> Hi,
>
> something is wrong with the current CSV version and
> test/burniso .
> If i make the unmodified CVS version of Feb 9
> and then compile burniso by
>
> cc -g -o test/burniso -I.  -lpthread test/burniso.c \
>     libburn/async.o libburn/crc.o libburn/debug.o libburn/drive.o \
>     libburn/file.o libburn/init.o libburn/lec.o libburn/message.o  \
>     libburn/mmc.o libburn/options.o libburn/sbc.o libburn/sector.o \
>     libburn/sg.o libburn/spc.o libburn/source.o libburn/structure.o \
>     libburn/toc.o libburn/util.o libburn/write.o
>
> then i get a binary which starts and performs normally
> but it does not process a single data sector. It is done
> after only about 6 seconds regardless of input size.
> It is fed by a disk file and not via stdin.
>
> I then did the same with the CVS version of December 8 2005
> (where burniso isn't built automatically either).
> The resulting binary does burn a disk file to CD
> within a reasonable time.
>
> Can it be burniso silently went ill somewhere in the time
> between December 8 and February 9 ?
>
> Whatever, i need some sleep now. Maybe i get enlightened
> over night.
>
>
> Have a nice day :)

burniso is untouched.  I broke something else.  I'll look into it when I 
get home from work tonight.

Most likely my cancellation code has a test inverted. :)

I'll check the changes between those timepoints, thanks for narrowing it 
down so much.

also, -lburn should work instead of using all those .o files...


More information about the libburn mailing list