The build is still failing on my Mac
Mike Duigou
mike.duigou at oracle.com
Wed Dec 5 11:44:20 PST 2012
On Dec 5 2012, at 08:20 , Bharadwaj Yadavalli wrote:
> I get the same build failure on Mac OS 10.7.5 when using 7u9 as boot JDK.
>
> I was able to build (albeit with a TON of warnings about bitness
> incompatibility and compiler incompatibility) if I get rid of
> -auxiliaryclass from the -Xlint options. I do not yet know if the bits
> that were built are any good.
>
> 1. I am using the command 'make NEWBUILD=true all' - which I believe
> uses new build infrastructure. Is this what is supported?
Yes.
> * Should I be using old build instead?
Generally, unless you need javadoc, no.
> 2. Should I build and use JDK 8 as boot JDK?
Should not be necessary.
>
> Thanks for any help and suggestions,
>
> Bharadwaj
>
> On 12/5/2012 4:40 AM, Paul Sandoz wrote:
>> Hi,
>>
>> Same problem still exists for me.
>>
>> The jdk/makefiles/Setup.gmk has been modified on lambda and is out of sync with tl.
>>
>> http://www.diffnow.com/?report=pqmwi
>>
>> jdk8 $ diff lambda/jdk/makefiles/Setup.gmk tl/jdk/makefiles/Setup.gmk
>> 30c30
>> < DISABLE_WARNINGS:=-Xlint:all,-deprecation,-unchecked,-rawtypes,-cast,-serial,-dep-ann,-static,-fallthrough,-try,-varargs,-empty,-finally,-auxiliaryclass
>> ---
>>> DISABLE_WARNINGS:=-Xlint:all,-deprecation,-unchecked,-rawtypes,-cast,-serial,-dep-ann,-static,-fallthrough,-try,-varargs,-empty,-finally
>> I presume that others are using a version of JDK 8 for a Boot JDK rather than a version JDK 7?
>>
>> Paul.
>>
>>
>>
>
More information about the lambda-dev
mailing list