[Kroupware] Compiling imapd and postfix fails

Poul Møller Hansen kroupware@mail.kde.org
Sun, 29 Dec 2002 21:47:48 +0100


--------------Boundary-00=_O3FWL8W26P3OEFJYBI2W
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello Kroupware Group

I have tried to install the Kolab Server 1.0 Beta 1 and have some problem=
s=20
compiling postfix and imapd, on probably the same cause.

The system is a SuSE 8.1. I have attached the output of compiling imapd.
To me it seems as it can't find the sasl libraries although it is install=
ed=20
according to this list:

---
kolab@flanhard$ rpm -qa
make-3.79.1-1.1.0
pcre-3.9-1.1.0
procmail-3.22-1.1.0
perl-ds-1.1.0-1.1.0
fsl-1.0.6-20021109
db3-3.3.11-1.1.0
gdbm-1.8.3-20021019
bison-1.35-1.1.0
openldap-2.1.8-20021022
apache-1.3.27-20021009
proftpd-1.2.6-20021008
openpkg-1.1.0-1.1.0
patch-2.5.4-1.1.0
gcc-3.2-1.1.0
perl-5.6.1-1.1.0
perl-time-1.1.0-1.1.0
db-4.0.14-1.1.0
openssl-0.9.6g-1.1.0
mm-1.2.1-1.1.0
flex-2.5.4a-1.1.0
sasl-2.1.9-20021022
perl-ldap-1.1.0-0.26
monit-3.0-20021103
---

Do you have any idea of what the problems is caused by ?


Thanks in advance,
 Poul M=F8ller Hansen
--------------Boundary-00=_O3FWL8W26P3OEFJYBI2W
Content-Type: text/x-log;
  charset="us-ascii";
  name="imapd.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="imapd.log"

rpm -ba imapd.spec
Executing(%prep): env -i /kolab/lib/openpkg/bash --norc --noprofile --pos=
ix -e /kolab/RPM/TMP/rpm-tmp.95798
+ cd /kolab/RPM/TMP
+ cd /kolab/RPM/TMP
+ rm -rf cyrus-imapd-2.1.10
+ /kolab/lib/openpkg/gzip -dc /kolab/RPM/SRC/imapd/cyrus-imapd-2.1.10.tar=
=2Egz
+ /kolab/lib/openpkg/tar -xf -
+ STATUS=3D0
+ '[' 0 -ne 0 ']'
+ cd cyrus-imapd-2.1.10
++ id -u
+ '[' 1000 =3D 0 ']'
++ id -u
+ '[' 1000 =3D 0 ']'
+ chmod -Rf a+rX,g-w,o-w .
+ echo 'Patch #0 (groupfile.patch):'
Patch #0 (groupfile.patch):
+ /kolab/lib/openpkg/patch -p0 -s
+ exit 0
Executing(%build): env -i /kolab/lib/openpkg/bash --norc --noprofile --po=
six -e /kolab/RPM/TMP/rpm-tmp.37297
+ cd /kolab/RPM/TMP
+ cd cyrus-imapd-2.1.10
+ /kolab/lib/openpkg/shtool subst -e 's;db-4.1;db3 db-4.1;g' configure
+ cflags=3D-I/kolab/include
+ ldflags=3D-L/kolab/lib
+ CC=3D/kolab/bin/cc
+ CPPFLAGS=3D-I/kolab/include
+ CFLAGS=3D-O -I/kolab/include
+ LIBS=3D
+ LDFLAGS=3D-L/kolab/lib
+ ./configure --prefix=3D/kolab --libdir=3D/kolab/lib --with-openssl=3D/k=
olab --with-dbdir=3D/kolab --with-staticsasl=3D/kolab --with-statedir=3D/=
kolab/var/imapd --with-auth=3Dunix --with-cyrus-prefix=3D/kolab --with-cy=
rus-user=3Dkolab --with-cyrus-group=3Dkolab --without-ucdsnmp --without-z=
ephyr --with-static-sasl=3D/kolab --with-perl=3D/kolab/bin/perl --without=
-afs
creating cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking for makedepend... /kolab/RPM/TMP/cyrus-imapd-2.1.10/tools/not-mk=
dep
configure: warning: Makedepend is not installed on this system.  You shou=
ld compile and install the version from the makedepend subdirectory.
checking for gcc... /kolab/bin/cc
checking whether the C compiler (/kolab/bin/cc -O -I/kolab/include -L/kol=
ab/lib) works... yes
checking whether the C compiler (/kolab/bin/cc -O -I/kolab/include -L/kol=
ab/lib) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether /kolab/bin/cc accepts -g... yes
checking for ranlib... ranlib
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... /kolab/bin/cc -E
checking for AIX... no
checking for strerror in -lcposix... no
checking for mawk... no
checking for gawk... gawk
checking for working const... yes
checking for long file names... yes
checking for __attribute__... yes
checking for runpath switch... -Wl,-rpath,
checking for unistd.h... yes
checking for sys/select.h... yes
checking for sys/param.h... yes
checking for memmove... yes
checking for strcasecmp... yes
checking for ftruncate... yes
checking for strerror... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for tm_zone in struct tm... yes
checking for vprintf... yes
checking for db_create in -ldb3... yes
checking duplicate db database backend... db3_nosync
checking mboxlist database backend... db3
checking seen state database backend... flat
checking subscription database backend... flat
checking TLS cache database backend... db3_nosync
checking for bison... bison -y
checking for flex... flex
checking for yywrap in -lfl... yes
checking for main in -lfl... yes
checking for library containing regcomp... none required
checking for rxposix.h... no
checking for strerror... (cached) yes
checking for sys/resource.h... yes
checking for setrlimit... yes
checking for getrlimit... yes
checking for daemon... yes
checking for setsid... yes
checking for setproctitle... no
checking for setproctitle in -lutil... no
checking for sys/pstat.h... no
checking for sys/sysnews.h... no
checking for PS_STRINGS... no
checking for SCO... no
checking for setproctitle usability... yes
checking nonblocking method... fcntl
checking timezone GMT offset method... tm
checking for shared mmap... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for sigvec... yes
checking for openssl... /kolab
checking for com_err in -lcom_err... yes
checking for compile_et... no compile et
configure: warning: Parts of com_err distribuion were found, but not comp=
ile_et.
configure: warning: Will build com_err from included sources.
checking for modern syslog... yes
checking for getdtablesize... yes
checking to use old sieve service name... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for sasl/sasl.h... yes
checking for sasl/saslutil.h... yes
checking for static libsasl... found
checking for gssapi.h... no
checking for gssapi/gssapi.h... no
configure: warning: Disabling GSSAPI
checking GSSAPI... disabled
checking for sasl/sasl.h... (cached) yes
checking for sasl/saslutil.h... (cached) yes
checking for prop_get in -lsasl2... yes
checking for sasl_checkapop in -lsasl2... yes
checking for /kolab/bin/perl... no
checking for perl... perl
checking for MD5Init... no
checking for MD5Init in -lmd... no
checking for connect... yes
checking for res_search... no
checking for res_search in -lresolv... yes
checking for dn_expand... yes
checking for dns_lookup... no
checking for request_init in -lwrap... yes
checking for tcpd.h... yes
checking libwrap support... yes
checking for yp_get_default_domain in -lnsl... yes
checking UCD SNMP libraries... no
updating cache ./config.cache
creating ./config.status
creating man/Makefile
creating master/Makefile
creating lib/Makefile
creating acap/Makefile
creating imap/Makefile
creating imap/feedcyrus
creating imtest/Makefile
creating netnews/Makefile
creating snmp/Makefile
creating perl/Makefile
creating sieve/Makefile
creating et/Makefile
creating timsieved/Makefile
creating notifyd/Makefile
creating perl/sieve/Makefile
creating perl/sieve/lib/Makefile
creating Makefile
creating config.h
+ /kolab/lib/openpkg/shtool subst -e 's;/etc/\(.*\).conf;/kolab/etc/imapd=
/\1.conf;' imap/acapmbox.c imap/acappush.c imap/annotate.c imap/append.c =
imap/arbitron.c imap/backend.c imap/chk_cyrus.c imap/collectnews.c imap/c=
onfig.c imap/convert_code.c imap/ctl_cyrusdb.c imap/ctl_deliver.c imap/ct=
l_mboxlist.c imap/cvt_cyrusdb.c imap/cyrdump.c imap/cyrrestore.c imap/del=
iver.c imap/duplicate.c imap/fud.c imap/idle_idled.c imap/idle_no.c imap/=
idle_poll.c imap/idled.c imap/imap_err.c imap/imapd.c imap/imapparse.c im=
ap/index.c imap/ipurge.c imap/krbck.c imap/lmtpd.c imap/lmtpengine.c imap=
/lmtpproxyd.c imap/lmtpstats.c imap/mailbox.c imap/mbdump.c imap/mboxlist=
=2Ec imap/mboxname.c imap/mbpath.c imap/message.c imap/mupdate-client.c i=
map/mupdate-slave.c imap/mupdate.c imap/notify.c imap/pop3d.c imap/pop3pr=
oxyd.c imap/proc.c imap/proxyd.c imap/pushstats.c imap/quota.c imap/recon=
struct.c imap/saslclient.c imap/saslserver.c imap/search_engines.c imap/s=
een_bigdb.c imap/seen_db.c imap/seen_local.c imap/sendmail-map.c imap/set=
proctitle.c imap/signals.c imap/squat.c imap/squat_build.c imap/squat_int=
ernal.c imap/squatter.c imap/syncnews.c imap/target-acap.c imap/telemetry=
=2Ec imap/tls.c imap/tls_prune.c imap/user.c imap/version.c imap/acapmbox=
=2Eh imap/acappush.h imap/annotate.h imap/append.h imap/backend.h imap/co=
nvert_code.h imap/duplicate.h imap/idle.h imap/idled.h imap/imap_err.h im=
ap/imapconf.h imap/imapd.h imap/index.h imap/lmtpengine.h imap/lmtpstats.=
h imap/mailbox.h imap/mbdump.h imap/mboxlist.h imap/mboxname.h imap/messa=
ge.h imap/mupdate-client.h imap/mupdate.h imap/notify.h imap/pushstats.h =
imap/search_engines.h imap/seen.h imap/squat.h imap/squat_internal.h imap=
/telemetry.h imap/tls.h imap/user.h imap/version.h master/cyrusMasterMIB.=
c master/master.c master/masterconf.c master/service-thread.c master/serv=
ice.c master/cyrusMasterMIB.h master/master.h master/masterconf.h master/=
service.h
+ /kolab/lib/openpkg/shtool subst -e 's;/etc/imapd.group;/kolab/etc/imapd=
/imapd.group;' lib/auth_unix.c
+ /kolab/bin/make --no-print-directory
### Making all in /kolab/RPM/TMP/cyrus-imapd-2.1.10/man
make[1]: Nothing to be done for `all'.
### Making all in /kolab/RPM/TMP/cyrus-imapd-2.1.10/et
=2E/config_script ./compile_et.sh gawk sed > compile_et
chmod 755 compile_et=09
/kolab/bin/cc -c -I/kolab/include/db3 -I/kolab/include -I/kolab/include -=
DHAVE_CONFIG_H -I. -I./../lib -I. -I.. -Wall -O -I/kolab/include -Ino/inc=
lude error_message.c
/kolab/bin/cc -c -I/kolab/include/db3 -I/kolab/include -I/kolab/include -=
DHAVE_CONFIG_H -I. -I./../lib -I. -I.. -Wall -O -I/kolab/include -Ino/inc=
lude et_name.c
/kolab/bin/cc -c -I/kolab/include/db3 -I/kolab/include -I/kolab/include -=
DHAVE_CONFIG_H -I. -I./../lib -I. -I.. -Wall -O -I/kolab/include -Ino/inc=
lude init_et.c
/kolab/bin/cc -c -I/kolab/include/db3 -I/kolab/include -I/kolab/include -=
DHAVE_CONFIG_H -I. -I./../lib -I. -I.. -Wall -O -I/kolab/include -Ino/inc=
lude com_err.c
rm -f libcom_err.a
ar cr libcom_err.a error_message.o et_name.o init_et.o com_err.o
ranlib libcom_err.a
### Making all in /kolab/RPM/TMP/cyrus-imapd-2.1.10/sieve
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
sieve_err.c
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
sieve.c
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
sieve-lex.c
sieve-lex.l: In function `yylex':
sieve-lex.l:118: warning: label `find_rule' defined but not used
/usr/include/stdlib.h: At top level:
sieve-lex.l:999: warning: `yy_flex_realloc' defined but not used
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
comparator.c
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
interp.c
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
message.c
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
script.c
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
tree.c
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
addr.c
/usr/local/share/bison.simple: In function `addrparse':
/usr/local/share/bison.simple:285: warning: `yyval' might be used uniniti=
alized in this function
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
addr-lex.c
/kolab/bin/cc -c -I. -I.. -I. -I./../lib -I./../et -I/kolab/include/db3 -=
I/kolab/include -I/kolab/include -I/kolab/include -DHAVE_CONFIG_H -I. -I.=
 -Wall -O -I/kolab/include -Ino/include \
md5.c
rm -f libsieve.a
ar cr libsieve.a sieve_err.o sieve.o sieve-lex.o comparator.o interp.o me=
ssage.o script.o tree.o addr.o addr-lex.o md5.o
ranlib libsieve.a
### Making all in /kolab/RPM/TMP/cyrus-imapd-2.1.10/acap
=2E./et/compile_et ./acap_err.et
/kolab/bin/cc -c -I/kolab/include/db3 -I/kolab/include -I/kolab/include -=
I/kolab/include -I. -I.. -I../lib -DHAVE_CONFIG_H -Wall -O -I/kolab/inclu=
de -Ino/include \
acap.c
/kolab/bin/cc -c -I/kolab/include/db3 -I/kolab/include -I/kolab/include -=
I/kolab/include -I. -I.. -I../lib -DHAVE_CONFIG_H -Wall -O -I/kolab/inclu=
de -Ino/include \
acapsieve.c
/kolab/bin/cc -c -I/kolab/include/db3 -I/kolab/include -I/kolab/include -=
I/kolab/include -I. -I.. -I../lib -DHAVE_CONFIG_H -Wall -O -I/kolab/inclu=
de -Ino/include \
skip-list.c
/kolab/bin/cc -c -I/kolab/include/db3 -I/kolab/include -I/kolab/include -=
I/kolab/include -I. -I.. -I../lib -DHAVE_CONFIG_H -Wall -O -I/kolab/inclu=
de -Ino/include \
acap_err.c
rm -f libacap.a
ar cr libacap.a acap.o acapsieve.o skip-list.o acap_err.o
ranlib libacap.a
### Making all in /kolab/RPM/TMP/cyrus-imapd-2.1.10/lib
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
acl.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
assert.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
bsearch.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
charset.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
glob.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
retry.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
util.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
mkgmtime.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
prot.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
parseaddr.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
imclient.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
imparse.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
xmalloc.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
lsort.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
stristr.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
hash.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
rfc822date.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
mpool.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
cyrusdb.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
mkchartable.c
/kolab/bin/cc -L/kolab/lib -Wl,-rpath,/kolab/lib -L/kolab/lib -L/usr/loca=
l/lib -Wl,-rpath,/usr/local/lib -L/kolab/lib -L/kolab/lib -o mkchartable =
mkchartable.o xmalloc.o assert.o
### Building chartables...
rm -f chartable.c
=2E/mkchartable \
 -m ./charset/unifix.txt=09\
 -m ./charset/unidata2.txt \
 ./charset/*.t \
 > chartable.c \
 || (rm -f chartable.c && exit 1)
mkchartable: expanding unicode mappings...
mkchartable: expanding unicode mappings...
mkchartable: expanding unicode mappings...
mkchartable: building expansion table...
mkchartable: mapping unicode...
mkchartable: mapping UTF-8...
mkchartable: mapping UTF-7...
mkchartable: mapping ./charset/big5.t...
mkchartable: mapping ./charset/gb2312.t...
mkchartable: mapping ./charset/iso-2022-jp.t...
mkchartable: mapping ./charset/iso-2022-kr.t...
mkchartable: mapping ./charset/iso-8859-1.t...
mkchartable: mapping ./charset/iso-8859-15.t...
mkchartable: mapping ./charset/iso-8859-2.t...
mkchartable: mapping ./charset/iso-8859-3.t...
mkchartable: mapping ./charset/iso-8859-4.t...
mkchartable: mapping ./charset/iso-8859-5.t...
mkchartable: mapping ./charset/iso-8859-6.t...
mkchartable: mapping ./charset/iso-8859-7.t...
mkchartable: mapping ./charset/iso-8859-8.t...
mkchartable: mapping ./charset/iso-8859-9.t...
mkchartable: mapping ./charset/koi8-r.t...
mkchartable: mapping ./charset/us-ascii.t...
mkchartable: mapping ./charset/windows-1252.t...
### Done building chartables.
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
chartable.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
imapurl.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
nonblock_fcntl.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
lock_fcntl.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
gmtoff_tm.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
map_shared.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
acl_afs.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
auth_unix.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
cyrusdb_db3.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
cyrusdb_flat.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
cyrusdb_skiplist.c
/kolab/bin/cc -c -I.. -I/kolab/include/db3 -I/kolab/include -I/kolab/incl=
ude -I/kolab/include -DHAVE_CONFIG_H -I. -I. -Wall -O -I/kolab/include -I=
no/include \
iptostring.c
rm -f libcyrus.a
ar cr libcyrus.a acl.o assert.o bsearch.o charset.o glob.o retry.o util.o=
 mkgmtime.o prot.o parseaddr.o imclient.o imparse.o xmalloc.o lsort.o str=
istr.o hash.o rfc822date.o mpool.o cyrusdb.o chartable.o imapurl.o nonblo=
ck_fcntl.o lock_fcntl.o gmtoff_tm.o map_shared.o acl_afs.o auth_unix.o cy=
rusdb_db3.o cyrusdb_flat.o cyrusdb_skiplist.o iptostring.o
ranlib libcyrus.a
### Making all in /kolab/RPM/TMP/cyrus-imapd-2.1.10/master
/kolab/bin/cc -c -I. -I.. -I../lib -I. -I/kolab/include/db3 -I/kolab/incl=
ude -I/kolab/include -I./../et -DHAVE_CONFIG_H  -Wall -O -I/kolab/include=
 -Ino/include \
master.c
/kolab/bin/cc -c -I. -I.. -I../lib -I. -I/kolab/include/db3 -I/kolab/incl=
ude -I/kolab/include -I./../et -DHAVE_CONFIG_H  -Wall -O -I/kolab/include=
 -Ino/include \
masterconf.c
/kolab/bin/cc -c -I. -I.. -I../lib -I. -I/kolab/include/db3 -I/kolab/incl=
ude -I/kolab/include -I./../et -DHAVE_CONFIG_H  -Wall -O -I/kolab/include=
 -Ino/include \
cyrusMasterMIB.c
/kolab/bin/cc -L/kolab/lib -Wl,-rpath,/kolab/lib -L/kolab/lib -L/usr/loca=
l/lib -Wl,-rpath,/usr/local/lib -L/kolab/lib -L/kolab/lib -Wall -O -I/kol=
ab/include -Ino/include  -o master master.o masterconf.o cyrusMasterMIB.o=
 -ldl -lfl  -ldb3  -lssl -lcrypto -lresolv  ../et/libcom_err.a=20
/kolab/bin/cc -c -I. -I.. -I../lib -I. -I/kolab/include/db3 -I/kolab/incl=
ude -I/kolab/include -I./../et -DHAVE_CONFIG_H  -Wall -O -I/kolab/include=
 -Ino/include \
service.c
/kolab/bin/cc -c -I. -I.. -I../lib -I. -I/kolab/include/db3 -I/kolab/incl=
ude -I/kolab/include -I./../et -DHAVE_CONFIG_H  -Wall -O -I/kolab/include=
 -Ino/include \
service-thread.c
### Making all in /kolab/RPM/TMP/cyrus-imapd-2.1.10/imap
rm -f version.o
AWK=3Dgawk ./xversion.sh
=2E./et/compile_et ./mupdate_err.et
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
pushstats.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
backend.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
imapd.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
index.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
tls.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
version.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
append.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
mailbox.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
mboxlist.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
mupdate-client.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
mboxname.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
message.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
config.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
imap_err.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
mupdate_err.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
proc.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
setproctitle.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
convert_code.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
duplicate.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
saslclient.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
saslserver.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
acapmbox.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
signals.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
annotate.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
search_engines.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
squat.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
squat_internal.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
mbdump.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
imapparse.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
telemetry.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
user.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
notify.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
seen_db.c
/kolab/bin/cc -c -I. -I.. -I../sieve -I. -I./../lib -I./../acap -I../acap=
 -I./../et -I./../sieve -I/kolab/include/db3 -I/kolab/include -I/kolab/in=
clude -I/kolab/include -DHAVE_CONFIG_H  -Wall -O -I/kolab/include -Ino/in=
clude \
idle_poll.c
rm -f libimap.a
ar cr libimap.a append.o mailbox.o mboxlist.o mupdate-client.o mboxname.o=
 message.o config.o imap_err.o mupdate_err.o proc.o setproctitle.o conver=
t_code.o duplicate.o saslclient.o saslserver.o acapmbox.o signals.o annot=
ate.o search_engines.o squat.o squat_internal.o mbdump.o imapparse.o tele=
metry.o user.o notify.o seen_db.o idle_poll.o
ranlib libimap.a
/kolab/bin/cc -L/kolab/lib -Wl,-rpath,/kolab/lib -L/kolab/lib -L/usr/loca=
l/lib -Wl,-rpath,/usr/local/lib -L/kolab/lib -L/kolab/lib -Wall -O -I/kol=
ab/include -Ino/include   -o imapd \
 ../master/service.o pushstats.o backend.o imapd.o index.o tls.o version.=
o libimap.a ../acap/libacap.a ../lib/libcyrus.a  -L/kolab/lib /kolab/lib/=
libsasl2.a    -ldl -lfl  -ldb3  -lssl -lcrypto -lresolv  ../et/libcom_err=
=2Ea -lwrap -lnsl
/kolab/lib/libsasl2.a(otp.o): In function `opie_server_mech_step':
otp.o(.text+0x98e): undefined reference to `opiechallenge'
otp.o(.text+0xa92): undefined reference to `opieverify'
/kolab/lib/libsasl2.a(otp.o): In function `opie_server_mech_dispose':
otp.o(.text+0xba9): undefined reference to `opieverify'
collect2: ld returned 1 exit status
make[1]: *** [imapd] Error 1
make: *** [all] Error 1
error: Bad exit status from /kolab/RPM/TMP/rpm-tmp.37297 (%build)


RPM build errors:
    Bad exit status from /kolab/RPM/TMP/rpm-tmp.37297 (%build)
make: *** [all] Error 1

--------------Boundary-00=_O3FWL8W26P3OEFJYBI2W--