Issue 126651 - Build crashes on Mac OS X 10.11 in main/unoxml and main/vcl
Summary: Build crashes on Mac OS X 10.11 in main/unoxml and main/vcl
Status: UNCONFIRMED
Alias: None
Product: Build Tools
Classification: Code
Component: build.pl (show other issues)
Version: 4.2.0-dev
Hardware: Mac OS X 10.11
: P2 Major (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-13 14:32 UTC by Pathangi Jatinshravan
Modified: 2015-11-16 09:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: 4.2.0-dev
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Pathangi Jatinshravan 2015-11-13 14:32:36 UTC
Build crashes on Mac OS X 10.11 on the above two modules. This is the error on main/unoxml:

cd .. && make -s -r -j1  
make: *** No rule to make target `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/libxml2/libxml/tree.h', needed by `/Users/jatin1/repos/asf/openoffice/main/solver/420/unxmaccx.pro/workdir/CxxObject/unoxml/source/dom/node.o'.  Stop.
dmake:  Error code 2, while making 'all'
ERROR: error 65280 occurred while making /Users/jatin1/repos/asf/openoffice/main/unoxml/prj

It appears to be trying to find MacOSX10.10.sdk. My MACOSX_SDK_PATH environment variable is: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk

It is correctly set to 10.11.sdk, and other modules have no issue, this happens only on main/unoxml and main/vcl. The issue in main/vcl is also similar, trying to find 10.10.sdk.