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 (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 15:26 UTC by Nils Larsson
Modified: 2010-10-03 21:04 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.