Closed Bug 1069805 Opened 10 years ago Closed 10 years ago

MacOS SDK 10.9 build fail on flame

Categories

(Firefox Build System :: General, defect)

x86
macOS
defect
Not set
major

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1071266

People

(Reporter: boris, Unassigned)

Details

After updating Xcode to 6.0.1 on my Mac 10.9.4 today, I can not build flame on the B2G master tip. I check the build/core/combo/HOST_darwin-x86.mk, and we only support 10.6, 10.7, 10.8 right now. However, It looks like Xcode 6.0.1 will remove old SDKs (I only can see MacOSX10.6.sdk now after updating my Xcode), and I cannot build flame even if I added 10.9 to this mk file.


These are my error log:
build/core/combo/HOST_darwin-x86.mk:65: *****************************************************
build/core/combo/HOST_darwin-x86.mk:66: * Can not find SDK 10.6 at /Developer/SDKs/MacOSX10.6.sdk
build/core/combo/HOST_darwin-x86.mk:67: *****************************************************
build/core/combo/HOST_darwin-x86.mk:68: *** Stop..  Stop.

** Don't have a product spec for: 'flame'
** Do you have the right repo manifest?


> Build failed! <
Summary: MacOS SDK 10.9 → MacOS SDK 10.9 build fail on flame
(In reply to Boris Chiou [:boris] from comment #0)
> After updating Xcode to 6.0.1 on my Mac 10.9.4 today, I can not build flame
> on the B2G master tip. I check the build/core/combo/HOST_darwin-x86.mk, and
> we only support 10.6, 10.7, 10.8 right now. However, It looks like Xcode
> 6.0.1 will remove old SDKs (I only can see MacOSX10.6.sdk now after updating
Sorry, a typo error. I only can see MacOSX10.9.sdk now in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
> my Xcode), and I cannot build flame even if I added 10.9 to this mk file.
> 
> 
> These are my error log:
> build/core/combo/HOST_darwin-x86.mk:65:
> *****************************************************
> build/core/combo/HOST_darwin-x86.mk:66: * Can not find SDK 10.6 at
> /Developer/SDKs/MacOSX10.6.sdk
> build/core/combo/HOST_darwin-x86.mk:67:
> *****************************************************
> build/core/combo/HOST_darwin-x86.mk:68: *** Stop..  Stop.
> 
> ** Don't have a product spec for: 'flame'
> ** Do you have the right repo manifest?
> 
> 
> > Build failed! <
Workaround:
If you update your Xcode to 6.0.1 accidentally, Just add back MacOSX10.8.sdk back into your SDKs folder.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.