Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 572351 - Problem with 10.10 sdk on Mac build machine
Summary: Problem with 10.10 sdk on Mac build machine
Status: CLOSED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CI-Jenkins (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 10
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: CI Admin Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-03-27 01:19 EDT by Sravan Kumar Lakkimsetti CLA
Modified: 2021-04-02 02:15 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sravan Kumar Lakkimsetti CLA 2021-03-27 01:19:36 EDT
We are getting the following error when we try to use sdk for 10.10

make 2> /dev/null' failed with exit code 16384: (null) (errno=No such file or directory)
xcode-select: Failed to locate 'make', and no install could be requested (perhaps no UI is present). Please install manually from 'developer.apple.com'.
make: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -find make 2> /dev/null' failed with exit code 16384: (null) (errno=No such file or directory)
xcode-select: Failed to locate 'make', and no install could be requested (perhaps no UI is present). Please install manually from 'developer.apple.com'.
make: error: sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk -find make 2> /dev/null' failed with exit code 16384: (null) (errno=No such file or directory)
xcode-select: Failed to locate 'make', and no install could be requested (perhaps no UI is present). Please install manually from 'developer.apple.com'.

Can you please reinstall Macos SDK 10.10
Comment 1 Sravan Kumar Lakkimsetti CLA 2021-04-01 13:06:12 EDT
We are facing trouble in using Macos 10.10 SDK. 

In https://github.com/phracker/MacOSX-SDKs it is mentioned

------
Important

Modern versions of Xcode (7.3+) need you to edit the MinimumSDKVersion in this file to use older SDKs: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist
-------

Can you please update Info.plist with MinimumSDKVersion?
Comment 2 Mikaël Barbero CLA 2021-04-01 15:38:37 EDT
Done.

$ plutil -p /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist | grep MinimumSDKVersion 
  "MinimumSDKVersion" => "10.15"


$ sudo plutil -replace MinimumSDKVersion -string 10.10 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist

$ plutil -p /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Info.plist | grep MinimumSDKVersion 
  "MinimumSDKVersion" => "10.10"

Could you please try again?
Comment 3 Sravan Kumar Lakkimsetti CLA 2021-04-01 21:28:12 EDT
The build is working now. You can close this issue now.

Thank you for your help.
Comment 4 Mikaël Barbero CLA 2021-04-02 02:15:17 EDT
Thanks for your patience.