Bug 28605 - Current trunk fails to build: "zip error"
Summary: Current trunk fails to build: "zip error"
Status: RESOLVED INVALID
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 4.2.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-04 20:05 UTC by bero
Modified: 2006-08-04 20:42 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bero 2006-08-04 20:05:44 UTC
This happens while trying to compile current gcc trunk with java support:


cd classpath/lib; /usr/src/ark/BUILD/gcc-4.2.0/build/i586-ark-linux/libjava/scripts/jar -cfM \
            ../../libgcj-4.2.0.jar gnu java javax org

zip error: Internal logic error (File name too long)
mv: cannot stat `/tmp/jar9nX7gF/out/libgcj-4.2.0.jar': No such file or directory


# zip -v
Copyright (c) 1990-2006 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 2.32 (June 19th 2006), by Info-ZIP.
Comment 1 Andrew Pinski 2006-08-04 20:40:33 UTC
And why not report this to the zip people instead since it says internal error :)?
Comment 2 bero 2006-08-04 20:42:16 UTC
Right, just thought a configure check for a broken zip wouldn't hurt