mapbox / mapbox/mason

Using xcode-select to select an Xcode directory that is named with a space in it causes build failures

Open
#121 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
258
Forks
68
PR merge metrics
No merged PRs in 30d

Description

@1ec5

sudo xcode-select -s /Applications/Xcode\ 6.4.app/

make ipackage

* Loading install script 'https://github.com/mapbox/mason/blob/boost-system/script.sh'...
/Users/adamhunter/Documents/MapBox/mapbox-gl-native/mason_packages/.scripts/boost-system.sh: line 32: /Applications/Xcode: No such file or directory
/Users/adamhunter/Documents/MapBox/mapbox-gl-native/mason_packages/.scripts/boost-system.sh: line 34: ./version: No such file or directory

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the reported command sequence using xcode-select and make ipackage, then inspect mason_packages/.scripts/boost-system.sh at lines 32 and 34 where the path fails. Reproduce with the Xcode directory named Xcode 6.4.app; done means make ipackage no longer splits the path and completes successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
build-system
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.