Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 125435 - net-im/jabberd-1.4.4-r2 dies on USE=ldap
Summary: net-im/jabberd-1.4.4-r2 dies on USE=ldap
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gustavo Felisberto (RETIRED)
URL:
Whiteboard:
Keywords: QAbaddie
Depends on:
Blocks:
 
Reported: 2006-03-07 20:26 UTC by Mark Loeser (RETIRED)
Modified: 2006-03-21 19:31 UTC (History)
3 users (show)

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


Attachments
ldap use disabled (jabberd-without-ldap-1.4.4-r2.ebuild.diff,350 bytes, patch)
2006-03-21 11:57 UTC, Fernando Ribeiro
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Loeser (RETIRED) gentoo-dev 2006-03-07 20:26:47 UTC
Currently the ebuild has the following in pkg_setup()

    if use ldap ; then
        ewarn "This is a test release and LDAP was been disabled"
        ewarn "USE='-ldap' and try again"
        die
    fi


Please don't die when someone has a certain USE flag set, especially one that is global.  If the USE flag is never going to work for this version, then just remove it and add an ewarn, or p.mask it if you don't want anyone to install it without knowing that it is missing LDAP support.
Comment 1 Fernando Ribeiro 2006-03-21 11:57:42 UTC
Created attachment 82805 [details, diff]
ldap use disabled

Using USE='-ldap' and return ewarn.
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2006-03-21 19:26:49 UTC
ok... this stuff is evil.. I commented out all of the ldap stuff. and it just warns everyone...