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

flatpak-builder does not grant write access to sdk filesystem when using shell #24

Open
alexlarsson opened this issue Aug 25, 2017 · 1 comment

Comments

@alexlarsson
Copy link
Member

From @futuretim on April 5, 2017 12:8

When trying to build and install an extension from a build shell, write access is not granted to the sdk filesystem area. for instance with the rust extension after a proper build-init, using:

flatpak build --share=network ../rust-build

I can easily clone rust's git, have it do its build but upon install it fails with this error:

mkdir: cannot create directory ‘/usr/lib/sdk/rust’: Read-only file system
install: error: can't write to destination. consider sudo.

Copied from original issue: flatpak/flatpak#684

@alexlarsson
Copy link
Member Author

Well, the sdk should not be writable, but it seems the extension point is not mounted there.

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

No branches or pull requests

2 participants