Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46881 - balsa doesn't support ldap
Summary: balsa doesn't support ldap
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: Highest normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-05 11:30 UTC by foton2
Modified: 2004-05-19 21:58 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 foton2 2004-04-05 11:30:10 UTC
I have openldap installed and running. I have +ldap in my USE flags. If I type emerge -pv balsa I can see +ldap. When I emerge balsa it doesn't support ldap.
When I want to add Address Book I can't choose ldap bacause there is written : Balsa is not compiled with LDAP support.

Reproducible: Always
Steps to Reproduce:
1.Compile balsa with +ldap
2.
3.

Actual Results:  
balsa is not compiled with ldap support

Expected Results:  
balsa should be compiled with ldap support.

Portage 2.0.50-r3 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.3-gentoo-r1)
=================================================================
System uname: 2.6.3-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -msse2 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/s
hare/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dv
ipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/confi
/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/alias /
ar/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -msse2 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://212.219.24
.19/sites/www.ibiblio.org/gentoo/ http://212.219.247.10/sites/www.ibiblio.org/g
ntoo/ ftp://ftp.tu-clausthal.de/pub/linux/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib acl acpi alsa avi berkdb bonobo cdr crypt cups directfb doc encode
esd fbcon foomaticdb gb gdbm gif gnome gphoto2 gpm gtk gtk2 gtkhtml imlib innod
 java jpeg ldap libg++ libwww linguas_cs_CZ mad maildir mikmod mmx motif mozill
 mpeg mysql ncurses nls oggvorbis opengl pam pdflib perl png ppds python quickt
me readline sdl slang spell sse ssl svga tcpd tetex truetype usb x86 xml2 xmms 
v zlib"
Comment 1 Georgi Georgiev 2004-05-09 01:30:34 UTC
Just wanted to report this one. The solution is to:

--- balsa-2.0.15-r1.ebuild      2004-04-11 13:18:13.000000000 +0900
+++ balsa-2.0.15-r1.ebuild      2004-05-09 17:25:26.933750108 +0900
@@ -52,7 +52,7 @@
                `use_with ssl` \
                `use_enable gtkhtml` \
                `use_enable perl pcre` \
-               `use_enable ldap` \
+               `use_with ldap` \
                `use_with crypt gpgme` \
                --disable-threads || die "configure balsa failed"
Comment 2 Yi Quang (RETIRED) gentoo-dev 2004-05-19 21:58:11 UTC
Thanks for the report, this is fixed now.