Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105144 - missing openldap-2.2.28 evolution ntlm patch
Summary: missing openldap-2.2.28 evolution ntlm patch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-07 06:10 UTC by Nir Dremer
Modified: 2005-09-08 22: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 Nir Dremer 2005-09-07 06:10:43 UTC
emerging openldap-2.2.28 (which is currently stable) is lake of evolution
exchange ntlm patch which makes evolution-exchange (or previously
ximian-connector) to fail during compilation.

Reproducible: Always
Steps to Reproduce:
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-09-07 08:35:28 UTC
updated patch coming soon.
Comment 2 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-09-07 18:11:26 UTC
in cvs as 2.2.28-r1, please test.
Comment 3 Nir Dremer 2005-09-08 00:56:58 UTC
Can you attach it or do something to help me avoid cvs configuration?
Comment 4 Jakub Moc (RETIRED) gentoo-dev 2005-09-08 02:45:28 UTC
(In reply to comment #3)
> Can you attach it or do something to help me avoid cvs configuration?

Hint: Try emerge sync. :=)
Comment 5 Nir Dremer 2005-09-08 03:54:47 UTC
maybe my mirror is slow.. but i dont have -r1 there..

give it a second try in few hours.. 
Comment 6 Guillaume Castagnino 2005-09-08 11:44:25 UTC
Does not compile here :
/bin/sh /var/tmp/portage/openldap-2.2.28-r1/work/openldap-2.2.28/libtool 
--mode=compile cc -march=pentium4 -O2 -mtune=pentium4 -fomit-frame-pointer
-funroll-loops -pipe -I../../include        -I../../include     -DLDAP_LIBRARY
-c ntlm.c
 cc -march=pentium4 -O2 -mtune=pentium4 -fomit-frame-pointer -funroll-loops
-pipe -I../../include -I../../include -DLDAP_LIBRARY -c ntlm.c  -fPIC -o
.libs/ntlm.o
ntlm.c: In function `ldap_ntlm_bind':
ntlm.c:77: error: too few arguments to function `ldap_send_initial_request'
make[2]: *** [ntlm.lo] Erreur 1


Portage 2.0.51.22-r2 (hardened/x86/2.6, gcc-3.4.4, glibc-2.3.5-r1,
2.6.11-xwing-r3 i686)
=================================================================
System uname: 2.6.11-xwing-r3 i686 Intel(R) Celeron(R) CPU 2.53GHz
Gentoo Base System version 1.6.13
dev-lang/python:     2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O2 -mtune=pentium4 -fomit-frame-pointer -funroll-loops
-pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O2 -mtune=pentium4 -fomit-frame-pointer
-funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildsyspkg candy ccache distlocks sandbox sfperms strict
userpriv usersandbox"
GENTOO_MIRRORS="http://r2d2.v6.xwing.info/
ftp://ftp.ipv6.uni-muenster.de/pub/linux/distributions/gentoo/
http://mirror.switch.ch/ftp/mirror/gentoo/
http://ftp.gentoo.skynet.be/pub/gentoo/
http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LANG="fr_FR.UTF-8"
LC_ALL="fr_FR.UTF-8"
LINGUAS="fr"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
PORTDIR_OVERLAY="/usr/local/gcpan-portage /usr/local/portage"
SYNC="rsync://r2d2.v6.xwing.info/gentoo-portage"
USE="x86 4kstacks X509 acl acpi acpi4linux apache2 async bash-completion berkdb
clamav crypt dba dbx dga dlloader enscript extensions fbcon freetype fs gd gdbm
gif hardened idled imagemagick imap imlib2 ipv6 ithreads jpeg maildir md5sum mmx
ncurses nls nptl nptlonly pam perl pic png prelude print python readline rrdtool
samba sasl slang smartcard sqlite sse sse2 ssl sysfs syslog tcpd threads tiff
truetype truetype-fonts type1 type1-fonts unicode usb userlocales xml2 zlib
linguas_fr userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LDFLAGS, MAKEOPTS
Comment 7 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2005-09-08 11:51:54 UTC
The new patch filename is openldap-2.2.6-ntlm.patch, as opposed to the temporary
2.2.28 patch I put together.
Comment 8 Guillaume Castagnino 2005-09-08 22:58:17 UTC
OK, works after resyncing portage tree.
thanks