Re: solaris jdk build configure problem

2016-03-02 Thread Erik Joelsson
The build failure here looks like javac server is having trouble. A possible workaround is to configure using --disable-javac-server. /Erik On 2016-03-02 12:01, prasanta sadhukhan wrote: I tried setting --with-native-debug-symbols=internal which worked during configure. But while build, I am g

Re: solaris jdk build configure problem

2016-03-02 Thread prasanta sadhukhan
I tried setting --with-native-debug-symbols=internal which worked during configure. But while build, I am getting a hang while generating java.security. It stays there for an hour or so. Any idea why? Whole log is below: BTW, can you also please let me know how to download/use devkit? prasant

Re: solaris jdk build configure problem

2016-03-01 Thread Erik Joelsson
Easiest is to do as David suggests and use the devkit. If you want to build without devkit, please install gobjcopy through the package manager. You can also work around the problem by setting --with-native-debug-symbols=internal, which will skip the moving of debug information into external fi

Re: solaris jdk build configure problem

2016-03-01 Thread David Holmes
On 2/03/2016 4:41 PM, prasanta sadhukhan wrote: Hi All, I got a fresh clone of jdk9 workspace today and trying to configure for build in my solaris 11.2 system. But it fails citing /*"configure: error: Unable to find objcopy, cannot enable native debug symbols" */I had used the same system in th

solaris jdk build configure problem

2016-03-01 Thread prasanta sadhukhan
Hi All, I got a fresh clone of jdk9 workspace today and trying to configure for build in my solaris 11.2 system. But it fails citing /*"configure: error: Unable to find objcopy, cannot enable native debug symbols" */I had used the same system in the past with jdk9 sometime in Nov-Dec and it bu