We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rustc seems to be broken broken on nightly (at least on my NixOS machines)
rustup update
rustc -vV
[evanjs@nixentoo:~/src/rrbg]$ rustc -Vv rustc 1.33.0-nightly (b92552d55 2019-01-06) binary: rustc commit-hash: b92552d5578e4544006da0dd5e793a19c2149321 commit-date: 2019-01-06 host: x86_64-unknown-linux-gnu release: 1.33.0-nightly error: couldn't load codegen backend "/home/evanjs/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/codegen-backends/librustc_codegen_llvm-llvm.so": "libstdc++.so.6: cannot open shared object file: No such file or directory"
$ nix-shell -p nix-info --run "nix-info -m"
"x86_64-linux"
Linux 4.19.13, NixOS, 18.09.1829.0396345b794 (Jellyfish)
yes
nix-env (Nix) 2.1.3
"nixos-18.09.1834.9d608a6f592, nixos-unstable-small-19.03pre164737.a4e098519b3, nixpkgs-unstable-19.03pre164887.4001dd679f3, stable-18.03.133389.b551f89e256"
""
/nix/var/nix/profiles/per-user/root/channels/nixos
The text was updated successfully, but these errors were encountered:
Looks similar to this issue
Sorry, something went wrong.
Yup, it's upstream. rust-lang/rust#57426
No branches or pull requests
Issue description
rustc seems to be broken broken on nightly (at least on my NixOS machines)
Steps to reproduce
rustup update
rustc -vV
Technical details
$ nix-shell -p nix-info --run "nix-info -m"
"x86_64-linux"
Linux 4.19.13, NixOS, 18.09.1829.0396345b794 (Jellyfish)
yes
yes
nix-env (Nix) 2.1.3
"nixos-18.09.1834.9d608a6f592, nixos-unstable-small-19.03pre164737.a4e098519b3, nixpkgs-unstable-19.03pre164887.4001dd679f3, stable-18.03.133389.b551f89e256"
""
/nix/var/nix/profiles/per-user/root/channels/nixos
The text was updated successfully, but these errors were encountered: