I can reproduce a bug that triggers the "genisoimage: Error: 'test/A/test' and 'test/B/test' have the same Rock Ridge name 'test'" an exits:

$ mkdir test/{A,B}
$ echo 'test 1' > test/A/test
$ echo 'test 2' > test/B/test
$ find test -type f > file.list
$ genisoimage  -R -path-list file.list -o test.iso # ERROR
$ genisoimage -path-list file.list -o test.iso # OK, but does not create sub-dirs
$ genisoimage -o test.iso test # OK, but no sub-dirs
$ genisoimage -R -o test.iso test # works OK, sub-dirs {A,B} present

version from a package of current debian-wheezy:
$ genisoimage -v
genisoimage 1.1.11 (Linux)


I hope this helps.

-R


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to