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
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
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
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
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
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
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
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
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
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
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
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:
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
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.
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
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
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
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.
>
18 matches
Mail list logo