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

libunwind.so.8 missing in docker image #4716

Open
2 tasks done
piccaso opened this issue Mar 2, 2023 · 1 comment
Open
2 tasks done

libunwind.so.8 missing in docker image #4716

piccaso opened this issue Mar 2, 2023 · 1 comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that

Comments

@piccaso
Copy link
Contributor

piccaso commented Mar 2, 2023

Before filling a bug

  • have you checked the faq for known issues.
  • have you checked existing issues

Describe the bug

I'm trying to build a c# client using azsdkengsys.azurecr.io/azuresdk/autorest-dotnet but as soon as i add the '--csharp' flag it fails.
output:

Failed to load ▒▒W, error: libunwind.so.8: cannot open shared object file: No such file or directory

Expected behavior
I would expect the code for the client would be generated.

Additional context
I also tried the azsdkengsys.azurecr.io/azuresdk/autorest-all image
It does work outside of docker when i install node and autorest on the host machine - however that is what i can not do on my work laptop

@ghost ghost added customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Mar 2, 2023
@piccaso
Copy link
Contributor Author

piccaso commented Dec 31, 2023

My workaround was to create my own image but it was based on stretch, use at your own risk:
https://github.com/piccaso/autorest-legacy/

I have since then moved away from autorest and am no longer concerned with this topic so i will unsubscribe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Projects
None yet
Development

No branches or pull requests

1 participant