Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem building LCMCore from separate project #66

Closed
tkoolen opened this issue May 27, 2019 · 0 comments · Fixed by #67
Closed

Problem building LCMCore from separate project #66

tkoolen opened this issue May 27, 2019 · 0 comments · Fixed by #67

Comments

@tkoolen
Copy link
Collaborator

tkoolen commented May 27, 2019

After #64, add LCMCore in a fresh project results in

ERROR: LoadError: SystemError: opening file "/Users/tkoolen/.julia/packages/LCMCore/6Feiw/deps/Project.toml": Permission denied

This is because deps/Project.toml is read-only, like every file unpacked from an added package, and write access to Project.toml is required to run update when the deps project is instantiated when there's no Manifest.toml.

tkoolen added a commit that referenced this issue May 29, 2019
Fix #66, Problem building LCMCore from separate project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant