Re: Hang building JDK 7 Hotspot in Windows 7

2013-02-07 Thread Erik Joelsson
The LOG=debug is JDK8 and build-infra specific. For JDK7 I don't know of a way to get more info except adding the -d or --debug flag to make, which as David says is rather useless most of the time. /Erik On 2013-02-08 00:47, Randy Nielsen wrote: Tried suggestions with no change. Specifically

Re: Hang building JDK 7 Hotspot in Windows 7

2013-02-07 Thread David Holmes
LOG=trace gives the most detail. make has a -d option but it is pretty useless due to the volume of data produced (mostly about the bizarre ways it tries to re-make files that you don't want re-made in the first place :( ). David On 8/02/2013 9:47 AM, Randy Nielsen wrote: Tried suggestions

RE: Hang building JDK 7 Hotspot in Windows 7

2013-02-07 Thread Randy Nielsen
Tried suggestions with no change. Specifically LOG=debug,nofile didn't add any output at all. Are there any others ways to poke the make to get more output, say a line by line trace of the make behavior? This feels like a process synchronization problem where process A is waiting to be notifi

Re: building JDK6 - latest usable compiler

2013-02-07 Thread Pete Brunet
On 2/7/13 2:59 PM, Tim Bell wrote: > On 02/07/13 12:18, Pete Brunet wrote: >> Hi I have VS 2010 and need to build JDK6. Using my typical JDK7 set up >> with VS 2010 make sanity reports >> >> ../make/common/shared/Compiler-msvc.gmk:129 *** COMPILER_PATH cannot be >> empty here. Stop. >> >> Do I ne

Re: building JDK6 - latest usable compiler

2013-02-07 Thread Tim Bell
On 02/07/13 12:18, Pete Brunet wrote: Hi I have VS 2010 and need to build JDK6. Using my typical JDK7 set up with VS 2010 make sanity reports ../make/common/shared/Compiler-msvc.gmk:129 *** COMPILER_PATH cannot be empty here. Stop. Do I need to install an older compiler (and if so where would

Re: building JDK6 - latest usable compiler

2013-02-07 Thread Phil Race
Yes you need VS2003. At this point your best bet to get it may be ebay :-) -phil. On 2/7/2013 12:18 PM, Pete Brunet wrote: Hi I have VS 2010 and need to build JDK6. Using my typical JDK7 set up with VS 2010 make sanity reports ../make/common/shared/Compiler-msvc.gmk:129 *** COMPILER_PATH cann

building JDK6 - latest usable compiler

2013-02-07 Thread Pete Brunet
Hi I have VS 2010 and need to build JDK6. Using my typical JDK7 set up with VS 2010 make sanity reports ../make/common/shared/Compiler-msvc.gmk:129 *** COMPILER_PATH cannot be empty here. Stop. Do I need to install an older compiler (and if so where would I get it)? Pete

Re: Hang building JDK 7 Hotspot in Windows 7

2013-02-07 Thread Kelly Ohair
no definite answers just ideas we are starting to use windows 2008R2 which seems better make sure the env vars TMP and TEMP are set to directories windows understands eg C:/ paths and these directories exist and have write permissions try using make LOG=debug,nofile Sent from my iPhone On F

Re: Hang building JDK 7 Hotspot in Windows 7

2013-02-07 Thread Volker Simonis
Hi Randy, this problems pops up every now and then but unfortunately (at least to my knowledge) there exists no real solution for it. You can read the following comment on my blog which describes a similar problem and my answer to it which describes different workarounds: http://weblogs.java.net

Hang building JDK 7 Hotspot in Windows 7

2013-02-07 Thread Randy Nielsen
I am thoroughly stuck building JDK 7 when I start the Hotspot portion of the build. This is Windows 7 64 bit building 64 bit JDK with Visual Studio 10 Service Pack 1. The hang seems to happen immediately after I start the hotspot portion of the make. There is no output at all. Watching the W