Re: Building Valhalla

2015-10-02 Thread Mani Sarkar
Maurizio, Thanks for the suggestion - would it build the much useful JRE and JDK images ? Cheers, Mani On Fri, Oct 2, 2015 at 9:36 PM, Maurizio Cimadamore < [email protected]> wrote: > I believe this has been caused by the latest push... > > try doing: > > make jimages > > afaik th

Re: Building Valhalla

2015-10-02 Thread Maurizio Cimadamore
I believe this has been caused by the latest push... try doing: make jimages afaik that should not run the last verification step ;-) Maurizio On 02/10/15 20:59, Mani Sarkar wrote: Hi guys, I get the below build error half way through build the valhalla build of OpenJDK: *ERROR: F

Building Valhalla

2015-10-02 Thread Mani Sarkar
Hi guys, I get the below build error half way through build the valhalla build of OpenJDK: *ERROR: Failed module access verificationgmake[3]: *** [checkdeps] Error 1gmake[3]: Leaving directory `

RFR 8133151: Preferred provider configuration for JCE

2015-10-02 Thread Anthony Scarpino
Hi all, I'm need a review of the last developement piece to JEP 246, the configuration changes. I've copied the build-dev in case there were any comments on the minor changes in the make directory related to the java.security file. http://cr.openjdk.java.net/~ascarpino/8133151/webrev/ than

Re: RFR: JDK-8138694: Devkit build on Macosx still requires Xcode to be installed

2015-10-02 Thread Magnus Ihse Bursie
On 2015-10-02 15:34, Erik Joelsson wrote: Hello, While trying the macosx build using devkits again, I happened to be on a system where some Xcode install/update error had left the /usr/include directory missing. This shouldn't be an issue since we have all the necessary include files in the S

Re: RFR: JDK-8138739: Enable devkit on macosx in JPRT (again)

2015-10-02 Thread Magnus Ihse Bursie
On 2015-10-02 10:13, Erik Joelsson wrote: Hello, Please review this minor fix to the jprt configuration, which again enables the use of devkits for macosx. This will be pushed to jdk9/client as that's where the final fixes needed for this are gathered. Bug: https://bugs.openjdk.java.net/br

RFR: JDK-8138761 Improved handling of libffi, and cleanup of libraries.m4

2015-10-02 Thread Magnus Ihse Bursie
To build zero, we need libffi. However, the code in configure to handle libffi is not up to normal library handling standards, so it is not possible to set it using configure arguments. When trying to rectify this, I finally got tired of the mess that libraries.m4 is. I have split it into part

RFR: JDK-8138694: Devkit build on Macosx still requires Xcode to be installed

2015-10-02 Thread Erik Joelsson
Hello, While trying the macosx build using devkits again, I happened to be on a system where some Xcode install/update error had left the /usr/include directory missing. This shouldn't be an issue since we have all the necessary include files in the SDK inside the devkit/Xcode application. G

RFR: JDK-8138739: Enable devkit on macosx in JPRT (again)

2015-10-02 Thread Erik Joelsson
Hello, Please review this minor fix to the jprt configuration, which again enables the use of devkits for macosx. This will be pushed to jdk9/client as that's where the final fixes needed for this are gathered. Bug: https://bugs.openjdk.java.net/browse/JDK-8138739 Patch: diff -r 1e64ec3d1c6