gentoo / musl

[MIRROR] musl development overlay
https://gitweb.gentoo.org/proj/musl.git
99 stars 59 forks source link

dev-java/icedtea-bin missing dev-libs/nss dependency? #448

Closed tgbugs closed 2 years ago

tgbugs commented 2 years ago

I have been using the icedtea-bin ebuild, and I think that there was an assumption from the glibc version that dev-libs/nss is bundled (see https://bugs.gentoo.org/605430). This is not the case for the binaries that are being used in this overlay. The result is errors that include lines such as the following when trying to e.g. build packages with maven.

Caused by: java.security.ProviderException: Could not initialize NSS
Caused by: java.io.FileNotFoundException: /usr/lib/libnss3.so

Installing nss resolves the issue. I think dev-libs/nss should be added as a runtime dependency?