-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Snap installer - ubuntu 20.04 - libc musl #40739
Comments
This is weird, to my knowledge Ubuntu uses glibc, not musl, so I don't know why it would be looking for that in this case. @leecow is it possible something weird happened like the snap ended up containing |
I wasn't able to get snapd working (in docker), but did find out how to download the dotnet-sdk snap raw via advice in https://forum.snapcraft.io/t/download-snap-package/14212/5, and yeah, the dir structure 7zip shows me is a little weird, but it's clear from It seems like the snap will have to be fixed up to contain |
Thanks for the troubleshooting dagood! My team got a big problem with this bug inside snap package. I hope someone can fix it soon. Grateful for your attention |
@rbhanda to take a look at the build. |
Rolled back the 3.1 offerings in the Snap store to 3.1.302 until this gets worked out. |
We have published the snap packages again. This should be resolved now |
It seems I updated wrong issue. I added the list of issues in our August post |
|
Closing the issue as it was resolved. |
Today after a snap refresh and update the dotnet-sdk snap package, i am not able to run it anymore.
ERROR:
/snap/dotnet-sdk/95/dotnet: error while loading shared libraries: libc.musl-x86_64.so.1: cannot open shared object file: No such file or directory
Troubleshooting:
I tried to install musl and create a symlink , without success.... someone can help me???
using last stable version
dotnet-sdk 3.1.401 from Microsoft .NET Core (dotnetcore✓) refreshed
The text was updated successfully, but these errors were encountered: