Re: build error on debian referring to solaris X11

2012-12-30 Thread miten mehta
Hi Sean, Thanks for guidance.  I installed xorg-dev package to solve it. Regards, Miten. From: Seán Coffey To: miten mehta Cc: build-dev Sent: Sunday, December 30, 2012 1:10 AM Subject: Re: build error on debian referring to solaris X11 Looks like you

Encoding problem when building

2012-12-30 Thread Frank Ding
Hi I have an encoding problem when building openjdk 8 on my Windows 7. My windows is Chinese environment but I exported LANG=C in cygwin bash before building. The issue is that in module corba and jdk, some java classes are generated by program. They happen to contain Chinese characters i

Re: Review Request: 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable

2012-12-30 Thread David Holmes
Erik, On 30/12/2012 9:55 PM, Erik Joelsson wrote: I've added configure options for milestone and build number so that they can be customized. http://cr.openjdk.java.net/~erikj/8001895/webrev.root.01/ Can we still override with make time variable setting? Will this be going straight into jdk8

Re: Review Request: 8005347: build-infra: Verify 'gnumake source' at the top level works ok

2012-12-30 Thread David Holmes
Erik, On 30/12/2012 11:51 PM, Erik Joelsson wrote: Open part of this review. Configure needs to supply a couple of more utilities and version string variations. http://cr.openjdk.java.net/~erikj/8005347/webrev.root.01/ Those new variables do not seem relevant to openjdk builds. Is any of thi

Access denied on windows 7

2012-12-30 Thread Boaz Nahum
Some more input, I tried with --with-num-cores=1, and I have much more progress, but eventually it failed on other file: Compiling 24 files for BUILD_JAF Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. Creating jaxws/dist/lib/classes.ja

Re: Review Request: 8005347: build-infra: Verify 'gnumake source' at the top level works ok

2012-12-30 Thread Kelly O'Hair
Looks ok. -kto On Dec 30, 2012, at 5:51 AM, Erik Joelsson wrote: > Open part of this review. Configure needs to supply a couple of more > utilities and version string variations. > > http://cr.openjdk.java.net/~erikj/8005347/webrev.root.01/ > > /Erik

Re: Review Request: 8005355: build-infra: Java security signing (need a top-level make target).

2012-12-30 Thread Kelly O'Hair
I think this looks good. At least I did not seen any obvious syntax issues. -kto On Dec 30, 2012, at 7:56 AM, Erik Joelsson wrote: > * Changed Createjars.gmk so that all the security jars are always built, just > like in the old build. The unsigned jars end up in images/unsigned/*.jar. For >

Re: Review Request: 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable

2012-12-30 Thread Kelly O'Hair
Looks good. -kto On Dec 30, 2012, at 3:55 AM, Erik Joelsson wrote: > I've added configure options for milestone and build number so that they can > be customized. > > http://cr.openjdk.java.net/~erikj/8001895/webrev.root.01/ > > /Erik

Re: Review Request: 8005355: build-infra: Java security signing (need a top-level make target).

2012-12-30 Thread Tim Bell
Erik wrote: * Changed Createjars.gmk so that all the security jars are always built, just like in the old build. The unsigned jars end up in images/unsigned/*.jar. For solaris ucrypto.jar, this also required turning on compiling the classes and excluding them from rt.jar. * Added SignJars.gmk

Re: Review Request: 8005347: build-infra: Verify 'gnumake source' at the top level works ok

2012-12-30 Thread Tim Bell
Hi Erik: Open part of this review. Configure needs to supply a couple of more utilities and version string variations. http://cr.openjdk.java.net/~erikj/8005347/webrev.root.01/ Looks good. Tim

Re: Review Request: 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable

2012-12-30 Thread Tim Bell
Hi Erik: I've added configure options for milestone and build number so that they can be customized. http://cr.openjdk.java.net/~erikj/8001895/webrev.root.01/ Looks good. Tim

Review Request: 8005355: build-infra: Java security signing (need a top-level make target).

2012-12-30 Thread Erik Joelsson
* Changed Createjars.gmk so that all the security jars are always built, just like in the old build. The unsigned jars end up in images/unsigned/*.jar. For solaris ucrypto.jar, this also required turning on compiling the classes and excluding them from rt.jar. * Added SignJars.gmk which will sig

Review Request: 8005347: build-infra: Verify 'gnumake source' at the top level works ok

2012-12-30 Thread Erik Joelsson
Open part of this review. Configure needs to supply a couple of more utilities and version string variations. http://cr.openjdk.java.net/~erikj/8005347/webrev.root.01/ /Erik

Review Request: 8001895: build-infra: Make JDK_BUILD_NUMBER and MILESTONE customizable

2012-12-30 Thread Erik Joelsson
I've added configure options for milestone and build number so that they can be customized. http://cr.openjdk.java.net/~erikj/8001895/webrev.root.01/ /Erik