Re: Mac build failing

2016-05-09 Thread Pete Brunet
Installing the xcode command line tools resolved that issue. xcode-select --install On 5/9/16 5:26 PM, Pete Brunet wrote: > Back on 6.2 but now getting > > Creating jjs from 1 file(s) > strip: error: unable to find utility "strip", not a developer tool or in > PATH > make[3]: *** > [/Users/petebr

Re: Mac build failing

2016-05-09 Thread Pete Brunet
Back on 6.2 but now getting Creating jjs from 1 file(s) strip: error: unable to find utility "strip", not a developer tool or in PATH make[3]: *** [/Users/petebrunet/JDK9/JDK-8145207/client/build/macosx-x86_64-normal-server-release/support/modules_cmds-stripped/jdk.jlink/jimage] Error 72 Config o

Re: Mac build failing

2016-05-09 Thread Pete Brunet
Going back to 6.2. Hopefully 7.3.1 won't force install itself this time. On 5/9/16 3:30 PM, Pete Brunet wrote: > Further along I got this (after using --disable-warnings-as-errors): > > ... > Compiling 15 files for jdk.naming.dns > ld: warning: object file > (/Users/petebrunet/JDK9/JDK-8145207/cl

Re: Mac build failing

2016-05-09 Thread Pete Brunet
Further along I got this (after using --disable-warnings-as-errors): ... Compiling 15 files for jdk.naming.dns ld: warning: object file (/Users/petebrunet/JDK9/JDK-8145207/client/build/macosx-x86_64-normal-server-release/support/native/java.base//libfdlibm.a) was built for newer OSX version (10.9)

Re: Mac build failing

2016-05-09 Thread Pete Brunet
Thanks. That worked. On 5/9/16 3:07 PM, Phil Race wrote: > The usual one --disable-warnings-as-errors when running configure. > > -phil. > > On 05/09/2016 01:11 PM, Pete Brunet wrote: >> Thanks Phil, I asked in the bug but will ask here too - is there a >> workaround until the issue is resolved?

Re: Mac build failing

2016-05-09 Thread Phil Race
The usual one --disable-warnings-as-errors when running configure. -phil. On 05/09/2016 01:11 PM, Pete Brunet wrote: Thanks Phil, I asked in the bug but will ask here too - is there a workaround until the issue is resolved? In my case I have 6.2 and 7.3.1. Pete On 5/9/16 2:29 PM, Phil Race w

Re: Mac build failing

2016-05-09 Thread Pete Brunet
Thanks Phil, I asked in the bug but will ask here too - is there a workaround until the issue is resolved? In my case I have 6.2 and 7.3.1. Pete On 5/9/16 2:29 PM, Phil Race wrote: > https://bugs.openjdk.java.net/browse/JDK-8152856 > > -phil. > > On 05/09/2016 12:20 PM, Pete Brunet wrote: >> Am

Re: Mac build failing

2016-05-09 Thread Phil Race
https://bugs.openjdk.java.net/browse/JDK-8152856 -phil. On 05/09/2016 12:20 PM, Pete Brunet wrote: Am running into a build problem on Mac. Creating libjvm.dylib from 771 file(s) In file included from /Users/petebrunet/JDK9/JDK-8145207/client/hotspot/src/share/vm/precompiled/precompiled.hpp:30:

Mac build failing

2016-05-09 Thread Pete Brunet
Am running into a build problem on Mac. Creating libjvm.dylib from 771 file(s) In file included from /Users/petebrunet/JDK9/JDK-8145207/client/hotspot/src/share/vm/precompiled/precompiled.hpp:30: In file included from /Users/petebrunet/JDK9/JDK-8145207/client/hotspot/src/share/vm/asm/assembler.inl

Re: Mac build failing: error: sending 'id' to parameter of incompatible type 'id'

2016-04-27 Thread David DeHaven
Why is this still an issue??? The fix is stupid simple: diff --git a/src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m b/src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m --- a/src/java.desktop/macosx/native/libosxapp/NSApplicationAWT.m +++ b/src/java.desktop/macosx/native/l

Re: Mac build failing: error: sending 'id' to parameter of incompatible type 'id'

2016-04-26 Thread Pete Brunet
This was fixed by adding this to config: --with-sdk-name=macosx10.9 On 4/1/16 5:26 PM, Phil Race wrote: > This is bug https://bugs.openjdk.java.net/browse/JDK-8134884 > > I am not sure about the bit where refreshing your repo triggered it since > I don't think the source code changed recently, so

Re: Mac build failing: error: sending 'id' to parameter of incompatible type 'id'

2016-04-01 Thread Phil Race
This is bug https://bugs.openjdk.java.net/browse/JDK-8134884 I am not sure about the bit where refreshing your repo triggered it since I don't think the source code changed recently, so perhaps something in your installed tool chain changed recently since it reads to me like a particular combinat

Mac build failing: error: sending 'id' to parameter of incompatible type 'id'

2016-04-01 Thread Pete Brunet
My Mac build is failing today. Maybe something changed with respect to the required SDK? I refreshed my source and rebuilt and this is the output. Building target 'images' in configuration 'macosx-x86_64-normal-server-release' Compiling 776 files for jdk.xml.bind Compiling 1227 files for java.xm