Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Phil Race
On 06/05/2015 07:30 AM, Tim Bell wrote: Hi I would not recommend copying files off some other system. The last time I started with a brand-new minimal Solaris 11.x install, I needed to add: sudo pkg install gnu-tar system/header system/picl x11/library/libx11 x11/library/libxrender x11/libr

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Tim Bell
Hi I would not recommend copying files off some other system. The last time I started with a brand-new minimal Solaris 11.x install, I needed to add: sudo pkg install gnu-tar system/header system/picl x11/library/libx11 x11/library/libxrender x11/library/libxext x11/library/libxtst x11/libr

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Semyon Sadetsky
How can I install them, just copy from sysroot/usr? Or it is possible to skip conftest? --Semyon On 6/5/2015 5:09 PM, Erik Joelsson wrote: Actually, we might have issues in configure if the standard headers aren't available on the system. At least I have not tested that scenario and I can ima

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Semyon Sadetsky
Shure: ./configure --with-devkit=/export/home/oracle/devkit/SS12u4-Solaris11u1/ --enable-debug --Semyon On 6/5/2015 4:05 PM, Magnus Ihse Bursie wrote: Did you use the --with-devkit option? /Magnus 5 jun 2015 kl. 10:47 skrev Semyon Sadetsky : Hi, I have installed the devkit on clean Solar

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Erik Joelsson
Actually, we might have issues in configure if the standard headers aren't available on the system. At least I have not tested that scenario and I can imagine that our SYSROOT_CFLAGS aren't always used in the configure tests. This is of course a bug, but a workaround would be to have the system

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Magnus Ihse Bursie
Did you use the --with-devkit option? /Magnus > 5 jun 2015 kl. 10:47 skrev Semyon Sadetsky : > > Hi, > > I have installed the devkit on clean Solaris 11.2 instance but configure > fails because compiler cannot find the includes path: > c -o conftestconftest.c >&5 > "conftest.c", line 9: c

Re: official compiler for Solaris jdk9 build?

2015-06-05 Thread Semyon Sadetsky
Hi, I have installed the devkit on clean Solaris 11.2 instance but configure fails because compiler cannot find the includes path: c -o conftestconftest.c >&5 "conftest.c", line 9: cannot find include file: "conftest.c", line 13: undefined symbol: FILE though devkit & sysroot path was de

Re: official compiler for Solaris jdk9 build?

2015-06-03 Thread Semyon Sadetsky
On 6/3/2015 11:28 AM, Magnus Ihse Bursie wrote: On 2015-06-02 17:27, Semyon Sadetsky wrote: Hi, I'm trying to build jdk9 under the current Solaris 11.2 version. Which version of the Solaris Studio should be installed for that? The readme-builds states: ... At a minimum, the Studio 12 Update

Re: official compiler for Solaris jdk9 build?

2015-06-03 Thread Magnus Ihse Bursie
On 2015-06-02 17:27, Semyon Sadetsky wrote: Hi, I'm trying to build jdk9 under the current Solaris 11.2 version. Which version of the Solaris Studio should be installed for that? The readme-builds states: ... At a minimum, the Studio 12 Update 1 Compilers (containing version 5.10 of the C and

Re: official compiler for Solaris jdk9 build?

2015-06-02 Thread David Holmes
On 3/06/2015 2:12 AM, Semyon Sadetsky wrote: The repository version should be buildable on all platforms without any source code modifications, shouldn't it? The repository version should build with Studio12u3 on Solaris 10u6, or Solaris 10u10. However if you want to build on Solaris 11.x then

Re: official compiler for Solaris jdk9 build?

2015-06-02 Thread Semyon Sadetsky
The repository version should be buildable on all platforms without any source code modifications, shouldn't it? --Semyon On 6/2/2015 6:47 PM, Phil Race wrote: E_STATEMENT_NOT_REACHED is a favourite of SunStudio and I recently fixed one such warning (in closed code so I can't point to it here

Re: official compiler for Solaris jdk9 build?

2015-06-02 Thread Phil Race
E_STATEMENT_NOT_REACHED is a favourite of SunStudio and I recently fixed one such warning (in closed code so I can't point to it here) but I did not see this one .. however I was using jprt and locally Solaris 10 SPARC. So perhaps it is something to do with the headers ? Ironically the warning

Re: official compiler for Solaris jdk9 build?

2015-06-02 Thread Erik Joelsson
Hello Semyon, Solaris Studio 12.3 is the correct version. However, internally we use devkits with the compiler and system headers/libraries all packaged together (details in separate mail). The devkits still use headers and libraries from Solaris 10u10 for compatibility with that release. We

official compiler for Solaris jdk9 build?

2015-06-02 Thread Semyon Sadetsky
Hi, I'm trying to build jdk9 under the current Solaris 11.2 version. Which version of the Solaris Studio should be installed for that? The readme-builds states: ... At a minimum, the Studio 12 Update 1 Compilers (containing version 5.10 of the C and C++ compilers) is required, including specif