I really found a little bug in mkisofs 2.01.01a13
Hi,
> @@ -583,6 +583,7 @@
> +++ ./getargs.c Sa Sep 9 15:58:33 2006
> + argp = sargp;
... cdrtools-2.01.01a13/libschily/getargs.c ...
For me it is rather line 566.
Now i seem to have a problem with the build dependencies:
$ make
make[2]: Entering directory `/home/thomas/cdr/cdrtools-2.01.01a13/libschily'
==> COMPILING "OBJ/athlon-linux-cc/getargs.o"
==> ARCHIVING "../libs/athlon-linux-cc/libschily.a"
==> RANDOMIZING ARCHIVE "../libs/athlon-linux-cc/libschily.a"
...
==> MAKING "all" ON SUBDIRECTORY "SRCROOT/mkisofs"
make[1]: Entering directory `/home/thomas/cdr/cdrtools-2.01.01a13/mkisofs'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/thomas/cdr/cdrtools-2.01.01a13/mkisofs'
...
The bug is still there, of course:
$ mkisofs/OBJ/athlon-linux-cc/mkisofs -J -joliet-long -R -D -graft-points /u/FERTIG >/dev/null
Bad Option '-joliet-long' (error -1 BADFLAG).
...
Next i try to use some force:
$ rm mkisofs/OBJ/athlon-linux-cc/mkisofs
$ make
...
==> MAKING "all" ON SUBDIRECTORY "SRCROOT/mkisofs"
make[1]: Entering directory `/home/thomas/cdr/cdrtools-2.01.01a13/mkisofs'
==> LINKING "OBJ/athlon-linux-cc/mkisofs"
make[1]: Leaving directory `/home/thomas/cdr/cdrtools-2.01.01a13/mkisofs'
...
and then i test again:
$ mkisofs/OBJ/athlon-linux-cc/mkisofs -J -joliet-long -R -D -graft-points /u/FERTIG >/dev/null
...
64496 extents written (125 MB)
All ist well. Thanks.
So this make-dependicy problem could be the next - even more
exotic - bug to report ?
Have a nice day :)
Thomas
--
To UNSUBSCRIBE, email to cdwrite-REQUEST@other.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@other.debian.org
Reply to: