Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-05 Thread David Holmes
On 5/06/2019 5:40 pm, Moshe Zuisman wrote: Hi David. 2 questions. 1. I as was told here - downloaded JDK sources from http://hg.openjdk.java.net/jdk-updates/jdk11u/  .  I can not perform "hg update -r jdk-11.0.2-ga", since I get: "

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-05 Thread Moshe Zuisman
Hi David. 2 questions. 1. I as was told here - downloaded JDK sources from http://hg.openjdk.java.net/jdk-updates/jdk11u/ . I can not perform "hg update -r jdk-11.0.2-ga", since I get: " "abort: no repository found in '/cygdrive/c/

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-04 Thread David Holmes
On 5/06/2019 2:20 am, Moshe Zuisman wrote: Hi. Thank for your recomendation! Although I did not success to run "hg update -r jdk-11.0.2-ga" - got : "abort: no repository found in '/cygdrive/c/jdk11u-11.0.2-ga' (.hg not found)!" I don't know how you are "cloning" things but you are not getting

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-04 Thread Moshe Zuisman
Hi. Thank for your recomendation! Although I did not success to run "hg update -r jdk-11.0.2-ga" - got : "abort: no repository found in '/cygdrive/c/jdk11u-11.0.2-ga' (.hg not found)!" But since I from begining cloned jdk-11.0.2 label form site - I suppose it gives equavalent result. And finally I

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-03 Thread David Holmes
On 3/06/2019 5:06 pm, Moshe Zuisman wrote: Hi. Probably I do not understand something in source control system of Open JDK projeck. I have gone to : https://hg.openjdk.java.net/jdk/jdk11 and clicked last label: "9 months ago jwilhelm Added tag jdk-11+28 for changeset 76072a077ee1default tip"

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-03 Thread Aleksey Shipilev
On 6/3/19 9:06 AM, Moshe Zuisman wrote: > I have gone to : https://hg.openjdk.java.net/jdk/jdk11 That is not the latest jdk11 source. It is a stabilization tree for jdk11 GA -- notice the last commit there. Up-to-date 11u tree is here: http://hg.openjdk.java.net/jdk-updates/jdk11u -Aleksey

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-03 Thread Moshe Zuisman
Hi. Probably I do not understand something in source control system of Open JDK projeck. I have gone to : https://hg.openjdk.java.net/jdk/jdk11 and clicked last label: "9 months ago jwilhelm Added tag jdk-11+28 for changeset 76072a077ee1default tip" arrived to: https://hg.openjdk.java.net/jdk/jdk11

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-02 Thread David Holmes
On 3/06/2019 6:20 am, Moshe Zuisman wrote: Hi David. I have updated to Visual studio 2017 15.9.12. Build still fails, while now works much longer and pass much more steps: /$ make Building target 'default (exploded-image)' in configuration 'windows-x86_64-normal-server-release' Compiling 8 fil

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-02 Thread Kim Barrett
> On Jun 2, 2019, at 4:20 PM, Moshe Zuisman wrote: > > Hi David. > I have updated to Visual studio 2017 15.9.12. > Build still fails, while now works much longer and pass much more steps: > > details.c:/Git_Repos/open_jdk_11/jdk11-1ddf9a99e4ad/jdk11-1ddf9a99e4ad/src/hotspot/share/runtime/flags/j

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-06-02 Thread Moshe Zuisman
Hi David. I have updated to Visual studio 2017 15.9.12. Build still fails, while now works much longer and pass much more steps: *$ makeBuilding target 'default (exploded-image)' in configuration 'windows-x86_64-normal-server-release'Compi

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-30 Thread David Holmes
Hi Moshe, Can you update your VS 2017 installation? The only difference I can spot is that we are using Microsoft Visual Studio 2017 15.9.6 with Microsoft (R) C/C++ Optimizing Compiler Version 19.16.27026.1 while you have: Visual Studio 2017 Developer Command Prompt v15.0.26228.86 with [

Fwd: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-30 Thread Moshe Zuisman
Hi David. I have done it. with same result. I have added --debug-configure flag.. Attaching full configure output.. I am stuck with this issue and right now - have no idea - how to get out of this "blind alley"... чт, 30 мая 2019 г. в 12:46, David Holmes : > Hi Moshe, > > can you try running con

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-30 Thread David Holmes
Hi Moshe, can you try running configure with --disable-precompiled-headers Thanks, David On 30/05/2019 6:26 pm, Moshe Zuisman wrote: Configuration summary: The existing configuration has been successfully updated in /cygdrive/c/jdk11-1ddf9a9

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-30 Thread Moshe Zuisman
Configuration summary: The existing configuration has been successfully updated in /cygdrive/c/jdk11-1ddf9a99e4ad/build/windows-x86_64-normal-server-release using configure arguments '--with-boot-jdk=/cygdrive/c/jdk-11.0.3'. Configuration summar

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-29 Thread David Holmes
Can you provide the configuration summary produced by configure? It's an issue with precompiled headers but I've no idea what. David On 30/05/2019 5:21 am, Moshe Zuisman wrote: I  thought, that may be probleem ressults form some specific configuration on my  machine (for example I have 2 versi

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-29 Thread Moshe Zuisman
I thought, that may be probleem ressults form some specific configuration on my machine (for example I have 2 version of MSVCc - 2012 and 2017. So I created clean VmWare Virtual machine and installed their only MSVC 2017 and cygwin. And tried to build OPEN JDK theeir. and got exactly same failure

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-28 Thread Moshe Zuisman
I am using http://hg.openjdk.java.net/jdk-updates/jdk11u/rev/a23d4b4ea281 ср, 29 мая 2019 г. в 08:35, David Holmes : > Hi Moshe, > > On 29/05/2019 2:15 am, Moshe Zuisman wrote: > > I am trying to build OPEN jdk 11 on cygwin with MSVC 2017 > >

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-28 Thread David Holmes
Hi Moshe, On 29/05/2019 2:15 am, Moshe Zuisman wrote: I am trying to build OPEN jdk 11 on cygwin with MSVC 2017 _ VS 2017 is the official supported compiler for building OpenJDK 11 [1] and we don't see any issues. What ve

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-28 Thread Moshe Zuisman
I configure with default options: *sh ./configure --with-boot-jdk=/cygdrive/c/jdk-11.0.3* By the way - ordinary VC solutions - compiles form MSVC IDE with no problem вт, 28 мая 2019 г. в 19:34, Aleksey Shipilev : > On 5/28/19 6:15 PM, Moshe Zuisman wrote: > > warning C4577: 'noexcept' used wit

Re: Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-28 Thread Aleksey Shipilev
On 5/28/19 6:15 PM, Moshe Zuisman wrote: > warning C4577: 'noexcept' used with no exception handling mode specified; Somebody else can chime in if this is a legit warning. > error C2220: warning treated as error - no 'object' file ...but this tells that you might try to configure with --disable

Failure buiilding OPEN JDK 11 on windows cygwin with VC 2017

2019-05-28 Thread Moshe Zuisman
I am trying to build OPEN jdk 11 on cygwin with MSVC 2017 _ *c:\progra~2\mib055~1\2017\profes~1\vc\tools\msvc\1410~1.250\include\exception(366): warning C4577: 'noexcept' used with no exception handling