Created
May 8, 2019 23:01
-
-
Save glasserc/ec065e3cf7706c13742dc16fb79a931b to your computer and use it in GitHub Desktop.
Failing to build Firefox on NixOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> nix-shell ../nixpkgs-mozilla/release.nix -A gecko.x86_64-linux.gcc --command fish --show-trace | |
these derivations will be built: | |
/nix/store/v8inr2yp8x7248f22zcpnkds2dwdri2v-rust-cbindgen-0.8.6.drv | |
building '/nix/store/v8inr2yp8x7248f22zcpnkds2dwdri2v-rust-cbindgen-0.8.6.drv'... | |
unpacking sources | |
unpacking source archive /nix/store/m7i0f17szrdy8q56iyvbk9fcajx605ds-source | |
source root is source | |
unpacking source archive /nix/store/1gh299a9hy5kfcsgryxqlxinwbnz1gik-rust-cbindgen-0.8.6-vendor | |
patching sources | |
configuring | |
building | |
Running cargo build --release | |
error: failed to acquire package cache lock | |
Caused by: | |
failed to open: /homeless-shelter/.cargo/.package-cache | |
Caused by: | |
Permission denied (os error 13) | |
builder for '/nix/store/v8inr2yp8x7248f22zcpnkds2dwdri2v-rust-cbindgen-0.8.6.drv' failed with exit code 101 | |
error: build of '/nix/store/v8inr2yp8x7248f22zcpnkds2dwdri2v-rust-cbindgen-0.8.6.drv' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment