Re: OpenJDK 8 build fails on Ubuntu 12.04.5 LTS

2015-01-30 Thread matchew
$ grep JAVA /opt/openjdk/8/build/linux-x86_64-normal-server-release/spec.gmk ENABLE_SJAVAC:=no SJAVAC_SERVER_DIR:= JAVA_FLAGS:= -Xms64M -Xmx1100M -XX:PermSize=32m -XX:MaxPermSize=160m -XX:ThreadStackSize=1536 JAVA= $(BOOT_JDK)/bin/java $(JAVA_FLAGS) JAVAC= $(BOOT_JDK)/bin/javac JAVAC_FLAGS?= JAVAH=

Re: OpenJDK 8 build fails on Ubuntu 12.04.5 LTS

2015-01-30 Thread matchew
I have rebuilt everything from the scratch and still have this error. Here is configure summary: A new configuration has been successfully created in /opt/openjdk/8/build/linux-x86_64-normal-server-release using configure arguments '--with-cacer

Re: RFR: JDK-8062223: Upgrading to ccache 1.3.10 disables the use of ccache

2015-01-30 Thread Magnus Ihse Bursie
On 2015-01-27 14:23, Erik Joelsson wrote: Hello, Please review this fix cleaning up the ccache setup in configure. This patch addresses the concerns in the following bugs: https://bugs.openjdk.java.net/browse/JDK-8065791 https://bugs.openjdk.java.net/browse/JDK-8014074 https://bugs.openjdk.jav

Re: [OpenJDK 2D-Dev] RFR: 8071710: [solaris] libfontmanager should be linked against headless awt library

2015-01-30 Thread Magnus Ihse Bursie
On 2015-01-28 20:04, Phil Race wrote: I have updated both the patches to add the dependency that headless awt must be built first and also corrected that AIX should be given the same treatment as Solaris in both releases : jdk9: http://cr.openjdk.java.net/~prr/8071710.1/ jdk8u: http://cr.openjd

Re: RFR: JDK-8062223: Upgrading to ccache 1.3.10 disables the use of ccache

2015-01-30 Thread Erik Joelsson
On 2015-01-30 11:24, Magnus Ihse Bursie wrote: On 2015-01-27 14:23, Erik Joelsson wrote: Hello, Please review this fix cleaning up the ccache setup in configure. This patch addresses the concerns in the following bugs: https://bugs.openjdk.java.net/browse/JDK-8065791 https://bugs.openjdk.jav

Re: Building open jdk 8 from source fails

2015-01-30 Thread Magnus Ihse Bursie
On 2015-01-28 05:20, lee json wrote: dist clean and configure (with boot jdk) look correct. But really no luck when executing make I'm sorry, but I can't help you any further. Maybe someone in the langtools team recognize the error and know what can cause it? /Magnus

Re: RFR: JDK-8062223: Upgrading to ccache 1.3.10 disables the use of ccache

2015-01-30 Thread Erik Joelsson
Hello, New webrev: http://cr.openjdk.java.net/~erikj/8062223/webrev.root.02/ Fixed the anti pattern. Also made it a fatal error to try to use ccache if the compiler does not support the option as it's unclear if it really works correctly then. On the other hand, that option has been around for

Re: RFR: JDK-8062223: Upgrading to ccache 1.3.10 disables the use of ccache

2015-01-30 Thread Magnus Ihse Bursie
On 2015-01-30 11:51, Erik Joelsson wrote: Hello, New webrev: http://cr.openjdk.java.net/~erikj/8062223/webrev.root.02/ Fixed the anti pattern. Sort of. :-) You still ignore the flag silently if it is not supported. I would prefer if a AC_MSG_WARN or AC_MSG_NOTICE in that case. If the user h

Re: OpenJDK 8 build fails on Ubuntu 12.04.5 LTS

2015-01-30 Thread David Holmes
Have you tried getting rid of the other warning: ALT_BOOTDIR=/usr/lib/jvm/java-7-openjdk-amd64 David On 30/01/2015 7:42 PM, matchew wrote: I have rebuilt everything from the scratch and still have this error. Here is configure summary: A ne

Re: OpenJDK 8 build fails on Ubuntu 12.04.5 LTS

2015-01-30 Thread matchew
Do I need to set JAVA and JAVAC explicitly? What should be the values here? 2015-01-30 11:41 GMT+01:00 Magnus Ihse Bursie : > On 2015-01-30 10:40, matchew wrote: > > $ grep JAVA > /opt/openjdk/8/build/linux-x86_64-normal-server-release/spec.gmk > ENABLE_SJAVAC:=no > SJAVAC_SERVER_DIR:= > JAVA_F

Re: OpenJDK 8 build fails on Ubuntu 12.04.5 LTS

2015-01-30 Thread Magnus Ihse Bursie
> 30 jan 2015 kl. 13:47 skrev matchew : > > Do I need to set JAVA and JAVAC explicitly? What should be the values here? No, on the contrary, the failure could perhaps be caused by having them defined. /Magnus > > 2015-01-30 11:41 GMT+01:00 Magnus Ihse Bursie : >>> On 2015-01-30 10:40, match