Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Issue 102733012: xcode_emulation: work in the absence of xcodebuild (Closed)

Created:
7 years ago by mistydemeo
Modified:
7 years ago
CC:
gyp-developer_googlegroups.com
Visibility:
Public.

Description

xcode_emulation: work in the absence of xcodebuild OS X systems running only the Command Line Tools for Xcode package, without the full Xcode, don't have a functioning xcodebuild, but this isn't mandatory for building many gyp projects (e.g. node.js, v8). This commit handles xcodebuild failures and avoids populating Xcode-specific CFLAGS/LDFLAGS when xcodebuild can't be run. This has been tested on both Xcode and CLT-only systems by successfully building node.js. The behaviour can be simulated on systems with Xcode by setting the xcode-select path to something nonsensical, e.g. xcode-select -switch /usr/bin BUG=https://code.google.com/p/gyp/issues/detail?id=292

Patch Set 1 #

Patch Set 2 : xcode_emulation: work in the absence of xcodebuild #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -10 lines) Patch
M pylib/gyp/xcode_emulation.py View 4 chunks +22 lines, -10 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
mistydemeo
gyp's xcode_emulation component assumes that SDKs are available, and makes use of the xcodebuild tool ...
7 years ago (2013-12-15 09:43:09 UTC) #1
Mark Mentovai
Thanks for the contribution. The unified diff works, but I’m getting “error: old chunk mismatch” ...
7 years ago (2013-12-15 21:07:30 UTC) #2
mistydemeo
On 2013/12/15 21:07:30, Mark Mentovai wrote: > Thanks for the contribution. > > The unified ...
7 years ago (2013-12-15 21:49:37 UTC) #3
Nico
lgtm As said on the other review, since this has no tests, it'll possibly break ...
7 years ago (2013-12-16 05:57:32 UTC) #4
mistydemeo
On 2013/12/16 05:57:32, Nico wrote: > lgtm > > As said on the other review, ...
7 years ago (2013-12-16 06:29:18 UTC) #5
Nico
On 2013/12/16 06:29:18, mistydemeo wrote: > On 2013/12/16 05:57:32, Nico wrote: > > lgtm > ...
7 years ago (2013-12-16 19:00:42 UTC) #6
scottmg
On 2013/12/16 19:00:42, Nico wrote: > On 2013/12/16 06:29:18, mistydemeo wrote: > > On 2013/12/16 ...
7 years ago (2013-12-17 05:01:50 UTC) #7
Nico
mistydemeo, have you had a chance to look at the test failures this caused? (Since ...
7 years ago (2013-12-18 16:21:26 UTC) #8
mistydemeo
7 years ago (2013-12-18 16:43:25 UTC) #9
Message was sent while issue was closed.
On 2013/12/18 16:21:26, Nico wrote:
> mistydemeo, have you had a chance to look at the test failures this caused?
> 
> (Since my mail didn't make it through to rietveld, pasting it again:
> 
>
http://build.chromium.org/p/tryserver.nacl/builders/gyp-mac/builds/1478/steps...
> 
> Failed the following 4 tests:
> 	test/ios/gyptest-app-ios.py
> 	test/ios/gyptest-archs.py
> 	test/ios/gyptest-per-config-settings.py
> 	test/mac/gyptest-framework-dirs.py
> 
> The Mac test:
> 
>
/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/python
> test/mac/gyptest-framework-dirs.py
> FAILED test at line 423 of
> /Volumes/data/b/build/slave/gyp/build/trunk/test/lib/TestCommon.py (_complete)
> 	from line 532 of
> /Volumes/data/b/build/slave/gyp/build/trunk/test/lib/TestCommon.py (run)
> 	from line 277 of
> /Volumes/data/b/build/slave/gyp/build/trunk/test/lib/TestGyp.py (run)
> 	from line 849 of
> /Volumes/data/b/build/slave/gyp/build/trunk/test/lib/TestGyp.py (build)
> 	from line 21 of test/mac/gyptest-framework-dirs.py
> None returned 1
> STDOUT
=========================================================================
> ninja: Entering directory `out/Default'
> [1/2] CC obj/calculate.calculate.o
> [2/2] LINK calculate, POSTBUILDS
> FAILED: cc -arch i386 -L. -o calculate obj/calculate.calculate.o  -framework
> Calculate
> ld: framework not found Calculate
> collect2: ld returned 1 exit status
> ninja: build stopped: subcommand failed.
> )

Yes, sorry I didn't reply sooner.

My computer doesn't have Xcode installed, so I can't run those tests, but I have
access to a few VMs with Xcode so I'll dig into this.

Powered by Google App Engine
This is Rietveld 408576698