Re: RFR: JDK-8211130: Change to Oracle Developer Studio 12.6 for building on Solaris at Oracle

2018-09-27 Thread Magnus Ihse Bursie
On 2018-09-27 17:47, Erik Joelsson wrote: On 2018-09-27 05:30, Magnus Ihse Bursie wrote: On 2018-09-26 00:18, Erik Joelsson wrote: It's time for Oracle to change the official compiler used for building OpenJDK on Solaris. The new version will be Oracle Developer Studio 12.6 and the build wil

Re: RFR: JDK-8211130: Change to Oracle Developer Studio 12.6 for building on Solaris at Oracle

2018-09-27 Thread Erik Joelsson
On 2018-09-27 05:30, Magnus Ihse Bursie wrote: On 2018-09-26 00:18, Erik Joelsson wrote: It's time for Oracle to change the official compiler used for building OpenJDK on Solaris. The new version will be Oracle Developer Studio 12.6 and the build will happen on Solaris 11.3. This patch changes

Re: RFR: JDK-8211130: Change to Oracle Developer Studio 12.6 for building on Solaris at Oracle

2018-09-27 Thread Magnus Ihse Bursie
On 2018-09-26 00:18, Erik Joelsson wrote: It's time for Oracle to change the official compiler used for building OpenJDK on Solaris. The new version will be Oracle Developer Studio 12.6 and the build will happen on Solaris 11.3. This patch changes the jib dependency to use the new devkit and up

Re: RFR: JDK-8211130: Change to Oracle Developer Studio 12.6 for building on Solaris at Oracle

2018-09-26 Thread Phil Race
It looks fine to me, based as much on the testing I did as looking at the change ;-) -phil. On 09/25/2018 03:18 PM, Erik Joelsson wrote: It's time for Oracle to change the official compiler used for building OpenJDK on Solaris. The new version will be Oracle Developer Studio 12.6 and the buil

Re: RFR: JDK-8211130: Change to Oracle Developer Studio 12.6 for building on Solaris at Oracle

2018-09-25 Thread Tim Bell
Erik: It's time for Oracle to change the official compiler used for building OpenJDK on Solaris. The new version will be Oracle Developer Studio 12.6 and the build will happen on Solaris 11.3. This patch changes the jib dependency to use the new devkit and updates the devkit generator script wit

RFR: JDK-8211130: Change to Oracle Developer Studio 12.6 for building on Solaris at Oracle

2018-09-25 Thread Erik Joelsson
It's time for Oracle to change the official compiler used for building OpenJDK on Solaris. The new version will be Oracle Developer Studio 12.6 and the build will happen on Solaris 11.3. This patch changes the jib dependency to use the new devkit and updates the devkit generator script with the

Re: Building on Solaris

2015-06-26 Thread Volker Simonis
Hi Andrew, we are building nightly on Solaris 11 / SPARC with SS 12u3 (see http://cr.openjdk.java.net/~simonis/ppc-aix-port/ - you can click on the traffic lights to download the complete build logs). And I've just verified that I can build jdk9-dev myself. Assuming you have the compiler (SS12u3)

Re: Building on Solaris

2015-06-26 Thread Andrew Haley
On 06/26/2015 10:29 AM, Erik Joelsson wrote: > he current devkits basically contain the SS12u3 installation and a > sysroot from a Solaris 10u10 machine. It should still compile on a pure > Solaris 11 machine, but it's not tested as often. If you are able to > construct a sysroot from a Solaris

Re: Building on Solaris

2015-06-26 Thread Erik Joelsson
Hello Andrew, The current devkits basically contain the SS12u3 installation and a sysroot from a Solaris 10u10 machine. It should still compile on a pure Solaris 11 machine, but it's not tested as often. If you are able to construct a sysroot from a Solaris 10 machine and want to use it, just

Re: Building on Solaris

2015-06-26 Thread Andrew Haley
On 26/06/15 06:34, David Holmes wrote: > On 25/06/2015 11:15 PM, Andrew Haley wrote: >> On 06/25/2015 02:03 PM, Erik Joelsson wrote: >>> Can you check that you have >>> $(JDK_TOPDIR)/make/src/classes/build/tools/module in your source tree? >> >> Ah yes, that's a problem. Somehow a ton of files is

Re: Building on Solaris

2015-06-25 Thread David Holmes
On 25/06/2015 11:15 PM, Andrew Haley wrote: On 06/25/2015 02:03 PM, Erik Joelsson wrote: Can you check that you have $(JDK_TOPDIR)/make/src/classes/build/tools/module in your source tree? Ah yes, that's a problem. Somehow a ton of files is missing in there. I'll rebuild from a clean tree.

Re: Building on Solaris

2015-06-25 Thread Andrew Haley
On 06/25/2015 02:03 PM, Erik Joelsson wrote: > Can you check that you have > $(JDK_TOPDIR)/make/src/classes/build/tools/module in your source tree? Ah yes, that's a problem. Somehow a ton of files is missing in there. I'll rebuild from a clean tree. Thanks, Andrew.

Re: Building on Solaris

2015-06-25 Thread Erik Joelsson
.Main gmake[3]: *** [/export/home/aph/hs-comp-latest/build/solaris-x86_64-normal-server-slowdebug/jdk/modules/java.activation/_the.java.activation_batch] Error 1 gmake[2]: *** [java.activation-java] Error 1 I've been building OpenJDK for years on Linux, but this problem has me completely baffled

Building on Solaris

2015-06-25 Thread Andrew Haley
ort/home/aph/hs-comp-latest/build/solaris-x86_64-normal-server-slowdebug/jdk/modules/java.activation/_the.java.activation_batch] Error 1 gmake[2]: *** [java.activation-java] Error 1 I've been building OpenJDK for years on Linux, but this problem has me completely baffled. Is there any special ad

Re: RFR (XS) 8022093 - syntax error near "umpiconninfo_t" -- when building on Solaris 10/X86

2013-08-01 Thread Ioi Lam
001/|| || ||Bug: syntax error near "umpiconninfo_t" -- when building on Solaris 10/X86|| || ||http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8022093|| ||https://jbs.oracle.com/bugs/browse/JDK-8022093|| || ||Summary of fix:|| || ||Added more error messages to show possible

Re: RFR (XS) 8022093 - syntax error near "umpiconninfo_t" -- when building on Solaris 10/X86

2013-08-01 Thread David Holmes
-runtime-dev as the change is in hotspot. David On 2/08/2013 3:26 AM, Ioi Lam wrote: |Please review a very small fix:|| || ||http://cr.openjdk.java.net/~iklam/8022093/solaris_dtrace_001/|| || ||Bug: syntax error near "umpiconninfo_t" -- when building on Solaris 10/X86|| || ||http:/

RFR (XS) 8022093 - syntax error near "umpiconninfo_t" -- when building on Solaris 10/X86

2013-08-01 Thread Ioi Lam
|Please review a very small fix:|| || ||http://cr.openjdk.java.net/~iklam/8022093/solaris_dtrace_001/|| || ||Bug: syntax error near "umpiconninfo_t" -- when building on Solaris 10/X86|| || ||http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8022093|| ||https://jbs.oracle.com/b