[Fwd: Re: Trying to build openjdk7 under opensolaris]

2008-06-29 Thread David Holmes - Sun Microsystems
--- Begin Message --- Hi this is a recently discovered bug due to a change in header files in OpenSolaris. Our bug # is 6718879. That particular member is obsolete and we are just defining its value as "unchanged". The fix should be to just delete that line of code: iaInfo->ia_nice=

Re: Trying to build openjdk7 under opensolaris

2008-06-28 Thread Kelly O'Hair
That one is new to me. You may need to isolate this problem, I haven't seen it before. Is this really SS12 or Sun Studio Express? What does CC -V say? (The hotspot alias is [EMAIL PROTECTED], you probably should send this problem to that alias). -kto Thorbjørn Ravn Andersen wrote: Kelly O'Ha

Re: Trying to build openjdk7 under opensolaris

2008-06-28 Thread Thorbjørn Ravn Andersen
Kelly O'Hair skrev den 28-06-2008 03:11: The cc and CC also need to be in your PATH. Thanks, didn't think it would be so simple. I then got this compilation error (OpenSolaris fully updated, SS12, Pentium III). I verified that "hg update" was up to date. "/export/home/ravn/download/openjd

Re: Trying to build openjdk7 under opensolaris

2008-06-27 Thread Kelly O'Hair
Martin Buchholz wrote: On Fri, Jun 27, 2008 at 6:11 PM, Kelly O'Hair <[EMAIL PROTECTED]> wrote: The cc and CC also need to be in your PATH. ... which is a long-standing bug in the Makefiles (only for hotspot?) Yeah, depends on your point of view, some consider the whole ALT_COMPILER_PATH a

Re: Trying to build openjdk7 under opensolaris

2008-06-27 Thread Martin Buchholz
On Fri, Jun 27, 2008 at 6:11 PM, Kelly O'Hair <[EMAIL PROTECTED]> wrote: > The cc and CC also need to be in your PATH. ... which is a long-standing bug in the Makefiles (only for hotspot?) If you set ALT_COMPILER_PATH and PATH pointing at two different compilers, will subtle bad things happen? M

Re: Trying to build openjdk7 under opensolaris

2008-06-27 Thread Kelly O'Hair
The cc and CC also need to be in your PATH. -kto Thorbjørn Ravn Andersen wrote: Hi. I have tried to get an OpenSolaris build environment for OpenJDK7 up and running (just for the fun of it), and have installed ss-dev and updated everything as much as I could. The forrest should be up to dat

Trying to build openjdk7 under opensolaris

2008-06-24 Thread Thorbjørn Ravn Andersen
Hi. I have tried to get an OpenSolaris build environment for OpenJDK7 up and running (just for the fun of it), and have installed ss-dev and updated everything as much as I could. The forrest should be up to date as of the time of writing. My problem right now is that the "gmake" fails with