Not able to configure with new build infra
Mahesh Pujari
pujarimahesh_kumar at yahoo.com
Mon Jul 2 05:55:21 PDT 2012
Hi,
I got it running by commenting out the line which calls for the function "prepare_help_system" in "jdk8\common\autoconf\configure" file.
This I figured out by adding echo lines in configure file and at line 3193 (just before if statement added $as_echo "Line:$as_dir/$ac_word$ac_exec_ext") it just hangs saying "//apt-get", after which it never gets back.
I am still clue-less why it just hangs at "//apt-get".
Below are the logs after adding "$as_echo "Line:$as_dir/$ac_word$ac_exec_ext" at line number 3193 (just before if statement)
checking for apt-get... Line:/cygdrive/d/Program Files/Microsoft Visual Studio 10.0/Common7/IDE/apt-get
Line:/cygdrive/d/Program Files/Microsoft Visual Studio 10.0/VC/BIN/apt-get
Line:/cygdrive/d/Program Files/Microsoft Visual Studio 10.0/Common7/Tools/apt-get
Line:/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v4.0.30319/apt-get
Line:/cygdrive/c/WINDOWS/Microsoft.NET/Framework/v3.5/apt-get
Line:/cygdrive/d/Program Files/Microsoft Visual Studio 10.0/VC/VCPackages/apt-get
Line:/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0A/bin/NETFX 4.0 Tools/apt-get
Line:/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0A/bin/apt-get
Line:/cygdrive/d/Java/jdk1.7.0-u2/bin/apt-get
Line:/cygdrive/d/Java/jdk1.6.0_18/bin/apt-get
Line:/usr/local/bin/apt-get
Line:/usr/bin/apt-get
Line:/usr/bin/apt-get
Line:/usr/X11R6/bin/apt-get
Line:/cygdrive/d/Java/jdk1.6.0_25/bin/apt-get
Line:/cygdrive/c/oraclexe/app/oracle/product/10.2.0/server/bin/apt-get
Line:/cygdrive/d/Program Files/CollabNet Subversion Client/apt-get
Line:/cygdrive/c/WINDOWS/system32/apt-get
Line:/cygdrive/c/WINDOWS/apt-get
Line:/cygdrive/c/WINDOWS/System32/Wbem/apt-get
Line:/cygdrive/e/setup/ant/bin/apt-get
Line:/cygdrive/d/Program Files/TortoiseSVN/bin/apt-get
Line://apt-get
thanks and regards,
Mahesh Pujari
________________________________
From: Mahesh Pujari <pujarimahesh_kumar at yahoo.com>
To: Erik Joelsson <erik.joelsson at oracle.com>
Cc: "jdk8-dev at openjdk.java.net" <jdk8-dev at openjdk.java.net>
Sent: Tuesday, June 26, 2012 2:15 PM
Subject: Re: Not able to configure with new build infra
Hi Erik,
I am using Windows XP (winver: version 5.1), cygwin 1.7.11, the issue which I am stuck with is coming always (but I was able to build with new build infra in Apr/May), the other thing is I am able to build lambda/lambda successfully with the same steps which I had done before for jdk8/jdk8.
Could you please direct me how to debug/look the configuration, is there any way with which we can see what configuration is doing at that point of time (some thing like verbose during configuration)
thanks,
Mahesh Pujari
________________________________
From: Erik Joelsson <erik.joelsson at oracle.com>
To: jdk8-dev at openjdk.java.net
Sent: Monday, June 25, 2012 3:26 PM
Subject: Re: Not able to configure with new build infra
Hello,
I have not seen this problem before and I just successfully tried
configure on a freshly cloned jdk8/jdk8. Does it happen every time you
run or just sometimes? What version of windows and cygwin are you
running? My first guess would be a cygwin issue that might resolve
itself by just updating cygwin.
/Erik
On 2012-06-25 06:19, Mahesh Pujari wrote:
> Hi,
> Previously (1 or 2 months back) (Platform: Windows) I was able to successfully build with new build-infra, I took the update yesterday (http://hg.openjdk.java.net/jdk8/jdk8) and when I tried to re-configure, the configuration just hangs at "configure:3179: checking for apt-get". I thought it would be doing something in background and I have waited
> for more then an hour but nothing happened, so I had to kill it.
> Below are the lines taken from config.log.
>
> configure:7021: found /usr/bin/wget
>
configure:7032: result: wget
> configure:7089: checking if this is a cross compile
> configure:7276: result: no
> configure:3179: checking for apt-get
>
> Could you please tell me am I missing something over here. Or is there any way to debug or output the configuration in verbose mode.
>
>
> thanks and regards,
> Mahesh Pujari
More information about the jdk8-dev
mailing list