Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950115 - dev-libs/libzip-1.11.2-r1[gnutls] fails to build AES support
Summary: dev-libs/libzip-1.11.2-r1[gnutls] fails to build AES support
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2025-02-22 17:17 UTC by Chris Mayo
Modified: 2025-02-27 09:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Mayo 2025-02-22 17:17:42 UTC
-- Could NOT find Nettle: Found unsuitable version ".", but required is at least "3.0" (found /usr/lib64/libnettle.so)
-- Found GnuTLS: /usr/lib64/libgnutls.so (found version "3.8.8")

CMake Warning at CMakeLists.txt:277 (message):
  -- neither Common Crypto, GnuTLS, mbed TLS, OpenSSL, nor Windows
  Cryptography found; AES support disabled

Gentoo's rewriting of /usr/include/nettle/version.h causes libzip to fail to find the Nettle version.

Patch submitted upstream:
https://github.com/nih-at/libzip/pull/486
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-02-22 17:23:43 UTC
Thanks. Even better would be to prefer pkg_check_modules.