Bug#369676: cdrtools: [mkisofs] option `-rJf' is ambiguous (but accepts -frJ)

2006-12-13 Thread Joerg Schilling
Eduard Bloch [EMAIL PROTECTED] wrote: This is not related to my text above and mkisofs _does_ give an error message. The problem I was referring to above will cause that string options will silently get wrong parameters. And BTW: getargs allows you to contol the behavior - GNU

Bug#369676: cdrtools: [mkisofs] option `-rJf' is ambiguous (but accepts -frJ)

2006-12-13 Thread Eduard Bloch
Eduard Bloch [EMAIL PROTECTED] wrote: This is not related to my text above and mkisofs _does_ give an error message. The problem I was referring to above will cause that string options will silently get wrong parameters. And BTW: getargs allows you to contol the behavior - GNU

Bug#369676: cdrtools: [mkisofs] option `-rJf' is ambiguous (but accepts -frJ)

2006-12-12 Thread Joerg Schilling
Package: mkisofs Version: 4:2.01+01a03-5 Severity: normal There is bug in options handling. It should not matter in which order the options are given. See below for demonstation. -rJf ERROR -frJ ok Hi Jari, your problem is caused by a bug in the option parser (GNU

Bug#369676: cdrtools: [mkisofs] option `-rJf' is ambiguous (but accepts -frJ)

2006-12-12 Thread Eduard Bloch
#include hallo.h * Joerg Schilling [Tue, Dec 12 2006, 08:14:35PM]: Package: mkisofs Version: 4:2.01+01a03-5 Severity: normal There is bug in options handling. It should not matter in which order the options are given. See below for demonstation. -rJf ERROR -frJ ok

Bug#369676: cdrtools: [mkisofs] option `-rJf' is ambiguous (but accepts -frJ)

2006-12-12 Thread Joerg Schilling
Eduard Bloch [EMAIL PROTECTED] wrote: your problem is caused by a bug in the option parser (GNU getopt_long). The mkisofs version you are using is very old ( 1.5 years). Three months ago, mkisofs has been converted to use the more mature and older (starting 1982) getargs(). This

Bug#369676: cdrtools: [mkisofs] option `-rJf' is ambiguous (but accepts -frJ)

2006-12-12 Thread Eduard Bloch
#include hallo.h * Joerg Schilling [Tue, Dec 12 2006, 10:48:59PM]: Eduard Bloch [EMAIL PROTECTED] wrote: your problem is caused by a bug in the option parser (GNU getopt_long). The mkisofs version you are using is very old ( 1.5 years). Three months ago, mkisofs has been converted

Bug#369676: cdrtools: [mkisofs] option `-rJf' is ambiguous (but accepts -frJ)

2006-05-31 Thread Jari Aalto
Package: mkisofs Version: 4:2.01+01a03-5 Severity: normal There is bug in options handling. It should not matter in which order the options are given. See below for demonstation. -rJf ERROR -frJ ok ---