You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: