Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#3942 closed bug (invalid)

Unable to build CD image ISO-9660 directories too deep

Reported by: scottmc Owned by: bonefish
Priority: normal Milestone: R1
Component: Build System Version: R1/pre-alpha1
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

I'm getting now when I run jam -q haiku-cd:

Unzipping generated/download/Subversion.zip ...
Installing MIME database ...
Generating attribute stores ...
Copying boot image ...
Building CD image ...
Warning: creating filesystem that does not conform to ISO-9660.
I: -input-charset not specified, using utf-8 (detected in locale settings)
genisoimage: Directories too deep for
'generated/tmp/cdsource/develop/tools/gcc-2.95.3-haiku-081024/lib/gcc-lib/i586-pc-haiku/2.95.3-haiku-081024/include'
(7) max is 6.
...updated 408 target(s)...

This was attempted on Ubuntu-8.10 IIRC, with various optional packages enabled, including the full development tools.

Change History (3)

comment:1 by mmadia, 15 years ago

Resolution: invalid
Status: newclosed

genisoimage is not mkisofs. mkisofs is available at http://cdrecord.berlios.de/private/cdrecord.html

comment:2 by scottmc, 15 years ago

Could a warning be added to let us know this, such as was the case with yasm a few weeks ago? I'll try mkisofs.

in reply to:  2 comment:3 by bonefish, 15 years ago

Replying to scottmc:

Could a warning be added to let us know this, such as was the case with yasm a few weeks ago?

I wouldn't like that, since one only needs the tool for building a CD image, which most people probably aren't interested in. Also, genisoimage is actually a fork of an older mkisofs and spoofs mkisofs when called with "--version".

I'll try mkisofs.

Any success or does it suffer from the same problem?

Note: See TracTickets for help on using tickets.