Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21114 - Courier-imap not building authdaemond.mysql
Summary: Courier-imap not building authdaemond.mysql
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-16 12:11 UTC by Wayne
Modified: 2003-09-25 18:30 UTC (History)
0 users

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 Wayne 2003-05-16 12:11:20 UTC
When I emerge couier-imap the ebuild does not detect correctly that I have in  
my use variable "mysql" and therefore build the authdaemond.mysql file to auth  
against a mysql db.  Maybe I am doing something wrong, but I don't think so.  

Reproducible: Always
Steps to Reproduce:
1.Put "mysql" into your make.conf file 
2.emerge courier-imap 
3.dir /usr/lib/courier-imap/authlibs 
Actual Results:  
it does create authdaemond.plain but not mysql one. 

Expected Results:  
It should have built the authdaemond.mysql modules also 

I hacked the ebuild like so: 
 
from: 
use mysql || myconf = "${myconf} --without authmysql" 
 
to: 
# use mysql || myconf = "${myconf} --without authmysql" 
myconf = "${myconf} --without authmysql" 
 
Here is my use= section 
 
USE="-oss -apm -arts -avi -gpm -gtk -imlib 
-kde -gnome -mikmod -motif -mpeg -nls -oggvorbis 
-opengl -qt -qtmt -quicktime -sdl -slang 
-svga -truetype -X -xml2 -xmms -xv mysql imap perl ssl spell pam"
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-05-19 15:56:08 UTC
which version of courier-imap and mysql ? 
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-05-20 14:09:01 UTC
This should be fixed in the latest ~x86 courier-imap-1.7.2*.ebuild, please test that and report back if it works.
Comment 3 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-25 18:30:45 UTC
closing again
Comment 4 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2003-09-25 18:30:52 UTC
closing again