[Bug 183] New: Build error: Argument list too long

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Mon Aug 11 07:22:27 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=183

           Summary: Build error: Argument list too long
           Product: IcedTea
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: IcedTea
        AssignedTo: unassigned at icedtea.classpath.org
        ReportedBy: beuc at beuc.net


I get this when compiling under Debian GNU/Linux Etch (from current Hg).

I saw
http://thread.gmane.org/gmane.comp.java.openjdk.distro-packaging.devel/2513
but this doesn't really help: my shell and my /bin/sh are bash; besides, the
path is /usr/src/icedtea6 which is quite short. So I think the build system
need to be fixed to avoid uber-long command lines:

(cd /home/src/icedtea6/openjdk-ecj/control/build/linux-i586/classes && \
        /usr/src/icedtea6/bootstrap/jdk1.6.0/bin/jar c0mf
/home/src/icedtea6/openjdk-ecj/control/build/linux-i586/tmp/manifest.tmp
/home/src/icedtea6/openjdk-ecj/control/build/linux-i586/tmp/rt-orig.jar \
            -J-client -J-Xmx630m -J-Xms128m -J-XX:PermSize=32m
-J-XX:MaxPermSize=160m `/bin/cat
/home/src/icedtea6/openjdk-ecj/control/build/linux-i586/tmp/jarfilelists/rt_jar_list`)
/bin/sh: line 1: /usr/src/icedtea6/bootstrap/jdk1.6.0/bin/jar: Argument list
too long
make[2]: ***
[/home/src/icedtea6/openjdk-ecj/control/build/linux-i586/tmp/rt-orig.jar] Error
126
make[2]: Leaving directory `/home/src/icedtea6/openjdk-ecj/jdk/make'
make[1]: *** [jdk-build] Erreur 2
make[1]: quittant le répertoire « /home/src/icedtea6/openjdk-ecj/control/make
»
make: *** [stamps/icedtea-ecj.stamp] Erreur 2
sylvain at jupiter:/usr/src/icedtea6$ ls -lh /bin/sh
lrwxrwxrwx 1 root root 4 2008-01-02 10:26 /bin/sh -> bash


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list