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
yandex-disk: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
ldd $(which yandex-disk) linux-vdso.so.1 (0x00007f07a1e0f000) libz.so.1 => /nix/store/mn3p4hf44iwkijkwjpbsjs82bwg1xfap-zlib-1.3.1/lib/libz.so.1 (0x00007f07a1dea000) librt.so.1 => /nix/store/cmpyglinc9xl9pr4ymx8akl286ygl64x-glibc-2.40-66/lib/librt.so.1 (0x00007f07a1de5000) libdl.so.2 => /nix/store/cmpyglinc9xl9pr4ymx8akl286ygl64x-glibc-2.40-66/lib/libdl.so.2 (0x00007f07a1de0000) libpthread.so.0 => /nix/store/cmpyglinc9xl9pr4ymx8akl286ygl64x-glibc-2.40-66/lib/libpthread.so.0 (0x00007f07a1ddb000) libstdc++.so.6 => not found libm.so.6 => /nix/store/cmpyglinc9xl9pr4ymx8akl286ygl64x-glibc-2.40-66/lib/libm.so.6 (0x00007f07a1cf0000) libgcc_s.so.1 => /nix/store/4vm6fj41qg4b4m99zlklvcxwfg6jvrja-xgcc-14-20241116-libgcc/lib/libgcc_s.so.1 (0x00007f07a1cc2000) libc.so.6 => /nix/store/cmpyglinc9xl9pr4ymx8akl286ygl64x-glibc-2.40-66/lib/libc.so.6 (0x00007f07a1a00000) /nix/store/cmpyglinc9xl9pr4ymx8akl286ygl64x-glibc-2.40-66/lib/ld-linux-x86-64.so.2 => /nix/store/cmpyglinc9xl9pr4ymx8akl286ygl64x-glibc-2.40-66/lib64/ld-linux-x86-64.so.2 (0x00007f07a1e11000)
I updated my system to b6eaf97 just now, then rebooted and saw that the binary didn't run. Just have home.packages = [pkgs.yandex-disk];.
home.packages = [pkgs.yandex-disk];
All shared libraries are found and the binary is working
No response
Well, I also have boot.kernelPackages = pkgs.linuxPackages_latest;, but it did work before with this one.
boot.kernelPackages = pkgs.linuxPackages_latest;
"x86_64-linux"
Linux 6.13.7, NixOS, 25.05 (Warbler), 25.05.20250318.b6eaf97
yes
nix-env (Nix) 2.24.12
/nix/store/vxji3rfnchgl7c7iihisnfpf3kdx9vvi-source
@sergei-mironov @jagajaga
Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)
Resolves #ISSUE
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Nixpkgs version
Describe the bug
Steps to reproduce
I updated my system to b6eaf97 just now, then rebooted and saw that the binary didn't run. Just have
home.packages = [pkgs.yandex-disk];
.Expected behaviour
All shared libraries are found and the binary is working
Screenshots
No response
Relevant log output
Additional context
Well, I also have
boot.kernelPackages = pkgs.linuxPackages_latest;
, but it did work before with this one.System metadata
"x86_64-linux"
Linux 6.13.7, NixOS, 25.05 (Warbler), 25.05.20250318.b6eaf97
yes
yes
nix-env (Nix) 2.24.12
/nix/store/vxji3rfnchgl7c7iihisnfpf3kdx9vvi-source
Notify maintainers
@sergei-mironov @jagajaga
Note for maintainers: Please tag this issue in your pull request description. (i.e.
Resolves #ISSUE
.)I assert that this issue is relevant for Nixpkgs
Is this issue important to you?
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: