Using xcode-select to select an Xcode directory that is named with a space in it causes build failures
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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