-
Notifications
You must be signed in to change notification settings - Fork 129
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
Today's nightly fails with cannot find libz.so.1 #225
Comments
Probably related: NixOS/nixpkgs#91314. |
Here's the fix I wrote for nixpkgs/rustup. It appears the minimal change that needs to be made is adding zlib to the RPATH for libLLVM-10-rust-1.45.0-beta.so because of rust-lang/rust#72696 |
#227 fixes this bug |
jkryl
pushed a commit
to openebs/mayastor
that referenced
this issue
Jul 29, 2020
Example usage: nix-shell --arg norust true Update mozilla-pkgs overlay in order to get the fix for mozilla/nixpkgs-mozilla#225 and enable us to update rust nightly to latest snapshot (done on behalf of this commit too).
jkryl
pushed a commit
to openebs/mayastor
that referenced
this issue
Jul 29, 2020
Example usage: nix-shell --arg norust true Update mozilla-pkgs overlay in order to get the fix for mozilla/nixpkgs-mozilla#225 and enable us to update rust nightly to latest snapshot (done on behalf of this commit too).
jkryl
pushed a commit
to openebs/mayastor
that referenced
this issue
Jul 29, 2020
Example usage: nix-shell --arg norust true Update mozilla-pkgs overlay in order to get the fix for mozilla/nixpkgs-mozilla#225 and enable us to update rust nightly to latest snapshot (done on behalf of this commit too).
jkryl
pushed a commit
to openebs/mayastor
that referenced
this issue
Jul 30, 2020
Example usage: nix-shell --arg norust true Update mozilla-pkgs overlay in order to get the fix for mozilla/nixpkgs-mozilla#225 and enable us to update rust nightly to latest snapshot (done on behalf of this commit too).
jkryl
pushed a commit
to openebs/mayastor
that referenced
this issue
Jul 30, 2020
Example usage: nix-shell --arg norust true Update mozilla-pkgs overlay in order to get the fix for mozilla/nixpkgs-mozilla#225 and enable us to update rust nightly to latest snapshot (done on behalf of this commit too).
jkryl
pushed a commit
to openebs/mayastor
that referenced
this issue
Jul 30, 2020
Example usage: nix-shell --arg norust true Update mozilla-pkgs overlay in order to get the fix for mozilla/nixpkgs-mozilla#225 and enable us to update rust nightly to latest snapshot (done on behalf of this commit too).
gila
pushed a commit
to openebs/mayastor
that referenced
this issue
Aug 12, 2020
Example usage: nix-shell --arg norust true Update mozilla-pkgs overlay in order to get the fix for mozilla/nixpkgs-mozilla#225 and enable us to update rust nightly to latest snapshot (done on behalf of this commit too).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Minimal nix-shell to reproduce:
Then launch nix-shell and run
$ rustc -V
Output expected: The nightly version string
Output received: "rustc: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory"
Further information:
ldd for nightly rustc:
ldd for beta rustc:
(New dependency on libz?)
The text was updated successfully, but these errors were encountered: