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

Bundled mono binary is broken on NixOS #4770

Closed
pshirshov opened this issue Sep 15, 2021 · 1 comment
Closed

Bundled mono binary is broken on NixOS #4770

pshirshov opened this issue Sep 15, 2021 · 1 comment

Comments

@pshirshov
Copy link

  1. Install VSCode on NixOS
  2. Install dotnet-sdk_5 package
  3. Run vscode and install omnisharp

Bundled binaries will fail due to missing libz and libstdc

~ on ☁️  (eu-west-1)
❯ ~/.vscode/extensions/ms-dotnettools.csharp-1.23.15/.omnisharp/1.37.15/bin/mono
zsh: no such file or directory: /home/user/.vscode/extensions/ms-dotnettools.csharp-1.23.15/.omnisharp/1.37.15/bin/mono

~ on ☁️  (eu-west-1)
❯ ldd ~/.vscode/extensions/ms-dotnettools.csharp-1.23.15/.omnisharp/1.37.15/bin/mono                                                                                                                                                                                                   127 ↵
	linux-vdso.so.1 (0x00007ffeeffc5000)
	libz.so.1 => not found
	librt.so.1 => /nix/store/9bh3986bpragfjmr32gay8p95k91q4gy-glibc-2.33-47/lib/librt.so.1 (0x00007fbe96732000)
	libdl.so.2 => /nix/store/9bh3986bpragfjmr32gay8p95k91q4gy-glibc-2.33-47/lib/libdl.so.2 (0x00007fbe9672d000)
	libpthread.so.0 => /nix/store/9bh3986bpragfjmr32gay8p95k91q4gy-glibc-2.33-47/lib/libpthread.so.0 (0x00007fbe9670d000)
	libstdc++.so.6 => not found
	libm.so.6 => /nix/store/9bh3986bpragfjmr32gay8p95k91q4gy-glibc-2.33-47/lib/libm.so.6 (0x00007fbe965ca000)
	libgcc_s.so.1 => /nix/store/9bh3986bpragfjmr32gay8p95k91q4gy-glibc-2.33-47/lib/libgcc_s.so.1 (0x00007fbe965b0000)
	libc.so.6 => /nix/store/9bh3986bpragfjmr32gay8p95k91q4gy-glibc-2.33-47/lib/libc.so.6 (0x00007fbe963eb000)
	/lib64/ld-linux-x86-64.so.2 => /nix/store/9bh3986bpragfjmr32gay8p95k91q4gy-glibc-2.33-47/lib64/ld-linux-x86-64.so.2 (0x00007fbe9673f000)

~ on ☁️  (eu-west-1)
❯
@JoeRobich
Copy link
Member

Closing as mono is no longer bundled with O#.

@JoeRobich JoeRobich closed this as not planned Won't fix, can't repro, duplicate, stale Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants