www-misc/htdig-3.2.0_beta6-r3 fails without USE "ssl". Reproducible: Always Steps to Reproduce: 1. USE="-ssl" emerge htdig
Created attachment 227503 [details] build.log
When do you plan to attach config.log ?
Created attachment 227509 [details] config.log
OK, while there was nothing helpful in config.log this time, note that for the future. The problem seems to lie in CHECK_SSL macro: in the ebuild, it should probably be: $(use_with ssl ssl /usr) instead of $(use_with ssl) A side note: a really outdated package.
I can confirm this bug. Building with USE="ssl" works; building with USE="-ssl" breaks at > configure:15938: checking if ssl is wanted > configure:15943: result: yes > configure:15966: error: Cannot find ssl libraries although "--without-ssl" is passed to configure. The fix suggested in comment #4 does not change anything. Yes, the package is very old, but not outdated, as it is an RDEPEND of kde-base/khelpcenter.
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d5f65ee46bb65aca606aa9c516981bcdf15cbbe commit 7d5f65ee46bb65aca606aa9c516981bcdf15cbbe Author: Andreas Sturmlechner <asturm@gentoo.org> AuthorDate: 2025-05-15 19:07:49 +0000 Commit: Andreas Sturmlechner <asturm@gentoo.org> CommitDate: 2025-05-15 19:10:31 +0000 www-misc/htdig: Mask for removal See also: https://github.com/gentoo/gentoo/pull/37272 Bug: https://bugs.gentoo.org/314835 Bug: https://bugs.gentoo.org/632432 Bug: https://bugs.gentoo.org/827131 Bug: https://bugs.gentoo.org/874429 Bug: https://bugs.gentoo.org/908830 Bug: https://bugs.gentoo.org/925513 Bug: https://bugs.gentoo.org/934808 Thanks-to: NHOrus <jy6x2b32pie9@yahoo.com> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> profiles/package.mask | 6 ++++++ 1 file changed, 6 insertions(+)