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 : 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 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
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 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: 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