Configure fails to create fixpath.exe when running in WSL

2020-05-02 Thread Ludovic HOCHET
Running configure in an Ubuntu on WSL1 on Windows 2004 (10.0.19041.208), it fails to create fixpath.exe in its expected location. After some search it seems that wslpath -m /mnt/e/jdk/build/windows-x86_64-server-release/configure-support/bin/fixpath.exe fails since the path does not exist

new build dies when doing 'make clean images'

2014-08-25 Thread Ludovic HOCHET
Hello, I usually build the JDK using 'make clean images', however doing so with the new build results in the build dying (both on Win8.1 with make 3.82 or 4 and on Ubuntu 14.04), ie the build ends with no end of build messages (times and 'Finished building OpenJDK for target 'images''). The

Re: Build summary UX

2014-08-25 Thread Ludovic HOCHET
It would be nice to have a message indicating that a module build has been completed as it would make a bit easier to figure out when a failure occur. On Mon, Aug 25, 2014 at 2:23 AM, David Holmes david.hol...@oracle.com wrote: On 22/08/2014 1:39 AM, Erik Joelsson wrote: Hello Aleksey, As I

Re: new build dies when doing 'make clean images'

2014-08-25 Thread Ludovic HOCHET
targets and issue a warning. /Erik On 2014-08-25 10:37, Ludovic HOCHET wrote: Hello, I usually build the JDK using 'make clean images', however doing so with the new build results in the build dying (both on Win8.1 with make 3.82 or 4 and on Ubuntu 14.04), ie the build ends with no end

Re: RFR: JDK-8055405: JDK 9 build started failing on ja_JP.UTF-8 locale due to mapping error (encoding=ascii).

2014-08-23 Thread Ludovic HOCHET
Hello Erik, This does not fix the issue for me on a Win 8.1 fr_FR. I still have creation dates in French. eg.: Compiling 1478 files for java.corba c:\dev\dev\build\windows-x86_64-normal-server-release\corba\gensrc\java.corba\com\sun\corba\se\spi\activation\Activator.java:8: error: unmappable

Re: Cross-building Windows binaries using the mingw toolchain

2014-05-04 Thread Ludovic HOCHET
On Fri, May 2, 2014 at 4:19 PM, Florian Weimer fwei...@redhat.com wrote: On 04/30/2014 07:00 PM, Volker Simonis wrote: But why can't you install Cygwin and the free Microsoft Express/SDK compilers and do a native build. I finally got it to work. When running on 64-bit Windows, you have to

Re: Problem related to building JDK in Windows

2014-04-03 Thread Ludovic HOCHET
Hello Pooja, Have you tried with just: --with-freetype=/cygdrive/e/PoojaJDK8/freetype-2.4.7/freetype-2.4.7 (additionally I think my trial and error got me to put the dll in /cygdrive/e/PoojaJDK8/freetype-2.4.7/freetype-2.4.7/lib) ? For ref, here are the steps I follow when building own:

Re: JDK7u40: build issue with a french VS2010 Express

2013-10-10 Thread Ludovic HOCHET
Hello, Coming back to this: But that does not work neither because when one download VS2010 Express from a French territory, one gets the French version EVEN if the English version was explicitly requested (I made it twice, thinking I missed to select the English version). Sadly I see the same. I

Re: RFR: JDK-8024849 Don't remove upper case letters from username when setting USER_RELEASE_SUFFIX

2013-09-16 Thread Ludovic HOCHET
Looks good to me (but I'm not a reviewer) Thanks On Mon, Sep 16, 2013 at 10:30 AM, Magnus Ihse Bursie magnus.ihse.bur...@oracle.com wrote: When creating USER_RELEASE_SUFFIX, the username is processed to only include safe characters. Unfortunately, upper case letters are stripped out even

Username handling in USER_RELEASE_SUFFIX

2013-09-15 Thread Ludovic HOCHET
Hello, I've been wondering for a while why my username on Windows was not picked up properly. As it turn out in common\autoconf\jdk-options.m4 and generated-configure strip out upper cased letters from the username which I find strange since that username is turned into the USER_RELEASE_SUFFIX