OpenJDK 8 on OSX

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Fri Aug 24 05:07:29 PDT 2012


On 2012-08-24 12:51, Henri Gomez wrote:
> 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 ?

This is the same issue that Kelly reported to the list recently. This is 
due to the recent restructuring wrt platform naming, and is a 
consequence of inconstistencies on macosx if libraries are stored in 
e.g. lib/server or lib/amd64/server.

Kelly posted a workaround:
make LIBARCH=

It seemed to work for me.

This issue will be fixed shortly.

/Magnus



More information about the build-infra-dev mailing list