Closed
Bug 1197641
Opened 9 years ago
Closed 9 years ago
test runner installation fails if only xcode command line tools installed
Categories
(Firefox OS Graveyard :: Gaia::Project Infrastructure, defect)
Firefox OS Graveyard
Gaia::Project Infrastructure
ARM
Gonk (Firefox OS)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: dietrich, Unassigned)
Details
I didn't do a full Xcode install, just the Xcode command line tools.
When i do make test-integration for the first time and it sets everything up, it fails with this error:
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
We should support the command line tools yah? If not, why not?
Comment 1•9 years ago
|
||
Dietrich, can you please put the full log ?
Component: Gaia::TestAgent → Gaia::Project Infrastructure
Updated•9 years ago
|
Flags: needinfo?(dietrich)
Reporter | ||
Comment 2•9 years ago
|
||
Flags: needinfo?(dietrich)
Comment 3•9 years ago
|
||
OK so I think the xcode error is a false alarm and your problem is around node-gyp.
Do you have node-gyp installed globally somewhere in your PATH? If yes, can you try to remove it? Or to have the one in <node-0.12>/lib/node_modules/npm/bin/node-gyp-bin/node-gyp above in your PATH ?
See also https://github.com/creationix/nvm/issues/788 for an issue I raised to nvm developers.
Reporter | ||
Comment 4•9 years ago
|
||
Weird, I retried same thing the next day and it works now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•