Re: Jdk8 Build Failures in Solaris

2012-11-20 Thread Dan Xu
Thank you, Kelly. I got it. -Dan On Tue 20 Nov 2012 05:21:49 PM PST, Kelly O'Hair wrote: They are basically equivalent. -kto On Nov 20, 2012, at 4:03 PM, Dan Xu wrote: Another question about the new build. The latest email mentions that we can launch the new build with the following comma

Re: Jdk8 Build Failures in Solaris

2012-11-20 Thread Kelly O'Hair
They are basically equivalent. -kto On Nov 20, 2012, at 4:03 PM, Dan Xu wrote: > Another question about the new build. > > The latest email mentions that we can launch the new build with the following > command. > > sh ./configure > make NEWBUILD=true # The NEWBUILD=true will become the d

Review Request: 7142921: (fs) Files.probeContentType reports a MIME type of "text/plain" on Ubuntu 11.04

2012-11-20 Thread Dan Xu
Hi, I have a code fix which updates several makefiles in old build and new build. Please help validate them. The webrev is athttp://cr.openjdk.java.net/~dxu/7142921/webrev/. In the fix, I have added five new .java filesand one .c file, whichare used in different platforms. 1) Used only in

Re: Jdk8 Build Failures in Solaris

2012-11-20 Thread Dan Xu
Another question about the new build. The latest email mentions that we can launch the new build with the following command. sh ./configure make NEWBUILD=true # The NEWBUILD=true will become the default when we formally switch. But in the online guide or previous presentation, it says t

Re: Jdk8 Build Failures in Solaris

2012-11-20 Thread Dan Xu
Thanks for your suggestions. After adding /java/devtools/sparc/SUNWspro/SS12u1/bin to my path and switching to use the "make" copied from /java/devtools, I am now able to build jdk8 using the old build. Thanks! -Dan On Tue 20 Nov 2012 07:15:55 AM PST, Kelly O'Hair wrote: Keep in mind that n

Re: Jdk8 Build Failures in Solaris

2012-11-20 Thread Kelly O'Hair
Keep in mind that not all Solaris systems are the same, or at least that used to be the case. Some Solaris systems can be missing the development packages, e.g. files like /usr/include/stdio.h I always ask for a full developer image including all the sfw (GNU) tools packages. We need to use f

Re: Jdk8 Build Failures in Solaris

2012-11-20 Thread Erik Joelsson
For solaris, you need to put the correct compiler in the path. If you are on Oracle network with access to /java/devtools, it can be found at /java/devtools/sparc/SUNWspro/SS12u1/bin. /Erik On 2012-11-20 07:48, Dan Xu wrote: Hi, Today I tried to build jdk8 in Solaris, but I got several diffe

Re: Jdk8 Build Failures in Solaris

2012-11-20 Thread Martijn Verburg
Hi Dan, I can't help with the first two, but the 3rd item you can simply run: bash ../autoconf/configure Assuming bash is installed etc Cheers, Martijn On 20 November 2012 06:48, Dan Xu wrote: > Hi, > > Today I tried to build jdk8 in Solaris, but I got several different errors. > > 1) The fi