Not able to configure with new build infra

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Wed Aug 15 06:35:58 PDT 2012


On 2012-06-26 10:45, Mahesh Pujari wrote:
>   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)

There is now! :-)

I just added the option --debug-configure, so you can run "sh 
./configure --debug-configure". This will create a file 
debug-configure.log in your current directory, and also tee it's output 
to the screen. It's using the same logic as in the logger.sh wrapper to 
get both stdout and stderr in one file, so you will probably see the 
same issues here (typically meaning stdout and stderr being out of sync, 
since one is buffered and the other is not). However, it will still 
hopefully be very helpful in tracking down problems.

The new flag has just been committed to the build-infra forest.

/Magnus


More information about the jdk8-dev mailing list