JDK-7082220 : Visual Studio projects broken after change: backport to OpenJDK7/hotspot

2013-09-22 Thread Francis ANDRE
HI the patch "JDK-7082220 : Visual Studio projects broken after change 7016797: Hotspot: securely/restrictive load dlls" is missing in the OpenJDK7/hotspot/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java. I applied it localy but some other OpenJDK developpers on WXP/VS2010 would bene

Re: JDK-7082220 : Visual Studio projects broken after change: backport to OpenJDK7/hotspot

2013-09-23 Thread Francis ANDRE
sponds to the JDK 7 GA release made a few years ago. The OpenJDK 7u repository is used to gather fixes for the JDK 7 update releases. Isn't this patch already in the updates ? (7u2) http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/2f27ed2a98fa https://bugs.openjdk.java.net/browse/JDK

Re: JDK-7082220 : Visual Studio projects broken after change: backport to OpenJDK7/hotspot

2013-09-23 Thread Francis ANDRE
h hg clone http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot the Source Code Mercurial 7u (on the left panel) links to this repository:http://hg.openjdk.java.net/jdk7u/jdk7u. So, I take it as the repository base for getting hotspot. /Erik On 2013-09-23 17:51, Francis ANDRE wrote: Sean The poi

Re: JDK-7082220 : Visual Studio projects broken after change: backport to OpenJDK7/hotspot

2013-09-23 Thread Francis ANDRE
le to reproduce this problem cloning from http://hg.openjdk.java.net/jdk7u/jdk7u-dev. From where did you get your sources? /Erik On 2013-09-23 17:51, Francis ANDRE wrote: Sean The point is that OpenJDK7u is not open source while OpenJDK7 is... Following is a snippet of the make log joine

Re: [SPAM]Re: JDK-7082220 : Visual Studio projects broken after change: backport to OpenJDK7/hotspot

2013-09-23 Thread Francis ANDRE
Erik Joelsson wrote: It's certainly not supposed to fail like that. I'm not able to reproduce this problem cloning from http://hg.openjdk.java.net/jdk7u/jdk7u-dev. From where did you get your sources? /Erik On 2013-09-23 17:51, Francis ANDRE wrote: Sean The point is that OpenJDK7u i

Re: [SPAM]Re: JDK-7082220 : Visual Studio projects broken after change: backport to OpenJDK7/hotspot

2013-09-23 Thread Francis ANDRE
t. I'm not able to reproduce this problem cloning from http://hg.openjdk.java.net/jdk7u/jdk7u-dev. From where did you get your sources? /Erik On 2013-09-23 17:51, Francis ANDRE wrote: Sean The point is that OpenJDK7u is not open source while OpenJDK7 is... Following is a snippet of

Re: [SPAM]Re: JDK-7082220 : Visual Studio projects broken after change: backport to OpenJDK7/hotspot

2013-09-23 Thread Francis ANDRE
9/13 17:54, Erik Joelsson wrote: It's certainly not supposed to fail like that. I'm not able to reproduce this problem cloning from http://hg.openjdk.java.net/jdk7u/jdk7u-dev. From where did you get your sources? /Erik On 2013-09-23 17:51, Francis ANDRE wrote: Sean The point is that O

JDK7u40: build issue with a french VS2010 Express

2013-10-03 Thread Francis ANDRE
Hi In the 7u40/jdk/make/common/shared/Compiler-msvc.gmk, the code for computing the CC_VER does work with a French VS2010 Express compiler CC_VER := $(shell $(CC) 2>&1 | $(HEAD) -n 1 | $(SED) 's/.*\(Version.*\)/\1/' | $(NAWK) '{print $$2}') because the cl command returns Compilateur d'opt

Re: 7u40:Bug ID: 9007227: how to fix this issue?

2013-10-04 Thread Francis ANDRE
install the make tool ! May be it would be useful to put a link to this URL in the README or in the README-pre-components Francis Le 03/10/2013 15:31, Francis ANDRE a écrit : Hi On a WXP/x86/VS2012/Cygwin platform, the make sanity run fails as show below FrancisANDRE@idefix /cygdrive/z/DEV

JDK7u40: Community Code Review: webrev for non Oracle people?

2013-10-04 Thread Francis ANDRE
Hi This page http://openjdk.java.net/guide/codeReview.html states that one should use webrev for providing support of Community Code Review but it also states that any user with push access to the OpenJDK Mercurial server can publish materials on the cr.openjdk.ja

Re: RFR (S): JDK-8025933 Configure should support French cl.exe

2013-10-04 Thread Francis ANDRE
Changing the LANG to C or en_US does not work neither. The VS C++ compiler does not use the LANG variable for providing messages. I know that on WXP, there are options to setup the language of work like English but I cannot turn my PC to English because others tools like Excel will work in Engli

JDK7u40: webrev does not seem to work properly on WXP/Cygwin

2013-10-04 Thread Francis ANDRE
Hi I am trying to build a webrev for an outgoing patch on a WXP/x86/Cygwin platform, but it seems that the webrev script is not handling properly the /cygdrive/ path. So, I am wondering if there a specific configuration guide for using this script under cygwin? Francis FrancisANDRE@idefix /

7u40 on WXP/Cygwin: webrev: Is there a java or ant version of webrev?

2013-10-05 Thread Francis ANDRE
Hi Builders I am really fighting against the triumvira (Cygwin, ksh, webrev.ksh) because of a bug in the cd command of the korn shell under cygwin -- log below --. The cd command prepends the target directory where to go by the current $PWD. cd Z:/DEV/OpenJDK_7u40/hotspot/make/windows/makefi

RFR: Bug ID: 9007227: - make/sanity-rules.gmk:61: *** multiple target patterns. Stop

2013-10-06 Thread Francis ANDRE
Hi I submit this patch for review for this Bug ID: 9007227: - make/sanity-rules.gmk:61: *** multiple target patterns. Stop The webrev.ksh is broken on WXP/Cygwin. So I am providing here the hg outgoing report as well as the new file README-Windows-Cygwin-VS2010 Francis $ hg outgoing -v c

Re: RFR (S): JDK-8025933 Configure should support French cl.exe

2013-10-07 Thread Francis ANDRE
Le 07/10/2013 11:32, Magnus Ihse Bursie a écrit : On 2013-10-06 05:19, David Holmes wrote: Magnus, Echoing Naoto's comments I don't agree that we should be supporting this. In the original email a workaround was mentioned using an environment variable - if that is the case then I don't think

[7u]: ERROR: Trouble with the absolute path for OUTPUTDIR './bui, ld/windows-i586'". Stop.

2013-10-13 Thread Francis ANDRE
Hi Just cloning this repository http://hg.openjdk.java.net/jdk7u/jdk7u to a fresh new directory on a WXP/Cygwin platform with the following ALT_* variables $ env | grep ALT ALT_BOOTDIR=C:/Progra~1/Java/jdk1.7.0_40 ALT_SLASH_JAVA=C:/Progra~1/Java/jdk1.7.0_40 ALT_JDK_IMPORT_PATH=C:/Progra~1/Java

[7u] WXP/Cygwin/VS2010 patch to remove invali option from the SA compilation

2013-11-01 Thread Francis ANDRE
Hi Following is a patch to avoid warning messages produced by the VS2010 compiler when compiling SA as cl: Ligne de commande warning D9035: l'option 'GZ' est deconseille et sera supprime dans une version ulterieure cl: Ligne de commande warning D9036: utilisez 'RTC1' … la place de 'GZ' cl: L

Help: jdk/make/common/shared/Defs.gmk:563: *** "ERROR: Trouble with the absolute path for OUTPUTDIR '

2013-11-04 Thread Francis ANDRE
Hi Using a fresh copy of the jdk7u repository, and running make -d sanity, I got the error below. Why OUTPUTDIR must be absolute or if it must be absolute, why it is not when running make sanity? It seems to me that OUTPUTDIR is computed in the jdk subdirectory makefiles while it is not in t

Re: Help: jdk/make/common/shared/Defs.gmk:563: *** "ERROR: Trouble with the absolute path for OUTPUTDIR '

2013-11-05 Thread Francis ANDRE
Mike Le 05/11/2013 07:16, Mike Duigou a écrit : Hi Using a fresh copy of the jdk7u repository, and running make -d sanity, I got the error below. Why OUTPUTDIR must be absolute or if it must be absolute, why it is not when running make sanity? In general, using absolute paths always helps for

[7u]: help on jdk/make/common/shared/Defs-windows.gmk

2013-11-15 Thread Francis ANDRE
Hi I am trying to fix the following error $ make sanity jdk/make/common/shared/Defs.gmk:563: *** "ERROR: Trouble with the absolute path for OUTPUTDIR './bui ld/windows-i586'". Stop. and found the following code in jdk/make/common/shared/Defs-windows.gmk, line 109 define FullPath $(if $(wor

[j8] W7-x64-CYGWIN_NT-6.1: configure: Could not find unzip!

2013-11-17 Thread Francis ANDRE
Hi On a W7-x64-CYGWIN_NT-6.1 platform, the zip and unzip utilities are missing, thus configure fails with configure: Could not find unzip! FrancisANDRE@falbala /cygdrive/d/jdk/jdk8 $ bash configure --with-freetype-include=D:/JDK/freetype-2.5.0.1/include --with-freetype-lib=D:/JDK/freetype-2

Re: 7u40 on WXP/Cygwin: webrev: Is there a java or ant version of webrev?

2013-11-18 Thread Francis ANDRE
writing a dos/mixed style path to the hgrc, which would then cause webrev to fail. /Magnus 5 okt 2013 kl. 15:28 skrev Francis ANDRE : Hi Builders I am really fighting against the triumvira (Cygwin, ksh, webrev.ksh) because of a bug in the cd command of the korn shell under cygwin -- log below

Re: 7u40 on WXP/Cygwin: webrev: Is there a java or ant version of webrev?

2013-11-18 Thread Francis ANDRE
mixed style path to the hgrc, which would then cause webrev to fail. /Magnus 5 okt 2013 kl. 15:28 skrev Francis ANDRE : Hi Builders I am really fighting against the triumvira (Cygwin, ksh, webrev.ksh) because of a bug in the cd command of the korn shell under cygwin -- log below --. T

Re: RFR: Bug ID: 9007227: - make/sanity-rules.gmk:61: *** multiple target patterns. Stop

2013-11-18 Thread Francis ANDRE
, adding the blog of Wolker SIMONIS or may be a reformatted text*is a major help for building OpenJDK on windows*. Please, reconsider your position on adding this blog post as a README file. Francis Le 18/11/2013 20:11, Dalibor Topic a écrit : On 10/6/13 8:37 PM, Francis ANDRE wrote: Hi I

Re: Le roi est mort, vive le roi!

2013-11-19 Thread Francis ANDRE
Magnus By the way, what is exactly the old build system??? I am aware of the jdk7u build system, the jdk8 build system, but what is the old one? Francis Le 18/11/2013 19:02, Magnus Ihse Bursie a écrit : So, finally it has happened. The old build system is now removed. The patch was just subm

Re: Le roi est mort, vive le roi!

2013-11-19 Thread Francis ANDRE
ERROR: Trouble with the absolute path for OUTPUTDIR"!!) Francis Le 19/11/2013 19:14, Mike Duigou a écrit : On Nov 19 2013, at 09:26 , Francis ANDRE wrote: Magnus By the way, what is exactly the old build system??? I am aware of the jdk7u build system, Early in jdk8 development it

Re: [7u]: help on jdk/make/common/shared/Defs-windows.gmk

2013-11-20 Thread Francis ANDRE
cygwin specific paths with driveletter paths. The unfortunate effect of this is that FullPath behaves differently depending on if the path contains a space. How are you invoking the build to cause this error? Are you explicitly setting ALT_OUTPUTDIR? What is the path to your workspace? /Eri

Re: RFR: Bug ID: 9007227: - make/sanity-rules.gmk:61: *** multiple target patterns. Stop

2013-11-20 Thread Francis ANDRE
all necessary fixes into make. I already exchange with the Cygwin guys for making ksh recognizing windows path for the webrev.ksh script...they said clearly no way... Francis Ivan On 11/19/13 11:05 AM, Francis ANDRE wrote: Hi Dalibor Everybody at Oracle and may be elsewhere knows how

Re: RFR: Bug ID: 9007227: - make/sanity-rules.gmk:61: *** multiple target patterns. Stop

2013-11-20 Thread Francis ANDRE
th the latest Cygwin's make. I think that the openjdk community is big enough to influence and push through all necessary fixes into make. Ivan On 11/19/13 11:05 AM, Francis ANDRE wrote: Hi Dalibor Everybody at Oracle and may be elsewhere knows how difficult is the task of building Ope

[8]: help on PKCS#11 tests build

2013-11-21 Thread Francis ANDRE
Hi Running TestInterop from the PKCS#11 test suite on a WXP/Cygwin/VS2010 platform, one gets this exception Caused by: java.io.IOException: Accès refusé.Z:\JDK\jdk8\jdk\test\sun\security\pkcs11\nss\lib\windows-i586\softokn3.dll This exception appears because all dlls in the directory jdk8\

[8] langtools DocCommentTester.java:109: error: cannot find symbol

2013-11-22 Thread Francis ANDRE
Hello I am running the langtools test suite with /cygdrive/c/cygwin/usr/local/bin/make -k -C ../langtools/test JT_JAVA=/cygdrive/Z/JDK/jdk8/build/windows-x86-normal-server-release/images/j2sdk-image TEST=jtreg jtreg and got many compiles error. I think jdk8\build\windows-x86-normal-server-

Re: Le roi est mort, vive le roi!

2013-11-24 Thread Francis ANDRE
Mike Le 19/11/2013 19:14, Mike Duigou a écrit : Early in jdk8 development it used the same build system as jdk7. A new build system was developed and eventually replaced the "old" build system. The removal in this changeset removed the obsolete legacy build system. There are no plans to backpor

Re: Le roi est mort, vive le roi!

2013-11-24 Thread Francis ANDRE
David Le 25/11/2013 02:55, David Holmes a écrit : On 25/11/2013 1:46 AM, Francis ANDRE wrote: Mike Le 19/11/2013 19:14, Mike Duigou a écrit : Early in jdk8 development it used the same build system as jdk7. A new build system was developed and eventually replaced the "old" build s

Re: Le roi est mort, vive le roi!

2013-11-26 Thread Francis ANDRE
Hi Staffan Le 25/11/2013 08:53, Staffan Larsen a écrit : The top level make produces a full jdk here: Z:\JDK\jdk8\build\windows-x86-normal-server-release\images\j2sdk-image The hotspot make produces a full jdk here : Z:\JDK\jdk8\hotspot\build\windows\jdk-windows-i586 The hotspot creat

Re: Le roi est mort, vive le roi!

2013-11-26 Thread Francis ANDRE
David create.bat has only one parameter: the bootstrap jdk and thus does not take into account the configure-based top-level files. Moreover when using an official public jdk7 release as the jdk1.7.0_45 as the bootstrap jdk of jdk8, the produced jvm.vxproj does not work as the changeset associat

Re: [8]: help on PKCS#11 tests build

2013-12-04 Thread Francis ANDRE
hg clone. I am not familiar enough with the history to know what is expected to happen when tests are run from an hg clone. It looks like the choices are to temporarily or permanently set the executable flags to allow the tests to run. Mike /Magnus Mike On Nov 21 2013, at 20:49 , Franci

Re: [8]: help on PKCS#11 tests build

2013-12-04 Thread Francis ANDRE
ests should run if the entire test/ directory (all files and directories) were readonly, so if code is modifying files in place or creating new files anywhere in the test directory, that should be regarded as a Bad Thing and fixed. -- Jon On 12/04/2013 10:27 AM, Francis ANDRE wrote: Agreed with

[8] WXP fixes to avoid warning when compiling SA files

2013-12-07 Thread Francis ANDRE
Hi Compiling SA files leads to warning because of old or invalid options as below set INCLUDE=C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE;C:\Program Files\Microsoft SDKs\Windows\v7.0A\include;C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE;C:\Program Files\Microsoft SDKs\

[8] WXP minor fixes for a cleaner compile of c code

2013-12-07 Thread Francis ANDRE
Hi Below are some warnings produced by the build of jdk8. Z:/JDK/jdk8/jdk/src/share/native/java/lang/Throwable.c(48) : warning C4028: paramétre formel 3 différent de la déclaration Z:/JDK/jdk8/jdk/src/windows/native/java/io/WinNTFileSystem_md.c(363) : warning C4101: 'pathlen': variable locale

Re: [8] WXP fixes to avoid warning when compiling SA files

2013-12-09 Thread Francis ANDRE
hotspot changes so I will have to wait before pushing the change. /Staffan On 7 dec 2013, at 18:25, Francis ANDRE wrote: Hi Compiling SA files leads to warning because of old or invalid options as below set INCLUDE=C:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE;C:\Program Files

Re: [8] WXP fixes to avoid warning when compiling SA files

2013-12-21 Thread Francis ANDRE
it. There are currently no open repos for low-priority hotspot changes so I will have to wait before pushing the change. /Staffan On 7 dec 2013, at 18:25, Francis ANDRE wrote: Hi Compiling SA files leads to warning because of old or invalid options as below set INCLUDE=C:\Program Files

[7u] diff fixes for export_debug_jdk in jdk/hotspot/make/Makefile

2013-12-21 Thread Francis ANDRE
Hi The export_debug_jdk target from jdk7u/hotspot/make/Makefile never exports the Z:\JDK\hsx\jdk7u\hotspot\build\windows\export-windows-i586\debug directories into Z:\JDK\hsx\jdk7u\hotspot\build\windows\jdk-windows-i586 but it updates Z:\JDK\\hsx\jdk7u\hotspot\build\windows\jdk-windows-i586\d

[8u] jdk8\hotspot\src\os\windows\vm\version.rc(57) : warning RC4003: not enough actual parameters for macro 'STR'

2013-12-24 Thread Francis ANDRE
Hi On windows, the jdk8\hotspot\src\os\windows\vm\version.rc at line 57 is missing the HS_COMPANY: BEGIN BLOCK "04b0" BEGIN VALUE "CompanyName", XSTR(HS_COMPANY) "\0" VALUE "FileDescription", XSTR(HS_FILEDESC) "\0" V

[WXP]: Any plan to use Ant instead of cygwin/make???

2008-03-08 Thread Francis ANDRE
Hi OpenJDK Team While trying to build OpenJDK on WXP SP2, I am facing to a recurrent problem with cygwin that crashes because it could not allocate heap space... $ make 7 [main] ? (232756) C:\Progra~1\cygwin\bin\sh.exe: *** fatal error - could n't allocate heap, Win32 error 487, base 0x

Re: [WXP]:fatal error - could n't allocate heap, Win32 error 487 (Was: Any plan to use Ant instead of cygwin/make???)

2008-03-30 Thread Francis ANDRE
://cygwin.com/faq/faq.using.html#faq.using.bloda http://cygwin.com/acronyms/#BLODA (I removed the Logitech webcam software with "Logitech process monitor" service and after rebooting, there were no more any heap allocation error) FA Kelly O'Hair a écrit : Francis ANDRE wrote:

[jdk]: Missing classes from the java.awt.color package

2008-03-31 Thread Francis ANDRE
Hi Everybody I am building OpenJDK on WXP SP2 with source trees obtain from the Mercurial repository and got lot of compile errors on missing classes from the java.awt.color package like java.awt.color.ColorSpace. Did I miss something?? Francis Here the Mercurial changeset for the jdk d

mail.openjdk.java.net: no search tool on the mailing archive.

2008-04-01 Thread Francis ANDRE
Hi I would like to look for additional informations on building OpenJDK in all archive mails but AFAIK, there is no search tool on the archive page. Do you plan to add such tool on the mailing archives? Francis

WXP: small build anomaly

2008-04-01 Thread Francis ANDRE
Hi When building first OpenJDK in product mode and then build it again in debug mode, one gets a somewhat confusing anomaly: Z:\DEV\OpenJDK\build>dir /X Le volume dans le lecteur Z s'appelle Developpement Le numéro de série du volume est A0AB-7CB1 Répertoire de Z:\DEV\OpenJDK\build 01/04/

Re: WXP: small build anomaly

2008-04-02 Thread Francis ANDRE
make sure you get the very latest changes in the repositories, some work in this area has been done. -kto Francis ANDRE wrote: Hi When building first OpenJDK in product mode and then build it again in debug mode, one gets a somewhat confusing anomaly: Z:\DEV\OpenJDK\build>dir /X Le

[WXP]: Help on JNI_CreateJavaVM exported symbol in jvm.dll

2008-04-10 Thread Francis ANDRE
Hi All For those interested in, I am building an msvc_2003 solution for the Hotspot JVM (compiler2 for now, compiler1 and kernel after) with the includes from the windows-i586-debug directory and using at link time the vm.def generated by the make debug_build. At run time, the java.exe fai

Re: JDK 7 build errors on Windows XP

2008-04-10 Thread Francis ANDRE
free.exe belongs to the package procps >> make/sanity-rules.gmk:61: *** multiple target patterns. Stop. You should downgrade the make.exe to the 3.80 version as explained in the README Kelly O'Hair a écrit : Yes. It is looking for the free command. It uses free to find the RAM memory size so

Re: JDK 7 build errors on Windows XP

2008-04-11 Thread Francis ANDRE
>> make/sanity-rules.gmk:61: *** multiple target patterns. Stop. Or instead of downgrading to make 3.80, you can use this patched make 3.81 that works with DOS name. http://www.cmake.org/files/cygwin/make.exe Kelly O'Hair a écrit : Yes. It is looking for the free command. It uses free to f

Re: JDK 7 build errors on Windows XP

2008-04-13 Thread Francis ANDRE
d-dev/2007-July/000116.html (Download a patched cygwin make binary from http://www.cmake.org/files/cygwin/make.exe ) Good catch, thanks. -kto Francis ANDRE wrote: free.exe belongs to the package procps >> make/sanity-rules.gmk:61: *** multiple target

[WXP] MakeDeps: generation of the vcproj file

2008-04-13 Thread Francis ANDRE
Hi Using MakeDeps, I am trying to setup the msvc_2003 vcproj file for building the jvm and I am facing some problems of configuration. Can someone drop an example of use?? or a more detailed explanation of the command line arguments than those given by the usage() as below (AFAIK, platform-nam