Re: OpenJDK on Solaris Dev Express 1/2008?

2008-06-04 Thread Christian Thalinger
On Tue, 2008-06-03 at 15:51 -0700, Erik Trimble wrote: > The Hotspot VM (which is (mostly) what is using the compiler), is set up > to build with SunStudio 11. As Kelly notes, we're (well, actually, most > He) is in the process of validating SS12 as a build compiler. > > GCC will NOT work under

Re: OpenJDK on Solaris Dev Express 1/2008?

2008-06-04 Thread Andrew John Hughes
> GCC will NOT work under Solaris/SPARC, and I'm pretty darned sure it won't > work under Solaris/x86 or Solaris/x64. There are some significant GCC-isms > which the JDK does not currently support. > > That said, it would not be terribly difficult to modify the source to get > GCC to work, but yo

Re: OpenJDK on Solaris Dev Express 1/2008?

2008-06-04 Thread Kelly O'Hair
Not sure what you mean by the Sun Studio trap. Each release of a compiler requires some kind of work to the Makefiles, happened with gcc4, and will happen with SS12 and VS2008. -kto Andrew John Hughes wrote: GCC will NOT work under Solaris/SPARC, and I'm pretty darned sure it won't work under

Improper passing of variables to submake

2008-06-04 Thread Martin Buchholz
This is a bug report with patch. Tim or Kelly, please file a bug on my behalf, and review my fix. In OpenJDK7, If you do "make sanity" from the root of the forest, I get PREVIOUS_JDK_FILE = jdk--linux-i586.tar.gz ALT_PREVIOUS_JDK_FILE = PREVIOUS_JRE_FILE = jre--linux-i586.tar.gz ALT_P

Removing vestigial MOTIF references from Makefiles

2008-06-04 Thread Martin Buchholz
Kelly or Tim, here's a bug report with patch. Please file a bug and review my fix. Compiling jawt, I see an unintended and unlikely-to-succeed CPP flag -I/include The culprit appears to be a vestigial reference to the undefined MOTIF_DIR CPPFLAGS += -I$(OPENWIN_HOME)/include \ -I$(M

hg: jdk7/build/corba: 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)

2008-06-04 Thread kelly . ohair
Changeset: 9eeb4966acae Author:ohair Date: 2008-06-04 09:27 -0700 URL: http://hg.openjdk.java.net/jdk7/build/corba/rev/9eeb4966acae 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles) Summary: Changes to support building with SS12. Reviewed-by: tbell

Re: Improper passing of variables to submake

2008-06-04 Thread Tim Bell
Hi Martin: In OpenJDK7, If you do "make sanity" from the root of the forest, I get This is new bug-ID 6710904 "COMMON_BUILD_ARGUMENTS needs PREVIOUS_..._VERSION settings" It should be visible on http://bugs.sun.com/bugdatabase/ in 24 to 48 hours. Tim

Re: Removing vestigial MOTIF references from Makefiles

2008-06-04 Thread Tim Bell
Hi Martin: Compiling jawt, I see an unintended and unlikely-to-succeed CPP flag -I/include This is new bug-ID 6710907 "vestigial MOTIF references from Makefiles" It should be visible on http://bugs.sun.com/bugdatabase/ in 24 to 48 hours. Tim

Re: OpenJDK Build error on Ubuntu 8.04

2008-06-04 Thread Jesse Glick
Kelly O'Hair wrote: these sh scripts used in the build process should be changed to be something else, maybe small Java apps. Would also be nice to not name the version-controlled input files *.java when they are not in fact valid Java source. I am referring to the output of hg -R jdk loc -r

hg: jdk7/build/jdk: 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles)

2008-06-04 Thread kelly . ohair
Changeset: f9467b4496dc Author:ohair Date: 2008-06-04 09:38 -0700 URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/f9467b4496dc 6563752: Build and test JDK7 with Sun Studio 12 Express compilers (prep makefiles) Summary: Changes to support building with SS12. Reviewed-by: tbell !