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

Where can I find dotnet-sos or libsos.so for linux-s390x and linux-ppc64le? #4494

Open
ww898 opened this issue Feb 3, 2024 · 2 comments
Open
Assignees
Labels
engineering enhancement New feature or request
Milestone

Comments

@ww898
Copy link
Contributor

ww898 commented Feb 3, 2024

Hi there,

could someone please help with libsos.so for linux-s390x and linux-ppc64le? I got following error:

$ dotnet tool install --global dotnet-sos
Skipping NuGet package signature verification.
You can invoke the tool using the following command: dotnet-sos
Tool 'dotnet-sos' (version '8.0.505301') was successfully installed.
$ dotnet-sos install
Installing SOS to /home/linux1/.dotnet/sos
Operating system or architecture not supported: installing from /home/linux1/.dotnet/tools/.store/dotnet-sos/8.0.505301/dotnet-sos/8.0.505301/tools/net6.0/any/linux-s390x
$ dotnet tool install --global dotnet-sos
Skipping NuGet package signature verification.
You can invoke the tool using the following command: dotnet-sos
Tool 'dotnet-sos' (version '8.0.505301') was successfully installed.
$ dotnet-sos install
Installing SOS to /home/fedora/.dotnet/sos
Operating system or architecture not supported: installing from /home/fedora/.dotnet/tools/.store/dotnet-sos/8.0.505301/dotnet-sos/8.0.505301/tools/net6.0/any/linux-ppc64le
@mikem8361 mikem8361 self-assigned this Feb 4, 2024
@mikem8361 mikem8361 added this to the 9.0.0 milestone Feb 4, 2024
@hoyosjs hoyosjs added the enhancement New feature or request label Feb 5, 2024
@hoyosjs
Copy link
Member

hoyosjs commented Feb 5, 2024

We don't officially support those platforms on coreclr so the packages don't have such binaries. @tommcdon

@tmds
Copy link
Member

tmds commented Feb 7, 2024

could someone please help with libsos.so for linux-s390x and linux-ppc64le?

These builds use mono runtime.

afaik sos relies on coreclr runtime features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
engineering enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants