Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 May 2010 21:22:17 +0200
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        Olivier Smedts <olivier@gid0.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: OpenJDK6 not building
Message-ID:  <4BF43A69.7060507@bsdforen.de>
In-Reply-To: <AANLkTimNqgK5ojyERLTF2e9jE_RCAoxwh_08oizyLCNA@mail.gmail.com>
References:  <4BF39021.8080005@bsdforen.de> <AANLkTimNqgK5ojyERLTF2e9jE_RCAoxwh_08oizyLCNA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 19/05/2010 20:10, Olivier Smedts wrote:
> 2010/5/19 Dominic Fandrey <kamikaze@bsdforen.de>:
>> I have no idea, why it tries to download something during build,
>> and no idea why it fails to do so.
>>
>> Fetching
>> https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip
>> manually works fine. But if I do that the file will just be
>> deleted by the build script and it will again try unsuccessfully
>> to get it.
>>
>> -jaxp_src-url-bundle:
>>     [echo] Downloading from https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip
>>      [get] Getting: https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip
>>      [get] To: /usr/obj/mobileKamikaze.norad/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/jaxp/drop/bundles/jdk6-jaxp-2010_01_15.zip.temp
>>      [get] Error getting https://jaxp.dev.java.net/files/documents/913/147491/jdk6-jaxp-2010_01_15.zip to /usr/obj/mobileKamikaze.norad/amd64/usr/ports/java/openjdk6/work/build/bsd-amd64/jaxp/drop/bundles/jdk6-jaxp-2010_01_15.zip.temp
>>
>> BUILD FAILED
>> java.net.SocketException: Invalid argument
>>        at java.net.PlainSocketImpl.socketConnect(Native Method)
>>        at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310)
>>        at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:176)
>>        at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163)
>>        ...
>>        at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
>>
>> Total time: 0 seconds
>> gmake[1]: *** [all] Error 1
>> gmake[1]: Leaving directory `/usr/obj/mobileKamikaze.norad/amd64/usr/ports/java/openjdk6/work/jaxp/make'
>> gmake: *** [jaxp-build] Error 2
>> *** Error code 1
>>
>> Stop in /usr/ports/java/openjdk6.
> 
> By any chance do you use "FORCE_MAKE_JOBS=yes" ?
> java/openjkd6 should be marked MAKE_JOBS_UNSAFE, it failed last time I
> tried with 4 jobs (last time was maybe 3 months ago but I don't think
> the port has changed much).

# cd /usr/ports/java/openjdk6
# make -VFORCE_MAKE_JOBS

#

Nope. I'll try to rebuild ant.

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BF43A69.7060507>