* You have both "gdbm" and "berkdb" in your USE flags. * Will default to GNU DB as your SASLdb database backend. * If you want to build with Berkeley DB support; hit Control-C now. * Change your USE flag -gdbm and emerge again. * It would be best practice to add the set of USE flags that you use for this * package to the file: /etc/portage/package.use. Example: * `echo "dev-libs/cyrus-sasl -gdbm berkdb" >> /etc/portage/package.use` * to build cyrus-sasl with Berkeley database as your SASLdb backend. * Waiting 10 seconds before starting... * (Control-C to abort)... * This version include a -r option for saslauthd to instruct it to reassemble * realm and username into a username of user@realm form. * If you are still using postfix->sasl->saslauthd->pam->mysql for * authentication, please edit /etc/conf.d/saslauthd to read: * SASLAUTHD_OPTS="${SASLAUTH_MECH} -a pam -r" * Don't forget to restart the service: `/etc/init.d/saslauthd restart`. * Pause 10 seconds before continuing. >>> Unpacking source... >>> Unpacking cyrus-sasl-2.1.20.tar.gz to /var/tmp/portage/cyrus-sasl-2.1.20/work * Applying cyrus-sasl-2.1.20-configdir.patch ...  [ ok ] * Applying cyrus-sasl-2.1.17-pgsql-include.patch ...  [ ok ] * Applying cyrus-sasl-2.1.20-gcc4.patch ...  [ ok ] * Recreating configure ...  [ ok ] >>> Source unpacked. * build with GNU DB as database backend for your SASLdb. * Using GNU config files from /usr/share/libtool * Updating config/config.sub  [ ok ] * Updating saslauthd/config/config.sub  [ ok ] * Updating config/config.guess  [ ok ] * Updating saslauthd/config/config.guess  [ ok ] * econf: updating cyrus-sasl-2.1.20/config/config.guess with /usr/share/gnuconfig/config.guess * econf: updating cyrus-sasl-2.1.20/config/config.sub with /usr/share/gnuconfig/config.sub * econf: updating cyrus-sasl-2.1.20/saslauthd/config/config.guess with /usr/share/gnuconfig/config.guess * econf: updating cyrus-sasl-2.1.20/saslauthd/config/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-saslauthd=/var/lib/sasl2 --with-pwcheck=/var/lib/sasl2 --with-configdir=/etc/sasl2 --with-plugindir=/usr/lib/sasl2 --with-dbpath=/etc/sasl2/sasldb2 --enable-login --enable-ntlm --disable-krb4 --disable-otp --disable-static --with-openssl --with-pam --without-ldap --disable-gssapi --without-mysql --disable-mysql --without-pgsql --disable-postgres --enable-java --with-javahome=/opt/sun-jdk-1.5.0.01 --without-authdaemond --disable-sql --with-dblib=gdbm configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for gawk... (cached) gawk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /bin/install -c checking for __attribute__... yes checking for runpath switch... -Wl,-rpath, checking for i686-pc-linux-gnu-ranlib... no checking for ranlib... ranlib checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B updating cache ./config.cache loading cache ./config.cache within ltconfig checking for object suffix... o checking for executable suffix... (cached) checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.lo... yes checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions ... no checking if i686-pc-linux-gnu-gcc static flag -static works... -static checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking dynamic linker characteristics... Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for objdir... .libs creating libtool updating cache ./config.cache configure: loading cache ./config.cache checking for javac... /opt/sun-jdk-1.5.0.01/bin/javac checking for javah... /opt/sun-jdk-1.5.0.01/bin/javah checking for javadoc... javadoc checking JNI cpp flags... ok 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 DB path to use... /etc/sasl2/sasldb2 checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking gdbm.h usability... yes checking gdbm.h presence... yes checking for gdbm.h... yes checking for gdbm_open in -lgdbm... yes checking DB library to use... gdbm checking for dlopen in -ldl... yes checking /dev/random to use... /dev/random checking for nm... /usr/bin/nm -B checking for underscore before symbols... no checking for syslog... yes checking for pam_start in -lpam... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes checking if I should include saslauthd... /var/lib/sasl2 checking to include Courier authdaemond support... no checking for getspnam... yes checking if I should include pwcheck... /var/lib/sasl2 checking if I should include the alwaystrue verifier... no checking if we should enable sasl_checkapop... enabled checking CRAM-MD5... enabled checking for RSAPublicEncrypt in -lrsaref... no checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking for EVP_DigestInit in -lcrypto... yes checking for OpenSSL... yes checking for des_cbc_encrypt in -lcrypto... no checking for DES_cbc_encrypt in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking DIGEST-MD5... enabled checking OTP... disabled checking SRP... disabled checking KERBEROS_V4... disabled checking for crypt... no checking for crypt in -lcrypt... yes checking GSSAPI... disabled checking PLAIN... enabled checking ANONYMOUS... enabled checking LOGIN... enabled checking NTLM... enabled checking SQL... disabled checking for dmalloc library... no checking for sfio library... no checking for getsubopt... yes checking for snprintf... yes checking for vsnprintf... yes checking for inet_aton in -lresolv... yes checking for getaddrinfo... yes checking for gai_strerror... yes checking for getnameinfo... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for pid_t... yes checking return type of signal handlers... void checking whether time.h and sys/time.h may both be included... yes checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for strings.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for inttypes.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking whether you have ss_family in struct sockaddr_storage... yes checking whether you have sa_len in struct sockaddr... no checking for socklen_t... yes checking for gethostname... yes checking for getdomainname... yes checking for getpwnam... yes checking for getspnam... (cached) yes checking for gettimeofday... yes checking for inet_aton... yes checking for memcpy... yes checking for mkdir... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strspn... yes checking for strstr... yes checking for strtol... yes checking for jrand48... yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating sasldb/Makefile config.status: creating plugins/Makefile config.status: creating lib/Makefile config.status: creating utils/Makefile config.status: creating doc/Makefile config.status: creating sample/Makefile config.status: creating java/Makefile config.status: creating java/CyrusSasl/Makefile config.status: creating java/Test/Makefile config.status: creating java/javax/Makefile config.status: creating java/javax/security/Makefile config.status: creating java/javax/security/auth/Makefile config.status: creating java/javax/security/auth/callback/Makefile config.status: creating pwcheck/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in saslauthd configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--with-saslauthd=/var/lib/sasl2' '--with-pwcheck=/var/lib/sasl2' '--with-configdir=/etc/sasl2' '--with-plugindir=/usr/lib/sasl2' '--with-dbpath=/etc/sasl2/sasldb2' '--enable-login' '--enable-ntlm' '--disable-krb4' '--disable-otp' '--disable-static' '--with-openssl' '--with-pam' '--without-ldap' '--disable-gssapi' '--without-mysql' '--disable-mysql' '--without-pgsql' '--disable-postgres' '--enable-java' '--with-javahome=/opt/sun-jdk-1.5.0.01' '--without-authdaemond' '--disable-sql' '--with-dblib=gdbm' 'CFLAGS=-O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse' 'host_alias=i686-pc-linux-gnu' --cache-file=.././config.cache --srcdir=. configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. configure: loading cache .././config.cache checking build system type... (cached) i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking for i686-pc-linux-gnu-strip... no checking for strip... (cached) strip checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) i686-pc-linux-gnu-gcc -E checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for a BSD-compatible install... /bin/install -c checking for __attribute__... (cached) yes checking for runpath switch... -Wl,-rpath, checking for connect... (cached) yes checking for res_search... (cached) no checking for res_search in -lresolv... (cached) yes checking for dn_expand... (cached) yes checking for dns_lookup... (cached) no checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for RSAPublicEncrypt in -lrsaref... (cached) no checking for openssl/evp.h... (cached) yes checking for EVP_DigestInit in -lcrypto... (cached) yes checking for OpenSSL... yes checking for des_cbc_encrypt in -lcrypto... (cached) no checking for DES_cbc_encrypt in -lcrypto... (cached) yes checking for openssl/des.h... (cached) yes checking KERBEROS_V4... disabled checking for crypt... (cached) no checking for crypt in -lcrypt... (cached) yes checking GSSAPI... disabled checking for crypt... (cached) no checking for crypt in -lcrypt... (cached) yes checking for pam_start in -lpam... (cached) yes checking for security/pam_appl.h... (cached) yes checking for PAM support... yes checking for inet_aton in -lresolv... (cached) yes checking to include LDAP support... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for fcntl.h... (cached) yes checking krb5.h usability... no checking krb5.h presence... no checking for krb5.h... no checking for strings.h... (cached) yes checking for syslog.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/uio.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for pid_t... (cached) yes checking whether i686-pc-linux-gnu-gcc implements __func__... yes checking return type of signal handlers... (cached) void checking for gethostname... (cached) yes checking for mkdir... (cached) yes checking for socket... (cached) yes checking for strdup... (cached) yes checking for getspnam... (cached) yes checking for strlcat... no checking for strlcpy... no checking for getaddrinfo... (cached) yes checking for getnameinfo... (cached) yes checking whether you have ss_family in struct sockaddr_storage... (cached) yes checking whether you have sa_len in struct sockaddr... (cached) no checking for socklen_t... (cached) yes updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating saslauthd.h config.status: executing depfiles commands Configuration Complete. Type 'make' to build. * build with MAKEOPTS=-j2 cd . && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' Making all in include make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu include/Makefile cd .. && /bin/sh ./config.status include/Makefile depfiles config.status: creating include/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT makemd5.o -MD -MP -MF ".deps/makemd5.Tpo" \ -c -o makemd5.o `test -f 'makemd5.c' || echo './'`makemd5.c; \ then mv -f ".deps/makemd5.Tpo" ".deps/makemd5.Po"; \ else rm -f ".deps/makemd5.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o makemd5 makemd5.o -lresolv mkdir .libs i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o makemd5 makemd5.o -lresolv rm -f md5global.h ./makemd5 md5global.h make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' Making all in sasldb make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu sasldb/Makefile cd .. && /bin/sh ./config.status sasldb/Makefile depfiles config.status: creating sasldb/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT allockey.lo -MD -MP -MF ".deps/allockey.Tpo" \ -c -o allockey.lo `test -f 'allockey.c' || echo './'`allockey.c; \ then mv -f ".deps/allockey.Tpo" ".deps/allockey.Plo"; \ else rm -f ".deps/allockey.Tpo"; exit 1; \ fi if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT db_gdbm.lo -MD -MP -MF ".deps/db_gdbm.Tpo" \ -c -o db_gdbm.lo `test -f 'db_gdbm.c' || echo './'`db_gdbm.c; \ then mv -f ".deps/db_gdbm.Tpo" ".deps/db_gdbm.Plo"; \ else rm -f ".deps/db_gdbm.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT allockey.lo -MD -MP -MF .deps/allockey.Tpo -c allockey.c -fPIC -DPIC -o allockey.lo i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT db_gdbm.lo -MD -MP -MF .deps/db_gdbm.Tpo -c db_gdbm.c -fPIC -DPIC -o db_gdbm.lo if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT db_gdbm.o -MD -MP -MF ".deps/db_gdbm.Tpo" \ -c -o db_gdbm.o `test -f 'db_gdbm.c' || echo './'`db_gdbm.c; \ then mv -f ".deps/db_gdbm.Tpo" ".deps/db_gdbm.Po"; \ else rm -f ".deps/db_gdbm.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT allockey.o -MD -MP -MF ".deps/allockey.Tpo" \ -c -o allockey.o `test -f 'allockey.c' || echo './'`allockey.c; \ then mv -f ".deps/allockey.Tpo" ".deps/allockey.Po"; \ else rm -f ".deps/allockey.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o libsasldb.la allockey.lo db_gdbm.lo -lresolv mkdir .libs ar cru .libs/libsasldb.al allockey.lo db_gdbm.lo ranlib .libs/libsasldb.al creating libsasldb.la (cd .libs && rm -f libsasldb.la && ln -s ../libsasldb.la libsasldb.la) ar cru .libs/libsasldb.a db_gdbm.o allockey.o make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' Making all in plugins make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu plugins/Makefile cd .. && /bin/sh ./config.status plugins/Makefile depfiles config.status: creating plugins/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldb.lo -MD -MP -MF ".deps/sasldb.Tpo" \ -c -o sasldb.lo `test -f 'sasldb.c' || echo './'`sasldb.c; \ then mv -f ".deps/sasldb.Tpo" ".deps/sasldb.Plo"; \ else rm -f ".deps/sasldb.Tpo"; exit 1; \ fi /bin/sh ./makeinit.sh if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plugin_common.lo -MD -MP -MF ".deps/plugin_common.Tpo" \ -c -o plugin_common.lo `test -f 'plugin_common.c' || echo './'`plugin_common.c; \ then mv -f ".deps/plugin_common.Tpo" ".deps/plugin_common.Plo"; \ else rm -f ".deps/plugin_common.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldb.lo -MD -MP -MF .deps/sasldb.Tpo -c sasldb.c -fPIC -DPIC -o sasldb.lo i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c plugin_common.c -fPIC -DPIC -o plugin_common.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT cram.lo -MD -MP -MF ".deps/cram.Tpo" \ -c -o cram.lo `test -f 'cram.c' || echo './'`cram.c; \ then mv -f ".deps/cram.Tpo" ".deps/cram.Plo"; \ else rm -f ".deps/cram.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT cram.lo -MD -MP -MF .deps/cram.Tpo -c cram.c -fPIC -DPIC -o cram.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT crammd5_init.lo -MD -MP -MF ".deps/crammd5_init.Tpo" \ -c -o crammd5_init.lo `test -f 'crammd5_init.c' || echo './'`crammd5_init.c; \ then mv -f ".deps/crammd5_init.Tpo" ".deps/crammd5_init.Plo"; \ else rm -f ".deps/crammd5_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT crammd5_init.lo -MD -MP -MF .deps/crammd5_init.Tpo -c crammd5_init.c -fPIC -DPIC -o crammd5_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT digestmd5.lo -MD -MP -MF ".deps/digestmd5.Tpo" \ -c -o digestmd5.lo `test -f 'digestmd5.c' || echo './'`digestmd5.c; \ then mv -f ".deps/digestmd5.Tpo" ".deps/digestmd5.Plo"; \ else rm -f ".deps/digestmd5.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT digestmd5.lo -MD -MP -MF .deps/digestmd5.Tpo -c digestmd5.c -fPIC -DPIC -o digestmd5.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT digestmd5_init.lo -MD -MP -MF ".deps/digestmd5_init.Tpo" \ -c -o digestmd5_init.lo `test -f 'digestmd5_init.c' || echo './'`digestmd5_init.c; \ then mv -f ".deps/digestmd5_init.Tpo" ".deps/digestmd5_init.Plo"; \ else rm -f ".deps/digestmd5_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT digestmd5_init.lo -MD -MP -MF .deps/digestmd5_init.Tpo -c digestmd5_init.c -fPIC -DPIC -o digestmd5_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plain.lo -MD -MP -MF ".deps/plain.Tpo" \ -c -o plain.lo `test -f 'plain.c' || echo './'`plain.c; \ then mv -f ".deps/plain.Tpo" ".deps/plain.Plo"; \ else rm -f ".deps/plain.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plain.lo -MD -MP -MF .deps/plain.Tpo -c plain.c -fPIC -DPIC -o plain.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plain_init.lo -MD -MP -MF ".deps/plain_init.Tpo" \ -c -o plain_init.lo `test -f 'plain_init.c' || echo './'`plain_init.c; \ then mv -f ".deps/plain_init.Tpo" ".deps/plain_init.Plo"; \ else rm -f ".deps/plain_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plain_init.lo -MD -MP -MF .deps/plain_init.Tpo -c plain_init.c -fPIC -DPIC -o plain_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT anonymous.lo -MD -MP -MF ".deps/anonymous.Tpo" \ -c -o anonymous.lo `test -f 'anonymous.c' || echo './'`anonymous.c; \ then mv -f ".deps/anonymous.Tpo" ".deps/anonymous.Plo"; \ else rm -f ".deps/anonymous.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT anonymous.lo -MD -MP -MF .deps/anonymous.Tpo -c anonymous.c -fPIC -DPIC -o anonymous.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT anonymous_init.lo -MD -MP -MF ".deps/anonymous_init.Tpo" \ -c -o anonymous_init.lo `test -f 'anonymous_init.c' || echo './'`anonymous_init.c; \ then mv -f ".deps/anonymous_init.Tpo" ".deps/anonymous_init.Plo"; \ else rm -f ".deps/anonymous_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT anonymous_init.lo -MD -MP -MF .deps/anonymous_init.Tpo -c anonymous_init.c -fPIC -DPIC -o anonymous_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT login.lo -MD -MP -MF ".deps/login.Tpo" \ -c -o login.lo `test -f 'login.c' || echo './'`login.c; \ then mv -f ".deps/login.Tpo" ".deps/login.Plo"; \ else rm -f ".deps/login.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT login.lo -MD -MP -MF .deps/login.Tpo -c login.c -fPIC -DPIC -o login.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT login_init.lo -MD -MP -MF ".deps/login_init.Tpo" \ -c -o login_init.lo `test -f 'login_init.c' || echo './'`login_init.c; \ then mv -f ".deps/login_init.Tpo" ".deps/login_init.Plo"; \ else rm -f ".deps/login_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT login_init.lo -MD -MP -MF .deps/login_init.Tpo -c login_init.c -fPIC -DPIC -o login_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ntlm.lo -MD -MP -MF ".deps/ntlm.Tpo" \ -c -o ntlm.lo `test -f 'ntlm.c' || echo './'`ntlm.c; \ then mv -f ".deps/ntlm.Tpo" ".deps/ntlm.Plo"; \ else rm -f ".deps/ntlm.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ntlm.lo -MD -MP -MF .deps/ntlm.Tpo -c ntlm.c -fPIC -DPIC -o ntlm.lo digestmd5.c: In function `digestmd5_server_mech_step2': digestmd5.c:2093: warning: dereferencing type-punned pointer will break strict-aliasing rules digestmd5.c:2110: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ntlm_init.lo -MD -MP -MF ".deps/ntlm_init.Tpo" \ -c -o ntlm_init.lo `test -f 'ntlm_init.c' || echo './'`ntlm_init.c; \ then mv -f ".deps/ntlm_init.Tpo" ".deps/ntlm_init.Plo"; \ else rm -f ".deps/ntlm_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ntlm_init.lo -MD -MP -MF .deps/ntlm_init.Tpo -c ntlm_init.c -fPIC -DPIC -o ntlm_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldb_init.lo -MD -MP -MF ".deps/sasldb_init.Tpo" \ -c -o sasldb_init.lo `test -f 'sasldb_init.c' || echo './'`sasldb_init.c; \ then mv -f ".deps/sasldb_init.Tpo" ".deps/sasldb_init.Plo"; \ else rm -f ".deps/sasldb_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldb_init.lo -MD -MP -MF .deps/sasldb_init.Tpo -c sasldb_init.c -fPIC -DPIC -o sasldb_init.lo /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libcrammd5.la -version-info 2:20:0 cram.lo crammd5_init.lo plugin_common.lo -lresolv mkdir .libs (cd . && ln -s cram.lo cram.o) (cd . && ln -s crammd5_init.lo crammd5_init.o) (cd . && ln -s plugin_common.lo plugin_common.o) i686-pc-linux-gnu-gcc -shared cram.lo crammd5_init.lo plugin_common.lo -lresolv -lc -Wl,-soname -Wl,libcrammd5.so.2 -o .libs/libcrammd5.so.2.0.20 ntlm.c: In function `ntlm_server_mech_step2': ntlm.c:1491: warning: dereferencing type-punned pointer will break strict-aliasing rules ntlm.c:1497: warning: dereferencing type-punned pointer will break strict-aliasing rules ntlm.c: In function `ntlm_client_mech_step2': ntlm.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libdigestmd5.la -version-info 2:20:0 digestmd5.lo digestmd5_init.lo plugin_common.lo -lcrypto -lresolv -lresolv (cd .libs && rm -f libcrammd5.so.2 && ln -s libcrammd5.so.2.0.20 libcrammd5.so.2) (cd .libs && rm -f libcrammd5.so && ln -s libcrammd5.so.2.0.20 libcrammd5.so) creating libcrammd5.la (cd .libs && rm -f libcrammd5.la && ln -s ../libcrammd5.la libcrammd5.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libplain.la -version-info 2:20:0 plain.lo plain_init.lo plugin_common.lo -lcrypt -lresolv rm -fr .libs/libdigestmd5.la .libs/libdigestmd5.* .libs/libdigestmd5.* (cd . && ln -s digestmd5.lo digestmd5.o) (cd . && ln -s digestmd5_init.lo digestmd5_init.o) i686-pc-linux-gnu-gcc -shared digestmd5.lo digestmd5_init.lo plugin_common.lo -lcrypto -lresolv -lresolv -lc -Wl,-soname -Wl,libdigestmd5.so.2 -o .libs/libdigestmd5.so.2.0.20 rm -fr .libs/libplain.la .libs/libplain.* .libs/libplain.* (cd . && ln -s plain.lo plain.o) (cd . && ln -s plain_init.lo plain_init.o) i686-pc-linux-gnu-gcc -shared plain.lo plain_init.lo plugin_common.lo -lcrypt -lresolv -lc -Wl,-soname -Wl,libplain.so.2 -o .libs/libplain.so.2.0.20 (cd .libs && rm -f libplain.so.2 && ln -s libplain.so.2.0.20 libplain.so.2) (cd .libs && rm -f libplain.so && ln -s libplain.so.2.0.20 libplain.so) creating libplain.la (cd .libs && rm -f libplain.la && ln -s ../libplain.la libplain.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libanonymous.la -version-info 2:20:0 anonymous.lo anonymous_init.lo plugin_common.lo -lresolv rm -fr .libs/libanonymous.la .libs/libanonymous.* .libs/libanonymous.* (cd . && ln -s anonymous.lo anonymous.o) (cd . && ln -s anonymous_init.lo anonymous_init.o) i686-pc-linux-gnu-gcc -shared anonymous.lo anonymous_init.lo plugin_common.lo -lresolv -lc -Wl,-soname -Wl,libanonymous.so.2 -o .libs/libanonymous.so.2.0.20 (cd .libs && rm -f libanonymous.so.2 && ln -s libanonymous.so.2.0.20 libanonymous.so.2) (cd .libs && rm -f libanonymous.so && ln -s libanonymous.so.2.0.20 libanonymous.so) creating libanonymous.la (cd .libs && rm -f libanonymous.la && ln -s ../libanonymous.la libanonymous.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o liblogin.la -version-info 2:20:0 login.lo login_init.lo plugin_common.lo -lcrypt -lresolv rm -fr .libs/liblogin.la .libs/liblogin.* .libs/liblogin.* (cd . && ln -s login.lo login.o) (cd . && ln -s login_init.lo login_init.o) i686-pc-linux-gnu-gcc -shared login.lo login_init.lo plugin_common.lo -lcrypt -lresolv -lc -Wl,-soname -Wl,liblogin.so.2 -o .libs/liblogin.so.2.0.20 (cd .libs && rm -f libdigestmd5.so.2 && ln -s libdigestmd5.so.2.0.20 libdigestmd5.so.2) (cd .libs && rm -f libdigestmd5.so && ln -s libdigestmd5.so.2.0.20 libdigestmd5.so) creating libdigestmd5.la (cd .libs && rm -f libdigestmd5.la && ln -s ../libdigestmd5.la libdigestmd5.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libntlm.la -version-info 2:20:0 ntlm.lo ntlm_init.lo plugin_common.lo -lcrypto -lresolv rm -fr .libs/libntlm.la .libs/libntlm.* .libs/libntlm.* (cd . && ln -s ntlm.lo ntlm.o) (cd . && ln -s ntlm_init.lo ntlm_init.o) i686-pc-linux-gnu-gcc -shared ntlm.lo ntlm_init.lo plugin_common.lo -lcrypto -lresolv -lc -Wl,-soname -Wl,libntlm.so.2 -o .libs/libntlm.so.2.0.20 (cd .libs && rm -f liblogin.so.2 && ln -s liblogin.so.2.0.20 liblogin.so.2) (cd .libs && rm -f liblogin.so && ln -s liblogin.so.2.0.20 liblogin.so) creating liblogin.la (cd .libs && rm -f liblogin.la && ln -s ../liblogin.la liblogin.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libsasldb.la -version-info 2:20:0 sasldb.lo sasldb_init.lo plugin_common.lo ../sasldb/libsasldb.la -lgdbm -lresolv rm -fr .libs/libsasldb.la .libs/libsasldb.* .libs/libsasldb.* (cd . && ln -s sasldb.lo sasldb.o) (cd . && ln -s sasldb_init.lo sasldb_init.o) i686-pc-linux-gnu-gcc -shared sasldb.lo sasldb_init.lo plugin_common.lo -Wl,--whole-archive ../sasldb/.libs/libsasldb.al -Wl,--no-whole-archive -lresolv -lgdbm -lresolv -lc -Wl,-soname -Wl,libsasldb.so.2 -o .libs/libsasldb.so.2.0.20 (cd .libs && rm -f libsasldb.so.2 && ln -s libsasldb.so.2.0.20 libsasldb.so.2) (cd .libs && rm -f libsasldb.so && ln -s libsasldb.so.2.0.20 libsasldb.so) creating libsasldb.la (cd .libs && rm -f libsasldb.la && ln -s ../libsasldb.la libsasldb.la) (cd .libs && rm -f libntlm.so.2 && ln -s libntlm.so.2.0.20 libntlm.so.2) (cd .libs && rm -f libntlm.so && ln -s libntlm.so.2.0.20 libntlm.so) creating libntlm.la (cd .libs && rm -f libntlm.la && ln -s ../libntlm.la libntlm.la) make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' Making all in lib make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu lib/Makefile cd .. && /bin/sh ./config.status lib/Makefile depfiles config.status: creating lib/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auxprop.lo -MD -MP -MF ".deps/auxprop.Tpo" \ -c -o auxprop.lo `test -f 'auxprop.c' || echo './'`auxprop.c; \ then mv -f ".deps/auxprop.Tpo" ".deps/auxprop.Plo"; \ else rm -f ".deps/auxprop.Tpo"; exit 1; \ fi if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT canonusr.lo -MD -MP -MF ".deps/canonusr.Tpo" \ -c -o canonusr.lo `test -f 'canonusr.c' || echo './'`canonusr.c; \ then mv -f ".deps/canonusr.Tpo" ".deps/canonusr.Plo"; \ else rm -f ".deps/canonusr.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auxprop.lo -MD -MP -MF .deps/auxprop.Tpo -c auxprop.c -fPIC -DPIC -o auxprop.lo i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT canonusr.lo -MD -MP -MF .deps/canonusr.Tpo -c canonusr.c -fPIC -DPIC -o canonusr.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT checkpw.lo -MD -MP -MF ".deps/checkpw.Tpo" \ -c -o checkpw.lo `test -f 'checkpw.c' || echo './'`checkpw.c; \ then mv -f ".deps/checkpw.Tpo" ".deps/checkpw.Plo"; \ else rm -f ".deps/checkpw.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT checkpw.lo -MD -MP -MF .deps/checkpw.Tpo -c checkpw.c -fPIC -DPIC -o checkpw.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT client.lo -MD -MP -MF ".deps/client.Tpo" \ -c -o client.lo `test -f 'client.c' || echo './'`client.c; \ then mv -f ".deps/client.Tpo" ".deps/client.Plo"; \ else rm -f ".deps/client.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.c -fPIC -DPIC -o client.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT common.lo -MD -MP -MF ".deps/common.Tpo" \ -c -o common.lo `test -f 'common.c' || echo './'`common.c; \ then mv -f ".deps/common.Tpo" ".deps/common.Plo"; \ else rm -f ".deps/common.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -fPIC -DPIC -o common.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT config.lo -MD -MP -MF ".deps/config.Tpo" \ -c -o config.lo `test -f 'config.c' || echo './'`config.c; \ then mv -f ".deps/config.Tpo" ".deps/config.Plo"; \ else rm -f ".deps/config.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c -fPIC -DPIC -o config.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT external.lo -MD -MP -MF ".deps/external.Tpo" \ -c -o external.lo `test -f 'external.c' || echo './'`external.c; \ then mv -f ".deps/external.Tpo" ".deps/external.Plo"; \ else rm -f ".deps/external.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT external.lo -MD -MP -MF .deps/external.Tpo -c external.c -fPIC -DPIC -o external.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" \ -c -o md5.lo `test -f 'md5.c' || echo './'`md5.c; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; \ else rm -f ".deps/md5.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o md5.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT saslutil.lo -MD -MP -MF ".deps/saslutil.Tpo" \ -c -o saslutil.lo `test -f 'saslutil.c' || echo './'`saslutil.c; \ then mv -f ".deps/saslutil.Tpo" ".deps/saslutil.Plo"; \ else rm -f ".deps/saslutil.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT saslutil.lo -MD -MP -MF .deps/saslutil.Tpo -c saslutil.c -fPIC -DPIC -o saslutil.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT server.lo -MD -MP -MF ".deps/server.Tpo" \ -c -o server.lo `test -f 'server.c' || echo './'`server.c; \ then mv -f ".deps/server.Tpo" ".deps/server.Plo"; \ else rm -f ".deps/server.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT server.lo -MD -MP -MF .deps/server.Tpo -c server.c -fPIC -DPIC -o server.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT seterror.lo -MD -MP -MF ".deps/seterror.Tpo" \ -c -o seterror.lo `test -f 'seterror.c' || echo './'`seterror.c; \ then mv -f ".deps/seterror.Tpo" ".deps/seterror.Plo"; \ else rm -f ".deps/seterror.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT seterror.lo -MD -MP -MF .deps/seterror.Tpo -c seterror.c -fPIC -DPIC -o seterror.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT dlopen.lo -MD -MP -MF ".deps/dlopen.Tpo" \ -c -o dlopen.lo `test -f 'dlopen.c' || echo './'`dlopen.c; \ then mv -f ".deps/dlopen.Tpo" ".deps/dlopen.Plo"; \ else rm -f ".deps/dlopen.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c dlopen.c -fPIC -DPIC -o dlopen.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plugin_common.lo -MD -MP -MF ".deps/plugin_common.Tpo" \ -c -o plugin_common.lo `test -f '../plugins/plugin_common.c' || echo './'`../plugins/plugin_common.c; \ then mv -f ".deps/plugin_common.Tpo" ".deps/plugin_common.Plo"; \ else rm -f ".deps/plugin_common.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c ../plugins/plugin_common.c -fPIC -DPIC -o plugin_common.lo server.c: In function `sasl_setpass': server.c:151: warning: dereferencing type-punned pointer will break strict-aliasing rules server.c: In function `load_config': server.c:480: warning: passing arg 2 of pointer to function from incompatible pointer type server.c: In function `sasl_server_start': server.c:1245: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o libsasl2.la -rpath /usr/lib -version-info 2:20:0 auxprop.lo canonusr.lo checkpw.lo client.lo common.lo config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo dlopen.lo plugin_common.lo -ldl -lresolv -lresolv mkdir .libs (cd . && ln -s auxprop.lo auxprop.o) (cd . && ln -s canonusr.lo canonusr.o) (cd . && ln -s checkpw.lo checkpw.o) (cd . && ln -s client.lo client.o) (cd . && ln -s common.lo common.o) (cd . && ln -s config.lo config.o) (cd . && ln -s external.lo external.o) (cd . && ln -s md5.lo md5.o) (cd . && ln -s saslutil.lo saslutil.o) (cd . && ln -s server.lo server.o) (cd . && ln -s seterror.lo seterror.o) (cd . && ln -s dlopen.lo dlopen.o) (cd . && ln -s plugin_common.lo plugin_common.o) i686-pc-linux-gnu-gcc -shared auxprop.lo canonusr.lo checkpw.lo client.lo common.lo config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo dlopen.lo plugin_common.lo -ldl -lresolv -lresolv -lc -Wl,-soname -Wl,libsasl2.so.2 -o .libs/libsasl2.so.2.0.20 (cd .libs && rm -f libsasl2.so.2 && ln -s libsasl2.so.2.0.20 libsasl2.so.2) (cd .libs && rm -f libsasl2.so && ln -s libsasl2.so.2.0.20 libsasl2.so) creating libsasl2.la (cd .libs && rm -f libsasl2.la && ln -s ../libsasl2.la libsasl2.la) make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' Making all in utils make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu utils/Makefile cd .. && /bin/sh ./config.status utils/Makefile depfiles config.status: creating utils/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT dbconverter-2.o -MD -MP -MF ".deps/dbconverter-2.Tpo" \ -c -o dbconverter-2.o `test -f 'dbconverter-2.c' || echo './'`dbconverter-2.c; \ then mv -f ".deps/dbconverter-2.Tpo" ".deps/dbconverter-2.Po"; \ else rm -f ".deps/dbconverter-2.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT saslpasswd.o -MD -MP -MF ".deps/saslpasswd.Tpo" \ -c -o saslpasswd.o `test -f 'saslpasswd.c' || echo './'`saslpasswd.c; \ then mv -f ".deps/saslpasswd.Tpo" ".deps/saslpasswd.Po"; \ else rm -f ".deps/saslpasswd.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldblistusers.o -MD -MP -MF ".deps/sasldblistusers.Tpo" \ -c -o sasldblistusers.o `test -f 'sasldblistusers.c' || echo './'`sasldblistusers.c; \ then mv -f ".deps/sasldblistusers.Tpo" ".deps/sasldblistusers.Po"; \ else rm -f ".deps/sasldblistusers.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o dbconverter-2 dbconverter-2.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lgdbm -lresolv -lresolv mkdir .libs i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/dbconverter-2 dbconverter-2.o ../sasldb/.libs/libsasldb.al -lresolv ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lgdbm -lresolv -lresolv /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o sasldblistusers2 sasldblistusers.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lgdbm -lresolv -lresolv i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/sasldblistusers2 sasldblistusers.o ../sasldb/.libs/libsasldb.al -lresolv ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lgdbm -lresolv -lresolv creating dbconverter-2 /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o saslpasswd2 saslpasswd.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lgdbm -lresolv -lresolv i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/saslpasswd2 saslpasswd.o ../sasldb/.libs/libsasldb.al -lresolv ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lgdbm -lresolv -lresolv creating sasldblistusers2 creating saslpasswd2 make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' Making all in doc make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu doc/Makefile cd .. && /bin/sh ./config.status doc/Makefile config.status: creating doc/Makefile make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' Making all in man make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu man/Makefile cd .. && /bin/sh ./config.status man/Makefile config.status: creating man/Makefile make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' Making all in pwcheck make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu pwcheck/Makefile cd .. && /bin/sh ./config.status pwcheck/Makefile depfiles config.status: creating pwcheck/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT pwcheck.o -MD -MP -MF ".deps/pwcheck.Tpo" \ -c -o pwcheck.o `test -f 'pwcheck.c' || echo './'`pwcheck.c; \ then mv -f ".deps/pwcheck.Tpo" ".deps/pwcheck.Po"; \ else rm -f ".deps/pwcheck.Tpo"; exit 1; \ fi if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT pwcheck_getspnam.lo -MD -MP -MF ".deps/pwcheck_getspnam.Tpo" \ -c -o pwcheck_getspnam.lo `test -f 'pwcheck_getspnam.c' || echo './'`pwcheck_getspnam.c; \ then mv -f ".deps/pwcheck_getspnam.Tpo" ".deps/pwcheck_getspnam.Plo"; \ else rm -f ".deps/pwcheck_getspnam.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT pwcheck_getspnam.lo -MD -MP -MF .deps/pwcheck_getspnam.Tpo -c pwcheck_getspnam.c -fPIC -DPIC -o pwcheck_getspnam.lo pwcheck_getspnam.c: In function `pwcheck': pwcheck_getspnam.c:41: warning: implicit declaration of function `strcmp' /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o pwcheck pwcheck.o pwcheck_getspnam.lo -lcrypt -lresolv -lresolv mkdir .libs i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o pwcheck pwcheck.o pwcheck_getspnam.lo -lcrypt -lresolv -lresolv make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' Making all in sample make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu sample/Makefile cd .. && /bin/sh ./config.status sample/Makefile depfiles config.status: creating sample/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT client.o -MD -MP -MF ".deps/client.Tpo" \ -c -o client.o `test -f 'client.c' || echo './'`client.c; \ then mv -f ".deps/client.Tpo" ".deps/client.Po"; \ else rm -f ".deps/client.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT common.o -MD -MP -MF ".deps/common.Tpo" \ -c -o common.o `test -f 'common.c' || echo './'`common.c; \ then mv -f ".deps/common.Tpo" ".deps/common.Po"; \ else rm -f ".deps/common.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT server.o -MD -MP -MF ".deps/server.Tpo" \ -c -o server.o `test -f 'server.c' || echo './'`server.c; \ then mv -f ".deps/server.Tpo" ".deps/server.Po"; \ else rm -f ".deps/server.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o client client.o common.o ../lib/libsasl2.la -lresolv -lresolv mkdir .libs i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/client client.o common.o ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lresolv -lresolv creating client server.c: In function `mysasl_negotiate': server.c:273: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o server server.o common.o ../lib/libsasl2.la -lresolv -lresolv i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/server server.o common.o ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lresolv -lresolv creating server make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' Making all in java make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu java/Makefile cd .. && /bin/sh ./config.status java/Makefile config.status: creating java/Makefile make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' Making all in CyrusSasl make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' cd ../.. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu java/CyrusSasl/Makefile cd ../.. && /bin/sh ./config.status java/CyrusSasl/Makefile depfiles config.status: creating java/CyrusSasl/Makefile config.status: executing depfiles commands make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' CLASSPATH=..:./..:$CLASSPATH javac -d .. Sasl.java GenericClient.java ClientFactory.java GenericCommon.java SaslClient.java SaslClientFactory.java SaslException.java SaslInputStream.java SaslOutputStream.java SaslUtils.java ServerFactory.java SaslServerFactory.java SaslServer.java GenericServer.java error: cannot read: Sasl.java 1 error make[3]: *** [classjavasasl.stamp] Error 1 make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' make: *** [all] Error 2 !!! ERROR: dev-libs/cyrus-sasl-2.1.20 failed. !!! Function src_compile, Line 160, Exitcode 2 !!! compile problem !!! If you need support, post the topmost build error, NOT this status message. * You have both "gdbm" and "berkdb" in your USE flags. * Will default to GNU DB as your SASLdb database backend. * If you want to build with Berkeley DB support; hit Control-C now. * Change your USE flag -gdbm and emerge again. * It would be best practice to add the set of USE flags that you use for this * package to the file: /etc/portage/package.use. Example: * `echo "dev-libs/cyrus-sasl -gdbm berkdb" >> /etc/portage/package.use` * to build cyrus-sasl with Berkeley database as your SASLdb backend. * Waiting 10 seconds before starting... * (Control-C to abort)... * This version include a -r option for saslauthd to instruct it to reassemble * realm and username into a username of user@realm form. * If you are still using postfix->sasl->saslauthd->pam->mysql for * authentication, please edit /etc/conf.d/saslauthd to read: * SASLAUTHD_OPTS="${SASLAUTH_MECH} -a pam -r" * Don't forget to restart the service: `/etc/init.d/saslauthd restart`. * Pause 10 seconds before continuing. >>> Unpacking source... >>> Unpacking cyrus-sasl-2.1.20.tar.gz to /var/tmp/portage/cyrus-sasl-2.1.20/work * Applying cyrus-sasl-2.1.20-configdir.patch ...  [ ok ] * Applying cyrus-sasl-2.1.17-pgsql-include.patch ...  [ ok ] * Applying cyrus-sasl-2.1.20-gcc4.patch ...  [ ok ] * Recreating configure ...  [ ok ] >>> Source unpacked. * build with GNU DB as database backend for your SASLdb. * Using GNU config files from /usr/share/libtool * Updating config/config.sub  [ ok ] * Updating saslauthd/config/config.sub  [ ok ] * Updating config/config.guess  [ ok ] * Updating saslauthd/config/config.guess  [ ok ] * econf: updating cyrus-sasl-2.1.20/config/config.guess with /usr/share/gnuconfig/config.guess * econf: updating cyrus-sasl-2.1.20/config/config.sub with /usr/share/gnuconfig/config.sub * econf: updating cyrus-sasl-2.1.20/saslauthd/config/config.guess with /usr/share/gnuconfig/config.guess * econf: updating cyrus-sasl-2.1.20/saslauthd/config/config.sub with /usr/share/gnuconfig/config.sub ./configure --prefix=/usr --host=i686-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-saslauthd=/var/lib/sasl2 --with-pwcheck=/var/lib/sasl2 --with-configdir=/etc/sasl2 --with-plugindir=/usr/lib/sasl2 --with-dbpath=/etc/sasl2/sasldb2 --enable-login --enable-ntlm --disable-krb4 --disable-otp --disable-static --with-openssl --with-pam --without-ldap --disable-gssapi --without-mysql --disable-mysql --without-pgsql --disable-postgres --enable-java --with-javahome=/opt/sun-jdk-1.5.0.01 --without-authdaemond --disable-sql --with-dblib=gdbm configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. configure: creating cache ./config.cache checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-pc-linux-gnu checking for a BSD-compatible install... /bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for i686-pc-linux-gnu-strip... no checking for strip... strip checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i686-pc-linux-gnu-gcc accepts -g... yes checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... gcc3 checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E checking for gawk... (cached) gawk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /bin/install -c checking for __attribute__... yes checking for runpath switch... -Wl,-rpath, checking for i686-pc-linux-gnu-ranlib... no checking for ranlib... ranlib checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B updating cache ./config.cache loading cache ./config.cache within ltconfig checking for object suffix... o checking for executable suffix... (cached) checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes checking if i686-pc-linux-gnu-gcc supports -c -o file.lo... yes checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions ... no checking if i686-pc-linux-gnu-gcc static flag -static works... -static checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes checking whether the linker (/usr/i686-pc-linux-gnu/bin/ld) supports shared libraries... yes checking command to parse /usr/bin/nm -B output... ok checking how to hardcode library paths into programs... immediate checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r checking dynamic linker characteristics... Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for objdir... .libs creating libtool updating cache ./config.cache configure: loading cache ./config.cache checking for javac... /opt/sun-jdk-1.5.0.01/bin/javac checking for javah... /opt/sun-jdk-1.5.0.01/bin/javah checking for javadoc... javadoc checking JNI cpp flags... ok 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 DB path to use... /etc/sasl2/sasldb2 checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking gdbm.h usability... yes checking gdbm.h presence... yes checking for gdbm.h... yes checking for gdbm_open in -lgdbm... yes checking DB library to use... gdbm checking for dlopen in -ldl... yes checking /dev/random to use... /dev/random checking for nm... /usr/bin/nm -B checking for underscore before symbols... no checking for syslog... yes checking for pam_start in -lpam... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes checking if I should include saslauthd... /var/lib/sasl2 checking to include Courier authdaemond support... no checking for getspnam... yes checking if I should include pwcheck... /var/lib/sasl2 checking if I should include the alwaystrue verifier... no checking if we should enable sasl_checkapop... enabled checking CRAM-MD5... enabled checking for RSAPublicEncrypt in -lrsaref... no checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking for EVP_DigestInit in -lcrypto... yes checking for OpenSSL... yes checking for des_cbc_encrypt in -lcrypto... no checking for DES_cbc_encrypt in -lcrypto... yes checking openssl/des.h usability... yes checking openssl/des.h presence... yes checking for openssl/des.h... yes checking DIGEST-MD5... enabled checking OTP... disabled checking SRP... disabled checking KERBEROS_V4... disabled checking for crypt... no checking for crypt in -lcrypt... yes checking GSSAPI... disabled checking PLAIN... enabled checking ANONYMOUS... enabled checking LOGIN... enabled checking NTLM... enabled checking SQL... disabled checking for dmalloc library... no checking for sfio library... no checking for getsubopt... yes checking for snprintf... yes checking for vsnprintf... yes checking for inet_aton in -lresolv... yes checking for getaddrinfo... yes checking for gai_strerror... yes checking for getnameinfo... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for pid_t... yes checking return type of signal handlers... void checking whether time.h and sys/time.h may both be included... yes checking for ANSI C header files... (cached) yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking paths.h usability... yes checking paths.h presence... yes checking for paths.h... yes checking for strings.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for unistd.h... (cached) yes checking for inttypes.h... (cached) yes checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sysexits.h usability... yes checking sysexits.h presence... yes checking for sysexits.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking varargs.h usability... no checking varargs.h presence... no checking for varargs.h... no checking whether you have ss_family in struct sockaddr_storage... yes checking whether you have sa_len in struct sockaddr... no checking for socklen_t... yes checking for gethostname... yes checking for getdomainname... yes checking for getpwnam... yes checking for getspnam... (cached) yes checking for gettimeofday... yes checking for inet_aton... yes checking for memcpy... yes checking for mkdir... yes checking for select... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strspn... yes checking for strstr... yes checking for strtol... yes checking for jrand48... yes updating cache ./config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating include/Makefile config.status: creating sasldb/Makefile config.status: creating plugins/Makefile config.status: creating lib/Makefile config.status: creating utils/Makefile config.status: creating doc/Makefile config.status: creating sample/Makefile config.status: creating java/Makefile config.status: creating java/CyrusSasl/Makefile config.status: creating java/Test/Makefile config.status: creating java/javax/Makefile config.status: creating java/javax/security/Makefile config.status: creating java/javax/security/auth/Makefile config.status: creating java/javax/security/auth/callback/Makefile config.status: creating pwcheck/Makefile config.status: creating man/Makefile config.status: creating config.h config.status: executing depfiles commands configure: configuring in saslauthd configure: running /bin/sh './configure' --prefix=/usr '--prefix=/usr' '--host=i686-pc-linux-gnu' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--datadir=/usr/share' '--sysconfdir=/etc' '--localstatedir=/var/lib' '--with-saslauthd=/var/lib/sasl2' '--with-pwcheck=/var/lib/sasl2' '--with-configdir=/etc/sasl2' '--with-plugindir=/usr/lib/sasl2' '--with-dbpath=/etc/sasl2/sasldb2' '--enable-login' '--enable-ntlm' '--disable-krb4' '--disable-otp' '--disable-static' '--with-openssl' '--with-pam' '--without-ldap' '--disable-gssapi' '--without-mysql' '--disable-mysql' '--without-pgsql' '--disable-postgres' '--enable-java' '--with-javahome=/opt/sun-jdk-1.5.0.01' '--without-authdaemond' '--disable-sql' '--with-dblib=gdbm' 'CFLAGS=-O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse' 'host_alias=i686-pc-linux-gnu' --cache-file=.././config.cache --srcdir=. configure: WARNING: If you wanted to set the --build type, don't use --host. If a cross compiler is detected then cross compile mode will be used. configure: loading cache .././config.cache checking build system type... (cached) i686-pc-linux-gnu checking host system type... (cached) i686-pc-linux-gnu checking for a BSD-compatible install... (cached) /bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking for i686-pc-linux-gnu-strip... no checking for strip... (cached) strip checking for i686-pc-linux-gnu-gcc... (cached) i686-pc-linux-gnu-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether i686-pc-linux-gnu-gcc accepts -g... (cached) yes checking for i686-pc-linux-gnu-gcc option to accept ANSI C... (cached) none needed checking for style of include used by make... GNU checking dependency style of i686-pc-linux-gnu-gcc... (cached) gcc3 checking how to run the C preprocessor... (cached) i686-pc-linux-gnu-gcc -E checking for gawk... (cached) gawk checking whether make sets $(MAKE)... (cached) yes checking whether ln -s works... yes checking for a BSD-compatible install... /bin/install -c checking for __attribute__... (cached) yes checking for runpath switch... -Wl,-rpath, checking for connect... (cached) yes checking for res_search... (cached) no checking for res_search in -lresolv... (cached) yes checking for dn_expand... (cached) yes checking for dns_lookup... (cached) no checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for RSAPublicEncrypt in -lrsaref... (cached) no checking for openssl/evp.h... (cached) yes checking for EVP_DigestInit in -lcrypto... (cached) yes checking for OpenSSL... yes checking for des_cbc_encrypt in -lcrypto... (cached) no checking for DES_cbc_encrypt in -lcrypto... (cached) yes checking for openssl/des.h... (cached) yes checking KERBEROS_V4... disabled checking for crypt... (cached) no checking for crypt in -lcrypt... (cached) yes checking GSSAPI... disabled checking for crypt... (cached) no checking for crypt in -lcrypt... (cached) yes checking for pam_start in -lpam... (cached) yes checking for security/pam_appl.h... (cached) yes checking for PAM support... yes checking for inet_aton in -lresolv... (cached) yes checking to include LDAP support... no checking for ANSI C header files... (cached) yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking for fcntl.h... (cached) yes checking krb5.h usability... no checking krb5.h presence... no checking for krb5.h... no checking for strings.h... (cached) yes checking for syslog.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/uio.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for pid_t... (cached) yes checking whether i686-pc-linux-gnu-gcc implements __func__... yes checking return type of signal handlers... (cached) void checking for gethostname... (cached) yes checking for mkdir... (cached) yes checking for socket... (cached) yes checking for strdup... (cached) yes checking for getspnam... (cached) yes checking for strlcat... no checking for strlcpy... no checking for getaddrinfo... (cached) yes checking for getnameinfo... (cached) yes checking whether you have ss_family in struct sockaddr_storage... (cached) yes checking whether you have sa_len in struct sockaddr... (cached) no checking for socklen_t... (cached) yes updating cache .././config.cache configure: creating ./config.status config.status: creating Makefile config.status: creating saslauthd.h config.status: executing depfiles commands Configuration Complete. Type 'make' to build. * build with MAKEOPTS=-j2 cd . && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu Makefile cd . && /bin/sh ./config.status Makefile config.status: creating Makefile make all-recursive make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' Making all in include make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu include/Makefile cd .. && /bin/sh ./config.status include/Makefile depfiles config.status: creating include/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT makemd5.o -MD -MP -MF ".deps/makemd5.Tpo" \ -c -o makemd5.o `test -f 'makemd5.c' || echo './'`makemd5.c; \ then mv -f ".deps/makemd5.Tpo" ".deps/makemd5.Po"; \ else rm -f ".deps/makemd5.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o makemd5 makemd5.o -lresolv mkdir .libs i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o makemd5 makemd5.o -lresolv rm -f md5global.h ./makemd5 md5global.h make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' Making all in sasldb make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu sasldb/Makefile cd .. && /bin/sh ./config.status sasldb/Makefile depfiles config.status: creating sasldb/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT allockey.lo -MD -MP -MF ".deps/allockey.Tpo" \ -c -o allockey.lo `test -f 'allockey.c' || echo './'`allockey.c; \ then mv -f ".deps/allockey.Tpo" ".deps/allockey.Plo"; \ else rm -f ".deps/allockey.Tpo"; exit 1; \ fi if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT db_gdbm.lo -MD -MP -MF ".deps/db_gdbm.Tpo" \ -c -o db_gdbm.lo `test -f 'db_gdbm.c' || echo './'`db_gdbm.c; \ then mv -f ".deps/db_gdbm.Tpo" ".deps/db_gdbm.Plo"; \ else rm -f ".deps/db_gdbm.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT allockey.lo -MD -MP -MF .deps/allockey.Tpo -c allockey.c -fPIC -DPIC -o allockey.lo i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT db_gdbm.lo -MD -MP -MF .deps/db_gdbm.Tpo -c db_gdbm.c -fPIC -DPIC -o db_gdbm.lo if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT db_gdbm.o -MD -MP -MF ".deps/db_gdbm.Tpo" \ -c -o db_gdbm.o `test -f 'db_gdbm.c' || echo './'`db_gdbm.c; \ then mv -f ".deps/db_gdbm.Tpo" ".deps/db_gdbm.Po"; \ else rm -f ".deps/db_gdbm.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT allockey.o -MD -MP -MF ".deps/allockey.Tpo" \ -c -o allockey.o `test -f 'allockey.c' || echo './'`allockey.c; \ then mv -f ".deps/allockey.Tpo" ".deps/allockey.Po"; \ else rm -f ".deps/allockey.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o libsasldb.la allockey.lo db_gdbm.lo -lresolv mkdir .libs ar cru .libs/libsasldb.al allockey.lo db_gdbm.lo ranlib .libs/libsasldb.al creating libsasldb.la (cd .libs && rm -f libsasldb.la && ln -s ../libsasldb.la libsasldb.la) ar cru .libs/libsasldb.a db_gdbm.o allockey.o make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' Making all in plugins make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu plugins/Makefile cd .. && /bin/sh ./config.status plugins/Makefile depfiles config.status: creating plugins/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldb.lo -MD -MP -MF ".deps/sasldb.Tpo" \ -c -o sasldb.lo `test -f 'sasldb.c' || echo './'`sasldb.c; \ then mv -f ".deps/sasldb.Tpo" ".deps/sasldb.Plo"; \ else rm -f ".deps/sasldb.Tpo"; exit 1; \ fi /bin/sh ./makeinit.sh if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plugin_common.lo -MD -MP -MF ".deps/plugin_common.Tpo" \ -c -o plugin_common.lo `test -f 'plugin_common.c' || echo './'`plugin_common.c; \ then mv -f ".deps/plugin_common.Tpo" ".deps/plugin_common.Plo"; \ else rm -f ".deps/plugin_common.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldb.lo -MD -MP -MF .deps/sasldb.Tpo -c sasldb.c -fPIC -DPIC -o sasldb.lo i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c plugin_common.c -fPIC -DPIC -o plugin_common.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT cram.lo -MD -MP -MF ".deps/cram.Tpo" \ -c -o cram.lo `test -f 'cram.c' || echo './'`cram.c; \ then mv -f ".deps/cram.Tpo" ".deps/cram.Plo"; \ else rm -f ".deps/cram.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT cram.lo -MD -MP -MF .deps/cram.Tpo -c cram.c -fPIC -DPIC -o cram.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT crammd5_init.lo -MD -MP -MF ".deps/crammd5_init.Tpo" \ -c -o crammd5_init.lo `test -f 'crammd5_init.c' || echo './'`crammd5_init.c; \ then mv -f ".deps/crammd5_init.Tpo" ".deps/crammd5_init.Plo"; \ else rm -f ".deps/crammd5_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT crammd5_init.lo -MD -MP -MF .deps/crammd5_init.Tpo -c crammd5_init.c -fPIC -DPIC -o crammd5_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT digestmd5.lo -MD -MP -MF ".deps/digestmd5.Tpo" \ -c -o digestmd5.lo `test -f 'digestmd5.c' || echo './'`digestmd5.c; \ then mv -f ".deps/digestmd5.Tpo" ".deps/digestmd5.Plo"; \ else rm -f ".deps/digestmd5.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT digestmd5.lo -MD -MP -MF .deps/digestmd5.Tpo -c digestmd5.c -fPIC -DPIC -o digestmd5.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT digestmd5_init.lo -MD -MP -MF ".deps/digestmd5_init.Tpo" \ -c -o digestmd5_init.lo `test -f 'digestmd5_init.c' || echo './'`digestmd5_init.c; \ then mv -f ".deps/digestmd5_init.Tpo" ".deps/digestmd5_init.Plo"; \ else rm -f ".deps/digestmd5_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT digestmd5_init.lo -MD -MP -MF .deps/digestmd5_init.Tpo -c digestmd5_init.c -fPIC -DPIC -o digestmd5_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plain.lo -MD -MP -MF ".deps/plain.Tpo" \ -c -o plain.lo `test -f 'plain.c' || echo './'`plain.c; \ then mv -f ".deps/plain.Tpo" ".deps/plain.Plo"; \ else rm -f ".deps/plain.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plain.lo -MD -MP -MF .deps/plain.Tpo -c plain.c -fPIC -DPIC -o plain.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plain_init.lo -MD -MP -MF ".deps/plain_init.Tpo" \ -c -o plain_init.lo `test -f 'plain_init.c' || echo './'`plain_init.c; \ then mv -f ".deps/plain_init.Tpo" ".deps/plain_init.Plo"; \ else rm -f ".deps/plain_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plain_init.lo -MD -MP -MF .deps/plain_init.Tpo -c plain_init.c -fPIC -DPIC -o plain_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT anonymous.lo -MD -MP -MF ".deps/anonymous.Tpo" \ -c -o anonymous.lo `test -f 'anonymous.c' || echo './'`anonymous.c; \ then mv -f ".deps/anonymous.Tpo" ".deps/anonymous.Plo"; \ else rm -f ".deps/anonymous.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT anonymous.lo -MD -MP -MF .deps/anonymous.Tpo -c anonymous.c -fPIC -DPIC -o anonymous.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT anonymous_init.lo -MD -MP -MF ".deps/anonymous_init.Tpo" \ -c -o anonymous_init.lo `test -f 'anonymous_init.c' || echo './'`anonymous_init.c; \ then mv -f ".deps/anonymous_init.Tpo" ".deps/anonymous_init.Plo"; \ else rm -f ".deps/anonymous_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT anonymous_init.lo -MD -MP -MF .deps/anonymous_init.Tpo -c anonymous_init.c -fPIC -DPIC -o anonymous_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT login.lo -MD -MP -MF ".deps/login.Tpo" \ -c -o login.lo `test -f 'login.c' || echo './'`login.c; \ then mv -f ".deps/login.Tpo" ".deps/login.Plo"; \ else rm -f ".deps/login.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT login.lo -MD -MP -MF .deps/login.Tpo -c login.c -fPIC -DPIC -o login.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT login_init.lo -MD -MP -MF ".deps/login_init.Tpo" \ -c -o login_init.lo `test -f 'login_init.c' || echo './'`login_init.c; \ then mv -f ".deps/login_init.Tpo" ".deps/login_init.Plo"; \ else rm -f ".deps/login_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT login_init.lo -MD -MP -MF .deps/login_init.Tpo -c login_init.c -fPIC -DPIC -o login_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ntlm.lo -MD -MP -MF ".deps/ntlm.Tpo" \ -c -o ntlm.lo `test -f 'ntlm.c' || echo './'`ntlm.c; \ then mv -f ".deps/ntlm.Tpo" ".deps/ntlm.Plo"; \ else rm -f ".deps/ntlm.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ntlm.lo -MD -MP -MF .deps/ntlm.Tpo -c ntlm.c -fPIC -DPIC -o ntlm.lo digestmd5.c: In function `digestmd5_server_mech_step2': digestmd5.c:2093: warning: dereferencing type-punned pointer will break strict-aliasing rules digestmd5.c:2110: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ntlm_init.lo -MD -MP -MF ".deps/ntlm_init.Tpo" \ -c -o ntlm_init.lo `test -f 'ntlm_init.c' || echo './'`ntlm_init.c; \ then mv -f ".deps/ntlm_init.Tpo" ".deps/ntlm_init.Plo"; \ else rm -f ".deps/ntlm_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ntlm_init.lo -MD -MP -MF .deps/ntlm_init.Tpo -c ntlm_init.c -fPIC -DPIC -o ntlm_init.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldb_init.lo -MD -MP -MF ".deps/sasldb_init.Tpo" \ -c -o sasldb_init.lo `test -f 'sasldb_init.c' || echo './'`sasldb_init.c; \ then mv -f ".deps/sasldb_init.Tpo" ".deps/sasldb_init.Plo"; \ else rm -f ".deps/sasldb_init.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldb_init.lo -MD -MP -MF .deps/sasldb_init.Tpo -c sasldb_init.c -fPIC -DPIC -o sasldb_init.lo /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libcrammd5.la -version-info 2:20:0 cram.lo crammd5_init.lo plugin_common.lo -lresolv mkdir .libs (cd . && ln -s cram.lo cram.o) (cd . && ln -s crammd5_init.lo crammd5_init.o) (cd . && ln -s plugin_common.lo plugin_common.o) i686-pc-linux-gnu-gcc -shared cram.lo crammd5_init.lo plugin_common.lo -lresolv -lc -Wl,-soname -Wl,libcrammd5.so.2 -o .libs/libcrammd5.so.2.0.20 (cd .libs && rm -f libcrammd5.so.2 && ln -s libcrammd5.so.2.0.20 libcrammd5.so.2) (cd .libs && rm -f libcrammd5.so && ln -s libcrammd5.so.2.0.20 libcrammd5.so) creating libcrammd5.la (cd .libs && rm -f libcrammd5.la && ln -s ../libcrammd5.la libcrammd5.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libdigestmd5.la -version-info 2:20:0 digestmd5.lo digestmd5_init.lo plugin_common.lo -lcrypto -lresolv -lresolv rm -fr .libs/libdigestmd5.la .libs/libdigestmd5.* .libs/libdigestmd5.* (cd . && ln -s digestmd5.lo digestmd5.o) (cd . && ln -s digestmd5_init.lo digestmd5_init.o) i686-pc-linux-gnu-gcc -shared digestmd5.lo digestmd5_init.lo plugin_common.lo -lcrypto -lresolv -lresolv -lc -Wl,-soname -Wl,libdigestmd5.so.2 -o .libs/libdigestmd5.so.2.0.20 (cd .libs && rm -f libdigestmd5.so.2 && ln -s libdigestmd5.so.2.0.20 libdigestmd5.so.2) (cd .libs && rm -f libdigestmd5.so && ln -s libdigestmd5.so.2.0.20 libdigestmd5.so) creating libdigestmd5.la (cd .libs && rm -f libdigestmd5.la && ln -s ../libdigestmd5.la libdigestmd5.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libplain.la -version-info 2:20:0 plain.lo plain_init.lo plugin_common.lo -lcrypt -lresolv rm -fr .libs/libplain.la .libs/libplain.* .libs/libplain.* (cd . && ln -s plain.lo plain.o) (cd . && ln -s plain_init.lo plain_init.o) i686-pc-linux-gnu-gcc -shared plain.lo plain_init.lo plugin_common.lo -lcrypt -lresolv -lc -Wl,-soname -Wl,libplain.so.2 -o .libs/libplain.so.2.0.20 (cd .libs && rm -f libplain.so.2 && ln -s libplain.so.2.0.20 libplain.so.2) (cd .libs && rm -f libplain.so && ln -s libplain.so.2.0.20 libplain.so) creating libplain.la (cd .libs && rm -f libplain.la && ln -s ../libplain.la libplain.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libanonymous.la -version-info 2:20:0 anonymous.lo anonymous_init.lo plugin_common.lo -lresolv rm -fr .libs/libanonymous.la .libs/libanonymous.* .libs/libanonymous.* (cd . && ln -s anonymous.lo anonymous.o) (cd . && ln -s anonymous_init.lo anonymous_init.o) i686-pc-linux-gnu-gcc -shared anonymous.lo anonymous_init.lo plugin_common.lo -lresolv -lc -Wl,-soname -Wl,libanonymous.so.2 -o .libs/libanonymous.so.2.0.20 (cd .libs && rm -f libanonymous.so.2 && ln -s libanonymous.so.2.0.20 libanonymous.so.2) (cd .libs && rm -f libanonymous.so && ln -s libanonymous.so.2.0.20 libanonymous.so) creating libanonymous.la (cd .libs && rm -f libanonymous.la && ln -s ../libanonymous.la libanonymous.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o liblogin.la -version-info 2:20:0 login.lo login_init.lo plugin_common.lo -lcrypt -lresolv rm -fr .libs/liblogin.la .libs/liblogin.* .libs/liblogin.* (cd . && ln -s login.lo login.o) (cd . && ln -s login_init.lo login_init.o) i686-pc-linux-gnu-gcc -shared login.lo login_init.lo plugin_common.lo -lcrypt -lresolv -lc -Wl,-soname -Wl,liblogin.so.2 -o .libs/liblogin.so.2.0.20 (cd .libs && rm -f liblogin.so.2 && ln -s liblogin.so.2.0.20 liblogin.so.2) (cd .libs && rm -f liblogin.so && ln -s liblogin.so.2.0.20 liblogin.so) creating liblogin.la (cd .libs && rm -f liblogin.la && ln -s ../liblogin.la liblogin.la) /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libsasldb.la -version-info 2:20:0 sasldb.lo sasldb_init.lo plugin_common.lo ../sasldb/libsasldb.la -lgdbm -lresolv rm -fr .libs/libsasldb.la .libs/libsasldb.* .libs/libsasldb.* (cd . && ln -s sasldb.lo sasldb.o) (cd . && ln -s sasldb_init.lo sasldb_init.o) i686-pc-linux-gnu-gcc -shared sasldb.lo sasldb_init.lo plugin_common.lo -Wl,--whole-archive ../sasldb/.libs/libsasldb.al -Wl,--no-whole-archive -lresolv -lgdbm -lresolv -lc -Wl,-soname -Wl,libsasldb.so.2 -o .libs/libsasldb.so.2.0.20 (cd .libs && rm -f libsasldb.so.2 && ln -s libsasldb.so.2.0.20 libsasldb.so.2) (cd .libs && rm -f libsasldb.so && ln -s libsasldb.so.2.0.20 libsasldb.so) creating libsasldb.la (cd .libs && rm -f libsasldb.la && ln -s ../libsasldb.la libsasldb.la) ntlm.c: In function `ntlm_server_mech_step2': ntlm.c:1491: warning: dereferencing type-punned pointer will break strict-aliasing rules ntlm.c:1497: warning: dereferencing type-punned pointer will break strict-aliasing rules ntlm.c: In function `ntlm_client_mech_step2': ntlm.c:1987: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -module -export-dynamic -rpath /usr/lib/sasl2 -o libntlm.la -version-info 2:20:0 ntlm.lo ntlm_init.lo plugin_common.lo -lcrypto -lresolv rm -fr .libs/libntlm.la .libs/libntlm.* .libs/libntlm.* (cd . && ln -s ntlm.lo ntlm.o) (cd . && ln -s ntlm_init.lo ntlm_init.o) i686-pc-linux-gnu-gcc -shared ntlm.lo ntlm_init.lo plugin_common.lo -lcrypto -lresolv -lc -Wl,-soname -Wl,libntlm.so.2 -o .libs/libntlm.so.2.0.20 (cd .libs && rm -f libntlm.so.2 && ln -s libntlm.so.2.0.20 libntlm.so.2) (cd .libs && rm -f libntlm.so && ln -s libntlm.so.2.0.20 libntlm.so) creating libntlm.la (cd .libs && rm -f libntlm.la && ln -s ../libntlm.la libntlm.la) make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' Making all in lib make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu lib/Makefile cd .. && /bin/sh ./config.status lib/Makefile depfiles config.status: creating lib/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auxprop.lo -MD -MP -MF ".deps/auxprop.Tpo" \ -c -o auxprop.lo `test -f 'auxprop.c' || echo './'`auxprop.c; \ then mv -f ".deps/auxprop.Tpo" ".deps/auxprop.Plo"; \ else rm -f ".deps/auxprop.Tpo"; exit 1; \ fi if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT canonusr.lo -MD -MP -MF ".deps/canonusr.Tpo" \ -c -o canonusr.lo `test -f 'canonusr.c' || echo './'`canonusr.c; \ then mv -f ".deps/canonusr.Tpo" ".deps/canonusr.Plo"; \ else rm -f ".deps/canonusr.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auxprop.lo -MD -MP -MF .deps/auxprop.Tpo -c auxprop.c -fPIC -DPIC -o auxprop.lo i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT canonusr.lo -MD -MP -MF .deps/canonusr.Tpo -c canonusr.c -fPIC -DPIC -o canonusr.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT checkpw.lo -MD -MP -MF ".deps/checkpw.Tpo" \ -c -o checkpw.lo `test -f 'checkpw.c' || echo './'`checkpw.c; \ then mv -f ".deps/checkpw.Tpo" ".deps/checkpw.Plo"; \ else rm -f ".deps/checkpw.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT checkpw.lo -MD -MP -MF .deps/checkpw.Tpo -c checkpw.c -fPIC -DPIC -o checkpw.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT client.lo -MD -MP -MF ".deps/client.Tpo" \ -c -o client.lo `test -f 'client.c' || echo './'`client.c; \ then mv -f ".deps/client.Tpo" ".deps/client.Plo"; \ else rm -f ".deps/client.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT client.lo -MD -MP -MF .deps/client.Tpo -c client.c -fPIC -DPIC -o client.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT common.lo -MD -MP -MF ".deps/common.Tpo" \ -c -o common.lo `test -f 'common.c' || echo './'`common.c; \ then mv -f ".deps/common.Tpo" ".deps/common.Plo"; \ else rm -f ".deps/common.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT common.lo -MD -MP -MF .deps/common.Tpo -c common.c -fPIC -DPIC -o common.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT config.lo -MD -MP -MF ".deps/config.Tpo" \ -c -o config.lo `test -f 'config.c' || echo './'`config.c; \ then mv -f ".deps/config.Tpo" ".deps/config.Plo"; \ else rm -f ".deps/config.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c -fPIC -DPIC -o config.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT external.lo -MD -MP -MF ".deps/external.Tpo" \ -c -o external.lo `test -f 'external.c' || echo './'`external.c; \ then mv -f ".deps/external.Tpo" ".deps/external.Plo"; \ else rm -f ".deps/external.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT external.lo -MD -MP -MF .deps/external.Tpo -c external.c -fPIC -DPIC -o external.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT md5.lo -MD -MP -MF ".deps/md5.Tpo" \ -c -o md5.lo `test -f 'md5.c' || echo './'`md5.c; \ then mv -f ".deps/md5.Tpo" ".deps/md5.Plo"; \ else rm -f ".deps/md5.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -fPIC -DPIC -o md5.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT saslutil.lo -MD -MP -MF ".deps/saslutil.Tpo" \ -c -o saslutil.lo `test -f 'saslutil.c' || echo './'`saslutil.c; \ then mv -f ".deps/saslutil.Tpo" ".deps/saslutil.Plo"; \ else rm -f ".deps/saslutil.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT saslutil.lo -MD -MP -MF .deps/saslutil.Tpo -c saslutil.c -fPIC -DPIC -o saslutil.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT server.lo -MD -MP -MF ".deps/server.Tpo" \ -c -o server.lo `test -f 'server.c' || echo './'`server.c; \ then mv -f ".deps/server.Tpo" ".deps/server.Plo"; \ else rm -f ".deps/server.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT server.lo -MD -MP -MF .deps/server.Tpo -c server.c -fPIC -DPIC -o server.lo server.c: In function `sasl_setpass': server.c:151: warning: dereferencing type-punned pointer will break strict-aliasing rules server.c: In function `load_config': server.c:480: warning: passing arg 2 of pointer to function from incompatible pointer type server.c: In function `sasl_server_start': server.c:1245: warning: dereferencing type-punned pointer will break strict-aliasing rules if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT seterror.lo -MD -MP -MF ".deps/seterror.Tpo" \ -c -o seterror.lo `test -f 'seterror.c' || echo './'`seterror.c; \ then mv -f ".deps/seterror.Tpo" ".deps/seterror.Plo"; \ else rm -f ".deps/seterror.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT seterror.lo -MD -MP -MF .deps/seterror.Tpo -c seterror.c -fPIC -DPIC -o seterror.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT dlopen.lo -MD -MP -MF ".deps/dlopen.Tpo" \ -c -o dlopen.lo `test -f 'dlopen.c' || echo './'`dlopen.c; \ then mv -f ".deps/dlopen.Tpo" ".deps/dlopen.Plo"; \ else rm -f ".deps/dlopen.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c dlopen.c -fPIC -DPIC -o dlopen.lo if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plugin_common.lo -MD -MP -MF ".deps/plugin_common.Tpo" \ -c -o plugin_common.lo `test -f '../plugins/plugin_common.c' || echo './'`../plugins/plugin_common.c; \ then mv -f ".deps/plugin_common.Tpo" ".deps/plugin_common.Plo"; \ else rm -f ".deps/plugin_common.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../plugins -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT plugin_common.lo -MD -MP -MF .deps/plugin_common.Tpo -c ../plugins/plugin_common.c -fPIC -DPIC -o plugin_common.lo /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o libsasl2.la -rpath /usr/lib -version-info 2:20:0 auxprop.lo canonusr.lo checkpw.lo client.lo common.lo config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo dlopen.lo plugin_common.lo -ldl -lresolv -lresolv mkdir .libs (cd . && ln -s auxprop.lo auxprop.o) (cd . && ln -s canonusr.lo canonusr.o) (cd . && ln -s checkpw.lo checkpw.o) (cd . && ln -s client.lo client.o) (cd . && ln -s common.lo common.o) (cd . && ln -s config.lo config.o) (cd . && ln -s external.lo external.o) (cd . && ln -s md5.lo md5.o) (cd . && ln -s saslutil.lo saslutil.o) (cd . && ln -s server.lo server.o) (cd . && ln -s seterror.lo seterror.o) (cd . && ln -s dlopen.lo dlopen.o) (cd . && ln -s plugin_common.lo plugin_common.o) i686-pc-linux-gnu-gcc -shared auxprop.lo canonusr.lo checkpw.lo client.lo common.lo config.lo external.lo md5.lo saslutil.lo server.lo seterror.lo dlopen.lo plugin_common.lo -ldl -lresolv -lresolv -lc -Wl,-soname -Wl,libsasl2.so.2 -o .libs/libsasl2.so.2.0.20 (cd .libs && rm -f libsasl2.so.2 && ln -s libsasl2.so.2.0.20 libsasl2.so.2) (cd .libs && rm -f libsasl2.so && ln -s libsasl2.so.2.0.20 libsasl2.so) creating libsasl2.la (cd .libs && rm -f libsasl2.la && ln -s ../libsasl2.la libsasl2.la) make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' Making all in utils make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu utils/Makefile cd .. && /bin/sh ./config.status utils/Makefile depfiles config.status: creating utils/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT dbconverter-2.o -MD -MP -MF ".deps/dbconverter-2.Tpo" \ -c -o dbconverter-2.o `test -f 'dbconverter-2.c' || echo './'`dbconverter-2.c; \ then mv -f ".deps/dbconverter-2.Tpo" ".deps/dbconverter-2.Po"; \ else rm -f ".deps/dbconverter-2.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT saslpasswd.o -MD -MP -MF ".deps/saslpasswd.Tpo" \ -c -o saslpasswd.o `test -f 'saslpasswd.c' || echo './'`saslpasswd.c; \ then mv -f ".deps/saslpasswd.Tpo" ".deps/saslpasswd.Po"; \ else rm -f ".deps/saslpasswd.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT sasldblistusers.o -MD -MP -MF ".deps/sasldblistusers.Tpo" \ -c -o sasldblistusers.o `test -f 'sasldblistusers.c' || echo './'`sasldblistusers.c; \ then mv -f ".deps/sasldblistusers.Tpo" ".deps/sasldblistusers.Po"; \ else rm -f ".deps/sasldblistusers.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o dbconverter-2 dbconverter-2.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lgdbm -lresolv -lresolv mkdir .libs i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/dbconverter-2 dbconverter-2.o ../sasldb/.libs/libsasldb.al -lresolv ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lgdbm -lresolv -lresolv /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o sasldblistusers2 sasldblistusers.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lgdbm -lresolv -lresolv i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/sasldblistusers2 sasldblistusers.o ../sasldb/.libs/libsasldb.al -lresolv ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lgdbm -lresolv -lresolv creating dbconverter-2 /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o saslpasswd2 saslpasswd.o ../sasldb/libsasldb.la ../lib/libsasl2.la -lgdbm -lresolv -lresolv i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/saslpasswd2 saslpasswd.o ../sasldb/.libs/libsasldb.al -lresolv ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lgdbm -lresolv -lresolv creating saslpasswd2 creating sasldblistusers2 make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' Making all in doc make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu doc/Makefile cd .. && /bin/sh ./config.status doc/Makefile config.status: creating doc/Makefile make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' Making all in man make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu man/Makefile cd .. && /bin/sh ./config.status man/Makefile config.status: creating man/Makefile make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' Making all in pwcheck make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu pwcheck/Makefile cd .. && /bin/sh ./config.status pwcheck/Makefile depfiles config.status: creating pwcheck/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT pwcheck.o -MD -MP -MF ".deps/pwcheck.Tpo" \ -c -o pwcheck.o `test -f 'pwcheck.c' || echo './'`pwcheck.c; \ then mv -f ".deps/pwcheck.Tpo" ".deps/pwcheck.Po"; \ else rm -f ".deps/pwcheck.Tpo"; exit 1; \ fi if /bin/sh ../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT pwcheck_getspnam.lo -MD -MP -MF ".deps/pwcheck_getspnam.Tpo" \ -c -o pwcheck_getspnam.lo `test -f 'pwcheck_getspnam.c' || echo './'`pwcheck_getspnam.c; \ then mv -f ".deps/pwcheck_getspnam.Tpo" ".deps/pwcheck_getspnam.Plo"; \ else rm -f ".deps/pwcheck_getspnam.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT pwcheck_getspnam.lo -MD -MP -MF .deps/pwcheck_getspnam.Tpo -c pwcheck_getspnam.c -fPIC -DPIC -o pwcheck_getspnam.lo pwcheck_getspnam.c: In function `pwcheck': pwcheck_getspnam.c:41: warning: implicit declaration of function `strcmp' /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o pwcheck pwcheck.o pwcheck_getspnam.lo -lcrypt -lresolv -lresolv mkdir .libs i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o pwcheck pwcheck.o pwcheck_getspnam.lo -lcrypt -lresolv -lresolv make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' Making all in sample make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu sample/Makefile cd .. && /bin/sh ./config.status sample/Makefile depfiles config.status: creating sample/Makefile config.status: executing depfiles commands make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT client.o -MD -MP -MF ".deps/client.Tpo" \ -c -o client.o `test -f 'client.c' || echo './'`client.c; \ then mv -f ".deps/client.Tpo" ".deps/client.Po"; \ else rm -f ".deps/client.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT common.o -MD -MP -MF ".deps/common.Tpo" \ -c -o common.o `test -f 'common.c' || echo './'`common.c; \ then mv -f ".deps/common.Tpo" ".deps/common.Po"; \ else rm -f ".deps/common.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT server.o -MD -MP -MF ".deps/server.Tpo" \ -c -o server.o `test -f 'server.c' || echo './'`server.c; \ then mv -f ".deps/server.Tpo" ".deps/server.Po"; \ else rm -f ".deps/server.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o client client.o common.o ../lib/libsasl2.la -lresolv -lresolv mkdir .libs i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/client client.o common.o ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lresolv -lresolv server.c: In function `mysasl_negotiate': server.c:273: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o server server.o common.o ../lib/libsasl2.la -lresolv -lresolv i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o .libs/server server.o common.o ../lib/.libs/libsasl2.so -ldl -lresolv -lresolv -lresolv -lresolv creating client creating server make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' Making all in java make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' cd .. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu java/Makefile cd .. && /bin/sh ./config.status java/Makefile config.status: creating java/Makefile make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' Making all in CyrusSasl make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' cd ../.. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu java/CyrusSasl/Makefile cd ../.. && /bin/sh ./config.status java/CyrusSasl/Makefile depfiles config.status: creating java/CyrusSasl/Makefile config.status: executing depfiles commands make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' CLASSPATH=..:./..:$CLASSPATH javac -d .. Sasl.java GenericClient.java ClientFactory.java GenericCommon.java SaslClient.java SaslClientFactory.java SaslException.java SaslInputStream.java SaslOutputStream.java SaslUtils.java ServerFactory.java SaslServerFactory.java SaslServer.java GenericServer.java echo timestamp > classjavasasl.stamp CLASSPATH=..:./..:$CLASSPATH javah -o javasasl.h -jni CyrusSasl.Sasl CyrusSasl.GenericClient CyrusSasl.ClientFactory CyrusSasl.GenericCommon CyrusSasl.SaslClient CyrusSasl.SaslClientFactory CyrusSasl.SaslException CyrusSasl.SaslInputStream CyrusSasl.SaslOutputStream CyrusSasl.SaslUtils CyrusSasl.ServerFactory CyrusSasl.SaslServerFactory CyrusSasl.SaslServer CyrusSasl.GenericServer make all-am make[4]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' if /bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/opt/sun-jdk-1.5.0.01/include -I/opt/sun-jdk-1.5.0.01/include/linux -I/include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT javasasl.lo -MD -MP -MF ".deps/javasasl.Tpo" \ -c -o javasasl.lo `test -f 'javasasl.c' || echo './'`javasasl.c; \ then mv -f ".deps/javasasl.Tpo" ".deps/javasasl.Plo"; \ else rm -f ".deps/javasasl.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -I/opt/sun-jdk-1.5.0.01/include -I/opt/sun-jdk-1.5.0.01/include/linux -I/include -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT javasasl.lo -MD -MP -MF .deps/javasasl.Tpo -c javasasl.c -fPIC -DPIC -o javasasl.lo javasasl.c:87: warning: conflicting types for built-in function 'log' javasasl.c: In function `Java_CyrusSasl_GenericClient_jni_1sasl_1client_1start': javasasl.c:453: warning: unused variable `res2' javasasl.c: In function `Java_CyrusSasl_GenericCommon_jni_1sasl_1getSecurity': javasasl.c:922: warning: dereferencing type-punned pointer will break strict-aliasing rules /bin/sh ../../libtool --mode=link i686-pc-linux-gnu-gcc -Wall -W -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o libjavasasl.la -rpath /usr/lib -export_dynamic -L../../lib/.libs -lsasl2 -version-info 1:0:0 javasasl.lo -lresolv mkdir .libs (cd . && ln -s javasasl.lo javasasl.o) i686-pc-linux-gnu-gcc -shared javasasl.lo -L../../lib/.libs -lsasl2 -lresolv -lc -Wl,-soname -Wl,libjavasasl.so.1 -o .libs/libjavasasl.so.1.0.0 (cd .libs && rm -f libjavasasl.so.1 && ln -s libjavasasl.so.1.0.0 libjavasasl.so.1) (cd .libs && rm -f libjavasasl.so && ln -s libjavasasl.so.1.0.0 libjavasasl.so) creating libjavasasl.la (cd .libs && rm -f libjavasasl.la && ln -s ../libjavasasl.la libjavasasl.la) make[4]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' Making all in javax make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' cd ../.. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu java/javax/Makefile cd ../.. && /bin/sh ./config.status java/javax/Makefile config.status: creating java/javax/Makefile make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' Making all in security make[4]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' cd ../../.. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu java/javax/security/Makefile cd ../../.. && /bin/sh ./config.status java/javax/security/Makefile config.status: creating java/javax/security/Makefile make[4]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' make[4]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' Making all in auth make[5]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' cd ../../../.. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu java/javax/security/auth/Makefile cd ../../../.. && /bin/sh ./config.status java/javax/security/auth/Makefile config.status: creating java/javax/security/auth/Makefile make[5]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' make[5]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' Making all in callback make[6]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth/callback' cd ../../../../.. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu java/javax/security/auth/callback/Makefile cd ../../../../.. && /bin/sh ./config.status java/javax/security/auth/callback/Makefile config.status: creating java/javax/security/auth/callback/Makefile make[6]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth/callback' make[6]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth/callback' CLASSPATH=..:./..:$CLASSPATH javac -d .. PasswordCallback.java Callback.java RealmCallback.java CallbackHandler.java UnsupportedCallbackException.java NameCallback.java echo timestamp > classjavasasl.stamp make[6]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth/callback' make[6]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' make[6]: Nothing to be done for `all-am'. make[6]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' make[5]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' make[5]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' make[5]: Nothing to be done for `all-am'. make[5]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' make[4]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' make[4]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' Making all in Test make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/Test' cd ../.. && \ /bin/sh /var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/config/missing --run automake-1.7 --gnu java/Test/Makefile cd ../.. && /bin/sh ./config.status java/Test/Makefile config.status: creating java/Test/Makefile make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/Test' make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/Test' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/Test' make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' Making all in saslauthd make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/saslauthd' make all-am make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/saslauthd' if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT mechanisms.o -MD -MP -MF ".deps/mechanisms.Tpo" \ -c -o mechanisms.o `test -f 'mechanisms.c' || echo './'`mechanisms.c; \ then mv ".deps/mechanisms.Tpo" ".deps/mechanisms.Po"; \ else rm -f ".deps/mechanisms.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_dce.o -MD -MP -MF ".deps/auth_dce.Tpo" \ -c -o auth_dce.o `test -f 'auth_dce.c' || echo './'`auth_dce.c; \ then mv ".deps/auth_dce.Tpo" ".deps/auth_dce.Po"; \ else rm -f ".deps/auth_dce.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_getpwent.o -MD -MP -MF ".deps/auth_getpwent.Tpo" \ -c -o auth_getpwent.o `test -f 'auth_getpwent.c' || echo './'`auth_getpwent.c; \ then mv ".deps/auth_getpwent.Tpo" ".deps/auth_getpwent.Po"; \ else rm -f ".deps/auth_getpwent.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_krb5.o -MD -MP -MF ".deps/auth_krb5.Tpo" \ -c -o auth_krb5.o `test -f 'auth_krb5.c' || echo './'`auth_krb5.c; \ then mv ".deps/auth_krb5.Tpo" ".deps/auth_krb5.Po"; \ else rm -f ".deps/auth_krb5.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_krb4.o -MD -MP -MF ".deps/auth_krb4.Tpo" \ -c -o auth_krb4.o `test -f 'auth_krb4.c' || echo './'`auth_krb4.c; \ then mv ".deps/auth_krb4.Tpo" ".deps/auth_krb4.Po"; \ else rm -f ".deps/auth_krb4.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_pam.o -MD -MP -MF ".deps/auth_pam.Tpo" \ -c -o auth_pam.o `test -f 'auth_pam.c' || echo './'`auth_pam.c; \ then mv ".deps/auth_pam.Tpo" ".deps/auth_pam.Po"; \ else rm -f ".deps/auth_pam.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_rimap.o -MD -MP -MF ".deps/auth_rimap.Tpo" \ -c -o auth_rimap.o `test -f 'auth_rimap.c' || echo './'`auth_rimap.c; \ then mv ".deps/auth_rimap.Tpo" ".deps/auth_rimap.Po"; \ else rm -f ".deps/auth_rimap.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_shadow.o -MD -MP -MF ".deps/auth_shadow.Tpo" \ -c -o auth_shadow.o `test -f 'auth_shadow.c' || echo './'`auth_shadow.c; \ then mv ".deps/auth_shadow.Tpo" ".deps/auth_shadow.Po"; \ else rm -f ".deps/auth_shadow.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_sia.o -MD -MP -MF ".deps/auth_sia.Tpo" \ -c -o auth_sia.o `test -f 'auth_sia.c' || echo './'`auth_sia.c; \ then mv ".deps/auth_sia.Tpo" ".deps/auth_sia.Po"; \ else rm -f ".deps/auth_sia.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_sasldb.o -MD -MP -MF ".deps/auth_sasldb.Tpo" \ -c -o auth_sasldb.o `test -f 'auth_sasldb.c' || echo './'`auth_sasldb.c; \ then mv ".deps/auth_sasldb.Tpo" ".deps/auth_sasldb.Po"; \ else rm -f ".deps/auth_sasldb.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT lak.o -MD -MP -MF ".deps/lak.Tpo" \ -c -o lak.o `test -f 'lak.c' || echo './'`lak.c; \ then mv ".deps/lak.Tpo" ".deps/lak.Po"; \ else rm -f ".deps/lak.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT auth_ldap.o -MD -MP -MF ".deps/auth_ldap.Tpo" \ -c -o auth_ldap.o `test -f 'auth_ldap.c' || echo './'`auth_ldap.c; \ then mv ".deps/auth_ldap.Tpo" ".deps/auth_ldap.Po"; \ else rm -f ".deps/auth_ldap.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT cache.o -MD -MP -MF ".deps/cache.Tpo" \ -c -o cache.o `test -f 'cache.c' || echo './'`cache.c; \ then mv ".deps/cache.Tpo" ".deps/cache.Po"; \ else rm -f ".deps/cache.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT utils.o -MD -MP -MF ".deps/utils.Tpo" \ -c -o utils.o `test -f 'utils.c' || echo './'`utils.c; \ then mv ".deps/utils.Tpo" ".deps/utils.Po"; \ else rm -f ".deps/utils.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ipc_unix.o -MD -MP -MF ".deps/ipc_unix.Tpo" \ -c -o ipc_unix.o `test -f 'ipc_unix.c' || echo './'`ipc_unix.c; \ then mv ".deps/ipc_unix.Tpo" ".deps/ipc_unix.Po"; \ else rm -f ".deps/ipc_unix.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT ipc_doors.o -MD -MP -MF ".deps/ipc_doors.Tpo" \ -c -o ipc_doors.o `test -f 'ipc_doors.c' || echo './'`ipc_doors.c; \ then mv ".deps/ipc_doors.Tpo" ".deps/ipc_doors.Po"; \ else rm -f ".deps/ipc_doors.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT saslauthd-main.o -MD -MP -MF ".deps/saslauthd-main.Tpo" \ -c -o saslauthd-main.o `test -f 'saslauthd-main.c' || echo './'`saslauthd-main.c; \ then mv ".deps/saslauthd-main.Tpo" ".deps/saslauthd-main.Po"; \ else rm -f ".deps/saslauthd-main.Tpo"; exit 1; \ fi if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT md5.o -MD -MP -MF ".deps/md5.Tpo" \ -c -o md5.o `test -f 'md5.c' || echo './'`md5.c; \ then mv ".deps/md5.Tpo" ".deps/md5.Po"; \ else rm -f ".deps/md5.Tpo"; exit 1; \ fi In file included from md5.c:363: md5.c: In function `_saslauthd_hmac_md5_init': md5.c:121: warning: passing arg 2 of `_saslauthd_MD5Update' discards qualifiers from pointer target type In file included from md5.c:384: md5.c:324: warning: passing arg 2 of `MD5_memcpy' discards qualifiers from pointer target type In file included from md5.c:385: md5.c:324: warning: passing arg 2 of `MD5_memcpy' discards qualifiers from pointer target type In file included from md5.c:400: md5.c:338: warning: passing arg 1 of `MD5_memset' from incompatible pointer type In file included from md5.c:401: md5.c:338: warning: passing arg 1 of `MD5_memset' from incompatible pointer type In file included from md5.c:402: md5.c:338: warning: passing arg 1 of `MD5_memset' from incompatible pointer type In file included from md5.c:427: md5.c: In function `_saslauthd_hmac_md5_precalc': md5.c:338: warning: passing arg 1 of `MD5_memset' from incompatible pointer type In file included from md5.c:435: md5.c: In function `_saslauthd_hmac_md5_import': md5.c:338: warning: passing arg 1 of `MD5_memset' from incompatible pointer type In file included from md5.c:478: md5.c: In function `_saslauthd_hmac_md5': md5.c:121: warning: passing arg 2 of `_saslauthd_MD5Update' discards qualifiers from pointer target type In file included from md5.c:499: md5.c:324: warning: passing arg 2 of `MD5_memcpy' discards qualifiers from pointer target type In file included from md5.c:500: md5.c:324: warning: passing arg 2 of `MD5_memcpy' discards qualifiers from pointer target type In file included from md5.c:514: md5.c:121: warning: passing arg 2 of `_saslauthd_MD5Update' discards qualifiers from pointer target type i686-pc-linux-gnu-gcc -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o saslauthd mechanisms.o auth_dce.o auth_getpwent.o auth_krb5.o auth_krb4.o auth_pam.o auth_rimap.o auth_shadow.o auth_sia.o auth_sasldb.o lak.o auth_ldap.o cache.o utils.o ipc_unix.o ipc_doors.o saslauthd-main.o md5.o -lcrypt -lresolv -lpam -lresolv make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/saslauthd' make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/saslauthd' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' java/java/javax/security/auth/javax/security/auth/callback/UnsupportedCallbackException.class : no such file or directory added manifest adding: javax/security/auth/javax/security/auth/callback/NameCallback.class(in = 770) (out= 393)(deflated 48%) adding: javax/security/auth/javax/security/auth/callback/CallbackHandler.class(in = 316) (out= 195)(deflated 38%) adding: javax/security/auth/javax/security/auth/callback/RealmCallback.class(in = 775) (out= 397)(deflated 48%) adding: javax/security/auth/javax/security/auth/callback/Callback.class(in = 126) (out= 106)(deflated 15%) adding: javax/security/auth/javax/security/auth/callback/PasswordCallback.class(in = 782) (out= 439)(deflated 43%) adding: javax/security/auth/callback/RealmCallback.class(in = 775) (out= 397)(deflated 48%) adding: CyrusSasl/GenericCommon.class(in = 3381) (out= 1716)(deflated 49%) adding: CyrusSasl/GenericServer.class(in = 1620) (out= 835)(deflated 48%) adding: CyrusSasl/SaslOutputStream.class(in = 1615) (out= 948)(deflated 41%) adding: CyrusSasl/SaslClientFactory.class(in = 371) (out= 219)(deflated 40%) adding: CyrusSasl/SaslInputStream.class(in = 2338) (out= 1322)(deflated 43%) adding: CyrusSasl/ServerFactory.class(in = 2198) (out= 1174)(deflated 46%) adding: CyrusSasl/SaslClient.class(in = 498) (out= 288)(deflated 42%) adding: CyrusSasl/GenericClient.class(in = 3497) (out= 1679)(deflated 51%) adding: CyrusSasl/Sasl.class(in = 1467) (out= 639)(deflated 56%) adding: CyrusSasl/SaslServerFactory.class(in = 404) (out= 244)(deflated 39%) adding: CyrusSasl/SaslUtils.class(in = 3998) (out= 2135)(deflated 46%) adding: CyrusSasl/SaslServer.class(in = 468) (out= 272)(deflated 41%) adding: CyrusSasl/ClientFactory.class(in = 1805) (out= 961)(deflated 46%) adding: CyrusSasl/SaslException.class(in = 566) (out= 335)(deflated 40%) if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -DSASLAUTHD_CONF_FILE_DEFAULT=\"/etc/saslauthd.conf\" -I. -I. -I.. -I. -I. -I. -I./include -I./include -I./../include -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -MT testsaslauthd.o -MD -MP -MF ".deps/testsaslauthd.Tpo" \ -c -o testsaslauthd.o `test -f 'testsaslauthd.c' || echo './'`testsaslauthd.c; \ then mv ".deps/testsaslauthd.Tpo" ".deps/testsaslauthd.Po"; \ else rm -f ".deps/testsaslauthd.Tpo"; exit 1; \ fi i686-pc-linux-gnu-gcc -O3 -march=pentium4 -pipe -ffast-math -fomit-frame-pointer -mfpmath=sse -o testsaslauthd testsaslauthd.o utils.o -lresolv -lresolv >>> Test phase [not enabled]: dev-libs/cyrus-sasl-2.1.20 >>> Install cyrus-sasl-2.1.20 into /var/tmp/portage/cyrus-sasl-2.1.20/image/ category dev-libs Making install in include make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' make[2]: Nothing to be done for `install-exec-am'. /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image/ /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl mkdir -p -- /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl /bin/install -c -m 644 hmac-md5.h /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl/hmac-md5.h /bin/install -c -m 644 md5.h /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl/md5.h /bin/install -c -m 644 md5global.h /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl/md5global.h /bin/install -c -m 644 sasl.h /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl/sasl.h /bin/install -c -m 644 saslplug.h /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl/saslplug.h /bin/install -c -m 644 saslutil.h /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl/saslutil.h /bin/install -c -m 644 prop.h /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl/prop.h make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/include' Making install in sasldb make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' ar cru .libs/libsasldb.a db_gdbm.o allockey.o make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sasldb' Making install in plugins make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' make[2]: Nothing to be done for `install-exec-am'. /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 mkdir -p -- /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 /bin/sh ../libtool --mode=install /bin/install -c libsasldb.la /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libsasldb.la /bin/install -c .libs/libsasldb.so.2.0.20 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libsasldb.so.2.0.20 (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libsasldb.so.2 && ln -s libsasldb.so.2.0.20 libsasldb.so.2) (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libsasldb.so && ln -s libsasldb.so.2.0.20 libsasldb.so) /bin/install -c .libs/libsasldb.lai /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libsasldb.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2' /bin/sh ../libtool --mode=install /bin/install -c libcrammd5.la /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libcrammd5.la /bin/install -c .libs/libcrammd5.so.2.0.20 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libcrammd5.so.2.0.20 (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libcrammd5.so.2 && ln -s libcrammd5.so.2.0.20 libcrammd5.so.2) (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libcrammd5.so && ln -s libcrammd5.so.2.0.20 libcrammd5.so) /bin/install -c .libs/libcrammd5.lai /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libcrammd5.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2' /bin/sh ../libtool --mode=install /bin/install -c libdigestmd5.la /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libdigestmd5.la /bin/install -c .libs/libdigestmd5.so.2.0.20 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libdigestmd5.so.2.0.20 (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libdigestmd5.so.2 && ln -s libdigestmd5.so.2.0.20 libdigestmd5.so.2) (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libdigestmd5.so && ln -s libdigestmd5.so.2.0.20 libdigestmd5.so) /bin/install -c .libs/libdigestmd5.lai /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libdigestmd5.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2' /bin/sh ../libtool --mode=install /bin/install -c libplain.la /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libplain.la /bin/install -c .libs/libplain.so.2.0.20 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libplain.so.2.0.20 (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libplain.so.2 && ln -s libplain.so.2.0.20 libplain.so.2) (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libplain.so && ln -s libplain.so.2.0.20 libplain.so) /bin/install -c .libs/libplain.lai /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libplain.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2' /bin/sh ../libtool --mode=install /bin/install -c libanonymous.la /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libanonymous.la /bin/install -c .libs/libanonymous.so.2.0.20 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libanonymous.so.2.0.20 (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libanonymous.so.2 && ln -s libanonymous.so.2.0.20 libanonymous.so.2) (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libanonymous.so && ln -s libanonymous.so.2.0.20 libanonymous.so) /bin/install -c .libs/libanonymous.lai /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libanonymous.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2' /bin/sh ../libtool --mode=install /bin/install -c liblogin.la /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/liblogin.la /bin/install -c .libs/liblogin.so.2.0.20 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/liblogin.so.2.0.20 (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f liblogin.so.2 && ln -s liblogin.so.2.0.20 liblogin.so.2) (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f liblogin.so && ln -s liblogin.so.2.0.20 liblogin.so) /bin/install -c .libs/liblogin.lai /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/liblogin.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2' /bin/sh ../libtool --mode=install /bin/install -c libntlm.la /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libntlm.la /bin/install -c .libs/libntlm.so.2.0.20 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libntlm.so.2.0.20 (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libntlm.so.2 && ln -s libntlm.so.2.0.20 libntlm.so.2) (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2 && rm -f libntlm.so && ln -s libntlm.so.2.0.20 libntlm.so) /bin/install -c .libs/libntlm.lai /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/sasl2/libntlm.la libtool: install: warning: remember to run `libtool --finish /usr/lib/sasl2' make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/plugins' Making install in lib make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib /bin/sh ../libtool --mode=install /bin/install -c libsasl2.la /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/libsasl2.la /bin/install -c .libs/libsasl2.so.2.0.20 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/libsasl2.so.2.0.20 (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib && rm -f libsasl2.so.2 && ln -s libsasl2.so.2.0.20 libsasl2.so.2) (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib && rm -f libsasl2.so && ln -s libsasl2.so.2.0.20 libsasl2.so) /bin/install -c .libs/libsasl2.lai /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/libsasl2.la libtool: install: warning: remember to run `libtool --finish /usr/lib' make install-exec-hook make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' make[3]: Nothing to be done for `install-exec-hook'. make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/lib' Making install in utils make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin mkdir -p -- /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin /bin/sh ../libtool --mode=install /bin/install -c saslpasswd2 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin/saslpasswd2 libtool: install: warning: `../lib/libsasl2.la' has not been installed in `/usr/lib' /bin/install -c .libs/saslpasswd2 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin/saslpasswd2 /bin/sh ../libtool --mode=install /bin/install -c sasldblistusers2 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin/sasldblistusers2 libtool: install: warning: `../lib/libsasl2.la' has not been installed in `/usr/lib' /bin/install -c .libs/sasldblistusers2 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin/sasldblistusers2 /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man8 mkdir -p -- /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man8 /bin/install -c -m 644 ./saslpasswd2.8 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man8/saslpasswd2.8 /bin/install -c -m 644 ./sasldblistusers2.8 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man8/sasldblistusers2.8 /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/include/sasl make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/utils' Making install in doc make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/doc' Making install in man make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' make[2]: Nothing to be done for `install-exec-am'. /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3 mkdir -p -- /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3 /bin/install -c -m 644 ./sasl_authorize_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_authorize_t.3 /bin/install -c -m 644 ./sasl_done.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_done.3 /bin/install -c -m 644 ./sasl_listmech.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_listmech.3 /bin/install -c -m 644 ./sasl_callbacks.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_callbacks.3 /bin/install -c -m 644 ./sasl_encode.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_encode.3 /bin/install -c -m 644 ./sasl_encodev.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_encodev.3 /bin/install -c -m 644 ./sasl_log_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_log_t.3 /bin/install -c -m 644 ./sasl_checkpass.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_checkpass.3 /bin/install -c -m 644 ./sasl_errstring.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_errstring.3 /bin/install -c -m 644 ./sasl_dispose.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_dispose.3 /bin/install -c -m 644 ./sasl_canon_user_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_canon_user_t.3 /bin/install -c -m 644 ./sasl_server_init.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_server_init.3 /bin/install -c -m 644 ./sasl_client_init.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_client_init.3 /bin/install -c -m 644 ./sasl_getopt_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_getopt_t.3 /bin/install -c -m 644 ./sasl_server_new.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_server_new.3 /bin/install -c -m 644 ./sasl_client_new.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_client_new.3 /bin/install -c -m 644 ./sasl_getpath_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_getpath_t.3 /bin/install -c -m 644 ./sasl_server_start.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_server_start.3 /bin/install -c -m 644 ./sasl_client_start.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_client_start.3 /bin/install -c -m 644 ./sasl_getprop.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_getprop.3 /bin/install -c -m 644 ./sasl_server_step.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_server_step.3 /bin/install -c -m 644 ./sasl_client_step.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_client_step.3 /bin/install -c -m 644 ./sasl_getsecret_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_getsecret_t.3 /bin/install -c -m 644 ./sasl_setprop.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_setprop.3 /bin/install -c -m 644 ./sasl_decode.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_decode.3 /bin/install -c -m 644 ./sasl_getsimple_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_getsimple_t.3 /bin/install -c -m 644 ./sasl.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl.3 /bin/install -c -m 644 ./sasl_checkapop.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_checkapop.3 /bin/install -c -m 644 ./sasl_errors.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_errors.3 /bin/install -c -m 644 ./sasl_verifyfile_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_verifyfile_t.3 /bin/install -c -m 644 ./sasl_getrealm_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_getrealm_t.3 /bin/install -c -m 644 ./sasl_chalprompt_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_chalprompt_t.3 /bin/install -c -m 644 ./sasl_auxprop_request.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_auxprop_request.3 /bin/install -c -m 644 ./sasl_auxprop_getctx.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_auxprop_getctx.3 /bin/install -c -m 644 ./sasl_auxprop.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_auxprop.3 /bin/install -c -m 644 ./sasl_idle.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_idle.3 /bin/install -c -m 644 ./sasl_errdetail.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_errdetail.3 /bin/install -c -m 644 ./sasl_user_exists.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_user_exists.3 /bin/install -c -m 644 ./sasl_setpass.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_setpass.3 /bin/install -c -m 644 ./sasl_server_userdb_checkpass_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_server_userdb_checkpass_t.3 /bin/install -c -m 644 ./sasl_server_userdb_setpass_t.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_server_userdb_setpass_t.3 /bin/install -c -m 644 ./sasl_global_listmech.3 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/man3/sasl_global_listmech.3 make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/man' Making install in pwcheck make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' /bin/sh ../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin /bin/sh ../libtool --mode=install /bin/install -c pwcheck /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin/pwcheck /bin/install -c pwcheck /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin/pwcheck make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/pwcheck' Making install in sample make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/sample' Making install in java make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' Making install in CyrusSasl make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' make install-am make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' make[4]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' /bin/sh ../../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib /bin/sh ../../libtool --mode=install /bin/install -c libjavasasl.la /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/libjavasasl.la /bin/install -c .libs/libjavasasl.so.1.0.0 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/libjavasasl.so.1.0.0 (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib && rm -f libjavasasl.so.1 && ln -s libjavasasl.so.1.0.0 libjavasasl.so.1) (cd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib && rm -f libjavasasl.so && ln -s libjavasasl.so.1.0.0 libjavasasl.so) /bin/install -c .libs/libjavasasl.lai /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/libjavasasl.la libtool: install: warning: remember to run `libtool --finish /usr/lib' /bin/sh ../../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl mkdir -p -- /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl for p in *.class; do \ echo " /bin/install -c -m 644 $p /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/$p"; \ /bin/install -c -m 644 $p /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/$p; \ done /bin/install -c -m 644 ClientFactory.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/ClientFactory.class /bin/install -c -m 644 GenericClient.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/GenericClient.class /bin/install -c -m 644 GenericCommon.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/GenericCommon.class /bin/install -c -m 644 GenericServer.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/GenericServer.class /bin/install -c -m 644 Sasl.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/Sasl.class /bin/install -c -m 644 SaslClient.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/SaslClient.class /bin/install -c -m 644 SaslClientFactory.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/SaslClientFactory.class /bin/install -c -m 644 SaslException.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/SaslException.class /bin/install -c -m 644 SaslInputStream.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/SaslInputStream.class /bin/install -c -m 644 SaslOutputStream.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/SaslOutputStream.class /bin/install -c -m 644 SaslServer.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/SaslServer.class /bin/install -c -m 644 SaslServerFactory.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/SaslServerFactory.class /bin/install -c -m 644 SaslUtils.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/SaslUtils.class /bin/install -c -m 644 ServerFactory.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/CyrusSasl/ServerFactory.class make[4]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/CyrusSasl' Making install in javax make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' Making install in security make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' Making install in auth make[4]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' Making install in callback make[5]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth/callback' make[6]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth/callback' make[6]: Nothing to be done for `install-exec-am'. /bin/sh ../../../../../config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/javax/security/auth/callback mkdir -p -- /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/javax/security/auth/callback for p in *.class; do \ echo " /bin/install -c -m 644 $p /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/javax/security/auth/callback/$p"; \ /bin/install -c -m 644 $p /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/javax/security/auth/callback/$p; \ done /bin/install -c -m 644 RealmCallback.class /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/lib/java/classes/sasl/javax/security/auth/callback/RealmCallback.class make[6]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth/callback' make[5]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth/callback' make[5]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' make[6]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' make[5]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' make[4]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security/auth' make[4]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' make[5]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' make[4]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax/security' make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' make[4]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/javax' Making install in Test make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/Test' make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/Test' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/Test' make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java/Test' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' make[3]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/java' Making install in saslauthd make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/saslauthd' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/saslauthd' /bin/sh ./config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin /bin/install -c saslauthd /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/sbin/saslauthd nroff -mdoc ./saslauthd.mdoc > ./saslauthd.8 /bin/sh ./config/mkinstalldirs /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/cat8 mkdir -p -- /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/cat8 /bin/install -c -m 644 ./saslauthd.8 /var/tmp/portage/cyrus-sasl-2.1.20/image//usr/share/man/cat8/saslauthd.8 make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/saslauthd' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20/saslauthd' make[1]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' make[2]: Entering directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' make[1]: Leaving directory `/var/tmp/portage/cyrus-sasl-2.1.20/work/cyrus-sasl-2.1.20' man: gzipping man page: saslauthd.8 gzipping man page: sasl_listmech.3 gzipping man page: sasl_server_step.3 gzipping man page: sasl_auxprop_request.3 gzipping man page: sasl_callbacks.3 gzipping man page: sasl_authorize_t.3 gzipping man page: sasl_getpath_t.3 gzipping man page: sasl_errdetail.3 gzipping man page: sasl_client_new.3 gzipping man page: sasl_user_exists.3 gzipping man page: sasl_client_init.3 gzipping man page: sasl_errors.3 gzipping man page: sasl_getopt_t.3 gzipping man page: sasl_getsecret_t.3 gzipping man page: sasl_server_userdb_checkpass_t.3 gzipping man page: sasl_getsimple_t.3 gzipping man page: sasl_client_start.3 gzipping man page: sasl_client_step.3 gzipping man page: sasl_dispose.3 gzipping man page: sasl_errstring.3 gzipping man page: sasl_log_t.3 gzipping man page: sasl_global_listmech.3 gzipping man page: sasl_encode.3 gzipping man page: sasl_verifyfile_t.3 gzipping man page: sasl_auxprop_getctx.3 gzipping man page: sasl.3 gzipping man page: sasl_encodev.3 gzipping man page: sasl_decode.3 gzipping man page: sasl_canon_user_t.3 gzipping man page: sasl_auxprop.3 gzipping man page: sasl_checkapop.3 gzipping man page: sasl_server_new.3 gzipping man page: sasl_done.3 gzipping man page: sasl_setpass.3 gzipping man page: sasl_setprop.3 gzipping man page: sasl_server_start.3 gzipping man page: sasl_idle.3 gzipping man page: sasl_getrealm_t.3 gzipping man page: sasl_chalprompt_t.3 gzipping man page: sasl_server_init.3 gzipping man page: sasl_server_userdb_setpass_t.3 gzipping man page: sasl_getprop.3 gzipping man page: sasl_checkpass.3 gzipping man page: saslpasswd2.8 gzipping man page: sasldblistusers2.8 prepallstrip: strip: strip --strip-unneeded strip: strip --strip-unneeded usr/lib/libsasl2.so.2.0.20 usr/lib/sasl2/liblogin.so.2.0.20 usr/lib/sasl2/libcrammd5.so.2.0.20 usr/lib/sasl2/libntlm.so.2.0.20 usr/lib/sasl2/libanonymous.so.2.0.20 usr/lib/sasl2/libplain.so.2.0.20 usr/lib/sasl2/libdigestmd5.so.2.0.20 usr/lib/sasl2/libsasldb.so.2.0.20 usr/lib/libjavasasl.so.1.0.0 usr/sbin/pwcheck usr/sbin/saslpasswd2 usr/sbin/testsaslauthd usr/sbin/sasldblistusers2 usr/sbin/saslauthd making executable: /usr/lib/libjavasasl.so.1.0.0 making executable: /usr/lib/libsasl2.so.2.0.20 >>> Completed installing cyrus-sasl-2.1.20 into /var/tmp/portage/cyrus-sasl-2.1.20/image/