OpenJDK 8 on OSX

Erik Joelsson erik.joelsson at oracle.com
Fri Aug 24 04:40:49 PDT 2012


First, please be aware that the build-infra forest is where we develop 
the new build system. We push things every day and things will 
inevitably break every now and then.

I haven't seen this particular issue before and I don't have a mac to 
try it at the moment. libjsig is built in hotspot and later copied into 
the jdk build and it's the copy target that seems to be failing. It 
would be interesting to see more of the log from the hotspot build.

/Erik

On 2012-08-24 12:51, Henri Gomez wrote:
> I tried to build OpenJDK 8 for OSX with new build system :
>
> hg clone http://hg.openjdk.java.net/build-infra/jdk8 build-infra-jdk8
> cd build-infra-jdk8
> sh ./get_source.sh
>
> common/makefiles
> sh ../autoconf/configure
>
> ...
>
> /Users/henri/Downloads/OpenJDK/build-infra-8/build/macosx-x86_64-normal-server-release
> using default settings.
>
> Configuration summary:
> * Debug level:    release
> * JDK variant:    normal
> * JVM variants:   server
> * OpenJDK target: OS: macosx, CPU architecture: x86, address length: 64
> * Boot JDK:
> /Library/Java/JavaVirtualMachines/jdk1.7.0_06.jdk/Contents/Home
>
> Build performance summary:
> * Cores to use:   2
> * Memory limit:   8192 MB
> * ccache status:  installed and in use
>
> Then make but It failed on building libjsig.dylib ;(
>
> ########################################################################
> ########################################################################
> ##### Entering jdk for target(s) all                               #####
> ########################################################################
>
> make[2]: *** No rule to make target
> `/Users/henri/Downloads/OpenJDK/build-infra-8/build/macosx-x86_64-normal-server-release/jdk/lib/server/libjsig.dylib',
> needed by `all'.  Stop.
> make[2]: *** Waiting for unfinished jobs....
> Importing JAXWS classes.jar
> Importing JAXWS src.zip
> make[1]: *** [all] Error 2
> make: *** [jdk-only] Error 2
>
> Anybody got this one ?



More information about the build-infra-dev mailing list