ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Douglas Felt
I'm running into multiple errors trying to build openjdk 7 on ubuntu 8.10. I downloaded the sources from http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip as listed on http://download.java.net/openjdk/jdk7/. The problem appears to be that gcc flags are c

Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Dalibor Topic
Douglas Felt wrote: > I'm running into multiple errors trying to build openjdk 7 on ubuntu > 8.10. I downloaded the sources from > http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip > as listed on http://download.java.net/openjdk/jdk7/. > > The problem app

Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Kelly O'Hair
If you set the variable WARNINGS_ARE_ERRORS to be empty, it should be sent through to all the makefiles. It's the variable WARNINGS_ARE_ERRORS that contains the option "-Werror" for hotspot compiles, and it is -Werror that makes warnings fatal. So try: make WARNINGS_ARE_ERRORS= Not using -We

ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Douglas Felt
I'm running into multiple errors trying to build openjdk 7 on ubuntu 8.10. I downloaded the sources from http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip as listed on http://download.java.net/openjdk/jdk7/. The problem appears to be that gcc flags are c

Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Mark Wielaard
Hi Douglas, On Wed, 2008-11-26 at 00:27 -0800, Douglas Felt wrote: > I'm running into multiple errors trying to build openjdk 7 on ubuntu > 8.10. I downloaded the sources from > http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip > as listed on http://down

hg: jdk7/build: Added tag jdk7-b40 for changeset 44be42de6693

2008-11-26 Thread xiomara . jayasena
Changeset: 8c34e4abcb43 Author:xdono Date: 2008-11-20 11:39 -0800 URL: http://hg.openjdk.java.net/jdk7/build/rev/8c34e4abcb43 Added tag jdk7-b40 for changeset 44be42de6693 ! .hgtags

hg: jdk7/build/corba: Added tag jdk7-b40 for changeset 184e21992f47

2008-11-26 Thread xiomara . jayasena
Changeset: c90eeda9594e Author:xdono Date: 2008-11-20 11:39 -0800 URL: http://hg.openjdk.java.net/jdk7/build/corba/rev/c90eeda9594e Added tag jdk7-b40 for changeset 184e21992f47 ! .hgtags

hg: jdk7/build/hotspot: 33 new changesets

2008-11-26 Thread xiomara . jayasena
Changeset: c7ec737733a6 Author:kamg Date: 2008-10-30 15:48 -0400 URL: http://hg.openjdk.java.net/jdk7/build/hotspot/rev/c7ec737733a6 6756528: Bytecodes::special_length_at reads past end of code buffer Summary: Add end-of-buffer indicator for paths used by the verifier Reviewed-by: a

hg: jdk7/build/jaxp: Added tag jdk7-b40 for changeset 54946f466e2c

2008-11-26 Thread xiomara . jayasena
Changeset: 0758bd3e2852 Author:xdono Date: 2008-11-20 11:39 -0800 URL: http://hg.openjdk.java.net/jdk7/build/jaxp/rev/0758bd3e2852 Added tag jdk7-b40 for changeset 54946f466e2c ! .hgtags

hg: jdk7/build/jaxws: Added tag jdk7-b40 for changeset 70a6ac6dd737

2008-11-26 Thread xiomara . jayasena
Changeset: a8379d24aa03 Author:xdono Date: 2008-11-20 11:39 -0800 URL: http://hg.openjdk.java.net/jdk7/build/jaxws/rev/a8379d24aa03 Added tag jdk7-b40 for changeset 70a6ac6dd737 ! .hgtags

hg: jdk7/build/jdk: 17 new changesets

2008-11-26 Thread xiomara . jayasena
Changeset: d00c685ae55e Author:xdono Date: 2008-11-20 11:39 -0800 URL: http://hg.openjdk.java.net/jdk7/build/jdk/rev/d00c685ae55e Added tag jdk7-b40 for changeset 2201dad60231 ! .hgtags Changeset: 5102df668164 Author:mullan Date: 2008-11-05 15:55 -0500 URL: http://h

hg: jdk7/build/langtools: 3 new changesets

2008-11-26 Thread xiomara . jayasena
Changeset: 82463d00ac70 Author:xdono Date: 2008-11-20 11:39 -0800 URL: http://hg.openjdk.java.net/jdk7/build/langtools/rev/82463d00ac70 Added tag jdk7-b40 for changeset 32e309883246 ! .hgtags Changeset: 4cdaaf4c5dca Author:mcimadamore Date: 2008-11-12 14:17 + URL:

Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Dalibor Topic
Dalibor Topic wrote: > Douglas Felt wrote: > >> I'm running into multiple errors trying to build openjdk 7 on ubuntu >> 8.10. I downloaded the sources from >> http://www.java.net/download/openjdk/jdk7/promoted/b40/openjdk-7-ea-src-b40-20_nov_2008.zip >> as listed on http://download.java.net/op

Re: [patch] Fix ant build to honor fcs MILESTONE setting

2008-11-26 Thread Jonathan Gibbons
Mark, You do not appear to have signed the Sun Contributor Agreement, according to the list at https://sca.dev.java.net/CA_signatories.htm#w If you would like us to use this contribution, you will need to sign the SCA first. You can find the details on the agreement at https://sca.

Re: [patch] Fix ant build to honor fcs MILESTONE setting

2008-11-26 Thread Mark Wielaard
Hi Jon, On Wed, 2008-11-26 at 13:19 -0800, Jonathan Gibbons wrote: > You do not appear to have signed the Sun Contributor Agreement, > according to the list at > https://sca.dev.java.net/CA_signatories.htm#w > > If you would like us to use this contribution, you will need to sign > the SC

Re: [patch] Fix ant build to honor fcs MILESTONE setting

2008-11-26 Thread Jonathan Gibbons
Mark, What about the jtreg patch you have also submitted? That would also be covered by the need for an SCA. -- Jon Mark Wielaard wrote: Hi Jon, On Wed, 2008-11-26 at 13:19 -0800, Jonathan Gibbons wrote: You do not appear to have signed the Sun Contributor Agreement, according to the lis

Re: [patch] Fix ant build to honor fcs MILESTONE setting

2008-11-26 Thread Mark Wielaard
Hi Jon, On Wed, 2008-11-26 at 14:39 -0800, Jonathan Gibbons wrote: > What about the jtreg patch you have also submitted? > That would also be covered by the need for an SCA. If you think so and want to incorporate that patch then I'll take a look at the SCA this weekend. I have to admit that I

Re: ubuntu hardy/gcc-4.3 build errors with b40

2008-11-26 Thread Andrew John Hughes
2008/11/26 Kelly O'Hair <[EMAIL PROTECTED]>: > If you set the variable WARNINGS_ARE_ERRORS to be empty, it should > be sent through to all the makefiles. It's the variable > WARNINGS_ARE_ERRORS that contains the option "-Werror" for hotspot > compiles, and it is -Werror that makes warnings fatal. >