Re: build fail with Cygwin

2017-05-04 Thread David Holmes
First - please edit subject so we stop getting Re: added ad-infinitum :) Second - this is a general build issue relating to cygwin etc so I've cc'd build-dev and bcc'd jdk8-dev. I suspect your version of cygwin may be too new for the 8u build. You should check out the build-dev archives over

Re : Re: Re : Re: Re : Re: Re : Re: build fail with Cygwin

2017-05-04 Thread Guy Bonneau
No success with the change to the profile. Guy Le 04/05/17 à 15:33, Michal Vala a écrit : > > > > On 05/04/2017 07:43 PM, Guy Bonneau wrote: > >Good point! > > > > > >This is what I have found. The file _the.jars.contents is a text file that > >has a list of classes. There is many hundred o

Re: Re : Re: Re : Re: Re : Re: build fail with Cygwin

2017-05-04 Thread Michal Vala
On 05/04/2017 07:43 PM, Guy Bonneau wrote: Good point! This is what I have found. The file _the.jars.contents is a text file that has a list of classes. There is many hundred of them. The command: /usr/bin/grep -e '\.class$' /cygdrive/c/Projects/jdk-8/build/windows-x86_64-normal-server-fast

Re : Re: Re : Re: Re : Re: build fail with Cygwin

2017-05-04 Thread Guy Bonneau
Good point! This is what I have found. The file _the.jars.contents is a text file that has a list of classes. There is many hundred of them. The command: /usr/bin/grep -e '\.class$' /cygdrive/c/Projects/jdk-8/build/windows-x86_64-normal-server-fastdebug/images/lib/_the.jars.contents yields not

Re: Re : Re: Re : Re: build fail with Cygwin

2017-05-04 Thread Weijun Wang
Looks like the exploded build succeeds and there is something wrong with the image build. Can you try if the JDK inside /cygdrive/c/Projects/jdk-8/build/windows-x86_64-normal-server-fastdebug/jdk (i.e. the exploded build) works fine? The last few lines show /usr/bin/grep -e '\.class$' /cyg

Re : Re: Re : Re: build fail with Cygwin

2017-05-04 Thread Guy Bonneau
I removed the JDK 8 and left the JDK 7 (1.7.0_80). No success same error. I check the config log and saw some complaining about the JRE 7, So I removed this one as well and left only the JDK 7 to be found. No success and same error at the same place. Guy Le 04/05/17, Guy Bonneau a écrit : >

Re : Re: Re : Re: build fail with Cygwin

2017-05-04 Thread Guy Bonneau
I have both oracle JDK 7 and JDK 8 installed on the default Java installation folder of my computer (Need both of them while working with Eclipse and miscellaneous project). I would have expected the configuration script to automatically choose the JDK 7 rather than JDK 8 as a Bootstrap. I'll un

Re: Re : Re: build fail with Cygwin

2017-05-04 Thread David Holmes
On 4/05/2017 9:25 PM, Guy Bonneau wrote: Did it. Both configuration and build logs are now shared at: https://www.dropbox.com/sh/6xbmjzxu8xlbsr0/AADBHa-Zn7owJpyeihlmej9pa?dl=0 The build log shows no explicit error that I can see. However the config logs show you are using 8u131 as a boot JDK

Re : Re: build fail with Cygwin

2017-05-04 Thread Guy Bonneau
Did it. Both configuration and build logs are now shared at: https://www.dropbox.com/sh/6xbmjzxu8xlbsr0/AADBHa-Zn7owJpyeihlmej9pa?dl=0 Guy Le 04/05/17, Sriram Narayanan a écrit : > It may be time saving to have the logs uploaded somewhere for a comprehensive > review and faster diagnostics.I

Re: build fail with Cygwin

2017-05-03 Thread Sriram Narayanan
It may be time saving to have the logs uploaded somewhere for a comprehensive review and faster diagnostics.I Ram On Thursday, May 4, 2017, David Holmes wrote: > On 4/05/2017 2:07 PM, Guy Bonneau wrote: > >> Looking in the build log I saw that some java compiled classes seem to >> be missing. A

Re: build fail with Cygwin

2017-05-03 Thread David Holmes
On 4/05/2017 2:07 PM, Guy Bonneau wrote: Looking in the build log I saw that some java compiled classes seem to be missing. Attempting to find the Java source files into the cloned repository yield nothing. Should those files be included somewhere in the repository either as Java source files or

Re : Re: build fail with Cygwin

2017-05-03 Thread Guy Bonneau
Looking in the build log I saw that some java compiled classes seem to be missing. Attempting to find the Java source files into the cloned repository yield nothing. Should those files be included somewhere in the repository either as Java source files or precompiles classes? Unless they are dyn

Re: build fail with Cygwin

2017-05-03 Thread David Holmes
On 4/05/2017 9:15 AM, Guy Bonneau wrote: Great! I cloned the default dev repository. I used the same configuration again. This time it went farther. But it nonetheless failed again with: Updating images/src.zip make[2]: *** [CreateJars.gmk:268: /cygdrive/c/Projects/jdk-8/build/windows-x86_64-n

Re : Re: build fail with Cygwin

2017-05-03 Thread Guy Bonneau
Great! I cloned the default dev repository. I used the same configuration again. This time it went farther. But it nonetheless failed again with: Updating images/src.zip make[2]: *** [CreateJars.gmk:268: /cygdrive/c/Projects/jdk-8/build/windows-x86_64-normal-server-fastdebug/images/lib/_the.r

Re: build fail with Cygwin

2017-05-03 Thread David Holmes
On 3/05/2017 10:31 PM, Guy Bonneau wrote: I took the source code from: http://www.java.net/download/openjdk/jdk8/promoted/b132/openjdk-8-src-b132-03_mar_2014.zip which seems the 8u JDK. No that is the GA release of JDK 8. The latest 8u sources are here: http://hg.openjdk.java.net/jdk8u/jdk8u

Re: build fail with Cygwin

2017-05-02 Thread David Holmes
Hi Guy, On 3/05/2017 1:04 PM, Guy Bonneau wrote: I am trying to build OpenJDK 8 under Windows 7 with Cygwin 2.8.0 and ran into many issues that I was able to successfully fix until the last one which leave me baffled. The configure command I use is: Are you trying to build the latest 8u source