PDA

View Full Version : mkisofs problem during remastering



mwgrenier
03-29-2003, 02:00 PM
I'm running a slightly modified mkmyknoppix script which is attempting
to build the new KNOPPIX file. It does this by doing a mkisofs of the directory
tree and pipes the output of that into create_compressed_fs.

The problem appears to be with mkisofs which is giving me:
.... scanning down the directory tree ....
Scanning /mnt/hdb3/tmp/knoppix-tree.orig/usr/share/applnk/Internet/Connect
Scanning /mnt/hdb3/tmp/knoppix-tree.orig/usr/share/applnk/Internet/Mozilla Components
mkisofs: Panic: no space, cannot add RR CE entry (2 bytes mising) for SL-path-split line 539.
mkisofs: currlen: 70 ipnt: 158, recstart: 0
mkisofs: Send bug report to the maintainer.
mkisofs: Aborting.
Partial read (0 bytes of 65536), padding with zeros.
Block# 0 size 0 -> 84 [compression ratio 100%, overall: 100%]
Block size 65536, number of blocks 1.
Done.
------

Since I've never done a mkisofs before in my life, its hard to believe I ran into a bug
the first time out. Here is the actual command being run:

mkisofs -L -R -l -V "KNOPPIX ISO9660" -v -allow-multidot $newtree | create_compressed_fs - 65536 > $newisodir/KNOPPIX/KNOPPIX

Any ideas or do I try to figure out how to send in a error report?
This wth the 03-28-EN Knoppix ISO with the default packages from mkmyknoppix removed.

-Mike
mwgrenier@yahoo.com

Peter
03-29-2003, 03:48 PM
I got the same message as you when attempting to master. I ended up copying an older verion of mkisofs from another older Knoppix cd into a working directory on the hard drive and used that for the build instead of the one from the chroot'ed copied version from 2003-03-28.

mwgrenier
03-30-2003, 12:34 AM
I built version 2.01a07 and now it seems to work fine. We should get that version in Knoppix 3.2

-Mike