Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 412625 - >=net-irc/inspircd-2.0.5-r1 missing useflag openssl in IUSE
Summary: >=net-irc/inspircd-2.0.5-r1 missing useflag openssl in IUSE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chema Alonso Josa (RETIRED)
URL:
Whiteboard:
Keywords:
: 413071 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-19 10:21 UTC by Moritz Bellach
Modified: 2012-04-25 08:55 UTC (History)
3 users (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 Moritz Bellach 2012-04-19 10:21:37 UTC
The useflag "openssl" is missing in the IUSE variable of the ebuild(s).
Because of this the check for the flag can only fail and the openssl module for inspircd is not compiled. Just adding it again in IUSE solves the problem.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-04-19 14:34:37 UTC
Everything newer than 2.0.5-r0 has IUSE=ssl instead of IUSE=openssl.
Comment 2 Moritz Bellach 2012-04-19 14:44:06 UTC
Then this check in the ebuild:
use openssl && extras="${extras}m_ssl_openssl.cpp,"
should be changed to:
use ssl && extras="${extras}m_ssl_openssl.cpp,"
shouldn't it?
Comment 3 Chema Alonso Josa (RETIRED) gentoo-dev 2012-04-19 22:30:48 UTC
(In reply to comment #2)
> should be changed to:
> use ssl && extras="${extras}m_ssl_openssl.cpp,"

Right, this was addressed in 

https://bugs.gentoo.org/show_bug.cgi?id=409159#c11

>=inspircd-2.0.5-r2 fixes this, it will be requested for stabilization soon.
Comment 4 Moritz Bellach 2012-04-19 22:40:22 UTC
My bad, I was told the other ebuilds had the same mistake, should have checked myself.
Comment 5 Chema Alonso Josa (RETIRED) gentoo-dev 2012-04-25 08:55:26 UTC
*** Bug 413071 has been marked as a duplicate of this bug. ***