Bug 1243

Summary: mkisofs fails to make second session
Product: Sisyphus Reporter: Sergey Vlasov <vsu>
Component: mkisofsAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED WONTFIX QA Contact:
Severity: minor    
Priority: P5 CC: ldv, mike, rider
Version: unstable   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
0001243-test.tar.bz2 none

Description Sergey Vlasov 2002-09-03 21:10:35 MSD
mkisofs-1.15-alt0.7a23 cannot make second session in some cases (even if the first session was made with it).

1. Unpack the attached test.tar.bz2 to an empty directory.
2. Execute in that directory:

$ mkisofs -o sess1.iso -r -J sess1
Using DRIVE000 for  ./rr_moved/drivers (drivers)
Using RADEO000.H;1 for  sess1/2002-08-20/radeonfb/orig/usr/src/kernel/linux-2.4.18-alt6master/drivers/char/drm-4.0/radeon_drv.h (radeon_drm.h)
Using RADEO000.C;1 for  sess1/2002-08-20/radeonfb/orig/usr/src/kernel/linux-2.4.18-alt6master/drivers/char/drm-4.0/radeon_cp.c (radeon_context.c)
Using RADEO000.H;1 for  sess1/2002-08-20/radeonfb/orig/usr/src/kernel/linux-2.4.18-alt6master/drivers/char/drm/radeon_drv.h (radeon_drm.h)
Total translation table size: 0
Total rockridge attributes bytes: 13821
Total directory bytes: 81920
Path table size(bytes): 564
Max brk space used 1e6c4
1184 extents written (2 Mb)

$ mkisofs -o sess2.iso -r -J -C 0,12345 -M sess1.iso sess2
Rock Ridge signatures found
mkisofs: Error: \'/rr_moved/drivers\' and \'/rr_moved/drivers\' have the same Rock Ridge name \'drivers\'.
mkisofs: Unable to sort directory /rr_moved

sess2.iso is not created.
---

---

Comment 1 Dmitry V. Levin 2002-10-26 20:04:06 MSD
Please check mkisofs &gt;= 1.15-alt0.8a37
Comment 2 Dmitry V. Levin 2002-10-26 20:04:06 MSD
Please check mkisofs &gt;= 1.15-alt0.8a37
Comment 3 Sergey Vlasov 2002-10-26 20:16:23 MSD
Result is almost the same (slight differences in the first mkisofs output).

<a href="mailto:vsu@canopus" target="_new">vsu@canopus</a> ~/tmp/test $ rpm -q mkisofs
mkisofs-1.15-alt0.8a37
<a href="mailto:vsu@canopus" target="_new">vsu@canopus</a> ~/tmp/test $ mkisofs -o sess1.iso -r -J sess1
Using DRIVE000 for  ./rr_moved/drivers (drivers)
Using RADEO000.H;1 for  sess1/2002-08-20/radeonfb/orig/usr/src/kernel/linux-2.4.
18-alt6master/drivers/char/drm/radeon_drv.h (radeon_drm.h)
Using RADEO000.H;1 for  sess1/2002-08-20/radeonfb/orig/usr/src/kernel/linux-2.4.
18-alt6master/drivers/char/drm-4.0/radeon_drv.h (radeon_drm.h)
Using RADEO000.C;1 for  sess1/2002-08-20/radeonfb/orig/usr/src/kernel/linux-2.4.
18-alt6master/drivers/char/drm-4.0/radeon_cp.c (radeon_context.c)
Total translation table size: 0
Total rockridge attributes bytes: 13821
Total directory bytes: 81920
Path table size(bytes): 564
Max brk space used 1d984
1184 extents written (2 Mb)
<a href="mailto:vsu@canopus" target="_new">vsu@canopus</a> ~/tmp/test $ mkisofs -o sess2.iso -r -J -C 0,12345 -M sess1.iso sess
2
Rock Ridge signatures found
mkisofs: Error: \'/rr_moved/drivers\' and \'/rr_moved/drivers\' have the same Rock R
idge name \'drivers\'.
mkisofs: Unable to sort directory /rr_moved
Comment 4 Sergey Vlasov 2002-10-26 20:16:23 MSD
Result is almost the same (slight differences in the first mkisofs output).

<a href="mailto:vsu@canopus" target="_new">vsu@canopus</a> ~/tmp/test $ rpm -q mkisofs
mkisofs-1.15-alt0.8a37
<a href="mailto:vsu@canopus" target="_new">vsu@canopus</a> ~/tmp/test $ mkisofs -o sess1.iso -r -J sess1
Using DRIVE000 for  ./rr_moved/drivers (drivers)
Using RADEO000.H;1 for  sess1/2002-08-20/radeonfb/orig/usr/src/kernel/linux-2.4.
18-alt6master/drivers/char/drm/radeon_drv.h (radeon_drm.h)
Using RADEO000.H;1 for  sess1/2002-08-20/radeonfb/orig/usr/src/kernel/linux-2.4.
18-alt6master/drivers/char/drm-4.0/radeon_drv.h (radeon_drm.h)
Using RADEO000.C;1 for  sess1/2002-08-20/radeonfb/orig/usr/src/kernel/linux-2.4.
18-alt6master/drivers/char/drm-4.0/radeon_cp.c (radeon_context.c)
Total translation table size: 0
Total rockridge attributes bytes: 13821
Total directory bytes: 81920
Path table size(bytes): 564
Max brk space used 1d984
1184 extents written (2 Mb)
<a href="mailto:vsu@canopus" target="_new">vsu@canopus</a> ~/tmp/test $ mkisofs -o sess2.iso -r -J -C 0,12345 -M sess1.iso sess
2
Rock Ridge signatures found
mkisofs: Error: \'/rr_moved/drivers\' and \'/rr_moved/drivers\' have the same Rock R
idge name \'drivers\'.
mkisofs: Unable to sort directory /rr_moved
Comment 5 Dmitry V. Levin 2002-12-28 19:59:42 MSK
I\'m doubt it can be easy fixed. Use -D option, it works for linux.
Comment 6 Dmitry V. Levin 2002-12-28 19:59:42 MSK
I\'m doubt it can be easy fixed. Use -D option, it works for linux.
Comment 7 Michael Shigorin 2006-04-27 17:06:58 MSD
reassign
Comment 8 Michael Shigorin 2009-09-29 01:23:34 MSD
FIN?
Comment 9 Anton Farygin 2021-10-15 22:44:53 MSK
mkisofs (cdrtools) давно удалён из репозитория.