-
Notifications
You must be signed in to change notification settings - Fork 720
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
fix dependencies and configure flags of GnuTLS 3.7.x #19070
fix dependencies and configure flags of GnuTLS 3.7.x #19070
Conversation
Test report by @sassy-crick |
Test report by @Flamefire |
@boegelbot please test @ generoso |
@sassy-crick: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1777370089 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
@sassy-crick Any update? |
@boegelbot please test @ generoso |
@ocaisa: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1971317059 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegelbot |
(created using
eb --new-pr
)The GnuTLS builds could pick up system libraries instead of EasyBuild ones leading to failures later on, see e.g. #18288
It might also not pick up an EasyBuild dependency, like libidn.
Use
--with-
and--without-
flags when available to enable/disable the dependencies.Also add the missing pkgconf dependency and use libidn2 instead of the (ignored) libidn, see https://github.com/gnutls/gnutls/blob/3.7.2/configure.ac#L615
Closes #18288