Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Installation failed #25

Closed
ghost opened this issue Apr 3, 2017 · 4 comments
Closed

Installation failed #25

ghost opened this issue Apr 3, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Apr 3, 2017

Only a small issue but might be worth mentioning in ReadMe.

Roberts-MacBook-Pro:Marathon robertnash$ make
swift package --enable-prefetching update
Fetching https://github.com/johnsundell/files.git
Fetching https://github.com/johnsundell/unbox.git
Fetching https://github.com/johnsundell/wrap.git
Cloning https://github.com/johnsundell/files.git
Resolving https://github.com/johnsundell/files.git at 1.6.2
Cloning https://github.com/johnsundell/wrap.git
Resolving https://github.com/johnsundell/wrap.git at 2.1.0
Cloning https://github.com/johnsundell/unbox.git
Resolving https://github.com/johnsundell/unbox.git at 2.4.0
swift build --enable-prefetching -c release -Xswiftc -static-stdlib
Compile Swift Module 'Wrap' (1 sources)
Compile Swift Module 'Unbox' (1 sources)
Compile Swift Module 'Files' (1 sources)
Compile Swift Module 'MarathonCore' (24 sources)
Compile Swift Module 'Marathon' (1 sources)
Linking ./.build/release/Marathon
cp -f .build/release/Marathon /usr/local/bin/marathon
cp: /usr/local/bin/marathon: Permission denied
make: *** [install] Error 1

@JohnSundell
Copy link
Owner

JohnSundell commented Apr 3, 2017

What would you like to be mentioned in the README? Was the problem that you didn't have write access to /usr/local/bin? 🤔

@ghost
Copy link
Author

ghost commented Apr 4, 2017

I had to run 'sudo make'
My permissions are set up like so.
drwxr-xr-x root wheel bin

@JohnSundell
Copy link
Owner

Ah, I understand. I'll add a note to the README, thanks! 👍

@JohnSundell
Copy link
Owner

✅ Done here: 7c353d4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant