Building JDK8 on OS X 10.8.4
Daniel D. Daugherty
daniel.daugherty at oracle.com
Thu Aug 15 06:48:33 PDT 2013
On 8/15/13 7:06 AM, Dalibor Topic wrote:
> On 8/14/13 10:48 PM, Marko Asplund wrote:
>> After that, the build still fails at a later phase:
>>
>> cc1plus: warnings being treated as errors
>> /Users/aspluma/projects/openjdk/jdk8/hotspot/src/os/bsd/vm/attachListener_bsd.cpp:
>> In static member function 'static void AttachListener::vm_start()':
>> /Users/aspluma/projects/openjdk/jdk8/hotspot/src/os/bsd/vm/attachListener_bsd.cpp:455:
>> warning: 'stat64' is deprecated (declared at /usr/include/sys/stat.h:466)
>> /Users/aspluma/projects/openjdk/jdk8/hotspot/src/os/bsd/vm/attachListener_bsd.cpp:455:
>> warning: 'stat64' is deprecated (declared at /usr/include/sys/stat.h:466)
>> make[8]: *** [attachListener_bsd.o] Error 1
>> make[8]: *** Waiting for unfinished jobs....
>> make[7]: *** [the_vm] Error 2
>> make[6]: *** [product] Error 2
>> make[5]: *** [generic_build2] Error 2
>> make[4]: *** [product] Error 2
>> make[3]: *** [all_product_universal] Error 2
>> make[2]: *** [universal_product] Error 2
>> make[1]: ***
>> [/Users/aspluma/projects/openjdk/jdk8/build/macosx-x86_64-normal-server-release/hotspot/_hotspot.timestamp]
>> Error 2
>> make: *** [hotspot-only] Error 2
>>
>> There was discussion about this issue on the OpenJDK Hotspot mailing list,
>> but apparently the fix has not yet been applied to the code base?
> That's http://bugs.sun.com/view_bug.do?bug_id=8021771 . The fix has been pushed 7 days ago
> to hotspot-rt: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/log?rev=8021771 and will take a week
> or few to propagate to jdk8/jdk8/hotspot.
>
> cheers,
> dalibor topic
The fix for 8021771 was pushed from hsx/hotspot-rt/hotspot to
hsx/hotspot-main/hotspot yesterday. It will be included in the
HSX-25-B46 snapshot on Friday (08.16). The snapshot will be PIT
tested over the weekend and, if all goes well, the snapshot will
be pushed to jdk8/jdk8/hotspot on Tuesday or so next week.
Dan
More information about the macosx-port-dev
mailing list