Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 314835 - www-misc/htdig-3.2.0_beta6-r3 fails without USE "ssl"
Summary: www-misc/htdig-3.2.0_beta6-r3 fails without USE "ssl"
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 15:26 UTC by Nils Larsson
Modified: 2025-05-15 19:10 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,10.85 KB, text/plain)
2010-04-12 15:26 UTC, Nils Larsson
Details
config.log (config.log,91.61 KB, text/plain)
2010-04-12 18:57 UTC, Nils Larsson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nils Larsson 2010-04-12 15:26:06 UTC
www-misc/htdig-3.2.0_beta6-r3 fails without USE "ssl".

Reproducible: Always

Steps to Reproduce:
1. USE="-ssl" emerge htdig
Comment 1 Nils Larsson 2010-04-12 15:26:41 UTC
Created attachment 227503 [details]
build.log
Comment 2 Rafał Mużyło 2010-04-12 17:31:39 UTC
When do you plan to attach config.log ?
Comment 3 Nils Larsson 2010-04-12 18:57:35 UTC
Created attachment 227509 [details]
config.log
Comment 4 Rafał Mużyło 2010-04-12 20:41:29 UTC
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.
Comment 5 Robert Steinhäußer 2010-10-03 21:04:02 UTC
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.
Comment 6 Larry the Git Cow gentoo-dev 2025-05-15 19:10:50 UTC
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(+)