Re: Windows build failure in JDK8 with --disable-zip-debug-info

2015-03-16 Thread Magnus Ihse Bursie
On 2015-03-13 17:14, Volker Simonis wrote: However, I think it might be possible to generalize it slightly to avoid the duplicate code. Sure, I'm not against generalizing it :) The question is just do you consider this worth doing? I'm just asking because this will be jdk8u-only change and

Re: Windows build failure in JDK8 with --disable-zip-debug-info

2015-03-13 Thread Volker Simonis
On Thu, Mar 12, 2015 at 8:48 PM, Magnus Ihse Bursie wrote: > We have had issues before with pattern rules on Windows/cygwin. An older > incarnation of Images.gmk used pattern rules extensively, but it hanged or > crashed mysteriously. > > Also, in general, we've tried to avoid pattern rules sinc

Re: Windows build failure in JDK8 with --disable-zip-debug-info

2015-03-12 Thread Magnus Ihse Bursie
We have had issues before with pattern rules on Windows/cygwin. An older incarnation of Images.gmk used pattern rules extensively, but it hanged or crashed mysteriously. Also, in general, we've tried to avoid pattern rules since they make it hard to see what files are actually being processed.

Re: Windows build failure in JDK8 with --disable-zip-debug-info

2015-03-12 Thread Volker Simonis
Hi Dmitry, no, they are not the same. I forgot to mention that. On MinGW we have 3.81 and on Cygwin 4.1 Are there any known problems with the new Version? I specially use GNU make 4.1 on Cygwin because it can nicely handle ":" in target path names (unfortunately we still have them in our build :

Re: Windows build failure in JDK8 with --disable-zip-debug-info

2015-03-12 Thread Dmitry Samersoff
Volker, What version of *make* do you use in both cases? -Dmitry On 2015-03-12 17:34, Volker Simonis wrote: > Hi, > > I understand that I'm a little late to the game but I just run into > this problem myself:) > > The funny thing is that this problem doesn't occur with MinGW/MSYS but > just wi

Re: Windows build failure in JDK8 with --disable-zip-debug-info

2015-03-12 Thread Volker Simonis
Hi, I understand that I'm a little late to the game but I just run into this problem myself:) The funny thing is that this problem doesn't occur with MinGW/MSYS but just with Cygwin and I can't understand why? We have a little special setup here at SAP: we do the Windows builds with MinGW/MSYS a

Re: Windows build failure in JDK8 with --disable-zip-debug-info

2014-11-05 Thread David Holmes
On 5/11/2014 10:27 PM, Magnus Ihse Bursie wrote: On 2014-11-05 13:25, Magnus Ihse Bursie wrote: I even have a vague memory of a fix along these lines in jdk9. If that's correct, it's probably due for backporting. I'll see if I can locate it. https://bugs.openjdk.java.net/browse/JDK-8025936 It

Re: Windows build failure in JDK8 with --disable-zip-debug-info

2014-11-05 Thread Magnus Ihse Bursie
On 2014-11-05 13:25, Magnus Ihse Bursie wrote: I even have a vague memory of a fix along these lines in jdk9. If that's correct, it's probably due for backporting. I'll see if I can locate it. https://bugs.openjdk.java.net/browse/JDK-8025936 It might be some work backporting it though, the co

Re: Windows build failure in JDK8 with --disable-zip-debug-info

2014-11-05 Thread Magnus Ihse Bursie
On 2014-11-05 12:21, David Holmes wrote: If I set --disable-zip-debug-info in JDK8u and do a windows build it fails with: make[2]: *** No rule to make target `/cygdrive/c/jprt/T/P1/031627.daholme/s/build/windows-x86-normal-clientANDserver-release/jdk/bin/verify.map', needed by `all'. Stop.

Windows build failure in JDK8 with --disable-zip-debug-info

2014-11-05 Thread David Holmes
If I set --disable-zip-debug-info in JDK8u and do a windows build it fails with: make[2]: *** No rule to make target `/cygdrive/c/jprt/T/P1/031627.daholme/s/build/windows-x86-normal-clientANDserver-release/jdk/bin/verify.map', needed by `all'. Stop. This doesn't happen in JDK 9. Any sugg