Re: please review 7122061: enable -Werror in various jdk build steps

2011-12-22 Thread Stuart Marks
On 12/22/11 1:51 PM, Kelly O'Hair wrote: On Dec 22, 2011, at 12:46 PM, Joe Darcy wrote: As an aside, I've thought it was a bit of design error that implicit compilation was the default. Me too. Since JDK 6 there has been a javac option that can be used to disable implicit compilation, -impli

Re: please review 7122061: enable -Werror in various jdk build steps

2011-12-22 Thread Stuart Marks
On 12/22/11 3:52 AM, Alan Bateman wrote: Just on terminology, when I use the term "partial" build then I meant building a subset of the repositories with an import JDK providing the per-built bits from the other repositories. I think this is what most folks working in the jdk repository do, at

Re: please review 7122061: enable -Werror in various jdk build steps

2011-12-22 Thread Kelly O'Hair
On Dec 22, 2011, at 12:46 PM, Joe Darcy wrote: > As an aside, I've thought it was a bit of design error that implicit > compilation was the default. Me too. > > Since JDK 6 there has been a javac option that can be used to disable > implicit compilation, -implicit:none. > > Perhaps this opt

Re: please review 7122061: enable -Werror in various jdk build steps

2011-12-22 Thread Joe Darcy
On 12/22/2011 3:52 AM, Alan Bateman wrote: On 22/12/2011 01:51, Stuart Marks wrote: I dug up a bit of background on this. Apparently Sasha ran across this problem back in July and asked about this on net-dev [1]. Discussion continued on build-dev [2]. Kurchi later picked up this work and aft

Re: please review 7122061: enable -Werror in various jdk build steps

2011-12-22 Thread Alan Bateman
On 22/12/2011 01:51, Stuart Marks wrote: I dug up a bit of background on this. Apparently Sasha ran across this problem back in July and asked about this on net-dev [1]. Discussion continued on build-dev [2]. Kurchi later picked up this work and after some discussion got it integrated [3].

Re: Need help in building openjdk in ubuntu 11.10

2011-12-22 Thread Fredrik Öhrström
Please try cloning http://hg.openjdk.java.net/build-infra/jdk7 then do ./configure and follow the instructions to fetch the missing config.guess config.sub and pkg.m4 as well as any dev package. Then type make Then you can run ./build/linux/jdk/bin/java Then type make install And it will be ins

Re: Need help in building openjdk in ubuntu 11.10

2011-12-22 Thread Maurizio Cimadamore
Attached is the script I use to build JDK on Ubuntu 11.10 (x64). Works for me. You will have to update the paths to the JDK accordingly. Maurizio On 22/12/11 02:35, Charles Lee wrote: On 12/22/2011 10:11 AM, m silverstri wrote: I did. $ echo $ALT_BOOTDIR /home/michael/Programs/jdk1.6.0_30