Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-02 Thread Sandeep Konchady
Filed a bug which can be used to track this. https://bugs.openjdk.java.net/browse/JDK-8076577 Thanks, Sandeep > On Apr 2, 2015, at 7:13 AM, Erik Joelsson wrote: > > Thanks for the report. We should update configure to require 3.2 for clang > then. > > /Erik > > On 2015-04-02 15:40, Sandeep

Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-02 Thread Erik Joelsson
Thanks for the report. We should update configure to require 3.2 for clang then. /Erik On 2015-04-02 15:40, Sandeep Konchady wrote: I can confirm that after upgrade to ccache 3.2.x, build works just fine. Thanks for the tip. Configure The

Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-02 Thread Sandeep Konchady
I can confirm that after upgrade to ccache 3.2.x, build works just fine. Thanks for the tip. Configure The existing configuration has been successfully updated in using configure arguments '--enable-ccache --with-jtreg='~/Workspace/JDK/jtreg'

Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-02 Thread Sandeep Konchady
Thanks Erik and Magnus for your feedback. I will give it a try with ccache 3.2 and reply with my observation. > At the very least we will need to warn/fail in configure when precompiled > headers and ccache are used together with clang This would be good. - Sandeep > On Apr 2, 2015, at 12:38

Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-02 Thread Erik Joelsson
Hello, I haven't tried ccache since we introduced clang as the official toolchain for macosx. According to the ccache changelog, support for precompiled headers on clang was introduced in version 3.2, while you are using 3.1.6. I don't know if just switching version will make it work or if th

Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-02 Thread Magnus Ihse Bursie
On 2015-04-01 23:31, Sandeep Konchady wrote: Thanks for the suggestion David. Interestingly enough it did build without ccache. Erik told me that ccache introduced support for precompiled headers in v3.2. According to your logs, you are using ccache v.3.1.6. If you really want to use ccache,

Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-01 Thread David DeHaven
Cool, glad it helped! -DrD- > Thanks for the suggestion David. Interestingly enough it did build without > ccache. > > - Sandeep > > >> On Apr 1, 2015, at 1:53 PM, David DeHaven wrote: >> >> >>> On Apr 1, 2015, at 1:34 PM, Sandeep Konchady >>> wrote: >>> >>> I am trying to build OpenJD

Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-01 Thread Sandeep Konchady
Thanks for the suggestion David. Interestingly enough it did build without ccache. - Sandeep > On Apr 1, 2015, at 1:53 PM, David DeHaven wrote: > > >> On Apr 1, 2015, at 1:34 PM, Sandeep Konchady >> wrote: >> >> I am trying to build OpenJDK only on my MBP with OS X 10.10.2 and Xcode 5.1.

Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-01 Thread David DeHaven
> On Apr 1, 2015, at 1:34 PM, Sandeep Konchady > wrote: > > I am trying to build OpenJDK only on my MBP with OS X 10.10.2 and Xcode 5.1. > Log from configure and build error attached. Any help would be much > appreciated. > > Darwin Kernel Version 14.1.0 > > using configure arguments '--ena

Re: Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-01 Thread Sandeep Konchady
Forgot to mention, I am trying to build jdk9/dev Thanks, Sandeep > On Apr 1, 2015, at 1:34 PM, Sandeep Konchady > wrote: > > Hi, > > I am trying to build OpenJDK only on my MBP with OS X 10.10.2 and Xcode 5.1. > Log from configure and build error attached. Any help would be much > appreciat

Build issue on Mac 10.10.2 and Xcode 5.1

2015-04-01 Thread Sandeep Konchady
Hi, I am trying to build OpenJDK only on my MBP with OS X 10.10.2 and Xcode 5.1. Log from configure and build error attached. Any help would be much appreciated. Darwin Kernel Version 14.1.0 using configure arguments '--enable-ccache'. Configuration summary: * Debug level:release * HS debu