IcedTea6 compilation problems
Guido Kämper
gk at spreadshirt.net
Thu Jul 3 23:04:08 PDT 2008
Thanks for all the hints,
the solution was to not write the whole arguments list with a /bin/cat
after the compile statement, but use the -@ option of jar. David
Walluck had the idea, thanks!
eg.
less rt_jar_list | jar c0mf ......manifest.tmp ......rt-orig.jar
-..further options -@
or
jar c0mf .....manifest.tmp ......rt-orig.jar @rt_jar_list -..further
options
for details see man pages of jar command. Maybe the @File command
should be included in the make files.
cu,
Guido
Am 25.06.2008 um 09:44 schrieb Mark Wielaard:
> Hi Guido,
>
> On Wed, 2008-06-25 at 08:12 +0200, Guido Kämper wrote:
>> I tried to compile icedtea6 and ran into the following problem. Can
>> someone give me a hint, how I can avoid the "Argument list too long"
>> error? The best would be without recompiling the kernel :-) I am
>> trying to
>> compile it on an Ubuntu OS, installation of gcc 4.3.0 before was very
>> smooth.
>
> Use a real shell like bash. Ubuntu seems to install some shell by
> default (dash?) that has some limitations like the above.
>
> That said, we should have a configure script to detect what jar
> utility
> is installed and/or what the command line argument length is and do
> the
> right thing of course.
>
> Cheers,
>
> Mark
>
sprd.net AG
Karl-Heine-Straße 97
04229 Leipzig
Germany
Vorstand/Executive Board: Jana Eggers (Vorsitzende/CEO), Matthias
Spieß, Andreas Schröteler
Aufsichtsratsvorsitzender/Chairman of the Supervisory Board: Lukasz
Gadowski
Handelsregister/Trade Register: Amtsgericht Leipzig, HRB 22478
Umsatzsteuer-IdentNummer/VAT-ID: DE 8138 7149 4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20080704/cfed4982/attachment.html
More information about the distro-pkg-dev
mailing list