-
Notifications
You must be signed in to change notification settings - Fork 77
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
dpkg-shlibdeps: error: cannot find library libz.so.1 #439
Comments
Just asked colleagues who did .NET packaging for a different Isar image before, but it seems there is room for improvements:
That's their custom rules files used with a very similar recipe, but one that does not specify |
Thank you @jan-kiszka for the hint. I add a rules file and now I am able to create the image. Are there any documentation about the rules files in ISAR and generally speaking about the debian policy (I am new to debian development)? |
Only noticed the second question now: We generally refer to Debian on this, start e.g. with https://wiki.debian.org/HowToPackageForDebian and then go deeper. Pays off if you package more frequently, may not provide quick answers for issues like the one above. |
Closing as we have at least a workaround. |
Hi all, I am trying to package .NET runtime using dpkg-raw for arm64.
The Microsoft runtime is available for arm64, and I create a recipe adding the dependencies in DEBIAN_DEPENDS variable.
Here is my recipe:
However when I build the package the build fails with the error:
Here is the complete log dotnet.log
Looking in the build directory I find the libz.so.1 many times:
How can I configure dpkg-shlibdeps to find the needed library?
Thanks in advance,
Stefano.
The text was updated successfully, but these errors were encountered: