Skip to content
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

yandex-disk: some shared libraries are missing #391549

Open
3 tasks done
Andrew15-5 opened this issue Mar 20, 2025 · 0 comments · May be fixed by #391887
Open
3 tasks done

yandex-disk: some shared libraries are missing #391549

Andrew15-5 opened this issue Mar 20, 2025 · 0 comments · May be fixed by #391887
Labels
0.kind: bug Something is broken

Comments

@Andrew15-5
Copy link
Contributor

Andrew15-5 commented Mar 20, 2025

Nixpkgs version

  • Unstable (25.05)

Describe the bug

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)

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

  • system: "x86_64-linux"
  • host os: Linux 6.13.7, NixOS, 25.05 (Warbler), 25.05.20250318.b6eaf97
  • multi-user?: yes
  • sandbox: yes
  • version: nix-env (Nix) 2.24.12
  • nixpkgs: /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.

@Andrew15-5 Andrew15-5 added the 0.kind: bug Something is broken label Mar 20, 2025
@Andrew15-5 Andrew15-5 changed the title yandex-dis: some shared libraries are missing yandex-disk: some shared libraries are missing Mar 20, 2025
@tanya1866 tanya1866 linked a pull request Mar 21, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: bug Something is broken
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant