Build error on OSX

Mike Duigou mike.duigou at oracle.com
Sun Sep 23 11:16:29 PDT 2012


This looks like a problem with the old build process.

For the lambda repo we've almost entirely shifted over to the much simpler and faster build-infra build system. This is also happening because we expect that the old (existing) build system will be retired in jdk8 quite soon.

cd common/makefiles
sh ../autoconf/configure --with-boot-jdk=/Library/Java/JavaVirtualMachines/jdk1.7.0_07.jdk/Contents/Home
make images

It's quite likely the old build system will be frequently broken. I do ensure it is working for our binary drops but in between builds it will probably break.

Is there are a reason for using the old build system for your builds?

Mike

On Sep 22 2012, at 13:36 , Henri Gomez wrote:

> With latest trunk, build failed (standard build) :
> 
> ISO_8859_13,ISO-8859-13,ISO8859_13,true,sun.nio.cs
> ISO_8859_15,ISO-8859-15,ISO8859_15,true,sun.nio.cs
> KOI8_R,KOI8-R,KOI8_R,true,sun.nio.cs
> KOI8_U,KOI8-U,KOI8_U,true,sun.nio.cs
> MS1250,windows-1250,Cp1250,true,sun.nio.cs
> MS1251,windows-1251,Cp1251,true,sun.nio.cs
> MS1252,windows-1252,Cp1252,true,sun.nio.cs
> MS1253,windows-1253,Cp1253,true,sun.nio.cs
> MS1254,windows-1254,Cp1254,true,sun.nio.cs
> MS1257,windows-1257,Cp1257,true,sun.nio.cs
> NAWK="/usr/bin/awk" SED="/usr/bin/sed" /bin/sh localelist.sh "en en_US
> de_DE es_ES fr_FR it_IT ja_JP ko_KR sv_SE zh" \
> 		../../../src/share/classes/sun/util/CoreResourceBundleControl-XLocales.java.template
> /Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/build/macosx-x86_64/gensrc/sun/util/CoreResourceBundleControl.java
> NAWK="/usr/bin/awk" SED="/usr/bin/sed" SORT="/usr/bin/sort" \
> 	     /bin/sh localegen.sh "FormatData CollationData TimeZoneNames
> LocaleNames CurrencyNames CalendarData"
> /Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/build/macosx-x86_64/gensrc/sun/util/LocaleDataMetaInfo.java.tmp.euro
> \
> 		/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/build/macosx-x86_64/gensrc/sun/util/LocaleDataMetaInfo.java.tmp.noneuro
> ../../../src/share/classes/sun/util/LocaleDataMetaInfo-XLocales.java.template
> /Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/build/macosx-x86_64/gensrc/sun/util/LocaleDataMetaInfo.java
> make[4]: *** No rule to make target
> `/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/build/macosx-x86_64/classes/java/util/streams/MapStreamable.class',
> needed by `/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk8-lambda/workspace/build/macosx-x86_64/tmp/java/java.lang/java/.classes.list'.
> Stop.
> make[3]: *** [all] Error 1
> make[2]: *** [all] Error 1
> make[1]: *** [jdk-build] Error 2
> make: *** [build_product_image] Error 2
> build error, not valid /Users/henri/Documen
> 



More information about the lambda-dev mailing list