Install getbuildlog: sudo apt install devscripts
Download mailutils 1:2.2+dfsg1-4 hurd-i386 build log: getbuildlog mailutils 1:2.2+dfsg1-4 hurd-i386
Download all mailutils 1:2.2+dfsg1-4 build logs: getbuildlog mailutils 1:2.2+dfsg1-4
Download latest mailutils hurd-i386 build log: getbuildlog mailutils "last" hurd-i386
Download all mailutils hurd-i386 build logs: getbuildlog mailutils "" hurd-i386
Download latest mailutils build logs: getbuildlog mailutils last
Download all mailutils build logs: getbuildlog mailutils
sbuild (Debian sbuild) 0.62.5 (13 Jul 2011) on mozart.debian.net
╔══════════════════════════════════════════════════════════════════════════════╗
║ mailutils 1:2.2+dfsg1-4 (hurd-i386) 02 oct. 2011 04:14 ║
╚══════════════════════════════════════════════════════════════════════════════╝
Package: mailutils
Version: 1:2.2+dfsg1-4
Source Version: 1:2.2+dfsg1-4
Distribution: sid
Architecture: hurd-i386
I: NOTICE: Log filtering will replace 'build/mailutils-V9o99v/mailutils-2.2+dfsg1' with '«PKGBUILDDIR»'
I: NOTICE: Log filtering will replace 'build/mailutils-V9o99v' with '«BUILDDIR»'
I: NOTICE: Log filtering will replace 'home/buildd/build/chroot-sid' with '«CHROOT»'
W: Stripped single quote from command for security:
use strict;
use warnings;
use POSIX;
use FileHandle;
my $lockfile="/var/lock/sbuild";
my $try = 0;
repeat:
if (!sysopen( F, $lockfile, O_WRONLY|O_CREAT|O_TRUNC|O_EXCL, 0644 )){
if ($! == EEXIST) {
# lock file exists, wait
goto repeat if !open( F, "<$lockfile" );
my $line = <F>;
my ($job, $pid, $user);
close( F );
if ($line !~ /^(\S+)\s+(\S+)\s+(\S+)/) {
print STDERR "Bad lock file contents ($lockfile) -- still trying\n";
} else {
($job, $pid, $user) = ($1, $2, $3);
if (kill( 0, $pid ) == 0 && $! == ESRCH) {
# process doesn't exist anymore, remove stale lock
print STDERR "Removing stale lock file $lockfile ".
"(job $job, pid $pid, user $user)\n";
if (!unlink($lockfile)) {
if ($! != ENOENT) {
print STDERR "Cannot remove chroot lock file $lockfile: $!\n";
exit 1;
}
}
}
}
++$try;
if ($try > 120) {
print STDERR "Lockfile $lockfile still present after " .
120 * 5 . " seconds -- giving up\n";
exit 1;
}
print STDERR "Another sbuild process (job $job, pid $pid by user $user) is currently using the build chroot; waiting...\n"
if $try == 1;
sleep 5;
goto repeat;
} else {
print STDERR "Can't create lock file $lockfile: $!\n";
exit 1;
}
}
F->print("mailutils_2.2+dfsg1-4 20540 buildd\n");
F->close();
exit 0;
┌──────────────────────────────────────────────────────────────────────────────┐
│ Update chroot │
└──────────────────────────────────────────────────────────────────────────────┘
Hit http://ftp.uk.debian.org sid InRelease
Hit http://ftp.fr.debian.org sid InRelease
Ign http://incoming.debian.org InRelease
Hit http://ftp.uk.debian.org sid/main Sources/DiffIndex
Ign http://ftp.debian-ports.org unreleased InRelease
Hit http://incoming.debian.org Release.gpg
Hit http://ftp.uk.debian.org sid/contrib Sources/DiffIndex
Hit http://ftp.uk.debian.org sid/non-free Sources/DiffIndex
Hit http://ftp.uk.debian.org sid/main hurd-i386 Packages/DiffIndex
Hit http://ftp.uk.debian.org sid/contrib hurd-i386 Packages/DiffIndex
Hit http://ftp.uk.debian.org sid/non-free hurd-i386 Packages/DiffIndex
Ign http://ftp.uk.debian.org sid/contrib TranslationIndex
Hit http://ftp.uk.debian.org sid/main TranslationIndex
Ign http://ftp.uk.debian.org sid/non-free TranslationIndex
Hit http://ftp.fr.debian.org sid/main Sources/DiffIndex
Hit http://ftp.debian-ports.org unreleased Release.gpg
Hit http://incoming.debian.org Release
Hit http://ftp.fr.debian.org sid/contrib Sources/DiffIndex
Hit http://ftp.fr.debian.org sid/non-free Sources/DiffIndex
Hit http://ftp.fr.debian.org sid/main hurd-i386 Packages/DiffIndex
Hit http://ftp.debian-ports.org unreleased Release
Hit http://ftp.fr.debian.org sid/contrib hurd-i386 Packages/DiffIndex
Hit http://ftp.fr.debian.org sid/non-free hurd-i386 Packages/DiffIndex
Ign http://ftp.fr.debian.org sid/contrib TranslationIndex
Hit http://ftp.fr.debian.org sid/main TranslationIndex
Ign http://ftp.fr.debian.org sid/non-free TranslationIndex
Ign http://ftp.uk.debian.org sid/contrib Translation-en
Ign http://ftp.uk.debian.org sid/non-free Translation-en
Hit http://incoming.debian.org Sources
Hit http://incoming.debian.org Packages
Ign http://ftp.fr.debian.org sid/contrib Translation-en
Hit http://ftp.debian-ports.org unreleased/main hurd-i386 Packages
Ign http://ftp.fr.debian.org sid/non-free Translation-en
Ign http://ftp.debian-ports.org unreleased/main TranslationIndex
Ign http://incoming.debian.org Translation-en
Ign http://ftp.debian-ports.org unreleased/main Translation-en
Reading package lists...
┌──────────────────────────────────────────────────────────────────────────────┐
│ Fetch source files │
└──────────────────────────────────────────────────────────────────────────────┘
Check APT
─────────
Checking available source versions...
Download source files with APT
──────────────────────────────
Reading package lists...
Building dependency tree...
Reading state information...
NOTICE: 'mailutils' packaging is maintained in the 'Svn' version control system at:
svn://svn.debian.org/pkg-mailutils/trunk/
Need to get 2945 kB of source archives.
Get:1 http://ftp.uk.debian.org/debian/ sid/main mailutils 1:2.2+dfsg1-4 (dsc) [2093 B]
Get:2 http://ftp.uk.debian.org/debian/ sid/main mailutils 1:2.2+dfsg1-4 (tar) [2909 kB]
Get:3 http://ftp.uk.debian.org/debian/ sid/main mailutils 1:2.2+dfsg1-4 (diff) [34.4 kB]
Fetched 2945 kB in 1s (2366 kB/s)
Download complete and in download only mode
Check arch
──────────
Merged Build-Depends: build-essential, fakeroot
Filtered Build-Depends: build-essential, fakeroot
dpkg-deb: building package `sbuild-build-depends-core-dummy' in `/«BUILDDIR»/resolver-lB8JyR/apt_archive/sbuild-build-depends-core-dummy.deb'.
gpg: WARNING: using insecure memory!
gpg: please see http://www.gnupg.org/faq.html for more information
OK
Reading package lists...
┌──────────────────────────────────────────────────────────────────────────────┐
│ Install core build dependencies (apt-based resolver) │
└──────────────────────────────────────────────────────────────────────────────┘
Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libpopt0 libept1 libxapian22 libboost-iostreams1.46.1 libsysfs2
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
sbuild-build-depends-core-dummy
0 upgraded, 1 newly installed, 0 to remove and 32 not upgraded.
Need to get 0 B/714 B of archives.
After this operation, 0 B of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
sbuild-build-depends-core-dummy
Authentication warning overridden.
Selecting previously deselected package sbuild-build-depends-core-dummy.
(Reading database ... 13817 files and directories currently installed.)
Unpacking sbuild-build-depends-core-dummy (from .../sbuild-build-depends-core-dummy.deb) ...
Setting up sbuild-build-depends-core-dummy (0.invalid.0) ...
Merged Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, hurd, ncurses-base, ncurses-bin, perl-base, sed, sysvinit-utils, sysvinit, tar, bsdutils, util-linux, libc0.3-dev | libc-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), hurd-dev, cdbs (>= 0.4.4), autopoint, bison, debhelper (>= 7), dh-autoreconf, dejagnu, flex, gawk, gettext, help2man, guile-1.8-dev (>= 1.8.7+1-1.1), libfribidi-dev, libgdbm-dev, libgnutls-dev, libgsasl7-dev (>= 0.2.5), libkrb5-dev, libldap2-dev, liblocale-gettext-perl, libltdl3-dev, libmysqlclient-dev, libpam0g-dev, libreadline-dev, libwrap0-dev, python-dev (>= 2.5), python-support, zlib1g-dev, texinfo
Filtered Build-Depends: base-files, base-passwd, bash, coreutils, dash, debianutils, diffutils, dpkg, e2fsprogs, findutils, grep, gzip, hostname, hurd, ncurses-base, ncurses-bin, perl-base, sed, sysvinit-utils, sysvinit, tar, bsdutils, util-linux, libc0.3-dev, gcc (>= 4:4.4.3), g++ (>= 4:4.4.3), make, dpkg-dev (>= 1.13.5), hurd-dev, cdbs (>= 0.4.4), autopoint, bison, debhelper (>= 7), dh-autoreconf, dejagnu, flex, gawk, gettext, help2man, guile-1.8-dev (>= 1.8.7+1-1.1), libfribidi-dev, libgdbm-dev, libgnutls-dev, libgsasl7-dev (>= 0.2.5), libkrb5-dev, libldap2-dev, liblocale-gettext-perl, libltdl3-dev, libmysqlclient-dev, libpam0g-dev, libreadline-dev, libwrap0-dev, python-dev (>= 2.5), python-support, zlib1g-dev, texinfo
dpkg-deb: building package `sbuild-build-depends-mailutils-dummy' in `/«BUILDDIR»/resolver-cQr33i/apt_archive/sbuild-build-depends-mailutils-dummy.deb'.
gpg: WARNING: using insecure memory!
gpg: please see http://www.gnupg.org/faq.html for more information
OK
Reading package lists...
┌──────────────────────────────────────────────────────────────────────────────┐
│ Install mailutils build dependencies (apt-based resolver) │
└──────────────────────────────────────────────────────────────────────────────┘
Installing build dependencies
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libept1 libxapian22 libboost-iostreams1.46.1 libsysfs2
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
autoconf automake autopoint autotools-dev bison ca-certificates cdbs
comerr-dev dejagnu dh-autoreconf expect flex git git-man guile-1.8
guile-1.8-dev guile-1.8-libs help2man krb5-multidev libcurl3-gnutls libdb4.8
liberror-perl libexpat1-dev libfribidi-dev libfribidi0 libgcrypt11-dev
libgdbm-dev libgmp-dev libgmpxx4ldbl libgnutls-dev libgnutls-openssl27
libgnutlsxx27 libgpg-error-dev libgsasl7 libgsasl7-dev libgssapi-krb5-2
libgssrpc4 libidn11 libidn11-dev libk5crypto3 libkadm5clnt-mit8
libkadm5srv-mit8 libkdb5-5 libkrb5-3 libkrb5-dev libkrb5support0
libldap2-dev libltdl-dev libltdl7 libmysqlclient-dev libmysqlclient16
libncurses5-dev libntlm0 libntlm0-dev libpam0g-dev libpython2.7
libreadline-dev libreadline6-dev librtmp0 libsqlite3-0 libssl-dev
libtasn1-3-dev libtinfo-dev libtool libwrap0 libwrap0-dev m4 mime-support
mysql-common openssl pkg-config python python-dev python-minimal
python-support python2.7 python2.7-dev python2.7-minimal tcl8.5 texinfo
zlib1g-dev
Suggested packages:
autoconf2.13 autoconf-archive gnu-standards autoconf-doc bison-doc
devscripts doc-base git-daemon-run git-daemon-sysvinit git-doc git-el
git-arch git-cvs git-svn git-email git-gui gitk gitweb guile-1.8-doc
krb5-doc libgcrypt11-doc libgmp10-doc libmpfr-dev gnutls-doc gnutls-bin
guile-gnutls krb5-user libtool-doc ncurses-doc automaken gcj python-doc
python-tk python2.7-doc binfmt-support tclreadline texlive-base
texlive-latex-base texlive-generic-recommended texinfo-doc-nonfree
Recommended packages:
less rsync ssh-client libssl-doc tcpd
The following NEW packages will be installed:
autoconf automake autopoint autotools-dev bison ca-certificates cdbs
comerr-dev dejagnu dh-autoreconf expect flex git git-man guile-1.8
guile-1.8-dev guile-1.8-libs help2man krb5-multidev libcurl3-gnutls libdb4.8
liberror-perl libexpat1-dev libfribidi-dev libfribidi0 libgcrypt11-dev
libgdbm-dev libgmp-dev libgmpxx4ldbl libgnutls-dev libgnutls-openssl27
libgnutlsxx27 libgpg-error-dev libgsasl7 libgsasl7-dev libgssapi-krb5-2
libgssrpc4 libidn11 libidn11-dev libk5crypto3 libkadm5clnt-mit8
libkadm5srv-mit8 libkdb5-5 libkrb5-3 libkrb5-dev libkrb5support0
libldap2-dev libltdl-dev libltdl7 libmysqlclient-dev libmysqlclient16
libncurses5-dev libntlm0 libntlm0-dev libpam0g-dev libpython2.7
libreadline-dev libreadline6-dev librtmp0 libsqlite3-0 libssl-dev
libtasn1-3-dev libtinfo-dev libtool libwrap0 libwrap0-dev m4 mime-support
mysql-common openssl pkg-config python python-dev python-minimal
python-support python2.7 python2.7-dev python2.7-minimal
sbuild-build-depends-mailutils-dummy tcl8.5 texinfo zlib1g-dev
0 upgraded, 82 newly installed, 0 to remove and 32 not upgraded.
Need to get 0 B/43.3 MB of archives.
After this operation, 117 MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
libgnutls-openssl27 libkrb5support0 libk5crypto3 libkrb5-3 libgssapi-krb5-2
libgssrpc4 libidn11 libkadm5clnt-mit8 libkdb5-5 libkadm5srv-mit8 libwrap0 m4
flex librtmp0 openssl ca-certificates libcurl3-gnutls libgmpxx4ldbl libdb4.8
libgnutlsxx27 libsqlite3-0 mime-support python2.7-minimal python2.7
python-minimal python python-support texinfo autoconf autotools-dev automake
liberror-perl git-man git autopoint bison cdbs tcl8.5 expect dejagnu libtool
dh-autoreconf libltdl7 guile-1.8-libs guile-1.8 libtinfo-dev libncurses5-dev
libreadline6-dev libltdl-dev libgmp-dev guile-1.8-dev help2man comerr-dev
krb5-multidev libexpat1-dev libfribidi0 libfribidi-dev libgpg-error-dev
libgcrypt11-dev libgdbm-dev zlib1g-dev libtasn1-3-dev libgnutls-dev libntlm0
libgsasl7 pkg-config libidn11-dev libntlm0-dev libkrb5-dev libgsasl7-dev
mysql-common libmysqlclient16 libmysqlclient-dev libpam0g-dev libpython2.7
libreadline-dev libssl-dev libwrap0-dev python2.7-dev python-dev
libldap2-dev sbuild-build-depends-mailutils-dummy
Extracting templates from packages: 36%
Extracting templates from packages: 73%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Selecting previously deselected package libgnutls-openssl27.
(Reading database ... 13817 files and directories currently installed.)
Unpacking libgnutls-openssl27 (from .../libgnutls-openssl27_2.12.10-2_hurd-i386.deb) ...
Selecting previously deselected package libkrb5support0.
Unpacking libkrb5support0 (from .../libkrb5support0_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libk5crypto3.
Unpacking libk5crypto3 (from .../libk5crypto3_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libkrb5-3.
Unpacking libkrb5-3 (from .../libkrb5-3_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libgssapi-krb5-2.
Unpacking libgssapi-krb5-2 (from .../libgssapi-krb5-2_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libgssrpc4.
Unpacking libgssrpc4 (from .../libgssrpc4_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libidn11.
Unpacking libidn11 (from .../libidn11_1.22-3_hurd-i386.deb) ...
Selecting previously deselected package libkadm5clnt-mit8.
Unpacking libkadm5clnt-mit8 (from .../libkadm5clnt-mit8_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libkdb5-5.
Unpacking libkdb5-5 (from .../libkdb5-5_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libkadm5srv-mit8.
Unpacking libkadm5srv-mit8 (from .../libkadm5srv-mit8_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libwrap0.
Unpacking libwrap0 (from .../libwrap0_7.6.q-21_hurd-i386.deb) ...
Selecting previously deselected package m4.
Unpacking m4 (from .../m4_1.4.16-2_hurd-i386.deb) ...
Selecting previously deselected package flex.
Unpacking flex (from .../flex_2.5.35-10_hurd-i386.deb) ...
Selecting previously deselected package librtmp0.
Unpacking librtmp0 (from .../librtmp0_2.4~20110711.gitc28f1bab-1_hurd-i386.deb) ...
Selecting previously deselected package openssl.
Unpacking openssl (from .../openssl_1.0.0e-2_hurd-i386.deb) ...
Selecting previously deselected package ca-certificates.
Unpacking ca-certificates (from .../ca-certificates_20110502+nmu1_all.deb) ...
Selecting previously deselected package libcurl3-gnutls.
Unpacking libcurl3-gnutls (from .../libcurl3-gnutls_7.21.7-3_hurd-i386.deb) ...
Selecting previously deselected package libgmpxx4ldbl.
Unpacking libgmpxx4ldbl (from .../libgmpxx4ldbl_2%3a5.0.2+dfsg-1_hurd-i386.deb) ...
Selecting previously deselected package libdb4.8.
Unpacking libdb4.8 (from .../libdb4.8_4.8.30-10_hurd-i386.deb) ...
Selecting previously deselected package libgnutlsxx27.
Unpacking libgnutlsxx27 (from .../libgnutlsxx27_2.12.10-2_hurd-i386.deb) ...
Selecting previously deselected package libsqlite3-0.
Unpacking libsqlite3-0 (from .../libsqlite3-0_3.7.8-1_hurd-i386.deb) ...
Selecting previously deselected package mime-support.
Unpacking mime-support (from .../mime-support_3.51-1_all.deb) ...
Selecting previously deselected package python2.7-minimal.
Unpacking python2.7-minimal (from .../python2.7-minimal_2.7.2-5_hurd-i386.deb) ...
Selecting previously deselected package python2.7.
Unpacking python2.7 (from .../python2.7_2.7.2-5_hurd-i386.deb) ...
Selecting previously deselected package python-minimal.
Unpacking python-minimal (from .../python-minimal_2.7.2-7_all.deb) ...
Selecting previously deselected package python.
Unpacking python (from .../python_2.7.2-7_all.deb) ...
Selecting previously deselected package python-support.
Unpacking python-support (from .../python-support_1.0.14_all.deb) ...
Selecting previously deselected package texinfo.
Unpacking texinfo (from .../texinfo_4.13a.dfsg.1-8_hurd-i386.deb) ...
Selecting previously deselected package autoconf.
Unpacking autoconf (from .../autoconf_2.68-1_all.deb) ...
Selecting previously deselected package autotools-dev.
Unpacking autotools-dev (from .../autotools-dev_20110511.1_all.deb) ...
Selecting previously deselected package automake.
Unpacking automake (from .../automake_1%3a1.11.1-1_all.deb) ...
Selecting previously deselected package liberror-perl.
Unpacking liberror-perl (from .../liberror-perl_0.17-1_all.deb) ...
Selecting previously deselected package git-man.
Unpacking git-man (from .../git-man_1%3a1.7.6.3-1_all.deb) ...
Selecting previously deselected package git.
Unpacking git (from .../git_1%3a1.7.6.3-1_hurd-i386.deb) ...
Selecting previously deselected package autopoint.
Unpacking autopoint (from .../autopoint_0.18.1.1-4_all.deb) ...
Selecting previously deselected package bison.
Unpacking bison (from .../bison_1%3a2.4.1.dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package cdbs.
Unpacking cdbs (from .../archives/cdbs_0.4.99_all.deb) ...
Selecting previously deselected package tcl8.5.
Unpacking tcl8.5 (from .../tcl8.5_8.5.10-1_hurd-i386.deb) ...
Selecting previously deselected package expect.
Unpacking expect (from .../expect_5.45-1_hurd-i386.deb) ...
Selecting previously deselected package dejagnu.
Unpacking dejagnu (from .../archives/dejagnu_1.5-2_all.deb) ...
Selecting previously deselected package libtool.
Unpacking libtool (from .../libtool_2.4-4_hurd-i386.deb) ...
Selecting previously deselected package dh-autoreconf.
Unpacking dh-autoreconf (from .../dh-autoreconf_4_all.deb) ...
Selecting previously deselected package libltdl7.
Unpacking libltdl7 (from .../libltdl7_2.4-4_hurd-i386.deb) ...
Selecting previously deselected package guile-1.8-libs.
Unpacking guile-1.8-libs (from .../guile-1.8-libs_1.8.8+1-6_hurd-i386.deb) ...
Selecting previously deselected package guile-1.8.
Unpacking guile-1.8 (from .../guile-1.8_1.8.8+1-6_hurd-i386.deb) ...
Selecting previously deselected package libtinfo-dev.
Unpacking libtinfo-dev (from .../libtinfo-dev_5.9-2_hurd-i386.deb) ...
Selecting previously deselected package libncurses5-dev.
Unpacking libncurses5-dev (from .../libncurses5-dev_5.9-2_hurd-i386.deb) ...
Selecting previously deselected package libreadline6-dev.
Unpacking libreadline6-dev (from .../libreadline6-dev_6.2-5_hurd-i386.deb) ...
Selecting previously deselected package libltdl-dev.
Unpacking libltdl-dev (from .../libltdl-dev_2.4-4_hurd-i386.deb) ...
Selecting previously deselected package libgmp-dev.
Unpacking libgmp-dev (from .../libgmp-dev_2%3a5.0.2+dfsg-1_hurd-i386.deb) ...
Selecting previously deselected package guile-1.8-dev.
Unpacking guile-1.8-dev (from .../guile-1.8-dev_1.8.8+1-6_hurd-i386.deb) ...
Selecting previously deselected package help2man.
Unpacking help2man (from .../help2man_1.40.4+b1_hurd-i386.deb) ...
Selecting previously deselected package comerr-dev.
Unpacking comerr-dev (from .../comerr-dev_2.1-1.42~WIP-2011-07-02-1_hurd-i386.deb) ...
Selecting previously deselected package krb5-multidev.
Unpacking krb5-multidev (from .../krb5-multidev_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libexpat1-dev.
Unpacking libexpat1-dev (from .../libexpat1-dev_2.0.1-7_hurd-i386.deb) ...
Selecting previously deselected package libfribidi0.
Unpacking libfribidi0 (from .../libfribidi0_0.19.2-1_hurd-i386.deb) ...
Selecting previously deselected package libfribidi-dev.
Unpacking libfribidi-dev (from .../libfribidi-dev_0.19.2-1_hurd-i386.deb) ...
Selecting previously deselected package libgpg-error-dev.
Unpacking libgpg-error-dev (from .../libgpg-error-dev_1.10-1_hurd-i386.deb) ...
Selecting previously deselected package libgcrypt11-dev.
Unpacking libgcrypt11-dev (from .../libgcrypt11-dev_1.5.0-3_hurd-i386.deb) ...
Selecting previously deselected package libgdbm-dev.
Unpacking libgdbm-dev (from .../libgdbm-dev_1.8.3-10_hurd-i386.deb) ...
Selecting previously deselected package zlib1g-dev.
Unpacking zlib1g-dev (from .../zlib1g-dev_1%3a1.2.3.4.dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libtasn1-3-dev.
Unpacking libtasn1-3-dev (from .../libtasn1-3-dev_2.9-4_hurd-i386.deb) ...
Selecting previously deselected package libgnutls-dev.
Unpacking libgnutls-dev (from .../libgnutls-dev_2.12.10-2_hurd-i386.deb) ...
Selecting previously deselected package libntlm0.
Unpacking libntlm0 (from .../libntlm0_1.2-1_hurd-i386.deb) ...
Selecting previously deselected package libgsasl7.
Unpacking libgsasl7 (from .../libgsasl7_1.6.1-1+b1_hurd-i386.deb) ...
Selecting previously deselected package pkg-config.
Unpacking pkg-config (from .../pkg-config_0.26-1_hurd-i386.deb) ...
Selecting previously deselected package libidn11-dev.
Unpacking libidn11-dev (from .../libidn11-dev_1.22-3_hurd-i386.deb) ...
Selecting previously deselected package libntlm0-dev.
Unpacking libntlm0-dev (from .../libntlm0-dev_1.2-1_hurd-i386.deb) ...
Selecting previously deselected package libkrb5-dev.
Unpacking libkrb5-dev (from .../libkrb5-dev_1.9.1+dfsg-3_hurd-i386.deb) ...
Selecting previously deselected package libgsasl7-dev.
Unpacking libgsasl7-dev (from .../libgsasl7-dev_1.6.1-1+b1_hurd-i386.deb) ...
Selecting previously deselected package mysql-common.
Unpacking mysql-common (from .../mysql-common_5.1.58-1_all.deb) ...
Selecting previously deselected package libmysqlclient16.
Unpacking libmysqlclient16 (from .../libmysqlclient16_5.1.58-1_hurd-i386.deb) ...
Selecting previously deselected package libmysqlclient-dev.
Unpacking libmysqlclient-dev (from .../libmysqlclient-dev_5.1.58-1_hurd-i386.deb) ...
Selecting previously deselected package libpam0g-dev.
Unpacking libpam0g-dev (from .../libpam0g-dev_1.1.3-4_hurd-i386.deb) ...
Selecting previously deselected package libpython2.7.
Unpacking libpython2.7 (from .../libpython2.7_2.7.2-5_hurd-i386.deb) ...
Selecting previously deselected package libreadline-dev.
Unpacking libreadline-dev (from .../libreadline-dev_6.2-5_hurd-i386.deb) ...
Selecting previously deselected package libssl-dev.
Unpacking libssl-dev (from .../libssl-dev_1.0.0e-2_hurd-i386.deb) ...
Selecting previously deselected package libwrap0-dev.
Unpacking libwrap0-dev (from .../libwrap0-dev_7.6.q-21_hurd-i386.deb) ...
Selecting previously deselected package python2.7-dev.
Unpacking python2.7-dev (from .../python2.7-dev_2.7.2-5_hurd-i386.deb) ...
Selecting previously deselected package python-dev.
Unpacking python-dev (from .../python-dev_2.7.2-7_all.deb) ...
Selecting previously deselected package libldap2-dev.
Unpacking libldap2-dev (from .../libldap2-dev_2.4.25-3_hurd-i386.deb) ...
Selecting previously deselected package sbuild-build-depends-mailutils-dummy.
Unpacking sbuild-build-depends-mailutils-dummy (from .../sbuild-build-depends-mailutils-dummy.deb) ...
Processing triggers for man-db ...
Processing triggers for install-info ...
Setting up libgnutls-openssl27 (2.12.10-2) ...
Setting up libkrb5support0 (1.9.1+dfsg-3) ...
Setting up libk5crypto3 (1.9.1+dfsg-3) ...
Setting up libkrb5-3 (1.9.1+dfsg-3) ...
Setting up libgssapi-krb5-2 (1.9.1+dfsg-3) ...
Setting up libgssrpc4 (1.9.1+dfsg-3) ...
Setting up libidn11 (1.22-3) ...
Setting up libkadm5clnt-mit8 (1.9.1+dfsg-3) ...
Setting up libkdb5-5 (1.9.1+dfsg-3) ...
Setting up libkadm5srv-mit8 (1.9.1+dfsg-3) ...
Setting up libwrap0 (7.6.q-21) ...
Setting up m4 (1.4.16-2) ...
Setting up flex (2.5.35-10) ...
Setting up librtmp0 (2.4~20110711.gitc28f1bab-1) ...
Setting up openssl (1.0.0e-2) ...
Setting up ca-certificates (20110502+nmu1) ...
Updating certificates in /etc/ssl/certs... WARNING: Skipping duplicate certificate IGC_A.pem
WARNING: Skipping duplicate certificate IGC_A.pem
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
WARNING: Skipping duplicate certificate ca-certificates.crt
156 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Setting up libcurl3-gnutls (7.21.7-3) ...
Setting up libgmpxx4ldbl (2:5.0.2+dfsg-1) ...
Setting up libdb4.8 (4.8.30-10) ...
Setting up libgnutlsxx27 (2.12.10-2) ...
Setting up libsqlite3-0 (3.7.8-1) ...
Setting up mime-support (3.51-1) ...
update-alternatives: using /usr/bin/see to provide /usr/bin/view (view) in auto mode.
Setting up python2.7-minimal (2.7.2-5) ...
Setting up python2.7 (2.7.2-5) ...
Setting up python-minimal (2.7.2-7) ...
Setting up python (2.7.2-7) ...
Setting up python-support (1.0.14) ...
Setting up texinfo (4.13a.dfsg.1-8) ...
Setting up autoconf (2.68-1) ...
Setting up autotools-dev (20110511.1) ...
Setting up automake (1:1.11.1-1) ...
update-alternatives: using /usr/bin/automake-1.11 to provide /usr/bin/automake (automake) in auto mode.
Setting up liberror-perl (0.17-1) ...
Setting up git-man (1:1.7.6.3-1) ...
Setting up git (1:1.7.6.3-1) ...
Setting up autopoint (0.18.1.1-4) ...
Setting up bison (1:2.4.1.dfsg-3) ...
update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode.
Setting up cdbs (0.4.99) ...
Setting up tcl8.5 (8.5.10-1) ...
update-alternatives: using /usr/bin/tclsh8.5 to provide /usr/bin/tclsh (tclsh) in auto mode.
Setting up expect (5.45-1) ...
Setting up dejagnu (1.5-2) ...
Setting up libtool (2.4-4) ...
Setting up dh-autoreconf (4) ...
Setting up libltdl7 (2.4-4) ...
Setting up guile-1.8-libs (1.8.8+1-6) ...
Setting up guile-1.8 (1.8.8+1-6) ...
update-alternatives: using /usr/bin/guile-1.8 to provide /usr/bin/guile (guile) in auto mode.
Setting up libtinfo-dev (5.9-2) ...
Setting up libncurses5-dev (5.9-2) ...
Setting up libreadline6-dev (6.2-5) ...
Setting up libltdl-dev (2.4-4) ...
Setting up libgmp-dev (2:5.0.2+dfsg-1) ...
Setting up guile-1.8-dev (1.8.8+1-6) ...
Setting up help2man (1.40.4+b1) ...
Setting up comerr-dev (2.1-1.42~WIP-2011-07-02-1) ...
Setting up krb5-multidev (1.9.1+dfsg-3) ...
Setting up libexpat1-dev (2.0.1-7) ...
Setting up libfribidi0 (0.19.2-1) ...
Setting up libfribidi-dev (0.19.2-1) ...
Setting up libgpg-error-dev (1.10-1) ...
Setting up libgcrypt11-dev (1.5.0-3) ...
Setting up libgdbm-dev (1.8.3-10) ...
Setting up zlib1g-dev (1:1.2.3.4.dfsg-3) ...
Setting up libtasn1-3-dev (2.9-4) ...
Setting up libgnutls-dev (2.12.10-2) ...
Setting up libntlm0 (1.2-1) ...
Setting up libgsasl7 (1.6.1-1+b1) ...
Setting up pkg-config (0.26-1) ...
Setting up libidn11-dev (1.22-3) ...
Setting up libntlm0-dev (1.2-1) ...
Setting up libkrb5-dev (1.9.1+dfsg-3) ...
Setting up libgsasl7-dev (1.6.1-1+b1) ...
Setting up mysql-common (5.1.58-1) ...
Setting up libmysqlclient16 (5.1.58-1) ...
Setting up libmysqlclient-dev (5.1.58-1) ...
Setting up libpam0g-dev (1.1.3-4) ...
Setting up libpython2.7 (2.7.2-5) ...
Setting up libreadline-dev (6.2-5) ...
Setting up libssl-dev (1.0.0e-2) ...
Setting up libwrap0-dev (7.6.q-21) ...
Setting up python2.7-dev (2.7.2-5) ...
Setting up python-dev (2.7.2-7) ...
Setting up libldap2-dev (2.4.25-3) ...
Setting up sbuild-build-depends-mailutils-dummy (0.invalid.0) ...
┌──────────────────────────────────────────────────────────────────────────────┐
│ Build environment │
└──────────────────────────────────────────────────────────────────────────────┘
Kernel: GNU 0.3 hurd-i386 (i686-AT386)
Toolchain package versions: binutils_2.21.53.20110823-3+hurd.1 dpkg-dev_1.16.0.3 g++-4.5_4.5.3-8 g++-4.6_4.6.1-9+hurd.1 gcc-4.4_4.4.6-10 gcc-4.5_4.5.3-8 gcc-4.6_4.6.1-9+hurd.1 gnumach-dev_2:1.3.99.dfsg.git20110805-1 hurd-dev_20110519-3 libc0.3-dev_2.13-21 libstdc++6_4.6.1-9+hurd.1 libstdc++6-4.5-dev_4.5.3-8 libstdc++6-4.6-dev_4.6.1-9+hurd.1
Package versions: adduser_3.113 apt_0.8.15.6 apt-utils_0.8.15.6 autoconf_2.68-1 automake_1:1.11.1-1 autopoint_0.18.1.1-4 autotools-dev_20110511.1 base-files_6.5 base-passwd_3.5.23 bash_4.1-3+hurd.1 binutils_2.21.53.20110823-3+hurd.1 bison_1:2.4.1.dfsg-3 bsdmainutils_8.2.3 bsdutils_1:2.19.1-5 build-essential_11.5 bzip2_1.0.5-7 ca-certificates_20110502+nmu1 cdbs_0.4.99 comerr-dev_2.1-1.42~WIP-2011-07-02-1 coreutils_8.5-1 cpio_2.11-7 cpp_4:4.6.1-2 cpp-4.4_4.4.6-10 cpp-4.5_4.5.3-8 cpp-4.6_4.6.1-9+hurd.1 cron_3.0pl1-119 dash_0.5.7-1 debconf_1.5.41 debfoster_2.7-1.1 debhelper_8.9.6 debian-archive-keyring_2010.08.28 debian-ports-archive-keyring_2011.01.12 debianutils_4.0.2 deborphan_1.7.28.5 dejagnu_1.5-2 dh-autoreconf_4 dialog_1.1-20110707-1 diffutils_1:3.0-1 dpkg_1.16.0.3 dpkg-dev_1.16.0.3 e2fslibs_1.42~WIP-2011-07-02-1 e2fsprogs_1.42~WIP-2011-07-02-1 expect_5.45-1 fakeroot_1.15.1-1 file_5.08-1 findutils_4.4.2-1+b1 flex_2.5.35-10 fontconfig_2.8.0-3 fontconfig-config_2.8.0-3 g++_4:4.6.1-2 g++-4.5_4.5.3-8 g++-4.6_4.6.1-9+hurd.1 gawk_1:3.1.8+dfsg-0.1 gcc_4:4.6.1-2 gcc-4.4_4.4.6-10 gcc-4.4-base_4.4.6-10 gcc-4.5_4.5.3-8 gcc-4.5-base_4.5.3-8 gcc-4.6_4.6.1-9+hurd.1 gcc-4.6-base_4.6.1-9+hurd.1 gettext_0.18.1.1-4 gettext-base_0.18.1.1-4 gfortran_4:4.6.1-2 gfortran-4.6_4.6.1-9+hurd.1 git_1:1.7.6.3-1 git-man_1:1.7.6.3-1 gnumach-dev_2:1.3.99.dfsg.git20110805-1 gnupg_1.4.11-3 gobjc-4.4_4.4.6-10 gpgv_1.4.11-3 grep_2.9-2 groff-base_1.21-6 guile-1.8_1.8.8+1-6 guile-1.8-dev_1.8.8+1-6 guile-1.8-libs_1.8.8+1-6 gzip_1.3.12-9 help2man_1.40.4+b1 hostname_3.06 html2text_1.3.2a-15+b1 hurd_20110519-3 hurd-dev_20110519-3 initscripts_2.88dsf-13.11 insserv_1.14.0-2.1 install-info_4.13a.dfsg.1-8 intltool-debian_0.35.0+20060710.1 krb5-multidev_1.9.1+dfsg-3 libacl1_2.2.47-3 libattr1_1:2.4.46-3 libblkid1_2.19.1-5 libboost-iostreams1.46.1_1.46.1-7 libbz2-1.0_1.0.5-7 libc-bin_2.13-21 libc-dev-bin_2.13-21 libc0.3_2.13-21 libc0.3-dev_2.13-21 libc0.3-xen_2.13-21 libcomerr2_1.42~WIP-2011-07-02-1 libcroco3_0.6.2-1 libcurl3-gnutls_7.21.7-3 libdb4.8_4.8.30-10 libdb5.1_5.1.25-11 libdigest-sha1-perl_2.13-2 libdpkg-perl_1.16.0.3 libelfg0_0.8.13-3 libept1_1.0.5 liberror-perl_0.17-1 libexpat1_2.0.1-7 libexpat1-dev_2.0.1-7 libfontconfig1_2.8.0-3 libfreetype6_2.4.6-2 libfribidi-dev_0.19.2-1 libfribidi0_0.19.2-1 libgc1c2_1:7.1-8 libgcc1_1:4.6.1-9+hurd.1 libgcrypt11_1.5.0-3 libgcrypt11-dev_1.5.0-3 libgdbm-dev_1.8.3-10 libgdbm3_1.8.3-10 libgfortran3_4.6.1-9+hurd.1 libglib2.0-0_2.28.6-1 libglib2.0-data_2.28.6-1 libgmp-dev_2:5.0.2+dfsg-1 libgmp10_2:5.0.2+dfsg-1 libgmpxx4ldbl_2:5.0.2+dfsg-1 libgnutls-dev_2.12.10-2 libgnutls-openssl27_2.12.10-2 libgnutls26_2.12.10-2 libgnutlsxx27_2.12.10-2 libgomp1_4.6.1-9+hurd.1 libgpg-error-dev_1.10-1 libgpg-error0_1.10-1 libgsasl7_1.6.1-1+b1 libgsasl7-dev_1.6.1-1+b1 libgssapi-krb5-2_1.9.1+dfsg-3 libgssrpc4_1.9.1+dfsg-3 libidn11_1.22-3 libidn11-dev_1.22-3 libk5crypto3_1.9.1+dfsg-3 libkadm5clnt-mit8_1.9.1+dfsg-3 libkadm5srv-mit8_1.9.1+dfsg-3 libkdb5-5_1.9.1+dfsg-3 libkrb5-3_1.9.1+dfsg-3 libkrb5-dev_1.9.1+dfsg-3 libkrb5support0_1.9.1+dfsg-3 libldap-2.4-2_2.4.25-3 libldap2-dev_2.4.25-3 liblocale-gettext-perl_1.05-7 libltdl-dev_2.4-4 libltdl7_2.4-4 liblzma2_5.1.1alpha+20110809-2 libmagic1_5.08-1 libmpc2_0.9-3 libmpfr4_3.0.1-6 libmysqlclient-dev_5.1.58-1 libmysqlclient16_5.1.58-1 libncurses5_5.9-2 libncurses5-dev_5.9-2 libncursesw5_5.9-2 libntlm0_1.2-1 libntlm0-dev_1.2-1 libobjc2_4.5.3-8 libp11-kit0_0.4-2 libpam-modules_1.1.3-2 libpam-modules-bin_1.1.3-2 libpam-runtime_1.1.3-2 libpam0g_1.1.3-4 libpam0g-dev_1.1.3-4 libparted0debian1_2.3-3+hurd.1 libpcre3_8.12-4 libpipeline1_1.2.0-3 libpng12-0_1.2.46-3 libpopt0_1.16-1 libpthread-stubs0_0.3-2.1+hurd.1 libpthread-stubs0-dev_0.3-2.1+hurd.1 libpython2.7_2.7.2-5 libquadmath0_4.6.1-9+hurd.1 libreadline-dev_6.2-5 libreadline6_6.2-5 libreadline6-dev_6.2-5 librtmp0_2.4~20110711.gitc28f1bab-1 libsasl2-2_2.1.24~rc1.dfsg1+cvs2011-05-23-6 libsasl2-modules_2.1.24~rc1.dfsg1+cvs2011-05-23-6 libsigsegv2_2.9-4 libslang2_2.2.4-3 libsqlite3-0_3.7.8-1 libss2_1.42~WIP-2011-07-02-1 libssl-dev_1.0.0e-2 libssl0.9.8_0.9.8o-7+b1 libssl1.0.0_1.0.0e-2 libstdc++6_4.6.1-9+hurd.1 libstdc++6-4.5-dev_4.5.3-8 libstdc++6-4.6-dev_4.6.1-9+hurd.1 libsysfs2_2.1.0+repack-1 libtasn1-3_2.9-4 libtasn1-3-dev_2.9-4 libtext-charwidth-perl_0.04-7 libtext-iconv-perl_1.7-4 libtext-wrapi18n-perl_0.06-7 libtimedate-perl_1.2000-1 libtinfo-dev_5.9-2 libtinfo5_5.9-2 libtool_2.4-4 libunistring0_0.9.3-4 libuuid1_2.19.1-5 libwrap0_7.6.q-21 libwrap0-dev_7.6.q-21 libxapian22_1.2.7-1 libxml2_2.7.8.dfsg-4 lsb-base_3.2-28 m4_1.4.16-2 make_3.81-8.1 man-db_2.6.0.2-2 mawk_1.3.3-15 mime-support_3.51-1 multiarch-support_2.13-18 mysql-common_5.1.58-1 ncurses-base_5.9-1 ncurses-bin_5.9-2 netbase_4.46 netcat-traditional_1.10-39 openssl_1.0.0e-2 original-awk_2011-05-06-1 passwd_1:4.1.4.2+svn3283-3 patch_2.6.1-2 perl_5.12.4-4 perl-base_5.12.4-4 perl-modules_5.12.4-4 pkg-config_0.26-1 po-debconf_1.0.16+nmu1 procps_1:3.2.8-11 psmisc_22.3-1 python_2.7.2-7 python-dev_2.7.2-7 python-minimal_2.7.2-7 python-support_1.0.14 python2.7_2.7.2-5 python2.7-dev_2.7.2-5 python2.7-minimal_2.7.2-5 random-egd_0.5-0+hurd.1 readline-common_6.2-4 sbuild-build-depends-core-dummy_0.invalid.0 sbuild-build-depends-mailutils-dummy_0.invalid.0 sed_4.2.1-9 sensible-utils_0.0.6 sgml-base_1.26+nmu1 shared-mime-info_0.90-1 sudo_1.7.2p7-1 sysv-rc_2.88dsf-13.11 sysvinit_2.88dsf-13.11 sysvinit-utils_2.88dsf-13.11 tar_1.26-2 tcl8.5_8.5.10-1 texinfo_4.13a.dfsg.1-8 ttf-dejavu-core_2.33-2 type-handling_0.2.23 tzdata_2011i-2 ucf_3.0025+nmu2 util-linux_2.19.1-5 xml-core_0.13 xz-utils_5.1.1alpha+20110809-2 zlib1g_1:1.2.3.4.dfsg-3 zlib1g-dev_1:1.2.3.4.dfsg-3
┌──────────────────────────────────────────────────────────────────────────────┐
│ Build │
└──────────────────────────────────────────────────────────────────────────────┘
Unpack source
─────────────
gpgv: keyblock resource `/home/buildd/.gnupg/trustedkeys.gpg': file open error
gpgv: Signature made Thu Sep 29 00:26:06 2011 UTC using DSA key ID 917A225E
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./mailutils_2.2+dfsg1-4.dsc
dpkg-source: info: extracting mailutils in mailutils-2.2+dfsg1
dpkg-source: info: unpacking mailutils_2.2+dfsg1.orig.tar.bz2
dpkg-source: info: unpacking mailutils_2.2+dfsg1-4.debian.tar.bz2
dpkg-source: info: applying disable_am_gnu_radius.diff
dpkg-source: info: applying sieve.scm_help_output.diff
dpkg-source: info: applying mailutils.scm_variables.diff
dpkg-source: info: applying remove_MAXHOSTNAMELEN.diff
dpkg-source: info: applying lber_ldadd.diff
dpkg-source: info: applying ssl_key_permission_check.diff
dpkg-source: info: applying fix_FTBFS_with_format-security.diff
dpkg-source: info: applying refresh_mh_fmtgram.diff
dpkg-source: info: applying gnutls_deprecated_set_priority.diff
Check disc space
────────────────
Sufficient free space for build
User Environment
────────────────
FAKEROOTEGID=0
FAKEROOTEUID=0
FAKEROOTFGID=0
FAKEROOTFUID=0
FAKEROOTGID=0
FAKEROOTSGID=0
FAKEROOTSUID=0
FAKEROOTUID=0
HOME=/home/buildd
LOGNAME=buildd
OLDPWD=/
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
PWD=/«BUILDDIR»/mailutils-2.2+dfsg1
SHELL=/bin/sh
SUDO_COMMAND=/usr/sbin/chroot /«CHROOT» su buildd -s /bin/sh -c cd '/«BUILDDIR»/mailutils-2.2+dfsg1' && 'env'
SUDO_GID=105
SUDO_UID=60000
SUDO_USER=buildd
TERM=rxvt-unicode
USER=buildd
USERNAME=root
dpkg-buildpackage
─────────────────
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: source package mailutils
dpkg-buildpackage: source version 1:2.2+dfsg1-4
dpkg-source --before-build mailutils-2.2+dfsg1
dpkg-buildpackage: host architecture hurd-i386
dpkg-source: info: using options from mailutils-2.2+dfsg1/debian/source/options: --compression=bzip2 --compression-level=9
/usr/bin/fakeroot debian/rules clean
awk: warning: escape sequence `\+' treated as plain `+'
test -x debian/rules
dh_testroot
rm -f debian/stamp-makefile-build debian/stamp-makefile-install
make[1]: *** No rule to make target `distclean'.
make: [makefile-clean] Error 2 (ignored)
/usr/bin/make -C . -k distclean
make[1]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
make[1]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
rm -f debian/stamp-makefile-check
rmdir: failed to remove `.': Invalid argument
make: [makefile-clean] Error 1 (ignored)
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
for i in ./build-aux/config.guess ./build-aux/config.sub ./build-aux/config.rpath ; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
dh_autoreconf_clean
rm -f debian/stamp-autotools-files
dh_clean
rm -f debian/cdbs-install-list debian/cdbs-package-list debian/stamp-copyright-check
rm -f *.1 *.8
debian/rules build
awk: warning: escape sequence `\+' treated as plain `+'
/usr/share/cdbs/1/rules/buildcore.mk:109: WARNING: DEB_FIXPERMS_EXCLUDE is a deprecated variable
test -x debian/rules
mkdir -p "."
WARNING: copyright-check disabled - touch debian/copyright_hints to enable.
touch debian/stamp-copyright-check
if test -e /usr/share/misc/config.guess ; then \
for i in ./build-aux/config.guess ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.guess $i ; \
fi ; \
done ; \
fi
if test -e /usr/share/misc/config.sub ; then \
for i in ./build-aux/config.sub ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/misc/config.sub $i ; \
fi ; \
done ; \
fi
if test -e /usr/share/gnulib/build-aux/config.rpath ; then \
for i in ./build-aux/config.rpath ; do \
if ! test -e $i.cdbs-orig ; then \
mv $i $i.cdbs-orig ; \
cp --remove-destination /usr/share/gnulib/build-aux/config.rpath $i ; \
fi ; \
done ; \
fi
dh_autoreconf
Copying file build-aux/config.rpath
Copying file m4/glibc2.m4
Copying file m4/iconv.m4
Copying file m4/intdiv0.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intmax.m4
Copying file m4/inttypes-pri.m4
Copying file m4/lcmessage.m4
Copying file m4/lock.m4
Copying file m4/printf-posix.m4
Copying file m4/uintmax_t.m4
Copying file m4/visibility.m4
Copying file po/Makefile.in.in
Copying file po/Makevars.template
configure.ac:84: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4134: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5205: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:84: the top level
configure.ac:84: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4134: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5205: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:84: the top level
configure.ac:84: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:5312: _LT_LANG_CXX_CONFIG is expanded from...
m4/libtool.m4:785: _LT_LANG is expanded from...
m4/libtool.m4:768: LT_LANG is expanded from...
m4/libtool.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:84: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:576: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
configure.ac:576: the top level
configure.ac:84: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:4134: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5205: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:84: the top level
configure.ac:84: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:4134: _LT_LINKER_SHLIBS is expanded from...
m4/libtool.m4:5205: _LT_LANG_C_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:84: the top level
configure.ac:84: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
m4/libtool.m4:1018: _LT_SYS_MODULE_PATH_AIX is expanded from...
m4/libtool.m4:5312: _LT_LANG_CXX_CONFIG is expanded from...
m4/libtool.m4:785: _LT_LANG is expanded from...
m4/libtool.m4:768: LT_LANG is expanded from...
m4/libtool.m4:796: _LT_LANG_DEFAULT_CONFIG is expanded from...
m4/libtool.m4:138: _LT_SETUP is expanded from...
m4/libtool.m4:67: LT_INIT is expanded from...
m4/libtool.m4:102: AC_PROG_LIBTOOL is expanded from...
configure.ac:84: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:576: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
configure.ac:576: the top level
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'.
libtoolize: copying file `build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'.
libtoolize: copying file `m4/libtool.m4'
libtoolize: copying file `m4/ltoptions.m4'
libtoolize: copying file `m4/ltsugar.m4'
libtoolize: copying file `m4/ltversion.m4'
libtoolize: copying file `m4/lt~obsolete.m4'
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:576: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
configure.ac:576: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:576: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
configure.ac:576: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:576: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
configure.ac:576: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/include_next.m4:28: gl_INCLUDE_NEXT is expanded from...
m4/include_next.m4:124: gl_CHECK_NEXT_HEADERS is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:141: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2591: _AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2607: AC_COMPILE_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2032: AC_CACHE_VAL is expanded from...
../../lib/autoconf/general.m4:2053: AC_CACHE_CHECK is expanded from...
m4/lseek.m4:7: gl_FUNC_LSEEK is expanded from...
m4/gnulib-comp.m4:122: gl_INIT is expanded from...
configure.ac:141: the top level
configure.ac:576: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2730: _AC_RUN_IFELSE is expanded from...
../../lib/m4sugar/m4sh.m4:606: AS_IF is expanded from...
../../lib/autoconf/general.m4:2749: AC_RUN_IFELSE is expanded from...
configure.ac:576: the top level
touch debian/stamp-autotools-files
chmod a+x /«BUILDDIR»/mailutils-2.2+dfsg1/./configure
mkdir -p .
cd . && CFLAGS="-g -O2 -g -O2 -Wall" CXXFLAGS="-g -O2 -g -O2 -Wall" CPPFLAGS="" LDFLAGS="" /«BUILDDIR»/mailutils-2.2+dfsg1/./configure --build=i486-gnu --prefix=/usr --includedir="\${prefix}/include" --mandir="\${prefix}/share/man" --infodir="\${prefix}/share/info" --sysconfdir=/etc --localstatedir=/var --libexecdir="\${prefix}/lib/mailutils" --srcdir=. --disable-maintainer-mode --disable-dependency-tracking --disable-silent-rules --with-lispdir=\${prefix}/share/emacs/site-lisp --enable-virtual-domains --enable-mh --with-gnutls --with-gdbm --with-gssapi --with-gsasl --with-mysql --disable-rpath
configure: WARNING: unrecognized options: --disable-maintainer-mode
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i486-pc-gnu
checking host system type... i486-pc-gnu
configure: autobuild project... GNU Mailutils
configure: autobuild revision... 2.2
configure: autobuild hostname... mozart
configure: autobuild timestamp... 20111002T042737Z
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking whether gcc and cc understand -c and -o together... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for _LARGEFILE_SOURCE value needed for large files... no
configure: autobuild project... GNU Mailutils
configure: autobuild revision... 2.2
configure: autobuild hostname... mozart
configure: autobuild timestamp... 20111002T042800Z
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking whether ln -s works... yes
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... -1
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i486-pc-gnu file names to i486-pc-gnu format... func_convert_file_noop
checking how to convert i486-pc-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... gnu ld.so
checking how to hardcode library paths into programs... immediate
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... gnu ld.so
checking how to hardcode library paths into programs... immediate
checking for bison... bison -y
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking for iconv_t... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for inline... inline
checking for C/C++ restrict keyword... __restrict
checking whether getenv is declared... yes
checking whether clearerr_unlocked is declared... yes
checking whether feof_unlocked is declared... yes
checking whether ferror_unlocked is declared... yes
checking whether fflush_unlocked is declared... yes
checking whether fgets_unlocked is declared... yes
checking whether fputc_unlocked is declared... yes
checking whether fputs_unlocked is declared... yes
checking whether fread_unlocked is declared... yes
checking whether fwrite_unlocked is declared... yes
checking whether getc_unlocked is declared... yes
checking whether getchar_unlocked is declared... yes
checking whether putc_unlocked is declared... yes
checking whether putchar_unlocked is declared... yes
checking for flockfile... yes
checking for funlockfile... yes
checking for getdelim... yes
checking for __fsetlocking... yes
checking for tcgetattr... yes
checking for tcsetattr... yes
checking for mbsinit... yes
checking for mbrtowc... yes
checking for mbslen... no
checking for isascii... yes
checking for mprotect... yes
checking for setenv... yes
checking for sleep... yes
checking for strndup... yes
checking for vasnprintf... no
checking for iswcntrl... yes
checking for iswblank... yes
checking for wcwidth... yes
checking for features.h... yes
checking for linewrap.h... no
checking for errno.h... yes
checking for float.h... yes
checking for getopt.h... yes
checking for stdio_ext.h... yes
checking for termios.h... yes
checking for wchar.h... yes
checking for sys/mman.h... yes
checking for unistd.h... (cached) yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for sysexits.h... yes
checking for wctype.h... yes
checking for sys/param.h... yes
checking whether system is Windows or MSDOS... no
checking whether // is distinct from /... no
checking if environ is properly declared... yes
checking whether the preprocessor supports include_next... yes
checking for complete errno.h... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether stdin defaults to large file offsets... yes
checking whether getdelim is declared... yes
checking whether getline is declared... yes
checking for getopt.h... (cached) yes
checking for getopt_long_only... yes
checking whether optreset is declared... no
checking whether getopt is POSIX compatible... yes
checking for working GNU getopt function... yes
checking whether getpass is declared... yes
checking whether flockfile is declared... yes
checking whether funlockfile is declared... yes
checking for off_t... yes
checking for nl_langinfo and CODESET... yes
checking for working fcntl.h... no (bad O_NOFOLLOW)
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether malloc, realloc, calloc are POSIX compliant... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for long long int... yes
checking for mbstate_t... yes
checking whether mbrtowc and mbstate_t are properly declared... (cached) yes
checking for a traditional japanese locale... none
checking for a transitional chinese locale... none
checking for a french Unicode locale... none
checking for mmap... yes
checking for MAP_ANONYMOUS... yes
checking for memchr... yes
checking whether memchr works... yes
checking whether setenv validates arguments... yes
checking search.h usability... yes
checking search.h presence... yes
checking for search.h... yes
checking for tsearch... yes
checking whether snprintf is declared... yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for wchar_t... yes
checking for unsigned long long int... yes
checking for working strerror function... yes
checking whether memmem is declared without a macro... yes
checking whether mempcpy is declared without a macro... yes
checking whether memrchr is declared without a macro... yes
checking whether rawmemchr is declared without a macro... yes
checking whether stpcpy is declared without a macro... yes
checking whether stpncpy is declared without a macro... yes
checking whether strchrnul is declared without a macro... yes
checking whether strdup is declared without a macro... yes
checking whether strndup is declared without a macro... yes
checking whether strnlen is declared without a macro... yes
checking whether strpbrk is declared without a macro... yes
checking whether strsep is declared without a macro... yes
checking whether strcasestr is declared without a macro... yes
checking whether strtok_r is declared without a macro... yes
checking whether strsignal is declared without a macro... yes
checking whether strverscmp is declared without a macro... yes
checking whether strcasecmp is declared without a macro... yes
checking whether strncasecmp is declared without a macro... yes
checking whether strndup is declared... (cached) yes
checking whether strnlen is declared... (cached) yes
checking whether strtok_r is declared... (cached) yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking for snprintf... yes
checking for strnlen... yes
checking for wcslen... yes
checking for wcsnlen... yes
checking for mbrtowc... (cached) yes
checking for wcrtomb... yes
checking whether _snprintf is declared... no
checking whether vsnprintf is declared... yes
checking whether <wchar.h> uses 'inline' correctly... yes
checking for alloca as a compiler built-in... yes
checking whether program_invocation_name is declared... yes
checking whether program_invocation_short_name is declared... yes
checking whether program_invocation_name is defined... yes
checking whether program_invocation_short_name is defined... yes
checking whether // is distinct from /... (cached) no
checking for error_at_line... yes
checking for fseeko... yes
checking for working getdelim function... yes
checking for getline... yes
checking for working getline function... yes
checking whether __fsetlocking is declared... yes
checking whether the compiler generally respects inline... yes
checking whether lseek detects pipes... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... (cached) yes
checking whether mbrtowc handles incomplete characters... guessing yes
checking whether mbrtowc works as well as mbtowc... guessing yes
checking whether mbrtowc handles a NULL string argument... guessing yes
checking whether mbrtowc has a correct return value... guessing yes
checking whether mbrtowc returns 0 when parsing a NUL character... guessing yes
checking whether mbrtowc handles incomplete characters... (cached) guessing yes
checking whether mbrtowc works as well as mbtowc... (cached) guessing yes
checking whether mbswidth is declared in <wchar.h>... no
checking for mbstate_t... (cached) yes
checking for mempcpy... yes
checking for obstacks... yes
checking for rawmemchr... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking whether sleep is declared... yes
checking for working sleep... yes
checking for snprintf... (cached) yes
checking whether snprintf respects a size of 1... yes
checking whether NULL can be used in arbitrary expressions... yes
checking whether stdint.h conforms to C99... yes
checking whether dprintf is declared without a macro... yes
checking whether fpurge is declared without a macro... no
checking whether fseeko is declared without a macro... yes
checking whether ftello is declared without a macro... yes
checking whether getdelim is declared without a macro... yes
checking whether getline is declared without a macro... yes
checking whether popen is declared without a macro... yes
checking whether renameat is declared without a macro... yes
checking whether snprintf is declared without a macro... yes
checking whether vdprintf is declared without a macro... yes
checking whether vsnprintf is declared without a macro... yes
checking for random.h... no
checking for struct random_data... yes
checking whether atoll is declared without a macro... yes
checking whether canonicalize_file_name is declared without a macro... yes
checking whether getloadavg is declared without a macro... yes
checking whether getsubopt is declared without a macro... yes
checking whether grantpt is declared without a macro... yes
checking whether mkdtemp is declared without a macro... yes
checking whether mkostemp is declared without a macro... yes
checking whether mkostemps is declared without a macro... yes
checking whether mkstemp is declared without a macro... yes
checking whether mkstemps is declared without a macro... yes
checking whether ptsname is declared without a macro... yes
checking whether random_r is declared without a macro... yes
checking whether initstat_r is declared without a macro... no
checking whether srandom_r is declared without a macro... yes
checking whether setstate_r is declared without a macro... yes
checking whether realpath is declared without a macro... yes
checking whether rpmatch is declared without a macro... yes
checking whether setenv is declared without a macro... yes
checking whether strtod is declared without a macro... yes
checking whether strtoll is declared without a macro... yes
checking whether strtoull is declared without a macro... yes
checking whether unlockpt is declared without a macro... yes
checking whether unsetenv is declared without a macro... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... (cached) yes
checking for strchrnul... yes
checking for working strndup... yes
checking for working strnlen... yes
checking for strtok_r... yes
checking whether strtok_r works... no
checking whether chown is declared without a macro... yes
checking whether dup2 is declared without a macro... yes
checking whether dup3 is declared without a macro... yes
checking whether environ is declared without a macro... yes
checking whether euidaccess is declared without a macro... yes
checking whether faccessat is declared without a macro... yes
checking whether fchdir is declared without a macro... yes
checking whether fchownat is declared without a macro... yes
checking whether fsync is declared without a macro... yes
checking whether ftruncate is declared without a macro... yes
checking whether getcwd is declared without a macro... yes
checking whether getdomainname is declared without a macro... yes
checking whether getdtablesize is declared without a macro... yes
checking whether getgroups is declared without a macro... yes
checking whether gethostname is declared without a macro... yes
checking whether getlogin is declared without a macro... yes
checking whether getlogin_r is declared without a macro... yes
checking whether getpagesize is declared without a macro... yes
checking whether getusershell is declared without a macro... yes
checking whether setusershell is declared without a macro... yes
checking whether endusershell is declared without a macro... yes
checking whether lchown is declared without a macro... yes
checking whether link is declared without a macro... yes
checking whether linkat is declared without a macro... yes
checking whether lseek is declared without a macro... yes
checking whether pipe2 is declared without a macro... yes
checking whether pread is declared without a macro... yes
checking whether readlink is declared without a macro... yes
checking whether readlinkat is declared without a macro... yes
checking whether rmdir is declared without a macro... yes
checking whether sleep is declared without a macro... yes
checking whether symlink is declared without a macro... yes
checking whether symlinkat is declared without a macro... yes
checking whether ttyname_r is declared without a macro... yes
checking whether unlink is declared without a macro... yes
checking whether unlinkat is declared without a macro... yes
checking whether usleep is declared without a macro... yes
checking for ptrdiff_t... yes
checking for vasprintf... yes
checking for vsnprintf... yes
checking whether snprintf respects a size of 1... (cached) yes
checking whether btowc is declared without a macro... yes
checking whether wctob is declared without a macro... yes
checking whether mbsinit is declared without a macro... yes
checking whether mbrtowc is declared without a macro... yes
checking whether mbrlen is declared without a macro... yes
checking whether mbsrtowcs is declared without a macro... yes
checking whether mbsnrtowcs is declared without a macro... yes
checking whether wcrtomb is declared without a macro... yes
checking whether wcsrtombs is declared without a macro... yes
checking whether wcsnrtombs is declared without a macro... yes
checking whether wcwidth is declared without a macro... yes
checking whether iswcntrl works... yes
checking whether wcwidth is declared... (cached) yes
checking whether wcwidth works reasonably in UTF-8 locales... yes
checking for stdint.h... (cached) yes
checking for res_query in -lresolv... no
checking for lt_dlinit in -lltdl... yes
checking for main in -lwrap... yes
checking for main in -lnsl... yes
checking tcpd.h usability... yes
checking tcpd.h presence... yes
checking for tcpd.h... yes
checking for krb5-config... /usr/bin/krb5-config
checking gss.h usability... no
checking gss.h presence... no
checking for gss.h... no
checking gssapi.h usability... yes
checking gssapi.h presence... yes
checking for gssapi.h... yes
checking gssapi/gssapi.h usability... yes
checking gssapi/gssapi.h presence... yes
checking for gssapi/gssapi.h... yes
checking gssapi/gssapi_generic.h usability... yes
checking gssapi/gssapi_generic.h presence... yes
checking for gssapi/gssapi_generic.h... yes
checking whether GSS_C_NT_HOSTBASED_SERVICE is declared... yes
checking GSSAPI implementation... Heimdal
checking whether to use GNU SASL library... checking gsasl.h usability... yes
checking gsasl.h presence... yes
checking for gsasl.h... yes
checking for gsasl_init in -lgsasl... yes
-lgsasl
checking gnutls/gnutls.h usability... yes
checking gnutls/gnutls.h presence... yes
checking for gnutls/gnutls.h... yes
checking for main in -lgcrypt... yes
checking for gnutls_global_init in -lgnutls... yes
checking whether to use TLS libraries... yes
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking for value of PATH_SENDMAIL... from _PATH_SENDMAIL in <paths.h>
checking for value of PATH_MAILDIR... from _PATH_MAILDIR in <paths.h>
checking for value of PATH_DEV... from _PATH_DEV in <paths.h>
checking for value of PATH_TTY_PFX... from _PATH_DEV in <paths.h>
checking for value of PATH_DEVNULL... from _PATH_DEVNULL in <paths.h>
checking for value of PATH_UTMP... from _PATH_UTMP in <paths.h>
checking for value of PATH_UTMPX... from _PATH_UTMPX in <utmpx.h>
checking for value of PATH_WTMP... from _PATH_WTMP in <paths.h>
checking for value of PATH_TTY... from _PATH_TTY in <paths.h>
checking for log facility... LOG_MAIL
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 errno.h... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.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 obstack.h usability... yes
checking obstack.h presence... yes
checking for obstack.h... yes
checking for paths.h... (cached) yes
checking shadow.h usability... yes
checking shadow.h presence... yes
checking for shadow.h... yes
checking socket.h usability... no
checking socket.h presence... no
checking for socket.h... no
checking for sys/socket.h... (cached) yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking for stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) 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 for sysexits.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking termcap.h usability... yes
checking termcap.h presence... yes
checking for termcap.h... yes
checking for termios.h... (cached) yes
checking termio.h usability... no
checking termio.h presence... no
checking for termio.h... no
checking sgtty.h usability... yes
checking sgtty.h presence... yes
checking for sgtty.h... yes
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking for unistd.h... (cached) yes
checking for wchar.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... (cached) yes
checking for pid_t... yes
checking for size_t... (cached) yes
checking for ssize_t... yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for ino_t... yes
checking for dev_t... yes
checking for socklen_t... yes
checking for long long... yes
checking for long double... yes
checking whether struct tm is in sys/time.h or time.h... (cached) time.h
checking for struct tm.tm_zone... (cached) yes
checking for struct tm.tm_gmtoff... yes
checking for struct tm.tm_isdst... yes
checking size of off_t... 8
checking size of long... 4
checking size of long long... 8
checking for getpagesize... yes
checking for working mmap... yes
checking whether strtok_r is declared... (cached) yes
checking whether strchrnul is declared... (cached) yes
checking whether strndup is declared... (cached) yes
checking whether asprintf is declared... yes
checking whether vasprintf is declared... yes
checking whether strsignal is declared... (cached) yes
checking whether environ is declared... (cached) yes
checking for mkstemp... yes
checking for sigaction... yes
checking for sysconf... yes
checking for getdelim... (cached) yes
checking for setreuid... yes
checking for setresuid... yes
checking for seteuid... yes
checking for setlocale... yes
checking for vfork... yes
checking for _exit... yes
checking for _LARGEFILE_SOURCE value needed for large files... (cached) no
checking for fgetpwent... yes
checking for utmp.h... (cached) yes
checking for getutent... yes
checking for wcwidth... (cached) yes
checking fribidi/fribidi.h usability... yes
checking fribidi/fribidi.h presence... yes
checking for fribidi/fribidi.h... yes
checking for fribidi_log2vis in -lfribidi... yes
checking for mysql_real_connect in -lmysqlclient... -lmysqlclient -lm
checking for ldap_bind in -lldap... yes
checking security/pam_appl.h usability... yes
checking security/pam_appl.h presence... yes
checking for security/pam_appl.h... yes
checking for dlopen in -ldl... (cached) yes
checking for pam_start in -lpam... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking whether crypt is declared... yes
checking for crypt in -lcrypt... yes
checking for pthread_cancel in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_rwlock_init... yes
checking for gethostbyname... yes
checking for socket... yes
checking for tputs in -lncurses... yes
checking for readline in -lreadline... yes
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking for rl_completion_matches... yes
checking for gdbm_open in -lgdbm... yes
checking gdbm.h usability... yes
checking gdbm.h presence... yes
checking for gdbm.h... yes
checking for guile-config... /usr/bin/guile-config
checking for guile-snarf... /usr/bin/guile-snarf
checking for guile-tools... /usr/bin/guile-tools
configure: WARNING: guile site directory "/usr/share/guile/site" lies outside your current prefix (/usr).
configure: WARNING: Falling back to $(datadir)/guile/site instead. Use --with-guile-site-dir to force using site directory.
checking for scm_t_off... no
checking for emacs... no
checking for xemacs... no
checking where .elc files should go... ${prefix}/share/emacs/site-lisp
checking for a Python interpreter with version >= 2.5.0... python
checking for python... /usr/bin/python
checking for python version... 2.7
checking for python platform... gnu0
checking for python script directory... ${prefix}/lib/python2.7/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
checking for python-config... /usr/bin/python-config
configure: creating ./config.status
config.status: creating include/confpaths.h
config.status: creating Makefile
config.status: creating sql/Makefile
config.status: creating comsat/Makefile
config.status: creating config/Makefile
config.status: creating doc/Makefile
config.status: creating doc/man/Makefile
config.status: creating dotlock/Makefile
config.status: creating examples/Makefile
config.status: creating examples/config/Makefile
config.status: creating examples/cpp/Makefile
config.status: creating examples/python/Makefile
config.status: creating examples/scheme/Makefile
config.status: creating gint/Makefile
config.status: creating frm/Makefile
config.status: creating frm/testsuite/Makefile
config.status: creating guimb/Makefile
config.status: creating guimb/scm/Makefile
config.status: creating imap4d/Makefile
config.status: creating imap4d/testsuite/Makefile
config.status: creating include/Makefile
config.status: creating include/mailutils/Makefile
config.status: creating include/mailutils/sys/Makefile
config.status: creating include/mailutils/cpp/Makefile
config.status: creating lib/Makefile
config.status: creating libmu_argp/Makefile
config.status: creating libmu_auth/Makefile
config.status: creating libmu_cfg/Makefile
config.status: creating libmu_cpp/Makefile
config.status: creating libmu_scm/Makefile
config.status: creating libmu_sieve/Makefile
config.status: creating libmu_sieve/extensions/Makefile
config.status: creating libproto/Makefile
config.status: creating libproto/mbox/Makefile
config.status: creating libproto/mh/Makefile
config.status: creating libproto/maildir/Makefile
config.status: creating libproto/mailer/Makefile
config.status: creating libproto/pop/Makefile
config.status: creating libproto/nntp/Makefile
config.status: creating libproto/imap/Makefile
config.status: creating libproto/include/Makefile
config.status: creating maidag/Makefile
config.status: creating mail/Makefile
config.status: creating mail/testsuite/Makefile
config.status: creating mailbox/Makefile
config.status: creating mailbox/testsuite/Makefile
config.status: creating messages/Makefile
config.status: creating messages/testsuite/Makefile
config.status: creating mh/Makefile
config.status: creating mimeview/Makefile
config.status: creating movemail/Makefile
config.status: creating po/Makefile.in
config.status: creating pop3d/Makefile
config.status: creating pop3d/testsuite/Makefile
config.status: creating python/Makefile
config.status: creating python/libmu_py/Makefile
config.status: creating python/mailutils/Makefile
config.status: creating readmsg/Makefile
config.status: creating readmsg/testsuite/Makefile
config.status: creating mu-aux/Makefile
config.status: creating mu-aux/mailutils.spec
config.status: creating sieve/Makefile
config.status: creating sieve/testsuite/Makefile
config.status: creating testsuite/Makefile
config.status: creating config.h
config.status: linking lib/gettext.h to include/gettext.h
config.status: linking lib/intprops.h to include/intprops.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
config.status: executing sql/modlist.h commands
config.status: executing status commands
*******************************************************************
GNU Mailutils configured with the following settings:
Default mailbox scheme ........ mbox
Use PAM ....................... yes
Use -ltdl ..................... yes
Use DBM ....................... GDBM
Use GNU TLS ................... yes
Use GSASL ..................... yes
Use GSSAPI .................... yes
Use TCP wrappers .............. yes
Pthread support ............... yes
Readline support .............. yes
MySQL support ................. yes
PostgreSQL support ............ no
LDAP support .................. yes
Radius support ................
Support for virtual domains ... yes
Interfaces:
Guile ......................... yes
C++ ........................... yes
Python ........................ yes
configure: WARNING: unrecognized options: --disable-maintainer-mode
Mailbox formats:
IMAP .......................... yes
POP ........................... yes
MH ............................ yes
maildir ....................... yes
Mailers:
SMTP .......................... yes
Sendmail ...................... yes
*******************************************************************
Before proceeding, verify if these satisfy your requirements.
touch debian/stamp-autotools
/usr/bin/make -C .
make[1]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
/usr/bin/make all-recursive
make[2]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
Making all in mu-aux
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mu-aux'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mu-aux'
Making all in include
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include'
Making all in mailutils
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
/usr/bin/make all-recursive
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
Making all in sys
make[6]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils/sys'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils/sys'
Making all in cpp
make[6]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils/cpp'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils/cpp'
make[6]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
sed 's/_MU_OFF_TYPE_/long long/;s/_MU_DEFAULT_RECORD_/mu_mbox_record/' ../../include/mailutils/types.hin > types.h
make[6]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include'
Making all in po
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/po'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/po'
Making all in testsuite
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/testsuite'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/testsuite'
Making all in mailbox
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
/usr/bin/make all-recursive
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
Making all in testsuite
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite'
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
\
# source='acl.c' object='acl.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o acl.lo acl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c acl.c -fPIC -DPIC -o .libs/acl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c acl.c -o acl.o >/dev/null 2>&1
\
# source='address.c' object='address.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o address.lo address.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c address.c -fPIC -DPIC -o .libs/address.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c address.c -o address.o >/dev/null 2>&1
\
# source='alloc.c' object='alloc.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o alloc.lo alloc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c alloc.c -fPIC -DPIC -o .libs/alloc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c alloc.c -o alloc.o >/dev/null 2>&1
\
# source='amd.c' object='amd.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o amd.lo amd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c amd.c -fPIC -DPIC -o .libs/amd.o
amd.c: In function 'compute_mailbox_size':
amd.c:1002:7: warning: variable 'status' set but not used [-Wunused-but-set-variable]
amd.c: In function 'amd_get_size':
amd.c:1409:6: warning: 'rc' may be used uninitialized in this function [-Wuninitialized]
amd.c: In function 'amd_msg_lookup':
amd.c:169:12: warning: 'i' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c amd.c -o amd.o >/dev/null 2>&1
\
# source='argcv.c' object='argcv.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argcv.lo argcv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argcv.c -fPIC -DPIC -o .libs/argcv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argcv.c -o argcv.o >/dev/null 2>&1
\
# source='asnprintf.c' object='asnprintf.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o asnprintf.lo asnprintf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c asnprintf.c -fPIC -DPIC -o .libs/asnprintf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c asnprintf.c -o asnprintf.o >/dev/null 2>&1
\
# source='asprintf.c' object='asprintf.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o asprintf.lo asprintf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c asprintf.c -fPIC -DPIC -o .libs/asprintf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c asprintf.c -o asprintf.o >/dev/null 2>&1
\
# source='assoc.c' object='assoc.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o assoc.lo assoc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c assoc.c -fPIC -DPIC -o .libs/assoc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c assoc.c -o assoc.o >/dev/null 2>&1
\
# source='attachment.c' object='attachment.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o attachment.lo attachment.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c attachment.c -fPIC -DPIC -o .libs/attachment.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c attachment.c -o attachment.o >/dev/null 2>&1
\
# source='attribute.c' object='attribute.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o attribute.lo attribute.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c attribute.c -fPIC -DPIC -o .libs/attribute.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c attribute.c -o attribute.o >/dev/null 2>&1
\
# source='auth.c' object='auth.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o auth.lo auth.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c auth.c -fPIC -DPIC -o .libs/auth.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c auth.c -o auth.o >/dev/null 2>&1
\
# source='base64.c' object='base64.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o base64.lo base64.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c base64.c -fPIC -DPIC -o .libs/base64.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c base64.c -o base64.o >/dev/null 2>&1
\
# source='body.c' object='body.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o body.lo body.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c body.c -fPIC -DPIC -o .libs/body.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c body.c -o body.o >/dev/null 2>&1
\
# source='cstrcasecmp.c' object='cstrcasecmp.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o cstrcasecmp.lo cstrcasecmp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cstrcasecmp.c -fPIC -DPIC -o .libs/cstrcasecmp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cstrcasecmp.c -o cstrcasecmp.o >/dev/null 2>&1
\
# source='cfg_driver.c' object='cfg_driver.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o cfg_driver.lo cfg_driver.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cfg_driver.c -fPIC -DPIC -o .libs/cfg_driver.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cfg_driver.c -o cfg_driver.o >/dev/null 2>&1
\
# source='cfg_format.c' object='cfg_format.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o cfg_format.lo cfg_format.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cfg_format.c -fPIC -DPIC -o .libs/cfg_format.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cfg_format.c -o cfg_format.o >/dev/null 2>&1
\
# source='cfg_lexer.c' object='cfg_lexer.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o cfg_lexer.lo cfg_lexer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cfg_lexer.c -fPIC -DPIC -o .libs/cfg_lexer.o
cfg_lexer.c:1639:17: warning: 'mu_cfg_yyunput' defined but not used [-Wunused-function]
cfg_lexer.c:1689:16: warning: 'input' defined but not used [-Wunused-function]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cfg_lexer.c -o cfg_lexer.o >/dev/null 2>&1
\
# source='cfg_parser.c' object='cfg_parser.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o cfg_parser.lo cfg_parser.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cfg_parser.c -fPIC -DPIC -o .libs/cfg_parser.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cfg_parser.c -o cfg_parser.o >/dev/null 2>&1
\
# source='cstrlower.c' object='cstrlower.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o cstrlower.lo cstrlower.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cstrlower.c -fPIC -DPIC -o .libs/cstrlower.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cstrlower.c -o cstrlower.o >/dev/null 2>&1
\
# source='cstrupper.c' object='cstrupper.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o cstrupper.lo cstrupper.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cstrupper.c -fPIC -DPIC -o .libs/cstrupper.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cstrupper.c -o cstrupper.o >/dev/null 2>&1
\
# source='daemon.c' object='daemon.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o daemon.lo daemon.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c daemon.c -fPIC -DPIC -o .libs/daemon.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c daemon.c -o daemon.o >/dev/null 2>&1
\
# source='date.c' object='date.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o date.lo date.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c date.c -fPIC -DPIC -o .libs/date.o
date.c: In function 'dayofyear':
date.c:59:3: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c date.c -o date.o >/dev/null 2>&1
\
# source='dbgstderr.c' object='dbgstderr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o dbgstderr.lo dbgstderr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c dbgstderr.c -fPIC -DPIC -o .libs/dbgstderr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c dbgstderr.c -o dbgstderr.o >/dev/null 2>&1
\
# source='dbgsyslog.c' object='dbgsyslog.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o dbgsyslog.lo dbgsyslog.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c dbgsyslog.c -fPIC -DPIC -o .libs/dbgsyslog.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c dbgsyslog.c -o dbgsyslog.o >/dev/null 2>&1
\
# source='debug.c' object='debug.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o debug.lo debug.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c debug.c -fPIC -DPIC -o .libs/debug.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c debug.c -o debug.o >/dev/null 2>&1
\
# source='diag.c' object='diag.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o diag.lo diag.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c diag.c -fPIC -DPIC -o .libs/diag.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c diag.c -o diag.o >/dev/null 2>&1
\
# source='envelope.c' object='envelope.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o envelope.lo envelope.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c envelope.c -fPIC -DPIC -o .libs/envelope.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c envelope.c -o envelope.o >/dev/null 2>&1
\
# source='fgetpwent.c' object='fgetpwent.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o fgetpwent.lo fgetpwent.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c fgetpwent.c -fPIC -DPIC -o .libs/fgetpwent.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c fgetpwent.c -o fgetpwent.o >/dev/null 2>&1
\
# source='file_stream.c' object='file_stream.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o file_stream.lo file_stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c file_stream.c -fPIC -DPIC -o .libs/file_stream.o
file_stream.c: In function '_prog_open':
file_stream.c:998:13: warning: 'pfd[1]' may be used uninitialized in this function [-Wuninitialized]
file_stream.c:980:13: warning: 'pfd[0]' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c file_stream.c -o file_stream.o >/dev/null 2>&1
\
# source='filter.c' object='filter.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o filter.lo filter.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter.c -fPIC -DPIC -o .libs/filter.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter.c -o filter.o >/dev/null 2>&1
\
# source='filter_iconv.c' object='filter_iconv.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o filter_iconv.lo filter_iconv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter_iconv.c -fPIC -DPIC -o .libs/filter_iconv.o
filter_iconv.c: In function '_icvt_read':
filter_iconv.c:138:10: warning: 'rc' may be used uninitialized in this function [-Wuninitialized]
filter_iconv.c:128:7: note: 'rc' was declared here
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter_iconv.c -o filter_iconv.o >/dev/null 2>&1
\
# source='filter_rfc822.c' object='filter_rfc822.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o filter_rfc822.lo filter_rfc822.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter_rfc822.c -fPIC -DPIC -o .libs/filter_rfc822.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter_rfc822.c -o filter_rfc822.o >/dev/null 2>&1
\
# source='filter_trans.c' object='filter_trans.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o filter_trans.lo filter_trans.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter_trans.c -fPIC -DPIC -o .libs/filter_trans.o
filter_trans.c: In function 'qp_decode':
filter_trans.c:174:7: warning: variable 'last_char' set but not used [-Wunused-but-set-variable]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter_trans.c -o filter_trans.o >/dev/null 2>&1
\
# source='folder.c' object='folder.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -fPIC -DPIC -o .libs/folder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -o folder.o >/dev/null 2>&1
\
# source='freeitem.c' object='freeitem.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o freeitem.lo freeitem.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c freeitem.c -fPIC -DPIC -o .libs/freeitem.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c freeitem.c -o freeitem.o >/dev/null 2>&1
\
# source='gdebug.c' object='gdebug.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o gdebug.lo gdebug.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c gdebug.c -fPIC -DPIC -o .libs/gdebug.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c gdebug.c -o gdebug.o >/dev/null 2>&1
\
# source='gocs.c' object='gocs.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o gocs.lo gocs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c gocs.c -fPIC -DPIC -o .libs/gocs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c gocs.c -o gocs.o >/dev/null 2>&1
\
# source='hdritr.c' object='hdritr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o hdritr.lo hdritr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c hdritr.c -fPIC -DPIC -o .libs/hdritr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c hdritr.c -o hdritr.o >/dev/null 2>&1
\
# source='header.c' object='header.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o header.lo header.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c header.c -fPIC -DPIC -o .libs/header.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c header.c -o header.o >/dev/null 2>&1
\
# source='iterator.c' object='iterator.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o iterator.lo iterator.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c iterator.c -fPIC -DPIC -o .libs/iterator.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c iterator.c -o iterator.o >/dev/null 2>&1
\
# source='ipsrv.c' object='ipsrv.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o ipsrv.lo ipsrv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c ipsrv.c -fPIC -DPIC -o .libs/ipsrv.o
ipsrv.c: In function 'mu_ip_server_accept':
ipsrv.c:523:6: warning: 'rc' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c ipsrv.c -o ipsrv.o >/dev/null 2>&1
\
# source='kwd.c' object='kwd.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o kwd.lo kwd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c kwd.c -fPIC -DPIC -o .libs/kwd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c kwd.c -o kwd.o >/dev/null 2>&1
list.c: In function 'mu_list_locate':
list.c:183:31: warning: variable 'previous' set but not used [-Wunused-but-set-variable]
list.c: In function 'mu_list_replace':
list.c:296:31: warning: variable 'previous' set but not used [-Wunused-but-set-variable]
list.c: In function 'list_itrctl':
list.c:603:4: warning: 'ptr' may be used uninitialized in this function [-Wuninitialized]
\
# source='list.c' object='list.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o list.lo list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.c -fPIC -DPIC -o .libs/list.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.c -o list.o >/dev/null 2>&1
\
# source='listlist.c' object='listlist.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o listlist.lo listlist.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c listlist.c -fPIC -DPIC -o .libs/listlist.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c listlist.c -o listlist.o >/dev/null 2>&1
\
# source='locale.c' object='locale.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o locale.lo locale.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c locale.c -fPIC -DPIC -o .libs/locale.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c locale.c -o locale.o >/dev/null 2>&1
\
# source='locker.c' object='locker.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o locker.lo locker.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c locker.c -fPIC -DPIC -o .libs/locker.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c locker.c -o locker.o >/dev/null 2>&1
\
# source='mailbox.c' object='mailbox.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailbox.lo mailbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailbox.c -fPIC -DPIC -o .libs/mailbox.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailbox.c -o mailbox.o >/dev/null 2>&1
\
# source='mailcap.c' object='mailcap.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailcap.lo mailcap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailcap.c -fPIC -DPIC -o .libs/mailcap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailcap.c -o mailcap.o >/dev/null 2>&1
\
# source='mailer.c' object='mailer.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailer.lo mailer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailer.c -fPIC -DPIC -o .libs/mailer.o
mailer.c: In function 'send_fragments':
mailer.c:521:3: warning: 'status' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailer.c -o mailer.o >/dev/null 2>&1
\
# source='mapfile_stream.c' object='mapfile_stream.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mapfile_stream.lo mapfile_stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mapfile_stream.c -fPIC -DPIC -o .libs/mapfile_stream.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mapfile_stream.c -o mapfile_stream.o >/dev/null 2>&1
\
# source='mbx_default.c' object='mbx_default.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbx_default.lo mbx_default.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbx_default.c -fPIC -DPIC -o .libs/mbx_default.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbx_default.c -o mbx_default.o >/dev/null 2>&1
\
# source='mbxitr.c' object='mbxitr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbxitr.lo mbxitr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbxitr.c -fPIC -DPIC -o .libs/mbxitr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbxitr.c -o mbxitr.o >/dev/null 2>&1
\
# source='md5.c' object='md5.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o md5.lo md5.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c md5.c -fPIC -DPIC -o .libs/md5.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c md5.c -o md5.o >/dev/null 2>&1
\
# source='message.c' object='message.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o message.lo message.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c message.c -fPIC -DPIC -o .libs/message.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c message.c -o message.o >/dev/null 2>&1
\
# source='memory_stream.c' object='memory_stream.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o memory_stream.lo memory_stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c memory_stream.c -fPIC -DPIC -o .libs/memory_stream.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c memory_stream.c -o memory_stream.o >/dev/null 2>&1
\
# source='message_stream.c' object='message_stream.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o message_stream.lo message_stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c message_stream.c -fPIC -DPIC -o .libs/message_stream.o
message_stream.c: In function 'mu_stream_to_message':
message_stream.c:464:11: warning: operation on 'rc' may be undefined [-Wsequence-point]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c message_stream.c -o message_stream.o >/dev/null 2>&1
\
# source='mime.c' object='mime.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mime.lo mime.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mime.c -fPIC -DPIC -o .libs/mime.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mime.c -o mime.o >/dev/null 2>&1
\
# source='mimehdr.c' object='mimehdr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mimehdr.lo mimehdr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mimehdr.c -fPIC -DPIC -o .libs/mimehdr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mimehdr.c -o mimehdr.o >/dev/null 2>&1
\
# source='mkfilename.c' object='mkfilename.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mkfilename.lo mkfilename.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mkfilename.c -fPIC -DPIC -o .libs/mkfilename.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mkfilename.c -o mkfilename.o >/dev/null 2>&1
\
# source='monitor.c' object='monitor.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o monitor.lo monitor.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c monitor.c -fPIC -DPIC -o .libs/monitor.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c monitor.c -o monitor.o >/dev/null 2>&1
\
# source='msrv.c' object='msrv.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o msrv.lo msrv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c msrv.c -fPIC -DPIC -o .libs/msrv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c msrv.c -o msrv.o >/dev/null 2>&1
\
# source='mu_auth.c' object='mu_auth.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_auth.lo mu_auth.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_auth.c -fPIC -DPIC -o .libs/mu_auth.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_auth.c -o mu_auth.o >/dev/null 2>&1
\
# source='muctype.c' object='muctype.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o muctype.lo muctype.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c muctype.c -fPIC -DPIC -o .libs/muctype.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c muctype.c -o muctype.o >/dev/null 2>&1
\
# source='munre.c' object='munre.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o munre.lo munre.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c munre.c -fPIC -DPIC -o .libs/munre.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c munre.c -o munre.o >/dev/null 2>&1
\
# source='mutil.c' object='mutil.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mutil.lo mutil.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mutil.c -fPIC -DPIC -o .libs/mutil.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mutil.c -o mutil.o >/dev/null 2>&1
\
# source='muerror.c' object='muerror.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o muerror.lo muerror.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c muerror.c -fPIC -DPIC -o .libs/muerror.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c muerror.c -o muerror.o >/dev/null 2>&1
\
# source='muerrno.c' object='muerrno.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o muerrno.lo muerrno.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c muerrno.c -fPIC -DPIC -o .libs/muerrno.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c muerrno.c -o muerrno.o >/dev/null 2>&1
\
# source='nls.c' object='nls.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nls.lo nls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nls.c -fPIC -DPIC -o .libs/nls.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nls.c -o nls.o >/dev/null 2>&1
\
# source='observer.c' object='observer.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o observer.lo observer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c observer.c -fPIC -DPIC -o .libs/observer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c observer.c -o observer.o >/dev/null 2>&1
\
# source='opool.c' object='opool.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o opool.lo opool.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c opool.c -fPIC -DPIC -o .libs/opool.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c opool.c -o opool.o >/dev/null 2>&1
\
# source='parse822.c' object='parse822.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o parse822.lo parse822.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c parse822.c -fPIC -DPIC -o .libs/parse822.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c parse822.c -o parse822.o >/dev/null 2>&1
\
# source='parsedate.c' object='parsedate.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o parsedate.lo parsedate.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c parsedate.c -fPIC -DPIC -o .libs/parsedate.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c parsedate.c -o parsedate.o >/dev/null 2>&1
\
# source='permstr.c' object='permstr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o permstr.lo permstr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c permstr.c -fPIC -DPIC -o .libs/permstr.o
permstr.c: In function 'mu_parse_stream_perm_string':
permstr.c:96:8: warning: 'f' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c permstr.c -o permstr.o >/dev/null 2>&1
\
# source='progmailer.c' object='progmailer.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o progmailer.lo progmailer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c progmailer.c -fPIC -DPIC -o .libs/progmailer.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c progmailer.c -o progmailer.o >/dev/null 2>&1
\
# source='property.c' object='property.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o property.lo property.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c property.c -fPIC -DPIC -o .libs/property.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c property.c -o property.o >/dev/null 2>&1
\
# source='registrar.c' object='registrar.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o registrar.lo registrar.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c registrar.c -fPIC -DPIC -o .libs/registrar.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c registrar.c -o registrar.o >/dev/null 2>&1
\
# source='refcount.c' object='refcount.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o refcount.lo refcount.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c refcount.c -fPIC -DPIC -o .libs/refcount.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c refcount.c -o refcount.o >/dev/null 2>&1
\
# source='rfc2047.c' object='rfc2047.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o rfc2047.lo rfc2047.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c rfc2047.c -fPIC -DPIC -o .libs/rfc2047.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c rfc2047.c -o rfc2047.o >/dev/null 2>&1
\
# source='sha1.c' object='sha1.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o sha1.lo sha1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sha1.c -fPIC -DPIC -o .libs/sha1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sha1.c -o sha1.o >/dev/null 2>&1
\
# source='secret.c' object='secret.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o secret.lo secret.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c secret.c -fPIC -DPIC -o .libs/secret.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c secret.c -o secret.o >/dev/null 2>&1
\
# source='server.c' object='server.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o server.lo server.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c server.c -fPIC -DPIC -o .libs/server.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c server.c -o server.o >/dev/null 2>&1
\
# source='socket_stream.c' object='socket_stream.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o socket_stream.lo socket_stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c socket_stream.c -fPIC -DPIC -o .libs/socket_stream.o
socket_stream.c: In function '_s_shutdown':
socket_stream.c:196:16: warning: 'flag' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c socket_stream.c -o socket_stream.o >/dev/null 2>&1
\
# source='stream.c' object='stream.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o stream.lo stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stream.c -fPIC -DPIC -o .libs/stream.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stream.c -o stream.o >/dev/null 2>&1
\
# source='strltrim.c' object='strltrim.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o strltrim.lo strltrim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strltrim.c -fPIC -DPIC -o .libs/strltrim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strltrim.c -o strltrim.o >/dev/null 2>&1
\
# source='strskip.c' object='strskip.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o strskip.lo strskip.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strskip.c -fPIC -DPIC -o .libs/strskip.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strskip.c -o strskip.o >/dev/null 2>&1
\
# source='stripws.c' object='stripws.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o stripws.lo stripws.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stripws.c -fPIC -DPIC -o .libs/stripws.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stripws.c -o stripws.o >/dev/null 2>&1
\
# source='strrtrim.c' object='strrtrim.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o strrtrim.lo strrtrim.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strrtrim.c -fPIC -DPIC -o .libs/strrtrim.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strrtrim.c -o strrtrim.o >/dev/null 2>&1
\
# source='syslog.c' object='syslog.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o syslog.lo syslog.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c syslog.c -fPIC -DPIC -o .libs/syslog.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c syslog.c -o syslog.o >/dev/null 2>&1
\
# source='system.c' object='system.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o system.lo system.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c system.c -fPIC -DPIC -o .libs/system.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c system.c -o system.o >/dev/null 2>&1
\
# source='ticket.c' object='ticket.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o ticket.lo ticket.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c ticket.c -fPIC -DPIC -o .libs/ticket.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c ticket.c -o ticket.o >/dev/null 2>&1
\
# source='tcp.c' object='tcp.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o tcp.lo tcp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c tcp.c -fPIC -DPIC -o .libs/tcp.o
tcp.c: In function '_tcp_shutdown':
tcp.c:287:16: warning: 'flag' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c tcp.c -o tcp.o >/dev/null 2>&1
\
# source='url.c' object='url.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o url.lo url.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -fPIC -DPIC -o .libs/url.o
url.c: In function 'mu_url_parse':
url.c:324:11: warning: 'pstart' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -o url.o >/dev/null 2>&1
\
# source='vartab.c' object='vartab.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o vartab.lo vartab.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c vartab.c -fPIC -DPIC -o .libs/vartab.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c vartab.c -o vartab.o >/dev/null 2>&1
\
# source='vasnprintf.c' object='vasnprintf.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o vasnprintf.lo vasnprintf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c vasnprintf.c -fPIC -DPIC -o .libs/vasnprintf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1
\
# source='version.c' object='version.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o version.lo version.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c version.c -fPIC -DPIC -o .libs/version.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c version.c -o version.o >/dev/null 2>&1
\
# source='wicket.c' object='wicket.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o wicket.lo wicket.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c wicket.c -fPIC -DPIC -o .libs/wicket.o
wicket.c: In function 'file_ticket_get_cred':
wicket.c:199:1: warning: control reaches end of non-void function [-Wreturn-type]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DLOCALEDIR=\"/usr/share/locale\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c wicket.c -o wicket.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmailutils.la -rpath /usr/lib acl.lo address.lo alloc.lo amd.lo argcv.lo asnprintf.lo asprintf.lo assoc.lo attachment.lo attribute.lo auth.lo base64.lo body.lo cstrcasecmp.lo cfg_driver.lo cfg_format.lo cfg_lexer.lo cfg_parser.lo cstrlower.lo cstrupper.lo daemon.lo date.lo dbgstderr.lo dbgsyslog.lo debug.lo diag.lo envelope.lo fgetpwent.lo file_stream.lo filter.lo filter_iconv.lo filter_rfc822.lo filter_trans.lo folder.lo freeitem.lo gdebug.lo gocs.lo hdritr.lo header.lo iterator.lo ipsrv.lo kwd.lo list.lo listlist.lo locale.lo locker.lo mailbox.lo mailcap.lo mailer.lo mapfile_stream.lo mbx_default.lo mbxitr.lo md5.lo message.lo memory_stream.lo message_stream.lo mime.lo mimehdr.lo mkfilename.lo monitor.lo msrv.lo mu_auth.lo muctype.lo munre.lo mutil.lo muerror.lo muerrno.lo nls.lo observer.lo opool.lo parse822.lo parsedate.lo permstr.lo progmailer.lo property.lo registrar.lo refcount.lo rfc2047.lo sha1.lo secret.lo server.lo socket_stream.lo stream.lo strltrim.lo strskip.lo stripws.lo strrtrim.lo syslog.lo system.lo ticket.lo tcp.lo url.lo vartab.lo vasnprintf.lo version.lo wicket.lo -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/acl.o .libs/address.o .libs/alloc.o .libs/amd.o .libs/argcv.o .libs/asnprintf.o .libs/asprintf.o .libs/assoc.o .libs/attachment.o .libs/attribute.o .libs/auth.o .libs/base64.o .libs/body.o .libs/cstrcasecmp.o .libs/cfg_driver.o .libs/cfg_format.o .libs/cfg_lexer.o .libs/cfg_parser.o .libs/cstrlower.o .libs/cstrupper.o .libs/daemon.o .libs/date.o .libs/dbgstderr.o .libs/dbgsyslog.o .libs/debug.o .libs/diag.o .libs/envelope.o .libs/fgetpwent.o .libs/file_stream.o .libs/filter.o .libs/filter_iconv.o .libs/filter_rfc822.o .libs/filter_trans.o .libs/folder.o .libs/freeitem.o .libs/gdebug.o .libs/gocs.o .libs/hdritr.o .libs/header.o .libs/iterator.o .libs/ipsrv.o .libs/kwd.o .libs/list.o .libs/listlist.o .libs/locale.o .libs/locker.o .libs/mailbox.o .libs/mailcap.o .libs/mailer.o .libs/mapfile_stream.o .libs/mbx_default.o .libs/mbxitr.o .libs/md5.o .libs/message.o .libs/memory_stream.o .libs/message_stream.o .libs/mime.o .libs/mimehdr.o .libs/mkfilename.o .libs/monitor.o .libs/msrv.o .libs/mu_auth.o .libs/muctype.o .libs/munre.o .libs/mutil.o .libs/muerror.o .libs/muerrno.o .libs/nls.o .libs/observer.o .libs/opool.o .libs/parse822.o .libs/parsedate.o .libs/permstr.o .libs/progmailer.o .libs/property.o .libs/registrar.o .libs/refcount.o .libs/rfc2047.o .libs/sha1.o .libs/secret.o .libs/server.o .libs/socket_stream.o .libs/stream.o .libs/strltrim.o .libs/strskip.o .libs/stripws.o .libs/strrtrim.o .libs/syslog.o .libs/system.o .libs/ticket.o .libs/tcp.o .libs/url.o .libs/vartab.o .libs/vasnprintf.o .libs/version.o .libs/wicket.o -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmailutils.so.2 -o .libs/libmailutils.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmailutils.so.2" && ln -s "libmailutils.so.2.1.2" "libmailutils.so.2")
libtool: link: (cd ".libs" && rm -f "libmailutils.so" && ln -s "libmailutils.so.2.1.2" "libmailutils.so")
libtool: link: ar cru .libs/libmailutils.a acl.o address.o alloc.o amd.o argcv.o asnprintf.o asprintf.o assoc.o attachment.o attribute.o auth.o base64.o body.o cstrcasecmp.o cfg_driver.o cfg_format.o cfg_lexer.o cfg_parser.o cstrlower.o cstrupper.o daemon.o date.o dbgstderr.o dbgsyslog.o debug.o diag.o envelope.o fgetpwent.o file_stream.o filter.o filter_iconv.o filter_rfc822.o filter_trans.o folder.o freeitem.o gdebug.o gocs.o hdritr.o header.o iterator.o ipsrv.o kwd.o list.o listlist.o locale.o locker.o mailbox.o mailcap.o mailer.o mapfile_stream.o mbx_default.o mbxitr.o md5.o message.o memory_stream.o message_stream.o mime.o mimehdr.o mkfilename.o monitor.o msrv.o mu_auth.o muctype.o munre.o mutil.o muerror.o muerrno.o nls.o observer.o opool.o parse822.o parsedate.o permstr.o progmailer.o property.o registrar.o refcount.o rfc2047.o sha1.o secret.o server.o socket_stream.o stream.o strltrim.o strskip.o stripws.o strrtrim.o syslog.o system.o ticket.o tcp.o url.o vartab.o vasnprintf.o version.o wicket.o
libtool: link: ranlib .libs/libmailutils.a
libtool: link: ( cd ".libs" && rm -f "libmailutils.la" && ln -s "../libmailutils.la" "libmailutils.la" )
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
Making all in sql
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/sql'
\
# source='sql.c' object='sql.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o sql.lo sql.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sql.c -fPIC -DPIC -o .libs/sql.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sql.c -o sql.o >/dev/null 2>&1
\
# source='mysql.c' object='mysql.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mysql.lo mysql.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mysql.c -fPIC -DPIC -o .libs/mysql.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mysql.c -o mysql.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o libsql.la sql.lo mysql.lo -lcrypt -lpthread -lgdbm
libtool: link: ar cru .libs/libsql.a .libs/sql.o .libs/mysql.o
libtool: link: ranlib .libs/libsql.a
libtool: link: ( cd ".libs" && rm -f "libsql.la" && ln -s "../libsql.la" "libsql.la" )
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/sql'
Making all in libmu_auth
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_auth'
\
# source='gsasl.c' object='gsasl.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o gsasl.lo gsasl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c gsasl.c -fPIC -DPIC -o .libs/gsasl.o
gsasl.c: In function '_gsasl_readline':
gsasl.c:77:15: warning: variable 'sz' set but not used [-Wunused-but-set-variable]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c gsasl.c -o gsasl.o >/dev/null 2>&1
\
# source='lbuf.c' object='lbuf.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o lbuf.lo lbuf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c lbuf.c -fPIC -DPIC -o .libs/lbuf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c lbuf.c -o lbuf.o >/dev/null 2>&1
\
# source='ldap.c' object='ldap.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o ldap.lo ldap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c ldap.c -fPIC -DPIC -o .libs/ldap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c ldap.c -o ldap.o >/dev/null 2>&1
\
# source='pam.c' object='pam.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o pam.lo pam.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c pam.c -fPIC -DPIC -o .libs/pam.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c pam.c -o pam.o >/dev/null 2>&1
\
# source='radius.c' object='radius.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o radius.lo radius.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c radius.c -fPIC -DPIC -o .libs/radius.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c radius.c -o radius.o >/dev/null 2>&1
\
# source='sql.c' object='sql.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o sql.lo sql.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c sql.c -fPIC -DPIC -o .libs/sql.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c sql.c -o sql.o >/dev/null 2>&1
\
# source='tls.c' object='tls.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o tls.lo tls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c tls.c -fPIC -DPIC -o .libs/tls.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c tls.c -o tls.o >/dev/null 2>&1
\
# source='virtual.c' object='virtual.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o virtual.lo virtual.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c virtual.c -fPIC -DPIC -o .libs/virtual.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c virtual.c -o virtual.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmu_auth.la -rpath /usr/lib gsasl.lo lbuf.lo ldap.lo pam.lo radius.lo sql.lo tls.lo virtual.lo ../mailbox/libmailutils.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../sql/libsql.la -lmysqlclient -lm -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/gsasl.o .libs/lbuf.o .libs/ldap.o .libs/pam.o .libs/radius.o .libs/sql.o .libs/tls.o .libs/virtual.o -Wl,--whole-archive ../sql/.libs/libsql.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs ../mailbox/.libs/libmailutils.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl -lmysqlclient -lm -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_auth.so.2 -o .libs/libmu_auth.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_auth.so.2" && ln -s "libmu_auth.so.2.1.2" "libmu_auth.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_auth.so" && ln -s "libmu_auth.so.2.1.2" "libmu_auth.so")
libtool: link: (cd .libs/libmu_auth.lax/libsql.a && ar x "/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_auth/../sql/.libs/libsql.a")
copying selected object files to avoid basename conflicts...
libtool: link: ln .libs/libmu_auth.lax/libsql.a/sql.o .libs/libmu_auth.lax/lt1-sql.o || cp .libs/libmu_auth.lax/libsql.a/sql.o .libs/libmu_auth.lax/lt1-sql.o
libtool: link: ar cru .libs/libmu_auth.a gsasl.o lbuf.o ldap.o pam.o radius.o sql.o tls.o virtual.o .libs/libmu_auth.lax/libsql.a/mysql.o .libs/libmu_auth.lax/lt1-sql.o
libtool: link: ranlib .libs/libmu_auth.a
libtool: link: rm -fr .libs/libmu_auth.lax .libs/libmu_auth.lax
libtool: link: ( cd ".libs" && rm -f "libmu_auth.la" && ln -s "../libmu_auth.la" "libmu_auth.la" )
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_auth'
Making all in libproto
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto'
Making all in include
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/include'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/include'
Making all in mbox
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mbox'
\
# source='folder.c' object='folder.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -fPIC -DPIC -o .libs/folder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -o folder.o >/dev/null 2>&1
\
# source='mbox.c' object='mbox.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -fPIC -DPIC -o .libs/mbox.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -o mbox.o >/dev/null 2>&1
\
# source='mboxscan.c' object='mboxscan.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mboxscan.lo mboxscan.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mboxscan.c -fPIC -DPIC -o .libs/mboxscan.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mboxscan.c -o mboxscan.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmu_mbox.la -rpath /usr/lib folder.lo mbox.lo mboxscan.lo ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/folder.o .libs/mbox.o .libs/mboxscan.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_mbox.so.2 -o .libs/libmu_mbox.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_mbox.so.2" && ln -s "libmu_mbox.so.2.1.2" "libmu_mbox.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_mbox.so" && ln -s "libmu_mbox.so.2.1.2" "libmu_mbox.so")
libtool: link: ar cru .libs/libmu_mbox.a folder.o mbox.o mboxscan.o
libtool: link: ranlib .libs/libmu_mbox.a
libtool: link: ( cd ".libs" && rm -f "libmu_mbox.la" && ln -s "../libmu_mbox.la" "libmu_mbox.la" )
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mbox'
Making all in pop
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/pop'
\
# source='folder.c' object='folder.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -fPIC -DPIC -o .libs/folder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -o folder.o >/dev/null 2>&1
\
# source='mbox.c' object='mbox.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -fPIC -DPIC -o .libs/mbox.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -o mbox.o >/dev/null 2>&1
\
# source='url.c' object='url.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o url.lo url.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -fPIC -DPIC -o .libs/url.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -o url.o >/dev/null 2>&1
\
# source='pop3_apop.c' object='pop3_apop.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_apop.lo pop3_apop.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_apop.c -fPIC -DPIC -o .libs/pop3_apop.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_apop.c -o pop3_apop.o >/dev/null 2>&1
\
# source='pop3_capa.c' object='pop3_capa.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_capa.lo pop3_capa.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_capa.c -fPIC -DPIC -o .libs/pop3_capa.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_capa.c -o pop3_capa.o >/dev/null 2>&1
\
# source='pop3_carrier.c' object='pop3_carrier.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_carrier.lo pop3_carrier.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_carrier.c -fPIC -DPIC -o .libs/pop3_carrier.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_carrier.c -o pop3_carrier.o >/dev/null 2>&1
\
# source='pop3_connect.c' object='pop3_connect.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_connect.lo pop3_connect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_connect.c -fPIC -DPIC -o .libs/pop3_connect.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_connect.c -o pop3_connect.o >/dev/null 2>&1
\
# source='pop3_create.c' object='pop3_create.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_create.lo pop3_create.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_create.c -fPIC -DPIC -o .libs/pop3_create.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_create.c -o pop3_create.o >/dev/null 2>&1
\
# source='pop3_debug.c' object='pop3_debug.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_debug.lo pop3_debug.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_debug.c -fPIC -DPIC -o .libs/pop3_debug.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_debug.c -o pop3_debug.o >/dev/null 2>&1
\
# source='pop3_dele.c' object='pop3_dele.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_dele.lo pop3_dele.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_dele.c -fPIC -DPIC -o .libs/pop3_dele.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_dele.c -o pop3_dele.o >/dev/null 2>&1
\
# source='pop3_destroy.c' object='pop3_destroy.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_destroy.lo pop3_destroy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_destroy.c -fPIC -DPIC -o .libs/pop3_destroy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_destroy.c -o pop3_destroy.o >/dev/null 2>&1
\
# source='pop3_disconnect.c' object='pop3_disconnect.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_disconnect.lo pop3_disconnect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_disconnect.c -fPIC -DPIC -o .libs/pop3_disconnect.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_disconnect.c -o pop3_disconnect.o >/dev/null 2>&1
\
# source='pop3_iterator.c' object='pop3_iterator.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_iterator.lo pop3_iterator.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_iterator.c -fPIC -DPIC -o .libs/pop3_iterator.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_iterator.c -o pop3_iterator.o >/dev/null 2>&1
\
# source='pop3_lista.c' object='pop3_lista.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_lista.lo pop3_lista.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_lista.c -fPIC -DPIC -o .libs/pop3_lista.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_lista.c -o pop3_lista.o >/dev/null 2>&1
\
# source='pop3_list.c' object='pop3_list.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_list.lo pop3_list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_list.c -fPIC -DPIC -o .libs/pop3_list.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_list.c -o pop3_list.o >/dev/null 2>&1
\
# source='pop3_noop.c' object='pop3_noop.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_noop.lo pop3_noop.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_noop.c -fPIC -DPIC -o .libs/pop3_noop.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_noop.c -o pop3_noop.o >/dev/null 2>&1
\
# source='pop3_pass.c' object='pop3_pass.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_pass.lo pop3_pass.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_pass.c -fPIC -DPIC -o .libs/pop3_pass.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_pass.c -o pop3_pass.o >/dev/null 2>&1
\
# source='pop3_quit.c' object='pop3_quit.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_quit.lo pop3_quit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_quit.c -fPIC -DPIC -o .libs/pop3_quit.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_quit.c -o pop3_quit.o >/dev/null 2>&1
\
# source='pop3_readline.c' object='pop3_readline.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_readline.lo pop3_readline.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_readline.c -fPIC -DPIC -o .libs/pop3_readline.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_readline.c -o pop3_readline.o >/dev/null 2>&1
\
# source='pop3_response.c' object='pop3_response.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_response.lo pop3_response.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_response.c -fPIC -DPIC -o .libs/pop3_response.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_response.c -o pop3_response.o >/dev/null 2>&1
\
# source='pop3_retr.c' object='pop3_retr.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_retr.lo pop3_retr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_retr.c -fPIC -DPIC -o .libs/pop3_retr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_retr.c -o pop3_retr.o >/dev/null 2>&1
\
# source='pop3_rset.c' object='pop3_rset.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_rset.lo pop3_rset.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_rset.c -fPIC -DPIC -o .libs/pop3_rset.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_rset.c -o pop3_rset.o >/dev/null 2>&1
\
# source='pop3_sendline.c' object='pop3_sendline.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_sendline.lo pop3_sendline.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_sendline.c -fPIC -DPIC -o .libs/pop3_sendline.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_sendline.c -o pop3_sendline.o >/dev/null 2>&1
\
# source='pop3_stat.c' object='pop3_stat.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_stat.lo pop3_stat.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_stat.c -fPIC -DPIC -o .libs/pop3_stat.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_stat.c -o pop3_stat.o >/dev/null 2>&1
\
# source='pop3_stls.c' object='pop3_stls.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_stls.lo pop3_stls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_stls.c -fPIC -DPIC -o .libs/pop3_stls.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_stls.c -o pop3_stls.o >/dev/null 2>&1
\
# source='pop3_stream.c' object='pop3_stream.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_stream.lo pop3_stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_stream.c -fPIC -DPIC -o .libs/pop3_stream.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_stream.c -o pop3_stream.o >/dev/null 2>&1
\
# source='pop3_timeout.c' object='pop3_timeout.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_timeout.lo pop3_timeout.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_timeout.c -fPIC -DPIC -o .libs/pop3_timeout.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_timeout.c -o pop3_timeout.o >/dev/null 2>&1
\
# source='pop3_top.c' object='pop3_top.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_top.lo pop3_top.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_top.c -fPIC -DPIC -o .libs/pop3_top.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_top.c -o pop3_top.o >/dev/null 2>&1
\
# source='pop3_uidla.c' object='pop3_uidla.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_uidla.lo pop3_uidla.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_uidla.c -fPIC -DPIC -o .libs/pop3_uidla.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_uidla.c -o pop3_uidla.o >/dev/null 2>&1
\
# source='pop3_uidl.c' object='pop3_uidl.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_uidl.lo pop3_uidl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_uidl.c -fPIC -DPIC -o .libs/pop3_uidl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_uidl.c -o pop3_uidl.o >/dev/null 2>&1
\
# source='pop3_user.c' object='pop3_user.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3_user.lo pop3_user.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_user.c -fPIC -DPIC -o .libs/pop3_user.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3_user.c -o pop3_user.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmu_pop.la -rpath /usr/lib folder.lo mbox.lo url.lo pop3_apop.lo pop3_capa.lo pop3_carrier.lo pop3_connect.lo pop3_create.lo pop3_debug.lo pop3_dele.lo pop3_destroy.lo pop3_disconnect.lo pop3_iterator.lo pop3_lista.lo pop3_list.lo pop3_noop.lo pop3_pass.lo pop3_quit.lo pop3_readline.lo pop3_response.lo pop3_retr.lo pop3_rset.lo pop3_sendline.lo pop3_stat.lo pop3_stls.lo pop3_stream.lo pop3_timeout.lo pop3_top.lo pop3_uidla.lo pop3_uidl.lo pop3_user.lo ../../libmu_auth/libmu_auth.la ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/folder.o .libs/mbox.o .libs/url.o .libs/pop3_apop.o .libs/pop3_capa.o .libs/pop3_carrier.o .libs/pop3_connect.o .libs/pop3_create.o .libs/pop3_debug.o .libs/pop3_dele.o .libs/pop3_destroy.o .libs/pop3_disconnect.o .libs/pop3_iterator.o .libs/pop3_lista.o .libs/pop3_list.o .libs/pop3_noop.o .libs/pop3_pass.o .libs/pop3_quit.o .libs/pop3_readline.o .libs/pop3_response.o .libs/pop3_retr.o .libs/pop3_rset.o .libs/pop3_sendline.o .libs/pop3_stat.o .libs/pop3_stls.o .libs/pop3_stream.o .libs/pop3_timeout.o .libs/pop3_top.o .libs/pop3_uidla.o .libs/pop3_uidl.o .libs/pop3_user.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_auth/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs ../../libmu_auth/.libs/libmu_auth.so ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_pop.so.2 -o .libs/libmu_pop.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_pop.so.2" && ln -s "libmu_pop.so.2.1.2" "libmu_pop.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_pop.so" && ln -s "libmu_pop.so.2.1.2" "libmu_pop.so")
libtool: link: ar cru .libs/libmu_pop.a folder.o mbox.o url.o pop3_apop.o pop3_capa.o pop3_carrier.o pop3_connect.o pop3_create.o pop3_debug.o pop3_dele.o pop3_destroy.o pop3_disconnect.o pop3_iterator.o pop3_lista.o pop3_list.o pop3_noop.o pop3_pass.o pop3_quit.o pop3_readline.o pop3_response.o pop3_retr.o pop3_rset.o pop3_sendline.o pop3_stat.o pop3_stls.o pop3_stream.o pop3_timeout.o pop3_top.o pop3_uidla.o pop3_uidl.o pop3_user.o
libtool: link: ranlib .libs/libmu_pop.a
libtool: link: ( cd ".libs" && rm -f "libmu_pop.la" && ln -s "../libmu_pop.la" "libmu_pop.la" )
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/pop'
Making all in nntp
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/nntp'
\
# source='nntp_article.c' object='nntp_article.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_article.lo nntp_article.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_article.c -fPIC -DPIC -o .libs/nntp_article.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_article.c -o nntp_article.o >/dev/null 2>&1
\
# source='nntp_body.c' object='nntp_body.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_body.lo nntp_body.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_body.c -fPIC -DPIC -o .libs/nntp_body.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_body.c -o nntp_body.o >/dev/null 2>&1
\
# source='nntp_carrier.c' object='nntp_carrier.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_carrier.lo nntp_carrier.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_carrier.c -fPIC -DPIC -o .libs/nntp_carrier.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_carrier.c -o nntp_carrier.o >/dev/null 2>&1
\
# source='nntp_connect.c' object='nntp_connect.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_connect.lo nntp_connect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_connect.c -fPIC -DPIC -o .libs/nntp_connect.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_connect.c -o nntp_connect.o >/dev/null 2>&1
\
# source='nntp_create.c' object='nntp_create.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_create.lo nntp_create.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_create.c -fPIC -DPIC -o .libs/nntp_create.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_create.c -o nntp_create.o >/dev/null 2>&1
\
# source='nntp_date.c' object='nntp_date.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_date.lo nntp_date.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_date.c -fPIC -DPIC -o .libs/nntp_date.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_date.c -o nntp_date.o >/dev/null 2>&1
\
# source='nntp_debug.c' object='nntp_debug.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_debug.lo nntp_debug.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_debug.c -fPIC -DPIC -o .libs/nntp_debug.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_debug.c -o nntp_debug.o >/dev/null 2>&1
\
# source='nntp_destroy.c' object='nntp_destroy.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_destroy.lo nntp_destroy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_destroy.c -fPIC -DPIC -o .libs/nntp_destroy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_destroy.c -o nntp_destroy.o >/dev/null 2>&1
\
# source='nntp_disconnect.c' object='nntp_disconnect.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_disconnect.lo nntp_disconnect.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_disconnect.c -fPIC -DPIC -o .libs/nntp_disconnect.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_disconnect.c -o nntp_disconnect.o >/dev/null 2>&1
\
# source='nntp_group.c' object='nntp_group.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_group.lo nntp_group.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_group.c -fPIC -DPIC -o .libs/nntp_group.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_group.c -o nntp_group.o >/dev/null 2>&1
\
# source='nntp_head.c' object='nntp_head.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_head.lo nntp_head.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_head.c -fPIC -DPIC -o .libs/nntp_head.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_head.c -o nntp_head.o >/dev/null 2>&1
\
# source='nntp_help.c' object='nntp_help.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_help.lo nntp_help.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_help.c -fPIC -DPIC -o .libs/nntp_help.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_help.c -o nntp_help.o >/dev/null 2>&1
\
# source='nntp_ihave.c' object='nntp_ihave.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_ihave.lo nntp_ihave.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_ihave.c -fPIC -DPIC -o .libs/nntp_ihave.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_ihave.c -o nntp_ihave.o >/dev/null 2>&1
\
# source='nntp_iterator.c' object='nntp_iterator.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_iterator.lo nntp_iterator.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_iterator.c -fPIC -DPIC -o .libs/nntp_iterator.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_iterator.c -o nntp_iterator.o >/dev/null 2>&1
\
# source='nntp_last.c' object='nntp_last.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_last.lo nntp_last.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_last.c -fPIC -DPIC -o .libs/nntp_last.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_last.c -o nntp_last.o >/dev/null 2>&1
\
# source='nntp_list_active.c' object='nntp_list_active.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_list_active.lo nntp_list_active.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_active.c -fPIC -DPIC -o .libs/nntp_list_active.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_active.c -o nntp_list_active.o >/dev/null 2>&1
\
# source='nntp_list_distribpats.c' object='nntp_list_distribpats.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_list_distribpats.lo nntp_list_distribpats.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_distribpats.c -fPIC -DPIC -o .libs/nntp_list_distribpats.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_distribpats.c -o nntp_list_distribpats.o >/dev/null 2>&1
\
# source='nntp_list_distributions.c' object='nntp_list_distributions.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_list_distributions.lo nntp_list_distributions.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_distributions.c -fPIC -DPIC -o .libs/nntp_list_distributions.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_distributions.c -o nntp_list_distributions.o >/dev/null 2>&1
\
# source='nntp_list_extensions.c' object='nntp_list_extensions.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_list_extensions.lo nntp_list_extensions.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_extensions.c -fPIC -DPIC -o .libs/nntp_list_extensions.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_extensions.c -o nntp_list_extensions.o >/dev/null 2>&1
\
# source='nntp_list_newsgroups.c' object='nntp_list_newsgroups.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_list_newsgroups.lo nntp_list_newsgroups.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_newsgroups.c -fPIC -DPIC -o .libs/nntp_list_newsgroups.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_newsgroups.c -o nntp_list_newsgroups.o >/dev/null 2>&1
\
# source='nntp_list_times.c' object='nntp_list_times.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_list_times.lo nntp_list_times.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_times.c -fPIC -DPIC -o .libs/nntp_list_times.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_list_times.c -o nntp_list_times.o >/dev/null 2>&1
\
# source='nntp_mode_reader.c' object='nntp_mode_reader.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_mode_reader.lo nntp_mode_reader.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_mode_reader.c -fPIC -DPIC -o .libs/nntp_mode_reader.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_mode_reader.c -o nntp_mode_reader.o >/dev/null 2>&1
\
# source='nntp_newgroups.c' object='nntp_newgroups.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_newgroups.lo nntp_newgroups.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_newgroups.c -fPIC -DPIC -o .libs/nntp_newgroups.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_newgroups.c -o nntp_newgroups.o >/dev/null 2>&1
\
# source='nntp_newnews.c' object='nntp_newnews.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_newnews.lo nntp_newnews.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_newnews.c -fPIC -DPIC -o .libs/nntp_newnews.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_newnews.c -o nntp_newnews.o >/dev/null 2>&1
\
# source='nntp_next.c' object='nntp_next.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_next.lo nntp_next.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_next.c -fPIC -DPIC -o .libs/nntp_next.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_next.c -o nntp_next.o >/dev/null 2>&1
\
# source='nntp_post.c' object='nntp_post.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_post.lo nntp_post.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_post.c -fPIC -DPIC -o .libs/nntp_post.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_post.c -o nntp_post.o >/dev/null 2>&1
\
# source='nntp_quit.c' object='nntp_quit.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_quit.lo nntp_quit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_quit.c -fPIC -DPIC -o .libs/nntp_quit.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_quit.c -o nntp_quit.o >/dev/null 2>&1
\
# source='nntp_readline.c' object='nntp_readline.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_readline.lo nntp_readline.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_readline.c -fPIC -DPIC -o .libs/nntp_readline.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_readline.c -o nntp_readline.o >/dev/null 2>&1
\
# source='nntp_response.c' object='nntp_response.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_response.lo nntp_response.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_response.c -fPIC -DPIC -o .libs/nntp_response.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_response.c -o nntp_response.o >/dev/null 2>&1
\
# source='nntp_sendline.c' object='nntp_sendline.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_sendline.lo nntp_sendline.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_sendline.c -fPIC -DPIC -o .libs/nntp_sendline.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_sendline.c -o nntp_sendline.o >/dev/null 2>&1
\
# source='nntp_stat.c' object='nntp_stat.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_stat.lo nntp_stat.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_stat.c -fPIC -DPIC -o .libs/nntp_stat.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_stat.c -o nntp_stat.o >/dev/null 2>&1
\
# source='nntp_stream.c' object='nntp_stream.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_stream.lo nntp_stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_stream.c -fPIC -DPIC -o .libs/nntp_stream.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_stream.c -o nntp_stream.o >/dev/null 2>&1
\
# source='nntp_timeout.c' object='nntp_timeout.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nntp_timeout.lo nntp_timeout.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_timeout.c -fPIC -DPIC -o .libs/nntp_timeout.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntp_timeout.c -o nntp_timeout.o >/dev/null 2>&1
\
# source='url.c' object='url.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o url.lo url.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -fPIC -DPIC -o .libs/url.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -o url.o >/dev/null 2>&1
\
# source='folder.c' object='folder.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -fPIC -DPIC -o .libs/folder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -o folder.o >/dev/null 2>&1
\
# source='mbox.c' object='mbox.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -fPIC -DPIC -o .libs/mbox.o
mbox.c:539:1: warning: 'nntp_message_uidl' defined but not used [-Wunused-function]
mbox.c:424:1: warning: 'nntp_is_updated' defined but not used [-Wunused-function]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -o mbox.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmu_nntp.la -rpath /usr/lib nntp_article.lo nntp_body.lo nntp_carrier.lo nntp_connect.lo nntp_create.lo nntp_date.lo nntp_debug.lo nntp_destroy.lo nntp_disconnect.lo nntp_group.lo nntp_head.lo nntp_help.lo nntp_ihave.lo nntp_iterator.lo nntp_last.lo nntp_list_active.lo nntp_list_distribpats.lo nntp_list_distributions.lo nntp_list_extensions.lo nntp_list_newsgroups.lo nntp_list_times.lo nntp_mode_reader.lo nntp_newgroups.lo nntp_newnews.lo nntp_next.lo nntp_post.lo nntp_quit.lo nntp_readline.lo nntp_response.lo nntp_sendline.lo nntp_stat.lo nntp_stream.lo nntp_timeout.lo url.lo folder.lo mbox.lo ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/nntp_article.o .libs/nntp_body.o .libs/nntp_carrier.o .libs/nntp_connect.o .libs/nntp_create.o .libs/nntp_date.o .libs/nntp_debug.o .libs/nntp_destroy.o .libs/nntp_disconnect.o .libs/nntp_group.o .libs/nntp_head.o .libs/nntp_help.o .libs/nntp_ihave.o .libs/nntp_iterator.o .libs/nntp_last.o .libs/nntp_list_active.o .libs/nntp_list_distribpats.o .libs/nntp_list_distributions.o .libs/nntp_list_extensions.o .libs/nntp_list_newsgroups.o .libs/nntp_list_times.o .libs/nntp_mode_reader.o .libs/nntp_newgroups.o .libs/nntp_newnews.o .libs/nntp_next.o .libs/nntp_post.o .libs/nntp_quit.o .libs/nntp_readline.o .libs/nntp_response.o .libs/nntp_sendline.o .libs/nntp_stat.o .libs/nntp_stream.o .libs/nntp_timeout.o .libs/url.o .libs/folder.o .libs/mbox.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_nntp.so.2 -o .libs/libmu_nntp.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_nntp.so.2" && ln -s "libmu_nntp.so.2.1.2" "libmu_nntp.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_nntp.so" && ln -s "libmu_nntp.so.2.1.2" "libmu_nntp.so")
libtool: link: ar cru .libs/libmu_nntp.a nntp_article.o nntp_body.o nntp_carrier.o nntp_connect.o nntp_create.o nntp_date.o nntp_debug.o nntp_destroy.o nntp_disconnect.o nntp_group.o nntp_head.o nntp_help.o nntp_ihave.o nntp_iterator.o nntp_last.o nntp_list_active.o nntp_list_distribpats.o nntp_list_distributions.o nntp_list_extensions.o nntp_list_newsgroups.o nntp_list_times.o nntp_mode_reader.o nntp_newgroups.o nntp_newnews.o nntp_next.o nntp_post.o nntp_quit.o nntp_readline.o nntp_response.o nntp_sendline.o nntp_stat.o nntp_stream.o nntp_timeout.o url.o folder.o mbox.o
libtool: link: ranlib .libs/libmu_nntp.a
libtool: link: ( cd ".libs" && rm -f "libmu_nntp.la" && ln -s "../libmu_nntp.la" "libmu_nntp.la" )
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/nntp'
Making all in imap
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/imap'
\
# source='folder.c' object='folder.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -fPIC -DPIC -o .libs/folder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -o folder.o >/dev/null 2>&1
\
# source='mbox.c' object='mbox.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -fPIC -DPIC -o .libs/mbox.o
mbox.c: In function 'imap_append_message0':
mbox.c:981:10: warning: variable 'total' set but not used [-Wunused-but-set-variable]
mbox.c: In function 'delete_to_string':
mbox.c:2099:23: warning: variable 'is_range' set but not used [-Wunused-but-set-variable]
mbox.c: In function 'imap_envelope_sender':
mbox.c:1481:8: warning: 'len' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -o mbox.o >/dev/null 2>&1
\
# source='url.c' object='url.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o url.lo url.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -fPIC -DPIC -o .libs/url.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -o url.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmu_imap.la -rpath /usr/lib folder.lo mbox.lo url.lo ../../libmu_auth/libmu_auth.la ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/folder.o .libs/mbox.o .libs/url.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_auth/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs ../../libmu_auth/.libs/libmu_auth.so ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_imap.so.2 -o .libs/libmu_imap.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_imap.so.2" && ln -s "libmu_imap.so.2.1.2" "libmu_imap.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_imap.so" && ln -s "libmu_imap.so.2.1.2" "libmu_imap.so")
libtool: link: ar cru .libs/libmu_imap.a folder.o mbox.o url.o
libtool: link: ranlib .libs/libmu_imap.a
libtool: link: ( cd ".libs" && rm -f "libmu_imap.la" && ln -s "../libmu_imap.la" "libmu_imap.la" )
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/imap'
Making all in mh
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mh'
\
# source='folder.c' object='folder.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -fPIC -DPIC -o .libs/folder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -o folder.o >/dev/null 2>&1
\
# source='mbox.c' object='mbox.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -fPIC -DPIC -o .libs/mbox.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -o mbox.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmu_mh.la -rpath /usr/lib folder.lo mbox.lo ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/folder.o .libs/mbox.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_mh.so.2 -o .libs/libmu_mh.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_mh.so.2" && ln -s "libmu_mh.so.2.1.2" "libmu_mh.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_mh.so" && ln -s "libmu_mh.so.2.1.2" "libmu_mh.so")
libtool: link: ar cru .libs/libmu_mh.a folder.o mbox.o
libtool: link: ranlib .libs/libmu_mh.a
libtool: link: ( cd ".libs" && rm -f "libmu_mh.la" && ln -s "../libmu_mh.la" "libmu_mh.la" )
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mh'
Making all in maildir
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/maildir'
\
# source='folder.c' object='folder.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -fPIC -DPIC -o .libs/folder.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -o folder.o >/dev/null 2>&1
\
# source='mbox.c' object='mbox.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -fPIC -DPIC -o .libs/mbox.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -o mbox.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmu_maildir.la -rpath /usr/lib folder.lo mbox.lo ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/folder.o .libs/mbox.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_maildir.so.2 -o .libs/libmu_maildir.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_maildir.so.2" && ln -s "libmu_maildir.so.2.1.2" "libmu_maildir.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_maildir.so" && ln -s "libmu_maildir.so.2.1.2" "libmu_maildir.so")
libtool: link: ar cru .libs/libmu_maildir.a folder.o mbox.o
libtool: link: ranlib .libs/libmu_maildir.a
libtool: link: ( cd ".libs" && rm -f "libmu_maildir.la" && ln -s "../libmu_maildir.la" "libmu_maildir.la" )
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/maildir'
Making all in mailer
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mailer'
\
# source='mbox.c' object='mbox.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbox.lo mbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -fPIC -DPIC -o .libs/mbox.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbox.c -o mbox.o >/dev/null 2>&1
\
# source='prog.c' object='prog.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o prog.lo prog.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c prog.c -fPIC -DPIC -o .libs/prog.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c prog.c -o prog.o >/dev/null 2>&1
\
# source='sendmail.c' object='sendmail.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o sendmail.lo sendmail.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sendmail.c -fPIC -DPIC -o .libs/sendmail.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sendmail.c -o sendmail.o >/dev/null 2>&1
\
# source='smtp.c' object='smtp.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o smtp.lo smtp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c smtp.c -fPIC -DPIC -o .libs/smtp.o
smtp.c: In function 'smtp_send_message':
smtp.c:1110:5: warning: 'found_nl' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c smtp.c -o smtp.o >/dev/null 2>&1
\
# source='remote.c' object='remote.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o remote.lo remote.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c remote.c -fPIC -DPIC -o .libs/remote.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c remote.c -o remote.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmu_mailer.la -rpath /usr/lib mbox.lo prog.lo sendmail.lo smtp.lo remote.lo ../../libmu_auth/libmu_auth.la ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/mbox.o .libs/prog.o .libs/sendmail.o .libs/smtp.o .libs/remote.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_auth/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs ../../libmu_auth/.libs/libmu_auth.so ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_mailer.so.2 -o .libs/libmu_mailer.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_mailer.so.2" && ln -s "libmu_mailer.so.2.1.2" "libmu_mailer.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_mailer.so" && ln -s "libmu_mailer.so.2.1.2" "libmu_mailer.so")
libtool: link: ar cru .libs/libmu_mailer.a mbox.o prog.o sendmail.o smtp.o remote.o
libtool: link: ranlib .libs/libmu_mailer.a
libtool: link: ( cd ".libs" && rm -f "libmu_mailer.la" && ln -s "../libmu_mailer.la" "libmu_mailer.la" )
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mailer'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libproto'
Making all in lib
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/lib'
rm -f alloca.h-t alloca.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
cat ./alloca.in.h; \
} > alloca.h-t && \
mv -f alloca.h-t alloca.h
rm -f arg-nonnull.h-t arg-nonnull.h && \
sed -n -e '/GL_ARG_NONNULL/,$p' \
< ../build-aux/arg-nonnull.h \
> arg-nonnull.h-t && \
mv arg-nonnull.h-t arg-nonnull.h
rm -f c++defs.h-t c++defs.h && \
sed -n -e '/_GL_CXXDEFS/,$p' \
< ../build-aux/c++defs.h \
> c++defs.h-t && \
mv c++defs.h-t c++defs.h
rm -f configmake.h-t && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
echo '#define PREFIX "/usr"'; \
echo '#define EXEC_PREFIX "/usr"'; \
echo '#define BINDIR "/usr/bin"'; \
echo '#define SBINDIR "/usr/sbin"'; \
echo '#define LIBEXECDIR "/usr/lib/mailutils"'; \
echo '#define DATAROOTDIR "/usr/share"'; \
echo '#define DATADIR "/usr/share"'; \
echo '#define SYSCONFDIR "/etc"'; \
echo '#define SHAREDSTATEDIR "/usr/com"'; \
echo '#define LOCALSTATEDIR "/var"'; \
echo '#define INCLUDEDIR "/usr/include"'; \
echo '#define OLDINCLUDEDIR "/usr/include"'; \
echo '#define DOCDIR "/usr/share/doc/mailutils"'; \
echo '#define INFODIR "/usr/share/info"'; \
echo '#define HTMLDIR "/usr/share/doc/mailutils"'; \
echo '#define DVIDIR "/usr/share/doc/mailutils"'; \
echo '#define PDFDIR "/usr/share/doc/mailutils"'; \
echo '#define PSDIR "/usr/share/doc/mailutils"'; \
echo '#define LIBDIR "/usr/lib"'; \
echo '#define LISPDIR "/usr/share/emacs/site-lisp"'; \
echo '#define LOCALEDIR "/usr/share/locale"'; \
echo '#define MANDIR "/usr/share/man"'; \
echo '#define MANEXT ""'; \
echo '#define PKGDATADIR "/usr/share/mailutils"'; \
echo '#define PKGINCLUDEDIR "/usr/include/mailutils"'; \
echo '#define PKGLIBDIR "/usr/lib/mailutils"'; \
echo '#define PKGLIBEXECDIR "/usr/lib/mailutils/mailutils"'; \
} | sed '/""/d' > configmake.h-t && \
if test -f configmake.h && cmp configmake.h-t configmake.h > /dev/null; then \
rm -f configmake.h-t; \
else \
rm -f configmake.h; mv configmake.h-t configmake.h; \
fi
rm -f getopt.h-t getopt.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''HAVE_GETOPT_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''NEXT_GETOPT_H''@|<getopt.h>|g' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
< ./getopt.in.h; \
} > getopt.h-t && \
mv -f getopt.h-t getopt.h
rm -f warn-on-use.h-t warn-on-use.h && \
sed -n -e '/^.ifndef/,$p' \
< ../build-aux/warn-on-use.h \
> warn-on-use.h-t && \
mv warn-on-use.h-t warn-on-use.h
rm -f stdio.h-t stdio.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''NEXT_STDIO_H''@|<stdio.h>|g' \
-e 's|@''GNULIB_DPRINTF''@|0|g' \
-e 's|@''GNULIB_FCLOSE''@|0|g' \
-e 's|@''GNULIB_FFLUSH''@|0|g' \
-e 's|@''GNULIB_FOPEN''@|0|g' \
-e 's|@''GNULIB_FPRINTF''@|1|g' \
-e 's|@''GNULIB_FPRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_FPURGE''@|0|g' \
-e 's|@''GNULIB_FPUTC''@|1|g' \
-e 's|@''GNULIB_FPUTS''@|1|g' \
-e 's|@''GNULIB_FREOPEN''@|0|g' \
-e 's|@''GNULIB_FSEEK''@|0|g' \
-e 's|@''GNULIB_FSEEKO''@|1|g' \
-e 's|@''GNULIB_FTELL''@|0|g' \
-e 's|@''GNULIB_FTELLO''@|0|g' \
-e 's|@''GNULIB_FWRITE''@|1|g' \
-e 's|@''GNULIB_GETDELIM''@|1|g' \
-e 's|@''GNULIB_GETLINE''@|1|g' \
-e 's|@''GNULIB_OBSTACK_PRINTF''@|0|g' \
-e 's|@''GNULIB_OBSTACK_PRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_PERROR''@|0|g' \
-e 's|@''GNULIB_POPEN''@|0|g' \
-e 's|@''GNULIB_PRINTF''@|1|g' \
-e 's|@''GNULIB_PRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_PUTC''@|1|g' \
-e 's|@''GNULIB_PUTCHAR''@|1|g' \
-e 's|@''GNULIB_PUTS''@|1|g' \
-e 's|@''GNULIB_REMOVE''@|0|g' \
-e 's|@''GNULIB_RENAME''@|0|g' \
-e 's|@''GNULIB_RENAMEAT''@|0|g' \
-e 's|@''GNULIB_SNPRINTF''@|1|g' \
-e 's|@''GNULIB_SPRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_STDIO_H_SIGPIPE''@|0|g' \
-e 's|@''GNULIB_VASPRINTF''@|1|g' \
-e 's|@''GNULIB_VDPRINTF''@|0|g' \
-e 's|@''GNULIB_VFPRINTF''@|1|g' \
-e 's|@''GNULIB_VFPRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_VPRINTF''@|1|g' \
-e 's|@''GNULIB_VPRINTF_POSIX''@|0|g' \
-e 's|@''GNULIB_VSNPRINTF''@|1|g' \
-e 's|@''GNULIB_VSPRINTF_POSIX''@|0|g' \
< ./stdio.in.h | \
sed -e 's|@''HAVE_DECL_FPURGE''@|1|g' \
-e 's|@''HAVE_DECL_GETDELIM''@|1|g' \
-e 's|@''HAVE_DECL_GETLINE''@|1|g' \
-e 's|@''HAVE_DECL_OBSTACK_PRINTF''@|1|g' \
-e 's|@''HAVE_DECL_SNPRINTF''@|1|g' \
-e 's|@''HAVE_DECL_VSNPRINTF''@|1|g' \
-e 's|@''HAVE_DPRINTF''@|1|g' \
-e 's|@''HAVE_RENAMEAT''@|1|g' \
-e 's|@''HAVE_VASPRINTF''@|1|g' \
-e 's|@''HAVE_VDPRINTF''@|1|g' \
-e 's|@''REPLACE_DPRINTF''@|0|g' \
-e 's|@''REPLACE_FCLOSE''@|0|g' \
-e 's|@''REPLACE_FFLUSH''@|0|g' \
-e 's|@''REPLACE_FOPEN''@|0|g' \
-e 's|@''REPLACE_FPRINTF''@|0|g' \
-e 's|@''REPLACE_FPURGE''@|0|g' \
-e 's|@''REPLACE_FREOPEN''@|0|g' \
-e 's|@''REPLACE_FSEEK''@|0|g' \
-e 's|@''REPLACE_FSEEKO''@|0|g' \
-e 's|@''REPLACE_FTELL''@|0|g' \
-e 's|@''REPLACE_FTELLO''@|0|g' \
-e 's|@''REPLACE_GETDELIM''@|0|g' \
-e 's|@''REPLACE_GETLINE''@|0|g' \
-e 's|@''REPLACE_OBSTACK_PRINTF''@|0|g' \
-e 's|@''REPLACE_PERROR''@|0|g' \
-e 's|@''REPLACE_POPEN''@|0|g' \
-e 's|@''REPLACE_PRINTF''@|0|g' \
-e 's|@''REPLACE_REMOVE''@|0|g' \
-e 's|@''REPLACE_RENAME''@|0|g' \
-e 's|@''REPLACE_RENAMEAT''@|0|g' \
-e 's|@''REPLACE_SNPRINTF''@|0|g' \
-e 's|@''REPLACE_SPRINTF''@|0|g' \
-e 's|@''REPLACE_STDIO_WRITE_FUNCS''@|0|g' \
-e 's|@''REPLACE_VASPRINTF''@|0|g' \
-e 's|@''REPLACE_VDPRINTF''@|0|g' \
-e 's|@''REPLACE_VFPRINTF''@|0|g' \
-e 's|@''REPLACE_VPRINTF''@|0|g' \
-e 's|@''REPLACE_VSNPRINTF''@|0|g' \
-e 's|@''REPLACE_VSPRINTF''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > stdio.h-t && \
mv stdio.h-t stdio.h
rm -f stdlib.h-t stdlib.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''NEXT_STDLIB_H''@|<stdlib.h>|g' \
-e 's|@''GNULIB_ATOLL''@|0|g' \
-e 's|@''GNULIB_CALLOC_POSIX''@|0|g' \
-e 's|@''GNULIB_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''GNULIB_GETLOADAVG''@|0|g' \
-e 's|@''GNULIB_GETSUBOPT''@|0|g' \
-e 's|@''GNULIB_GRANTPT''@|0|g' \
-e 's|@''GNULIB_MALLOC_POSIX''@|1|g' \
-e 's|@''GNULIB_MKDTEMP''@|0|g' \
-e 's|@''GNULIB_MKOSTEMP''@|0|g' \
-e 's|@''GNULIB_MKOSTEMPS''@|0|g' \
-e 's|@''GNULIB_MKSTEMP''@|0|g' \
-e 's|@''GNULIB_MKSTEMPS''@|0|g' \
-e 's|@''GNULIB_PTSNAME''@|0|g' \
-e 's|@''GNULIB_PUTENV''@|0|g' \
-e 's|@''GNULIB_RANDOM_R''@|0|g' \
-e 's|@''GNULIB_REALLOC_POSIX''@|1|g' \
-e 's|@''GNULIB_REALPATH''@|0|g' \
-e 's|@''GNULIB_RPMATCH''@|0|g' \
-e 's|@''GNULIB_SETENV''@|1|g' \
-e 's|@''GNULIB_STRTOD''@|0|g' \
-e 's|@''GNULIB_STRTOLL''@|0|g' \
-e 's|@''GNULIB_STRTOULL''@|0|g' \
-e 's|@''GNULIB_UNLOCKPT''@|0|g' \
-e 's|@''GNULIB_UNSETENV''@|0|g' \
-e 's|@''HAVE_ATOLL''@|1|g' \
-e 's|@''HAVE_CALLOC_POSIX''@|1|g' \
-e 's|@''HAVE_CANONICALIZE_FILE_NAME''@|1|g' \
-e 's|@''HAVE_DECL_GETLOADAVG''@|1|g' \
-e 's|@''HAVE_GETSUBOPT''@|1|g' \
-e 's|@''HAVE_GRANTPT''@|1|g' \
-e 's|@''HAVE_MALLOC_POSIX''@|1|g' \
-e 's|@''HAVE_MKDTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMP''@|1|g' \
-e 's|@''HAVE_MKOSTEMPS''@|1|g' \
-e 's|@''HAVE_MKSTEMPS''@|1|g' \
-e 's|@''HAVE_PTSNAME''@|1|g' \
-e 's|@''HAVE_RANDOM_H''@|0|g' \
-e 's|@''HAVE_RANDOM_R''@|1|g' \
-e 's|@''HAVE_REALLOC_POSIX''@|1|g' \
-e 's|@''HAVE_REALPATH''@|1|g' \
-e 's|@''HAVE_RPMATCH''@|1|g' \
-e 's|@''HAVE_SETENV''@|1|g' \
-e 's|@''HAVE_STRTOD''@|1|g' \
-e 's|@''HAVE_STRTOLL''@|1|g' \
-e 's|@''HAVE_STRTOULL''@|1|g' \
-e 's|@''HAVE_STRUCT_RANDOM_DATA''@|1|g' \
-e 's|@''HAVE_SYS_LOADAVG_H''@|0|g' \
-e 's|@''HAVE_UNLOCKPT''@|1|g' \
-e 's|@''HAVE_UNSETENV''@|1|g' \
-e 's|@''REPLACE_CANONICALIZE_FILE_NAME''@|0|g' \
-e 's|@''REPLACE_MKSTEMP''@|0|g' \
-e 's|@''REPLACE_PUTENV''@|0|g' \
-e 's|@''REPLACE_REALPATH''@|0|g' \
-e 's|@''REPLACE_SETENV''@|0|g' \
-e 's|@''REPLACE_STRTOD''@|0|g' \
-e 's|@''REPLACE_UNSETENV''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./stdlib.in.h; \
} > stdlib.h-t && \
mv stdlib.h-t stdlib.h
rm -f string.h-t string.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''NEXT_STRING_H''@|<string.h>|g' \
-e 's|@''GNULIB_MBSLEN''@|1|g' \
-e 's|@''GNULIB_MBSNLEN''@|0|g' \
-e 's|@''GNULIB_MBSCHR''@|0|g' \
-e 's|@''GNULIB_MBSRCHR''@|0|g' \
-e 's|@''GNULIB_MBSSTR''@|0|g' \
-e 's|@''GNULIB_MBSCASECMP''@|0|g' \
-e 's|@''GNULIB_MBSNCASECMP''@|0|g' \
-e 's|@''GNULIB_MBSPCASECMP''@|0|g' \
-e 's|@''GNULIB_MBSCASESTR''@|0|g' \
-e 's|@''GNULIB_MBSCSPN''@|0|g' \
-e 's|@''GNULIB_MBSPBRK''@|0|g' \
-e 's|@''GNULIB_MBSSPN''@|0|g' \
-e 's|@''GNULIB_MBSSEP''@|0|g' \
-e 's|@''GNULIB_MBSTOK_R''@|0|g' \
-e 's|@''GNULIB_MEMCHR''@|1|g' \
-e 's|@''GNULIB_MEMMEM''@|0|g' \
-e 's|@''GNULIB_MEMPCPY''@|1|g' \
-e 's|@''GNULIB_MEMRCHR''@|0|g' \
-e 's|@''GNULIB_RAWMEMCHR''@|1|g' \
-e 's|@''GNULIB_STPCPY''@|0|g' \
-e 's|@''GNULIB_STPNCPY''@|0|g' \
-e 's|@''GNULIB_STRCHRNUL''@|1|g' \
-e 's|@''GNULIB_STRDUP''@|0|g' \
-e 's|@''GNULIB_STRNDUP''@|1|g' \
-e 's|@''GNULIB_STRNLEN''@|1|g' \
-e 's|@''GNULIB_STRPBRK''@|0|g' \
-e 's|@''GNULIB_STRSEP''@|0|g' \
-e 's|@''GNULIB_STRSTR''@|0|g' \
-e 's|@''GNULIB_STRCASESTR''@|0|g' \
-e 's|@''GNULIB_STRTOK_R''@|1|g' \
-e 's|@''GNULIB_STRERROR''@|1|g' \
-e 's|@''GNULIB_STRSIGNAL''@|0|g' \
-e 's|@''GNULIB_STRVERSCMP''@|0|g' \
< ./string.in.h | \
sed -e 's|@''HAVE_MBSLEN''@|0|g' \
-e 's|@''HAVE_DECL_MEMMEM''@|1|g' \
-e 's|@''HAVE_MEMPCPY''@|1|g' \
-e 's|@''HAVE_DECL_MEMRCHR''@|1|g' \
-e 's|@''HAVE_RAWMEMCHR''@|1|g' \
-e 's|@''HAVE_STPCPY''@|1|g' \
-e 's|@''HAVE_STPNCPY''@|1|g' \
-e 's|@''HAVE_STRCHRNUL''@|1|g' \
-e 's|@''HAVE_DECL_STRDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNDUP''@|1|g' \
-e 's|@''HAVE_DECL_STRNLEN''@|1|g' \
-e 's|@''HAVE_STRPBRK''@|1|g' \
-e 's|@''HAVE_STRSEP''@|1|g' \
-e 's|@''HAVE_STRCASESTR''@|1|g' \
-e 's|@''HAVE_DECL_STRTOK_R''@|1|g' \
-e 's|@''HAVE_DECL_STRERROR''@|1|g' \
-e 's|@''HAVE_DECL_STRSIGNAL''@|1|g' \
-e 's|@''HAVE_STRVERSCMP''@|1|g' \
-e 's|@''REPLACE_MEMCHR''@|0|g' \
-e 's|@''REPLACE_MEMMEM''@|0|g' \
-e 's|@''REPLACE_STRCASESTR''@|0|g' \
-e 's|@''REPLACE_STRDUP''@|0|g' \
-e 's|@''REPLACE_STRSTR''@|0|g' \
-e 's|@''REPLACE_STRERROR''@|0|g' \
-e 's|@''REPLACE_STRNDUP''@|0|g' \
-e 's|@''REPLACE_STRSIGNAL''@|0|g' \
-e 's|@''REPLACE_STRTOK_R''@|0|g' \
-e 's|@''UNDEFINE_STRTOK_R''@|1|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
< ./string.in.h; \
} > string.h-t && \
mv string.h-t string.h
rm -f strings.h-t strings.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''NEXT_STRINGS_H''@|<strings.h>|g' \
-e 's|@''HAVE_STRCASECMP''@|1|g' \
-e 's|@''HAVE_DECL_STRNCASECMP''@|1|g' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./strings.in.h; \
} > strings.h-t && \
mv strings.h-t strings.h
rm -f unistd.h-t unistd.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''HAVE_UNISTD_H''@|1|g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''NEXT_UNISTD_H''@|<unistd.h>|g' \
-e 's|@''GNULIB_CHOWN''@|0|g' \
-e 's|@''GNULIB_CLOSE''@|0|g' \
-e 's|@''GNULIB_DUP2''@|0|g' \
-e 's|@''GNULIB_DUP3''@|0|g' \
-e 's|@''GNULIB_ENVIRON''@|1|g' \
-e 's|@''GNULIB_EUIDACCESS''@|0|g' \
-e 's|@''GNULIB_FACCESSAT''@|0|g' \
-e 's|@''GNULIB_FCHDIR''@|0|g' \
-e 's|@''GNULIB_FCHOWNAT''@|0|g' \
-e 's|@''GNULIB_FSYNC''@|0|g' \
-e 's|@''GNULIB_FTRUNCATE''@|0|g' \
-e 's|@''GNULIB_GETCWD''@|0|g' \
-e 's|@''GNULIB_GETDOMAINNAME''@|0|g' \
-e 's|@''GNULIB_GETDTABLESIZE''@|0|g' \
-e 's|@''GNULIB_GETGROUPS''@|0|g' \
-e 's|@''GNULIB_GETHOSTNAME''@|0|g' \
-e 's|@''GNULIB_GETLOGIN''@|0|g' \
-e 's|@''GNULIB_GETLOGIN_R''@|0|g' \
-e 's|@''GNULIB_GETPAGESIZE''@|0|g' \
-e 's|@''GNULIB_GETUSERSHELL''@|0|g' \
-e 's|@''GNULIB_LCHOWN''@|0|g' \
-e 's|@''GNULIB_LINK''@|0|g' \
-e 's|@''GNULIB_LINKAT''@|0|g' \
-e 's|@''GNULIB_LSEEK''@|1|g' \
-e 's|@''GNULIB_PIPE2''@|0|g' \
-e 's|@''GNULIB_PREAD''@|0|g' \
-e 's|@''GNULIB_READLINK''@|0|g' \
-e 's|@''GNULIB_READLINKAT''@|0|g' \
-e 's|@''GNULIB_RMDIR''@|0|g' \
-e 's|@''GNULIB_SLEEP''@|1|g' \
-e 's|@''GNULIB_SYMLINK''@|0|g' \
-e 's|@''GNULIB_SYMLINKAT''@|0|g' \
-e 's|@''GNULIB_TTYNAME_R''@|0|g' \
-e 's|@''GNULIB_UNISTD_H_GETOPT''@|1|g' \
-e 's|@''GNULIB_UNISTD_H_SIGPIPE''@|0|g' \
-e 's|@''GNULIB_UNLINK''@|0|g' \
-e 's|@''GNULIB_UNLINKAT''@|0|g' \
-e 's|@''GNULIB_USLEEP''@|0|g' \
-e 's|@''GNULIB_WRITE''@|0|g' \
< ./unistd.in.h | \
sed -e 's|@''HAVE_CHOWN''@|1|g' \
-e 's|@''HAVE_DUP2''@|1|g' \
-e 's|@''HAVE_DUP3''@|1|g' \
-e 's|@''HAVE_EUIDACCESS''@|1|g' \
-e 's|@''HAVE_FACCESSAT''@|1|g' \
-e 's|@''HAVE_FCHOWNAT''@|1|g' \
-e 's|@''HAVE_FSYNC''@|1|g' \
-e 's|@''HAVE_FTRUNCATE''@|1|g' \
-e 's|@''HAVE_GETDOMAINNAME''@|1|g' \
-e 's|@''HAVE_GETDTABLESIZE''@|1|g' \
-e 's|@''HAVE_GETGROUPS''@|1|g' \
-e 's|@''HAVE_GETHOSTNAME''@|1|g' \
-e 's|@''HAVE_GETLOGIN''@|1|g' \
-e 's|@''HAVE_GETPAGESIZE''@|1|g' \
-e 's|@''HAVE_LCHOWN''@|1|g' \
-e 's|@''HAVE_LINK''@|1|g' \
-e 's|@''HAVE_LINKAT''@|1|g' \
-e 's|@''HAVE_PIPE2''@|1|g' \
-e 's|@''HAVE_PREAD''@|1|g' \
-e 's|@''HAVE_READLINK''@|1|g' \
-e 's|@''HAVE_READLINKAT''@|1|g' \
-e 's|@''HAVE_SLEEP''@|1|g' \
-e 's|@''HAVE_SYMLINK''@|1|g' \
-e 's|@''HAVE_SYMLINKAT''@|1|g' \
-e 's|@''HAVE_TTYNAME_R''@|1|g' \
-e 's|@''HAVE_UNLINKAT''@|1|g' \
-e 's|@''HAVE_USLEEP''@|1|g' \
-e 's|@''HAVE_DECL_ENVIRON''@|1|g' \
-e 's|@''HAVE_DECL_GETLOGIN_R''@|1|g' \
-e 's|@''HAVE_DECL_GETUSERSHELL''@|1|g' \
-e 's|@''HAVE_OS_H''@|0|g' \
-e 's|@''HAVE_SYS_PARAM_H''@|0|g' \
-e 's|@''REPLACE_CHOWN''@|0|g' \
-e 's|@''REPLACE_CLOSE''@|0|g' \
-e 's|@''REPLACE_DUP''@|0|g' \
-e 's|@''REPLACE_DUP2''@|0|g' \
-e 's|@''REPLACE_FCHDIR''@|0|g' \
-e 's|@''REPLACE_FCHOWNAT''@|0|g' \
-e 's|@''REPLACE_GETCWD''@|0|g' \
-e 's|@''REPLACE_GETGROUPS''@|0|g' \
-e 's|@''REPLACE_GETPAGESIZE''@|0|g' \
-e 's|@''REPLACE_LCHOWN''@|0|g' \
-e 's|@''REPLACE_LINK''@|0|g' \
-e 's|@''REPLACE_LINKAT''@|0|g' \
-e 's|@''REPLACE_LSEEK''@|0|g' \
-e 's|@''REPLACE_PREAD''@|0|g' \
-e 's|@''REPLACE_READLINK''@|0|g' \
-e 's|@''REPLACE_RMDIR''@|0|g' \
-e 's|@''REPLACE_SLEEP''@|0|g' \
-e 's|@''REPLACE_SYMLINK''@|0|g' \
-e 's|@''REPLACE_UNLINK''@|0|g' \
-e 's|@''REPLACE_UNLINKAT''@|0|g' \
-e 's|@''REPLACE_USLEEP''@|0|g' \
-e 's|@''REPLACE_WRITE''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H''@|0|g' \
-e 's|@''UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h'; \
} > unistd.h-t && \
mv unistd.h-t unistd.h
rm -f wchar.h-t wchar.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''NEXT_WCHAR_H''@|<wchar.h>|g' \
-e 's|@''HAVE_WCHAR_H''@|1|g' \
-e 's|@''GNULIB_BTOWC''@|0|g' \
-e 's|@''GNULIB_WCTOB''@|0|g' \
-e 's|@''GNULIB_MBSINIT''@|1|g' \
-e 's|@''GNULIB_MBRTOWC''@|1|g' \
-e 's|@''GNULIB_MBRLEN''@|0|g' \
-e 's|@''GNULIB_MBSRTOWCS''@|0|g' \
-e 's|@''GNULIB_MBSNRTOWCS''@|0|g' \
-e 's|@''GNULIB_WCRTOMB''@|0|g' \
-e 's|@''GNULIB_WCSRTOMBS''@|0|g' \
-e 's|@''GNULIB_WCSNRTOMBS''@|0|g' \
-e 's|@''GNULIB_WCWIDTH''@|1|g' \
-e 's|@''HAVE_WINT_T''@|1|g' \
-e 's|@''HAVE_BTOWC''@|1|g' \
-e 's|@''HAVE_MBSINIT''@|1|g' \
-e 's|@''HAVE_MBRTOWC''@|1|g' \
-e 's|@''HAVE_MBRLEN''@|1|g' \
-e 's|@''HAVE_MBSRTOWCS''@|1|g' \
-e 's|@''HAVE_MBSNRTOWCS''@|1|g' \
-e 's|@''HAVE_WCRTOMB''@|1|g' \
-e 's|@''HAVE_WCSRTOMBS''@|1|g' \
-e 's|@''HAVE_WCSNRTOMBS''@|1|g' \
-e 's|@''HAVE_DECL_WCTOB''@|1|g' \
-e 's|@''HAVE_DECL_WCWIDTH''@|1|g' \
-e 's|@''REPLACE_MBSTATE_T''@|0|g' \
-e 's|@''REPLACE_BTOWC''@|0|g' \
-e 's|@''REPLACE_WCTOB''@|0|g' \
-e 's|@''REPLACE_MBSINIT''@|0|g' \
-e 's|@''REPLACE_MBRTOWC''@|0|g' \
-e 's|@''REPLACE_MBRLEN''@|0|g' \
-e 's|@''REPLACE_MBSRTOWCS''@|0|g' \
-e 's|@''REPLACE_MBSNRTOWCS''@|0|g' \
-e 's|@''REPLACE_WCRTOMB''@|0|g' \
-e 's|@''REPLACE_WCSRTOMBS''@|0|g' \
-e 's|@''REPLACE_WCSNRTOMBS''@|0|g' \
-e 's|@''REPLACE_WCWIDTH''@|0|g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_ARG_NONNULL/r arg-nonnull.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./wchar.in.h; \
} > wchar.h-t && \
mv wchar.h-t wchar.h
rm -f wctype.h-t wctype.h && \
{ echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \
sed -e 's/@''HAVE_WCTYPE_H''@/1/g' \
-e 's|@''INCLUDE_NEXT''@|include_next|g' \
-e 's|@''PRAGMA_SYSTEM_HEADER''@|#pragma GCC system_header|g' \
-e 's|@''NEXT_WCTYPE_H''@|<wctype.h>|g' \
-e 's/@''HAVE_ISWBLANK''@/1/g' \
-e 's/@''HAVE_ISWCNTRL''@/1/g' \
-e 's/@''HAVE_WINT_T''@/1/g' \
-e 's/@''REPLACE_ISWCNTRL''@/0/g' \
-e '/definitions of _GL_FUNCDECL_RPL/r c++defs.h' \
-e '/definition of _GL_WARN_ON_USE/r warn-on-use.h' \
< ./wctype.in.h; \
} > wctype.h-t && \
mv wctype.h-t wctype.h
/usr/bin/make all-recursive
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/lib'
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/lib'
\
# source='argp-ba.c' object='argp-ba.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-ba.lo argp-ba.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-ba.c -fPIC -DPIC -o .libs/argp-ba.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-ba.c -o argp-ba.o >/dev/null 2>&1
\
# source='argp-eexst.c' object='argp-eexst.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-eexst.lo argp-eexst.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-eexst.c -fPIC -DPIC -o .libs/argp-eexst.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-eexst.c -o argp-eexst.o >/dev/null 2>&1
\
# source='argp-fmtstream.c' object='argp-fmtstream.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-fmtstream.lo argp-fmtstream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-fmtstream.c -fPIC -DPIC -o .libs/argp-fmtstream.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-fmtstream.c -o argp-fmtstream.o >/dev/null 2>&1
\
# source='argp-fs-xinl.c' object='argp-fs-xinl.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-fs-xinl.lo argp-fs-xinl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-fs-xinl.c -fPIC -DPIC -o .libs/argp-fs-xinl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-fs-xinl.c -o argp-fs-xinl.o >/dev/null 2>&1
\
# source='argp-help.c' object='argp-help.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-help.lo argp-help.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-help.c -fPIC -DPIC -o .libs/argp-help.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-help.c -o argp-help.o >/dev/null 2>&1
\
# source='argp-parse.c' object='argp-parse.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-parse.lo argp-parse.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-parse.c -fPIC -DPIC -o .libs/argp-parse.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-parse.c -o argp-parse.o >/dev/null 2>&1
\
# source='argp-pin.c' object='argp-pin.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-pin.lo argp-pin.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-pin.c -fPIC -DPIC -o .libs/argp-pin.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-pin.c -o argp-pin.o >/dev/null 2>&1
\
# source='argp-pv.c' object='argp-pv.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-pv.lo argp-pv.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-pv.c -fPIC -DPIC -o .libs/argp-pv.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-pv.c -o argp-pv.o >/dev/null 2>&1
\
# source='argp-pvh.c' object='argp-pvh.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-pvh.lo argp-pvh.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-pvh.c -fPIC -DPIC -o .libs/argp-pvh.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-pvh.c -o argp-pvh.o >/dev/null 2>&1
\
# source='argp-xinl.c' object='argp-xinl.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o argp-xinl.lo argp-xinl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-xinl.c -fPIC -DPIC -o .libs/argp-xinl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argp-xinl.c -o argp-xinl.o >/dev/null 2>&1
\
# source='exitfail.c' object='exitfail.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o exitfail.lo exitfail.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c exitfail.c -fPIC -DPIC -o .libs/exitfail.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c exitfail.c -o exitfail.o >/dev/null 2>&1
\
# source='localcharset.c' object='localcharset.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o localcharset.lo localcharset.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c localcharset.c -fPIC -DPIC -o .libs/localcharset.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c localcharset.c -o localcharset.o >/dev/null 2>&1
\
# source='malloca.c' object='malloca.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o malloca.lo malloca.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c malloca.c -fPIC -DPIC -o .libs/malloca.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c malloca.c -o malloca.o >/dev/null 2>&1
\
# source='mbchar.c' object='mbchar.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbchar.lo mbchar.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbchar.c -fPIC -DPIC -o .libs/mbchar.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbchar.c -o mbchar.o >/dev/null 2>&1
\
# source='mbslen.c' object='mbslen.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbslen.lo mbslen.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbslen.c -fPIC -DPIC -o .libs/mbslen.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbslen.c -o mbslen.o >/dev/null 2>&1
\
# source='mbswidth.c' object='mbswidth.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mbswidth.lo mbswidth.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbswidth.c -fPIC -DPIC -o .libs/mbswidth.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mbswidth.c -o mbswidth.o >/dev/null 2>&1
\
# source='strnlen1.c' object='strnlen1.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o strnlen1.lo strnlen1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strnlen1.c -fPIC -DPIC -o .libs/strnlen1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strnlen1.c -o strnlen1.o >/dev/null 2>&1
\
# source='uniwidth/width.c' object='uniwidth/width.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o uniwidth/width.lo uniwidth/width.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c uniwidth/width.c -fPIC -DPIC -o uniwidth/.libs/width.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c uniwidth/width.c -o uniwidth/width.o >/dev/null 2>&1
\
# source='xalloc-die.c' object='xalloc-die.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o xalloc-die.lo xalloc-die.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c xalloc-die.c -fPIC -DPIC -o .libs/xalloc-die.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c xalloc-die.c -o xalloc-die.o >/dev/null 2>&1
\
# source='daemon.c' object='daemon.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o daemon.lo daemon.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c daemon.c -fPIC -DPIC -o .libs/daemon.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c daemon.c -o daemon.o >/dev/null 2>&1
\
# source='mailcap.c' object='mailcap.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailcap.lo mailcap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailcap.c -fPIC -DPIC -o .libs/mailcap.o
mailcap.c: In function 'run_mailcap':
mailcap.c:522:14: warning: variable 'pager_pid' set but not used [-Wunused-but-set-variable]
mailcap.c: In function 'expand_string':
mailcap.c:251:3: warning: 's' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailcap.c -o mailcap.o >/dev/null 2>&1
\
# source='mu_dbm.c' object='mu_dbm.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_dbm.lo mu_dbm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_dbm.c -fPIC -DPIC -o .libs/mu_dbm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_dbm.c -o mu_dbm.o >/dev/null 2>&1
\
# source='signal.c' object='signal.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o signal.lo signal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c signal.c -fPIC -DPIC -o .libs/signal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c signal.c -o signal.o >/dev/null 2>&1
\
# source='strexit.c' object='strexit.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o strexit.lo strexit.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strexit.c -fPIC -DPIC -o .libs/strexit.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c strexit.c -o strexit.o >/dev/null 2>&1
\
# source='tcpwrap.c' object='tcpwrap.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o tcpwrap.lo tcpwrap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c tcpwrap.c -fPIC -DPIC -o .libs/tcpwrap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c tcpwrap.c -o tcpwrap.o >/dev/null 2>&1
\
# source='userprivs.c' object='userprivs.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o userprivs.lo userprivs.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c userprivs.c -fPIC -DPIC -o .libs/userprivs.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c userprivs.c -o userprivs.o >/dev/null 2>&1
\
# source='mu_umaxtostr.c' object='mu_umaxtostr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_umaxtostr.lo mu_umaxtostr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_umaxtostr.c -fPIC -DPIC -o .libs/mu_umaxtostr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_umaxtostr.c -o mu_umaxtostr.o >/dev/null 2>&1
\
# source='asnprintf.c' object='asnprintf.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o asnprintf.lo asnprintf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c asnprintf.c -fPIC -DPIC -o .libs/asnprintf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c asnprintf.c -o asnprintf.o >/dev/null 2>&1
\
# source='basename-lgpl.c' object='basename-lgpl.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o basename-lgpl.lo basename-lgpl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c basename-lgpl.c -fPIC -DPIC -o .libs/basename-lgpl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c basename-lgpl.c -o basename-lgpl.o >/dev/null 2>&1
\
# source='des.c' object='des.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o des.lo des.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c des.c -fPIC -DPIC -o .libs/des.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c des.c -o des.o >/dev/null 2>&1
\
# source='dirname-lgpl.c' object='dirname-lgpl.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o dirname-lgpl.lo dirname-lgpl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c dirname-lgpl.c -fPIC -DPIC -o .libs/dirname-lgpl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c dirname-lgpl.c -o dirname-lgpl.o >/dev/null 2>&1
\
# source='getopt.c' object='getopt.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o getopt.lo getopt.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c getopt.c -fPIC -DPIC -o .libs/getopt.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c getopt.c -o getopt.o >/dev/null 2>&1
\
# source='getopt1.c' object='getopt1.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o getopt1.lo getopt1.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c getopt1.c -fPIC -DPIC -o .libs/getopt1.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c getopt1.c -o getopt1.o >/dev/null 2>&1
\
# source='getpass.c' object='getpass.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o getpass.lo getpass.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c getpass.c -fPIC -DPIC -o .libs/getpass.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c getpass.c -o getpass.o >/dev/null 2>&1
\
# source='imaxtostr.c' object='imaxtostr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o imaxtostr.lo imaxtostr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c imaxtostr.c -fPIC -DPIC -o .libs/imaxtostr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c imaxtostr.c -o imaxtostr.o >/dev/null 2>&1
\
# source='offtostr.c' object='offtostr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o offtostr.lo offtostr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c offtostr.c -fPIC -DPIC -o .libs/offtostr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c offtostr.c -o offtostr.o >/dev/null 2>&1
\
# source='printf-args.c' object='printf-args.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o printf-args.lo printf-args.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c printf-args.c -fPIC -DPIC -o .libs/printf-args.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c printf-args.c -o printf-args.o >/dev/null 2>&1
\
# source='printf-parse.c' object='printf-parse.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o printf-parse.lo printf-parse.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c printf-parse.c -fPIC -DPIC -o .libs/printf-parse.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c printf-parse.c -o printf-parse.o >/dev/null 2>&1
\
# source='stripslash.c' object='stripslash.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o stripslash.lo stripslash.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stripslash.c -fPIC -DPIC -o .libs/stripslash.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stripslash.c -o stripslash.o >/dev/null 2>&1
\
# source='uinttostr.c' object='uinttostr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o uinttostr.lo uinttostr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c uinttostr.c -fPIC -DPIC -o .libs/uinttostr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c uinttostr.c -o uinttostr.o >/dev/null 2>&1
\
# source='umaxtostr.c' object='umaxtostr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o umaxtostr.lo umaxtostr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c umaxtostr.c -fPIC -DPIC -o .libs/umaxtostr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c umaxtostr.c -o umaxtostr.o >/dev/null 2>&1
\
# source='vasnprintf.c' object='vasnprintf.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o vasnprintf.lo vasnprintf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c vasnprintf.c -fPIC -DPIC -o .libs/vasnprintf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c vasnprintf.c -o vasnprintf.o >/dev/null 2>&1
\
# source='xmalloc.c' object='xmalloc.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o xmalloc.lo xmalloc.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c xmalloc.c -fPIC -DPIC -o .libs/xmalloc.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c xmalloc.c -o xmalloc.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o libmuaux.la argp-ba.lo argp-eexst.lo argp-fmtstream.lo argp-fs-xinl.lo argp-help.lo argp-parse.lo argp-pin.lo argp-pv.lo argp-pvh.lo argp-xinl.lo exitfail.lo localcharset.lo malloca.lo mbchar.lo mbslen.lo mbswidth.lo strnlen1.lo uniwidth/width.lo xalloc-die.lo daemon.lo mailcap.lo mu_dbm.lo signal.lo strexit.lo tcpwrap.lo userprivs.lo mu_umaxtostr.lo asnprintf.lo basename-lgpl.lo des.lo dirname-lgpl.lo getopt.lo getopt1.lo getpass.lo imaxtostr.lo offtostr.lo printf-args.lo printf-parse.lo stripslash.lo uinttostr.lo umaxtostr.lo vasnprintf.lo xmalloc.lo -lcrypt -lpthread -lgdbm
libtool: link: ar cru .libs/libmuaux.a .libs/argp-ba.o .libs/argp-eexst.o .libs/argp-fmtstream.o .libs/argp-fs-xinl.o .libs/argp-help.o .libs/argp-parse.o .libs/argp-pin.o .libs/argp-pv.o .libs/argp-pvh.o .libs/argp-xinl.o .libs/exitfail.o .libs/localcharset.o .libs/malloca.o .libs/mbchar.o .libs/mbslen.o .libs/mbswidth.o .libs/strnlen1.o uniwidth/.libs/width.o .libs/xalloc-die.o .libs/daemon.o .libs/mailcap.o .libs/mu_dbm.o .libs/signal.o .libs/strexit.o .libs/tcpwrap.o .libs/userprivs.o .libs/mu_umaxtostr.o .libs/asnprintf.o .libs/basename-lgpl.o .libs/des.o .libs/dirname-lgpl.o .libs/getopt.o .libs/getopt1.o .libs/getpass.o .libs/imaxtostr.o .libs/offtostr.o .libs/printf-args.o .libs/printf-parse.o .libs/stripslash.o .libs/uinttostr.o .libs/umaxtostr.o .libs/vasnprintf.o .libs/xmalloc.o
libtool: link: ranlib .libs/libmuaux.a
libtool: link: ( cd ".libs" && rm -f "libmuaux.la" && ln -s "../libmuaux.la" "libmuaux.la" )
rm -f t-charset.alias charset.alias && \
/bin/bash ./config.charset 'i486-pc-gnu' > t-charset.alias && \
mv t-charset.alias charset.alias
rm -f t-ref-add.sed ref-add.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/mailutils/g' ref-add.sin > t-ref-add.sed && \
mv t-ref-add.sed ref-add.sed
rm -f t-ref-del.sed ref-del.sed && \
sed -e '/^#/d' -e 's/@''PACKAGE''@/mailutils/g' ref-del.sin > t-ref-del.sed && \
mv t-ref-del.sed ref-del.sed
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/lib'
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/lib'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/lib'
Making all in libmu_argp
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_argp'
\
# source='auth.c' object='auth.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c auth.c
\
# source='cmdline.c' object='cmdline.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cmdline.c
\
# source='common.c' object='common.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c common.c
\
# source='compat.c' object='compat.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c compat.c
\
# source='mu_argp.c' object='mu_argp.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_argp.c
\
# source='muinit.c' object='muinit.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c muinit.c
\
# source='sieve.c' object='sieve.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve.c
\
# source='tls.c' object='tls.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c tls.c
rm -f libmu_argp.a
ar cru libmu_argp.a auth.o cmdline.o common.o compat.o mu_argp.o muinit.o sieve.o tls.o
ranlib libmu_argp.a
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_argp'
Making all in libmu_cfg
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_cfg'
\
# source='acl.c' object='acl.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o acl.lo acl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c acl.c -fPIC -DPIC -o .libs/acl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c acl.c -o acl.o >/dev/null 2>&1
\
# source='auth.c' object='auth.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o auth.lo auth.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c auth.c -fPIC -DPIC -o .libs/auth.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c auth.c -o auth.o >/dev/null 2>&1
\
# source='common.c' object='common.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o common.lo common.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c common.c -fPIC -DPIC -o .libs/common.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c common.c -o common.o >/dev/null 2>&1
\
# source='init.c' object='init.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o init.lo init.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c init.c -fPIC -DPIC -o .libs/init.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c init.c -o init.o >/dev/null 2>&1
\
# source='gsasl.c' object='gsasl.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o gsasl.lo gsasl.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c gsasl.c -fPIC -DPIC -o .libs/gsasl.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c gsasl.c -o gsasl.o >/dev/null 2>&1
\
# source='ldap.c' object='ldap.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o ldap.lo ldap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c ldap.c -fPIC -DPIC -o .libs/ldap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c ldap.c -o ldap.o >/dev/null 2>&1
\
# source='pam.c' object='pam.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o pam.lo pam.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c pam.c -fPIC -DPIC -o .libs/pam.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c pam.c -o pam.o >/dev/null 2>&1
\
# source='radius.c' object='radius.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o radius.lo radius.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c radius.c -fPIC -DPIC -o .libs/radius.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c radius.c -o radius.o >/dev/null 2>&1
\
# source='sieve.c' object='sieve.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o sieve.lo sieve.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c sieve.c -fPIC -DPIC -o .libs/sieve.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c sieve.c -o sieve.o >/dev/null 2>&1
\
# source='sql.c' object='sql.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o sql.lo sql.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c sql.c -fPIC -DPIC -o .libs/sql.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c sql.c -o sql.o >/dev/null 2>&1
\
# source='tls.c' object='tls.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o tls.lo tls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c tls.c -fPIC -DPIC -o .libs/tls.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c tls.c -o tls.o >/dev/null 2>&1
\
# source='virtdomain.c' object='virtdomain.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c -o virtdomain.lo virtdomain.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c virtdomain.c -fPIC -DPIC -o .libs/virtdomain.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -c virtdomain.c -o virtdomain.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -DSITE_VIRTUAL_PWDDIR=\"/etc/domain\" -DSITE_CRAM_MD5_PWD=\"/etc/cram-md5.pwd\" -g -O2 -g -O2 -Wall -o libmu_cfg.la -rpath /usr/lib acl.lo auth.lo common.lo init.lo gsasl.lo ldap.lo pam.lo radius.lo sieve.lo sql.lo tls.lo virtdomain.lo -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/acl.o .libs/auth.o .libs/common.o .libs/init.o .libs/gsasl.o .libs/ldap.o .libs/pam.o .libs/radius.o .libs/sieve.o .libs/sql.o .libs/tls.o .libs/virtdomain.o -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_cfg.so.0 -o .libs/libmu_cfg.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libmu_cfg.so.0" && ln -s "libmu_cfg.so.0.0.0" "libmu_cfg.so.0")
libtool: link: (cd ".libs" && rm -f "libmu_cfg.so" && ln -s "libmu_cfg.so.0.0.0" "libmu_cfg.so")
libtool: link: ar cru .libs/libmu_cfg.a acl.o auth.o common.o init.o gsasl.o ldap.o pam.o radius.o sieve.o sql.o tls.o virtdomain.o
libtool: link: ranlib .libs/libmu_cfg.a
libtool: link: ( cd ".libs" && rm -f "libmu_cfg.la" && ln -s "../libmu_cfg.la" "libmu_cfg.la" )
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_cfg'
Making all in libmu_cpp
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_cpp'
\
# source='address.cc' object='address.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o address.lo address.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c address.cc -fPIC -DPIC -o .libs/address.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c address.cc -o address.o >/dev/null 2>&1
\
# source='attribute.cc' object='attribute.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o attribute.lo attribute.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c attribute.cc -fPIC -DPIC -o .libs/attribute.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c attribute.cc -o attribute.o >/dev/null 2>&1
\
# source='body.cc' object='body.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o body.lo body.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c body.cc -fPIC -DPIC -o .libs/body.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c body.cc -o body.o >/dev/null 2>&1
\
# source='debug.cc' object='debug.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o debug.lo debug.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c debug.cc -fPIC -DPIC -o .libs/debug.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c debug.cc -o debug.o >/dev/null 2>&1
\
# source='envelope.cc' object='envelope.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o envelope.lo envelope.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c envelope.cc -fPIC -DPIC -o .libs/envelope.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c envelope.cc -o envelope.o >/dev/null 2>&1
\
# source='filter.cc' object='filter.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o filter.lo filter.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter.cc -fPIC -DPIC -o .libs/filter.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter.cc -o filter.o >/dev/null 2>&1
\
# source='folder.cc' object='folder.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o folder.lo folder.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.cc -fPIC -DPIC -o .libs/folder.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.cc -o folder.o >/dev/null 2>&1
\
# source='header.cc' object='header.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o header.lo header.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c header.cc -fPIC -DPIC -o .libs/header.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c header.cc -o header.o >/dev/null 2>&1
\
# source='iterator.cc' object='iterator.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o iterator.lo iterator.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c iterator.cc -fPIC -DPIC -o .libs/iterator.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c iterator.cc -o iterator.o >/dev/null 2>&1
\
# source='list.cc' object='list.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o list.lo list.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.cc -fPIC -DPIC -o .libs/list.o
list.cc: In function 'std::list<void*> mailutils::mulist_to_stl(mu_list_t)':
list.cc:39:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.cc -o list.o >/dev/null 2>&1
\
# source='mailbox.cc' object='mailbox.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailbox.lo mailbox.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailbox.cc -fPIC -DPIC -o .libs/mailbox.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailbox.cc -o mailbox.o >/dev/null 2>&1
\
# source='mailcap.cc' object='mailcap.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailcap.lo mailcap.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailcap.cc -fPIC -DPIC -o .libs/mailcap.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailcap.cc -o mailcap.o >/dev/null 2>&1
\
# source='mailer.cc' object='mailer.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailer.lo mailer.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailer.cc -fPIC -DPIC -o .libs/mailer.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailer.cc -o mailer.o >/dev/null 2>&1
\
# source='message.cc' object='message.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o message.lo message.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c message.cc -fPIC -DPIC -o .libs/message.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c message.cc -o message.o >/dev/null 2>&1
\
# source='mime.cc' object='mime.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mime.lo mime.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mime.cc -fPIC -DPIC -o .libs/mime.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mime.cc -o mime.o >/dev/null 2>&1
\
# source='mutil.cc' object='mutil.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mutil.lo mutil.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mutil.cc -fPIC -DPIC -o .libs/mutil.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mutil.cc -o mutil.o >/dev/null 2>&1
\
# source='pop3.cc' object='pop3.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pop3.lo pop3.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3.cc -fPIC -DPIC -o .libs/pop3.o
pop3.cc: In member function 'size_t mailutils::Pop3::response(char*, size_t)':
pop3.cc:285:1: warning: control reaches end of non-void function [-Wreturn-type]
pop3.cc: In member function 'size_t mailutils::Pop3::readline(char*, size_t)':
pop3.cc:275:1: warning: control reaches end of non-void function [-Wreturn-type]
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3.cc -o pop3.o >/dev/null 2>&1
\
# source='registrar.cc' object='registrar.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o registrar.lo registrar.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c registrar.cc -fPIC -DPIC -o .libs/registrar.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c registrar.cc -o registrar.o >/dev/null 2>&1
\
# source='secret.cc' object='secret.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o secret.lo secret.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c secret.cc -fPIC -DPIC -o .libs/secret.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c secret.cc -o secret.o >/dev/null 2>&1
\
# source='sieve.cc' object='sieve.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o sieve.lo sieve.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve.cc -fPIC -DPIC -o .libs/sieve.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve.cc -o sieve.o >/dev/null 2>&1
\
# source='stream.cc' object='stream.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o stream.lo stream.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stream.cc -fPIC -DPIC -o .libs/stream.o
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stream.cc -o stream.o >/dev/null 2>&1
\
# source='url.cc' object='url.lo' libtool=yes
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o url.lo url.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.cc -fPIC -DPIC -o .libs/url.o
url.cc: In member function 'std::vector<std::basic_string<char> > mailutils::Url::get_query()':
url.cc:159:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.cc -o url.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall -rpath /usr/lib -version-info 3:2:1 -o libmu_cpp.la -rpath /usr/lib address.lo attribute.lo body.lo debug.lo envelope.lo filter.lo folder.lo header.lo iterator.lo list.lo mailbox.lo mailcap.lo mailer.lo message.lo mime.lo mutil.lo pop3.lo registrar.lo secret.lo sieve.lo stream.lo url.lo -lcrypt -lpthread -lgdbm
libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/i486-gnu/4.6.1/../../../i386-gnu/crti.o /usr/lib/gcc/i486-gnu/4.6.1/crtbeginS.o .libs/address.o .libs/attribute.o .libs/body.o .libs/debug.o .libs/envelope.o .libs/filter.o .libs/folder.o .libs/header.o .libs/iterator.o .libs/list.o .libs/mailbox.o .libs/mailcap.o .libs/mailer.o .libs/message.o .libs/mime.o .libs/mutil.o .libs/pop3.o .libs/registrar.o .libs/secret.o .libs/sieve.o .libs/stream.o .libs/url.o -lcrypt -lpthread -lgdbm -L/usr/lib/gcc/i486-gnu/4.6.1 -L/usr/lib/gcc/i486-gnu/4.6.1/../../../i386-gnu -L/usr/lib/gcc/i486-gnu/4.6.1/../../.. -L/lib/i386-gnu -L/usr/lib/i386-gnu -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/i486-gnu/4.6.1/crtendS.o /usr/lib/gcc/i486-gnu/4.6.1/../../../i386-gnu/crtn.o -O2 -O2 -Wl,-soname -Wl,libmu_cpp.so.2 -o .libs/libmu_cpp.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_cpp.so.2" && ln -s "libmu_cpp.so.2.1.2" "libmu_cpp.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_cpp.so" && ln -s "libmu_cpp.so.2.1.2" "libmu_cpp.so")
libtool: link: ar cru .libs/libmu_cpp.a address.o attribute.o body.o debug.o envelope.o filter.o folder.o header.o iterator.o list.o mailbox.o mailcap.o mailer.o message.o mime.o mutil.o pop3.o registrar.o secret.o sieve.o stream.o url.o
libtool: link: ranlib .libs/libmu_cpp.a
libtool: link: ( cd ".libs" && rm -f "libmu_cpp.la" && ln -s "../libmu_cpp.la" "libmu_cpp.la" )
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_cpp'
Making all in gint
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/gint'
\
# source='clexer.c' object='clexer.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c clexer.c
clexer.c:1566:17: warning: 'yyunput' defined but not used [-Wunused-function]
clexer.c:1607:16: warning: 'input' defined but not used [-Wunused-function]
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o clexer clexer.o ../lib/libmuaux.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o clexer clexer.o ../lib/.libs/libmuaux.a -lcrypt -lpthread -lgdbm
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/gint'
Making all in libmu_scm
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_scm'
AWK=gawk \
/usr/bin/guile-snarf -o mu_address.x \
mu_address.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall
AWK=gawk \
/usr/bin/guile-snarf -o mu_body.x \
mu_body.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall
AWK=gawk \
/usr/bin/guile-snarf -o mu_mailbox.x \
mu_mailbox.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall
AWK=gawk \
/usr/bin/guile-snarf -o mu_message.x \
mu_message.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall
AWK=gawk \
/usr/bin/guile-snarf -o mu_mime.x \
mu_mime.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall
AWK=gawk \
/usr/bin/guile-snarf -o mu_logger.x \
mu_logger.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall
AWK=gawk \
/usr/bin/guile-snarf -o mu_port.x \
mu_port.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall
AWK=gawk \
/usr/bin/guile-snarf -o mu_scm.x \
mu_scm.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall
AWK=gawk \
/usr/bin/guile-snarf -o mu_util.x \
mu_util.c -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall
gcc -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -E mu_address.c | \
../gint/clexer --snarfer -o mu_address.doc || { rm mu_address.doc; false; }
gcc -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -E mu_body.c | \
../gint/clexer --snarfer -o mu_body.doc || { rm mu_body.doc; false; }
gcc -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -E mu_mailbox.c | \
../gint/clexer --snarfer -o mu_mailbox.doc || { rm mu_mailbox.doc; false; }
gcc -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -E mu_message.c | \
../gint/clexer --snarfer -o mu_message.doc || { rm mu_message.doc; false; }
gcc -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -E mu_mime.c | \
../gint/clexer --snarfer -o mu_mime.doc || { rm mu_mime.doc; false; }
gcc -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -E mu_logger.c | \
../gint/clexer --snarfer -o mu_logger.doc || { rm mu_logger.doc; false; }
gcc -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -E mu_port.c | \
../gint/clexer --snarfer -o mu_port.doc || { rm mu_port.doc; false; }
gcc -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -E mu_scm.c | \
../gint/clexer --snarfer -o mu_scm.doc || { rm mu_scm.doc; false; }
gcc -DSCM_MAGIC_SNARF_DOCS -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -E mu_util.c | \
../gint/clexer --snarfer -o mu_util.doc || { rm mu_util.doc; false; }
cat mu_address.doc mu_body.doc mu_mailbox.doc mu_message.doc mu_mime.doc mu_logger.doc mu_port.doc mu_scm.doc mu_util.doc | \
/usr/bin/guile-tools snarf-check-and-output-texi > guile-procedures.texi
/usr/bin/make all-am
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_scm'
\
# source='mu_address.c' object='mu_address.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_address.lo mu_address.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_address.c -fPIC -DPIC -o .libs/mu_address.o
mu_address.c: In function '_get_address_part':
mu_address.c:69:3: warning: 'ret' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_address.c -o mu_address.o >/dev/null 2>&1
\
# source='mu_body.c' object='mu_body.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_body.lo mu_body.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_body.c -fPIC -DPIC -o .libs/mu_body.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_body.c -o mu_body.o >/dev/null 2>&1
\
# source='mu_dbgport.c' object='mu_dbgport.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_dbgport.lo mu_dbgport.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_dbgport.c -fPIC -DPIC -o .libs/mu_dbgport.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_dbgport.c -o mu_dbgport.o >/dev/null 2>&1
\
# source='mu_guile.c' object='mu_guile.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_guile.lo mu_guile.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_guile.c -fPIC -DPIC -o .libs/mu_guile.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_guile.c -o mu_guile.o >/dev/null 2>&1
\
# source='mu_mailbox.c' object='mu_mailbox.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_mailbox.lo mu_mailbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_mailbox.c -fPIC -DPIC -o .libs/mu_mailbox.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_mailbox.c -o mu_mailbox.o >/dev/null 2>&1
\
# source='mu_message.c' object='mu_message.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_message.lo mu_message.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_message.c -fPIC -DPIC -o .libs/mu_message.o
mu_message.c: In function 'scm_mu_message_get_header':
mu_message.c:502:3: warning: 'ret' may be used uninitialized in this function [-Wuninitialized]
mu_message.c: In function 'scm_mu_message_get_sender':
mu_message.c:458:3: warning: 'ret' may be used uninitialized in this function [-Wuninitialized]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_message.c -o mu_message.o >/dev/null 2>&1
\
# source='mu_mime.c' object='mu_mime.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_mime.lo mu_mime.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_mime.c -fPIC -DPIC -o .libs/mu_mime.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_mime.c -o mu_mime.o >/dev/null 2>&1
\
# source='mu_logger.c' object='mu_logger.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_logger.lo mu_logger.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_logger.c -fPIC -DPIC -o .libs/mu_logger.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_logger.c -o mu_logger.o >/dev/null 2>&1
\
# source='mu_port.c' object='mu_port.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_port.lo mu_port.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_port.c -fPIC -DPIC -o .libs/mu_port.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_port.c -o mu_port.o >/dev/null 2>&1
\
# source='mu_scm.c' object='mu_scm.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_scm.lo mu_scm.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_scm.c -fPIC -DPIC -o .libs/mu_scm.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_scm.c -o mu_scm.o >/dev/null 2>&1
\
# source='mu_util.c' object='mu_util.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mu_util.lo mu_util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_util.c -fPIC -DPIC -o .libs/mu_util.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mu_util.c -o mu_util.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -rpath /usr/lib -version-info 3:2:1 -o libmu_scm.la -rpath /usr/lib mu_address.lo mu_body.lo mu_dbgport.lo mu_guile.lo mu_mailbox.lo mu_message.lo mu_mime.lo mu_logger.lo mu_port.lo mu_scm.lo mu_util.lo ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../mailbox/libmailutils.la -lguile -lltdl -lgmp -lcrypt -lm -lltdl -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/mu_address.o .libs/mu_body.o .libs/mu_dbgport.o .libs/mu_guile.o .libs/mu_mailbox.o .libs/mu_message.o .libs/mu_mime.o .libs/mu_logger.o .libs/mu_port.o .libs/mu_scm.o .libs/mu_util.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mbox/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/imap/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/pop/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/nntp/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mh/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/maildir/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mailer/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs -Wl,-rpath -Wl,/usr/lib/i386-gnu -Wl,-rpath -Wl,/usr/lib/i386-gnu ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../mailbox/.libs/libmailutils.so -lguile /usr/lib/i386-gnu/libgmp.so -lm /usr/lib/libltdl.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_scm.so.2 -o .libs/libmu_scm.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_scm.so.2" && ln -s "libmu_scm.so.2.1.2" "libmu_scm.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_scm.so" && ln -s "libmu_scm.so.2.1.2" "libmu_scm.so")
libtool: link: ar cru .libs/libmu_scm.a mu_address.o mu_body.o mu_dbgport.o mu_guile.o mu_mailbox.o mu_message.o mu_mime.o mu_logger.o mu_port.o mu_scm.o mu_util.o
libtool: link: ranlib .libs/libmu_scm.a
libtool: link: ( cd ".libs" && rm -f "libmu_scm.la" && ln -s "../libmu_scm.la" "libmu_scm.la" )
m4 -DVERSION=2.2 -DLIBDIR=/usr/lib \
-DSITEDIR=/usr/share/guile/site/mailutils \
-DBUILDDIR=../libmu_scm \
./mailutils.scm.in > mailutils.scm
rm -f guile-procedures.txt; \
/bin/bash /«BUILDDIR»/mailutils-2.2+dfsg1/build-aux/missing --run makeinfo --force -o guile-procedures.txt guile-procedures.texi || test -f guile-procedures.txt
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_scm'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_scm'
Making all in libmu_sieve
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve'
/usr/bin/make all-recursive
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve'
Making all in .
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve'
\
# source='actions.c' object='actions.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o actions.lo actions.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c actions.c -fPIC -DPIC -o .libs/actions.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c actions.c -o actions.o >/dev/null 2>&1
\
# source='conf.c' object='conf.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o conf.lo conf.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c conf.c -fPIC -DPIC -o .libs/conf.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c conf.c -o conf.o >/dev/null 2>&1
\
# source='comparator.c' object='comparator.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o comparator.lo comparator.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c comparator.c -fPIC -DPIC -o .libs/comparator.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c comparator.c -o comparator.o >/dev/null 2>&1
\
# source='load.c' object='load.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o load.lo load.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c load.c -fPIC -DPIC -o .libs/load.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c load.c -o load.o >/dev/null 2>&1
\
# source='prog.c' object='prog.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o prog.lo prog.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c prog.c -fPIC -DPIC -o .libs/prog.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c prog.c -o prog.o >/dev/null 2>&1
\
# source='register.c' object='register.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o register.lo register.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c register.c -fPIC -DPIC -o .libs/register.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c register.c -o register.o >/dev/null 2>&1
\
# source='relational.c' object='relational.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o relational.lo relational.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c relational.c -fPIC -DPIC -o .libs/relational.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c relational.c -o relational.o >/dev/null 2>&1
\
# source='require.c' object='require.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o require.lo require.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c require.c -fPIC -DPIC -o .libs/require.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c require.c -o require.o >/dev/null 2>&1
\
# source='runtime.c' object='runtime.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o runtime.lo runtime.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c runtime.c -fPIC -DPIC -o .libs/runtime.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c runtime.c -o runtime.o >/dev/null 2>&1
\
# source='sieve-gram.c' object='sieve-gram.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o sieve-gram.lo sieve-gram.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve-gram.c -fPIC -DPIC -o .libs/sieve-gram.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve-gram.c -o sieve-gram.o >/dev/null 2>&1
\
# source='sieve-lex.c' object='sieve-lex.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o sieve-lex.lo sieve-lex.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve-lex.c -fPIC -DPIC -o .libs/sieve-lex.o
sieve.l: In function 'sieve_searchpath':
sieve.l:402:7: warning: variable 'append' set but not used [-Wunused-but-set-variable]
sieve.l: At top level:
sieve-lex.c:1621:17: warning: 'mu_sieve_yyunput' defined but not used [-Wunused-function]
sieve-lex.c:1662:16: warning: 'input' defined but not used [-Wunused-function]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve-lex.c -o sieve-lex.o >/dev/null 2>&1
\
# source='tests.c' object='tests.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o tests.lo tests.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c tests.c -fPIC -DPIC -o .libs/tests.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c tests.c -o tests.o >/dev/null 2>&1
\
# source='util.c' object='util.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o util.lo util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c util.c -fPIC -DPIC -o .libs/util.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DMU_SIEVE_MODDIR=\"/usr/lib/mailutils\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c util.c -o util.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -version-info 3:2:1 -o libmu_sieve.la -rpath /usr/lib actions.lo conf.lo comparator.lo load.lo prog.lo register.lo relational.lo require.lo runtime.lo sieve-gram.lo sieve-lex.lo tests.lo util.lo ../mailbox/libmailutils.la -lltdl -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/actions.o .libs/conf.o .libs/comparator.o .libs/load.o .libs/prog.o .libs/register.o .libs/relational.o .libs/require.o .libs/runtime.o .libs/sieve-gram.o .libs/sieve-lex.o .libs/tests.o .libs/util.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs ../mailbox/.libs/libmailutils.so /usr/lib/libltdl.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_sieve.so.2 -o .libs/libmu_sieve.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_sieve.so.2" && ln -s "libmu_sieve.so.2.1.2" "libmu_sieve.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_sieve.so" && ln -s "libmu_sieve.so.2.1.2" "libmu_sieve.so")
libtool: link: ar cru .libs/libmu_sieve.a actions.o conf.o comparator.o load.o prog.o register.o relational.o require.o runtime.o sieve-gram.o sieve-lex.o tests.o util.o
libtool: link: ranlib .libs/libmu_sieve.a
libtool: link: ( cd ".libs" && rm -f "libmu_sieve.la" && ln -s "../libmu_sieve.la" "libmu_sieve.la" )
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve'
Making all in extensions
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/extensions'
\
# source='list.c' object='list.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o list.lo list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.c -fPIC -DPIC -o .libs/list.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.c -o list.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -module -avoid-version -no-undefined -rpath '/usr/lib/mailutils' -o list.la -rpath /usr/lib/mailutils list.lo ../libmu_sieve.la
libtool: link: gcc -shared -fPIC -DPIC .libs/list.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/.libs ../.libs/libmu_sieve.so -O2 -O2 -Wl,-soname -Wl,list.so -o .libs/list.so
libtool: link: ar cru .libs/list.a list.o
libtool: link: ranlib .libs/list.a
libtool: link: ( cd ".libs" && rm -f "list.la" && ln -s "../list.la" "list.la" )
\
# source='moderator.c' object='moderator.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o moderator.lo moderator.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c moderator.c -fPIC -DPIC -o .libs/moderator.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c moderator.c -o moderator.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -module -avoid-version -no-undefined -rpath '/usr/lib/mailutils' -o moderator.la -rpath /usr/lib/mailutils moderator.lo ../libmu_sieve.la
libtool: link: gcc -shared -fPIC -DPIC .libs/moderator.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/.libs ../.libs/libmu_sieve.so -O2 -O2 -Wl,-soname -Wl,moderator.so -o .libs/moderator.so
libtool: link: ar cru .libs/moderator.a moderator.o
libtool: link: ranlib .libs/moderator.a
libtool: link: ( cd ".libs" && rm -f "moderator.la" && ln -s "../moderator.la" "moderator.la" )
\
# source='pipe.c' object='pipe.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o pipe.lo pipe.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pipe.c -fPIC -DPIC -o .libs/pipe.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pipe.c -o pipe.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -module -avoid-version -no-undefined -rpath '/usr/lib/mailutils' -o pipe.la -rpath /usr/lib/mailutils pipe.lo ../libmu_sieve.la
libtool: link: gcc -shared -fPIC -DPIC .libs/pipe.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/.libs ../.libs/libmu_sieve.so -O2 -O2 -Wl,-soname -Wl,pipe.so -o .libs/pipe.so
libtool: link: ar cru .libs/pipe.a pipe.o
libtool: link: ranlib .libs/pipe.a
libtool: link: ( cd ".libs" && rm -f "pipe.la" && ln -s "../pipe.la" "pipe.la" )
\
# source='spamd.c' object='spamd.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o spamd.lo spamd.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c spamd.c -fPIC -DPIC -o .libs/spamd.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c spamd.c -o spamd.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -module -avoid-version -no-undefined -rpath '/usr/lib/mailutils' -o spamd.la -rpath /usr/lib/mailutils spamd.lo ../libmu_sieve.la
libtool: link: gcc -shared -fPIC -DPIC .libs/spamd.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/.libs ../.libs/libmu_sieve.so -O2 -O2 -Wl,-soname -Wl,spamd.so -o .libs/spamd.so
libtool: link: ar cru .libs/spamd.a spamd.o
libtool: link: ranlib .libs/spamd.a
libtool: link: ( cd ".libs" && rm -f "spamd.la" && ln -s "../spamd.la" "spamd.la" )
\
# source='timestamp.c' object='timestamp.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o timestamp.lo timestamp.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c timestamp.c -fPIC -DPIC -o .libs/timestamp.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c timestamp.c -o timestamp.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -module -avoid-version -no-undefined -rpath '/usr/lib/mailutils' -o timestamp.la -rpath /usr/lib/mailutils timestamp.lo ../libmu_sieve.la
libtool: link: gcc -shared -fPIC -DPIC .libs/timestamp.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/.libs ../.libs/libmu_sieve.so -O2 -O2 -Wl,-soname -Wl,timestamp.so -o .libs/timestamp.so
libtool: link: ar cru .libs/timestamp.a timestamp.o
libtool: link: ranlib .libs/timestamp.a
libtool: link: ( cd ".libs" && rm -f "timestamp.la" && ln -s "../timestamp.la" "timestamp.la" )
\
# source='vacation.c' object='vacation.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o vacation.lo vacation.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c vacation.c -fPIC -DPIC -o .libs/vacation.o
vacation.c: In function 'sieve_action_vacation':
vacation.c:477:18: warning: 'text' may be used uninitialized in this function [-Wuninitialized]
vacation.c:547:9: note: 'text' was declared here
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I. -I../../include -I../../lib -I../../lib -I../.. -I../../include -I../../mailbox -I../../libmu_argp -I../../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c vacation.c -o vacation.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -module -avoid-version -no-undefined -rpath '/usr/lib/mailutils' -o vacation.la -rpath /usr/lib/mailutils vacation.lo ../libmu_sieve.la
libtool: link: gcc -shared -fPIC -DPIC .libs/vacation.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/.libs ../.libs/libmu_sieve.so -O2 -O2 -Wl,-soname -Wl,vacation.so -o .libs/vacation.so
libtool: link: ar cru .libs/vacation.a vacation.o
libtool: link: ranlib .libs/vacation.a
libtool: link: ( cd ".libs" && rm -f "vacation.la" && ln -s "../vacation.la" "vacation.la" )
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/extensions'
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve'
Making all in python
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/python'
Making all in libmu_py
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/python/libmu_py'
\
# source='error.c' object='error.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o error.lo error.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c error.c -fPIC -DPIC -o .libs/error.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from error.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c error.c -o error.o >/dev/null 2>&1
\
# source='address.c' object='address.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o address.lo address.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c address.c -fPIC -DPIC -o .libs/address.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from address.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
address.c: In function '_mu_py_attach_address':
address.c:340:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c address.c -o address.o >/dev/null 2>&1
\
# source='attribute.c' object='attribute.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o attribute.lo attribute.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c attribute.c -fPIC -DPIC -o .libs/attribute.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from attribute.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
attribute.c: In function '_mu_py_attach_attribute':
attribute.c:291:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c attribute.c -o attribute.o >/dev/null 2>&1
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from auth.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
\
# source='auth.c' object='auth.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o auth.lo auth.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c auth.c -fPIC -DPIC -o .libs/auth.o
auth.c: In function '_mu_py_attach_auth':
auth.c:714:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
auth.c:715:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
auth.c:716:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
auth.c:717:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c auth.c -o auth.o >/dev/null 2>&1
\
# source='body.c' object='body.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o body.lo body.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c body.c -fPIC -DPIC -o .libs/body.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from body.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
body.c: In function '_mu_py_attach_body':
body.c:152:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c body.c -o body.o >/dev/null 2>&1
\
# source='debug.c' object='debug.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o debug.lo debug.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c debug.c -fPIC -DPIC -o .libs/debug.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from debug.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
debug.c: In function '_mu_py_attach_debug':
debug.c:175:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c debug.c -o debug.o >/dev/null 2>&1
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from envelope.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
envelope.c: In function '_mu_py_attach_envelope':
envelope.c:164:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
\
# source='envelope.c' object='envelope.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o envelope.lo envelope.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c envelope.c -fPIC -DPIC -o .libs/envelope.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c envelope.c -o envelope.o >/dev/null 2>&1
\
# source='filter.c' object='filter.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o filter.lo filter.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter.c -fPIC -DPIC -o .libs/filter.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from filter.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c filter.c -o filter.o >/dev/null 2>&1
\
# source='folder.c' object='folder.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o folder.lo folder.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -fPIC -DPIC -o .libs/folder.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from folder.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
folder.c: In function '_mu_py_attach_folder':
folder.c:313:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c -o folder.o >/dev/null 2>&1
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from libmu_py.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
\
# source='libmu_py.c' object='libmu_py.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o libmu_py.lo libmu_py.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c libmu_py.c -fPIC -DPIC -o .libs/libmu_py.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c libmu_py.c -o libmu_py.o >/dev/null 2>&1
\
# source='list.c' object='list.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o list.lo list.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.c -fPIC -DPIC -o .libs/list.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from list.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.c -o list.o >/dev/null 2>&1
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from header.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
header.c: In function '_mu_py_attach_header':
header.c:240:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
\
# source='header.c' object='header.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o header.lo header.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c header.c -fPIC -DPIC -o .libs/header.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c header.c -o header.o >/dev/null 2>&1
\
# source='mailer.c' object='mailer.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailer.lo mailer.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailer.c -fPIC -DPIC -o .libs/mailer.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from mailer.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
mailer.c: In function '_mu_py_attach_mailer':
mailer.c:225:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailer.c -o mailer.o >/dev/null 2>&1
\
# source='mailbox.c' object='mailbox.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailbox.lo mailbox.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailbox.c -fPIC -DPIC -o .libs/mailbox.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from mailbox.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
mailbox.c: In function '_mu_py_attach_mailbox':
mailbox.c:475:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailbox.c -o mailbox.o >/dev/null 2>&1
\
# source='mailcap.c' object='mailcap.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailcap.lo mailcap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailcap.c -fPIC -DPIC -o .libs/mailcap.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from mailcap.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
mailcap.c: In function '_mu_py_attach_mailcap':
mailcap.c:313:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
mailcap.c:314:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailcap.c -o mailcap.o >/dev/null 2>&1
\
# source='message.c' object='message.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o message.lo message.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c message.c -fPIC -DPIC -o .libs/message.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from message.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
message.c: In function '_mu_py_attach_message':
message.c:427:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c message.c -o message.o >/dev/null 2>&1
\
# source='mime.c' object='mime.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mime.lo mime.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mime.c -fPIC -DPIC -o .libs/mime.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from mime.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
mime.c: In function '_mu_py_attach_mime':
mime.c:267:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mime.c -o mime.o >/dev/null 2>&1
\
# source='nls.c' object='nls.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o nls.lo nls.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nls.c -fPIC -DPIC -o .libs/nls.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from nls.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nls.c -o nls.o >/dev/null 2>&1
\
# source='script.c' object='script.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o script.lo script.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c script.c -fPIC -DPIC -o .libs/script.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from script.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c script.c -o script.o >/dev/null 2>&1
\
# source='secret.c' object='secret.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o secret.lo secret.c
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from secret.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
secret.c: In function '_mu_py_attach_secret':
secret.c:186:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c secret.c -fPIC -DPIC -o .libs/secret.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c secret.c -o secret.o >/dev/null 2>&1
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from sieve.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
sieve.c: In function '_mu_py_attach_sieve':
sieve.c:485:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
\
# source='sieve.c' object='sieve.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o sieve.lo sieve.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve.c -fPIC -DPIC -o .libs/sieve.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve.c -o sieve.o >/dev/null 2>&1
\
# source='stream.c' object='stream.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o stream.lo stream.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stream.c -fPIC -DPIC -o .libs/stream.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from stream.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
stream.c: In function '_mu_py_attach_stream':
stream.c:406:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stream.c -o stream.o >/dev/null 2>&1
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from registrar.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
\
# source='registrar.c' object='registrar.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o registrar.lo registrar.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c registrar.c -fPIC -DPIC -o .libs/registrar.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c registrar.c -o registrar.o >/dev/null 2>&1
\
# source='url.c' object='url.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o url.lo url.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -fPIC -DPIC -o .libs/url.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from url.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
url.c: In function '_mu_py_attach_url':
url.c:293:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url.c -o url.o >/dev/null 2>&1
\
# source='util.c' object='util.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o util.lo util.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c util.c -fPIC -DPIC -o .libs/util.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from util.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c util.c -o util.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -rpath /usr/lib -export-symbols-regex '^(mu_py_|Py).*' -version-info 3:2:1 -o libmu_py.la -rpath /usr/lib error.lo address.lo attribute.lo auth.lo body.lo debug.lo envelope.lo filter.lo folder.lo libmu_py.lo list.lo header.lo mailer.lo mailbox.lo mailcap.lo message.lo mime.lo nls.lo script.lo secret.lo sieve.lo stream.lo registrar.lo url.lo util.lo -lpthread -ldl -lutil -lm -lpython2.7 ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: /usr/bin/nm -B .libs/error.o .libs/address.o .libs/attribute.o .libs/auth.o .libs/body.o .libs/debug.o .libs/envelope.o .libs/filter.o .libs/folder.o .libs/libmu_py.o .libs/list.o .libs/header.o .libs/mailer.o .libs/mailbox.o .libs/mailcap.o .libs/message.o .libs/mime.o .libs/nls.o .libs/script.o .libs/secret.o .libs/sieve.o .libs/stream.o .libs/registrar.o .libs/url.o .libs/util.o | sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' | /bin/sed 's/.* //' | sort | uniq > .libs/libmu_py.exp
libtool: link: /bin/grep -E -e "^(mu_py_|Py).*" ".libs/libmu_py.exp" > ".libs/libmu_py.expT"
libtool: link: mv -f ".libs/libmu_py.expT" ".libs/libmu_py.exp"
libtool: link: echo "{ global:" > .libs/libmu_py.ver
libtool: link: cat .libs/libmu_py.exp | sed -e "s/\(.*\)/\1;/" >> .libs/libmu_py.ver
libtool: link: echo "local: *; };" >> .libs/libmu_py.ver
libtool: link: gcc -shared -fPIC -DPIC .libs/error.o .libs/address.o .libs/attribute.o .libs/auth.o .libs/body.o .libs/debug.o .libs/envelope.o .libs/filter.o .libs/folder.o .libs/libmu_py.o .libs/list.o .libs/header.o .libs/mailer.o .libs/mailbox.o .libs/mailcap.o .libs/message.o .libs/mime.o .libs/nls.o .libs/script.o .libs/secret.o .libs/sieve.o .libs/stream.o .libs/registrar.o .libs/url.o .libs/util.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mbox/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/imap/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/pop/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/nntp/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mh/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/maildir/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_auth/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libproto/mailer/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/.libs -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/.libs -lutil -lm -lpython2.7 ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,libmu_py.so.2 -Wl,-version-script -Wl,.libs/libmu_py.ver -o .libs/libmu_py.so.2.1.2
libtool: link: (cd ".libs" && rm -f "libmu_py.so.2" && ln -s "libmu_py.so.2.1.2" "libmu_py.so.2")
libtool: link: (cd ".libs" && rm -f "libmu_py.so" && ln -s "libmu_py.so.2.1.2" "libmu_py.so")
libtool: link: ar cru .libs/libmu_py.a error.o address.o attribute.o auth.o body.o debug.o envelope.o filter.o folder.o libmu_py.o list.o header.o mailer.o mailbox.o mailcap.o message.o mime.o nls.o script.o secret.o sieve.o stream.o registrar.o url.o util.o
libtool: link: ranlib .libs/libmu_py.a
libtool: link: ( cd ".libs" && rm -f "libmu_py.la" && ln -s "../libmu_py.la" "libmu_py.la" )
\
# source='c_api.c' object='c_api.lo' libtool=yes
/bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o c_api.lo c_api.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c c_api.c -fPIC -DPIC -o .libs/c_api.o
In file included from /usr/include/python2.7/Python.h:8:0,
from ../../include/mailutils/python.h:22,
from libmu_py.h:50,
from c_api.c:21:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c c_api.c -o c_api.o >/dev/null 2>&1
/bin/bash ../../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -avoid-version -module -rpath /usr/lib/python2.7/dist-packages/mailutils -o c_api.la -rpath /usr/lib/python2.7/dist-packages/mailutils c_api.lo -lpthread -ldl -lutil -lm -lpython2.7 ../../python/libmu_py/libmu_py.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/c_api.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/python/libmu_py/.libs -ldl -lutil -lm -lpython2.7 ../../python/libmu_py/.libs/libmu_py.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,c_api.so -o .libs/c_api.so
libtool: link: ar cru .libs/c_api.a c_api.o
libtool: link: ranlib .libs/c_api.a
libtool: link: ( cd ".libs" && rm -f "c_api.la" && ln -s "../c_api.la" "c_api.la" )
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/python/libmu_py'
Making all in mailutils
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/python/mailutils'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/python/mailutils'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/python'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/python'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/python'
Making all in doc
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/doc'
Making all in man
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/doc/man'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/doc/man'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/doc'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/doc'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/doc'
Making all in config
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/config'
\
# source='mailutils-config.c' object='mailutils_config-mailutils-config.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DCOMPILE_FLAGS="\"-I/usr/include\"" -I../intl -I../lib -DLINK_FLAGS="\"-L/usr/lib\"" -DLINK_POSTFLAGS="\"\"" -DAUTHLIBS="\"-lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl\"" -DGUILE_LIBS="\"-lguile -lltdl -lgmp -lcrypt -lm -lltdl\"" -DPYTHON_LIBS="\"-lpthread -ldl -lutil -lm -lpython2.7\"" -DI18NLIBS="\"\"" -g -O2 -g -O2 -Wall -c -o mailutils_config-mailutils-config.o `test -f 'mailutils-config.c' || echo './'`mailutils-config.c
/bin/bash ../libtool --tag=CC --mode=link gcc -DCOMPILE_FLAGS="\"-I/usr/include\"" -I../intl -I../lib -DLINK_FLAGS="\"-L/usr/lib\"" -DLINK_POSTFLAGS="\"\"" -DAUTHLIBS="\"-lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl\"" -DGUILE_LIBS="\"-lguile -lltdl -lgmp -lcrypt -lm -lltdl\"" -DPYTHON_LIBS="\"-lpthread -ldl -lutil -lm -lpython2.7\"" -DI18NLIBS="\"\"" -g -O2 -g -O2 -Wall -o mailutils-config mailutils_config-mailutils-config.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -DCOMPILE_FLAGS=\"-I/usr/include\" -I../intl -I../lib -DLINK_FLAGS=\"-L/usr/lib\" -DLINK_POSTFLAGS=\"\" "-DAUTHLIBS=\"-lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl\"" "-DGUILE_LIBS=\"-lguile -lltdl -lgmp -lcrypt -lm -lltdl\"" "-DPYTHON_LIBS=\"-lpthread -ldl -lutil -lm -lpython2.7\"" -DI18NLIBS=\"\" -g -O2 -g -O2 -Wall -o .libs/mailutils-config mailutils_config-mailutils-config.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/config'
Making all in examples
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples'
Making all in config
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples/config'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples/config'
Making all in cpp
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples/cpp'
\
# source='addr.cc' object='addr.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o addr.o addr.cc
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o addr addr.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/addr addr.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='http.cc' object='http.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o http.o http.cc
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o http http.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/http http.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='iconv.cc' object='iconv.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o iconv.o iconv.cc
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o iconv iconv.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/iconv iconv.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='listop.cc' object='listop.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o listop.o listop.cc
listop.cc: In function 'void del(mailutils::List&, int, char**)':
listop.cc:61:7: warning: unused variable 'rc' [-Wunused-variable]
listop.cc: In function 'void add(mailutils::List&, int, char**)':
listop.cc:82:7: warning: unused variable 'rc' [-Wunused-variable]
listop.cc: In function 'void prep(mailutils::List&, int, char**)':
listop.cc:104:7: warning: unused variable 'rc' [-Wunused-variable]
listop.cc: In function 'void repl(mailutils::List&, int, char**)':
listop.cc:125:7: warning: unused variable 'rc' [-Wunused-variable]
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o listop listop.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/listop listop.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='lsf.cc' object='lsf.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o lsf.o lsf.cc
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o lsf lsf.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/lsf lsf.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mailcap.cc' object='mailcap.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mailcap.o mailcap.cc
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o mailcap mailcap.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/mailcap mailcap.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mimetest.cc' object='mimetest.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mimetest.o mimetest.cc
mimetest.cc: In function 'void message_display_parts(mailutils::Message&, int)':
mimetest.cc:136:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
mimetest.cc:174:11: warning: unused variable 'nsubparts' [-Wunused-variable]
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o mimetest mimetest.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/mimetest mimetest.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='msg-send.cc' object='msg-send.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o msg-send.o msg-send.cc
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o msg-send msg-send.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/msg-send msg-send.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='murun.cc' object='murun.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o murun.o murun.cc
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o murun murun.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/murun murun.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='sfrom.cc' object='sfrom.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o sfrom.o sfrom.cc
sfrom.cc: In function 'int main(int, char**)':
sfrom.cc:40:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o sfrom sfrom.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/sfrom sfrom.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='url-parse.cc' object='url-parse.o' libtool=no
g++ -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../include -I../../mailbox -I../../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o url-parse.o url-parse.cc
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -g -O2 -Wall ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../mailbox/libmailutils.la -o url-parse url-parse.o ../../lib/libmuaux.la ../../libmu_cpp/libmu_cpp.la ../../libproto/mbox/libmu_mbox.la ../../libproto/imap/libmu_imap.la ../../libproto/pop/libmu_pop.la ../../libproto/nntp/libmu_nntp.la ../../libproto/mh/libmu_mh.la ../../libproto/maildir/libmu_maildir.la ../../libmu_auth/libmu_auth.la ../../libproto/mailer/libmu_mailer.la ../../libmu_sieve/libmu_sieve.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: g++ -g -O2 -g -O2 -Wall -o .libs/url-parse url-parse.o ../../lib/.libs/libmuaux.a ../../libmu_cpp/.libs/libmu_cpp.so ../../libproto/mbox/.libs/libmu_mbox.so ../../libproto/imap/.libs/libmu_imap.so ../../libproto/pop/.libs/libmu_pop.so ../../libproto/nntp/.libs/libmu_nntp.so ../../libproto/mh/.libs/libmu_mh.so ../../libproto/maildir/.libs/libmu_maildir.so ../../libmu_auth/.libs/libmu_auth.so ../../libproto/mailer/.libs/libmu_mailer.so ../../libmu_sieve/.libs/libmu_sieve.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples/cpp'
Making all in python
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples/python'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples/python'
Making all in scheme
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples/scheme'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples/scheme'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples'
\
# source='numaddr.c' object='numaddr.lo' libtool=yes
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o numaddr.lo numaddr.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c numaddr.c -fPIC -DPIC -o .libs/numaddr.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c numaddr.c -o numaddr.o >/dev/null 2>&1
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -module -avoid-version -no-undefined -rpath '/usr/lib/mailutils' -o numaddr.la -rpath /usr/lib/mailutils numaddr.lo ../libmu_sieve/libmu_sieve.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -shared -fPIC -DPIC .libs/numaddr.o -Wl,-rpath -Wl,/«BUILDDIR»/mailutils-2.2+dfsg1/libmu_sieve/.libs ../libmu_sieve/.libs/libmu_sieve.so -lcrypt -lpthread -lgdbm -O2 -O2 -Wl,-soname -Wl,numaddr.so -o .libs/numaddr.so
libtool: link: ar cru .libs/numaddr.a numaddr.o
libtool: link: ranlib .libs/numaddr.a
libtool: link: ( cd ".libs" && rm -f "numaddr.la" && ln -s "../numaddr.la" "numaddr.la" )
\
# source='aclck.c' object='aclck.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c aclck.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o aclck aclck.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/aclck aclck.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='addr.c' object='addr.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c addr.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o addr addr.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/addr addr.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='argcv.c' object='argcv.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c argcv.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o argcv argcv.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/argcv argcv.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='base64.c' object='base64.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c base64.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o base64 base64.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/base64 base64.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='decode2047.c' object='decode2047.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c decode2047.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o decode2047 decode2047.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/decode2047 decode2047.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='echosrv.c' object='echosrv.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c echosrv.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o echosrv echosrv.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/echosrv echosrv.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='encode2047.c' object='encode2047.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c encode2047.c
header.c: In function 'main':
header.c:545:18: warning: 'prevv' may be used uninitialized in this function [-Wuninitialized]
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o encode2047 encode2047.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/encode2047 encode2047.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='header.c' object='header.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c header.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o header header.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/header header.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='http.c' object='http.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c http.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o http http.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/http http.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='iconv.c' object='iconv.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c iconv.c
listop.c: In function 'ictl_ins':
listop.c:325:7: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o iconv iconv.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/iconv iconv.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='listop.c' object='listop.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c listop.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o listop listop.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/listop listop.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='lsf.c' object='lsf.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c lsf.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o lsf lsf.o ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/lsf lsf.o ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mailcap.c' object='mailcap.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailcap.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o mailcap mailcap.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/mailcap mailcap.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mimetest.c' object='mimetest.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mimetest.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o mimetest mimetest.o ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/mimetest mimetest.o ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='msg-send.c' object='msg-send.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c msg-send.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o msg-send msg-send.o ../lib/libmuaux.la ../libproto/mailer/libmu_mailer.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/msg-send msg-send.o ../lib/.libs/libmuaux.a ../libproto/mailer/.libs/libmu_mailer.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mta.c' object='mta-mta.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -I../lib -I../lib -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o mta-mta.o `test -f 'mta.c' || echo './'`mta.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o mta mta-mta.o ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/mailer/libmu_mailer.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/mta mta-mta.o ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/mailer/.libs/libmu_mailer.so ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='muauth.c' object='muauth-muauth.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o muauth-muauth.o `test -f 'muauth.c' || echo './'`muauth.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o muauth muauth-muauth.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/muauth muauth-muauth.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='muemail.c' object='muemail-muemail.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c -o muemail-muemail.o `test -f 'muemail.c' || echo './'`muemail.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o muemail muemail-muemail.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/muemail muemail-muemail.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='murun.c' object='murun.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c murun.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o murun murun.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/murun murun.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='nntpclient.c' object='nntpclient.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c nntpclient.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o nntpclient nntpclient.o ../lib/libmuaux.la ../libproto/nntp/libmu_nntp.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lreadline -lncurses -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/nntpclient nntpclient.o ../lib/.libs/libmuaux.a ../libproto/nntp/.libs/libmu_nntp.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lreadline -lncurses -lcrypt -lpthread -lgdbm
\
# source='pop3client.c' object='pop3client.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3client.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o pop3client pop3client.o ../lib/libmuaux.la ../libproto/pop/libmu_pop.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lreadline -lncurses -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/pop3client pop3client.o ../lib/.libs/libmuaux.a ../libproto/pop/.libs/libmu_pop.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lreadline -lncurses -lcrypt -lpthread -lgdbm
\
# source='sfrom.c' object='sfrom.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sfrom.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o sfrom sfrom.o ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/sfrom sfrom.o ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='url-parse.c' object='url-parse.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../mailbox -I../libproto/include -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c url-parse.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o url-parse url-parse.o ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/url-parse url-parse.o ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/examples'
Making all in frm
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/frm'
Making all in testsuite
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/frm/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/frm/testsuite'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/frm'
\
# source='frm.c' object='frm.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c frm.c
\
# source='common.c' object='common.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c common.c
common.c: In function 'puts_bidi':
common.c:170:6: warning: passing argument 3 of 'fribidi_log2vis' from incompatible pointer type [enabled by default]
/usr/include/fribidi/fribidi-deprecated.h:198:1: note: expected 'enum FriBidiParType *' but argument is of type 'enum FriBidiCharType *'
common.c:175:20: warning: variable 'new_len' set but not used [-Wunused-but-set-variable]
common.c: In function 'format_field_align':
common.c:324:10: warning: 'width' may be used uninitialized in this function [-Wuninitialized]
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o frm frm.o common.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lfribidi -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/frm frm.o common.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so /usr/lib/libfribidi.so -lcrypt -lpthread -lgdbm
\
# source='from.c' object='from.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c from.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o from from.o common.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lfribidi -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/from from.o common.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so /usr/lib/libfribidi.so -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/frm'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/frm'
Making all in pop3d
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/pop3d'
Making all in testsuite
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/pop3d/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/pop3d/testsuite'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/pop3d'
\
# source='popauth.c' object='popauth.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c popauth.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o popauth popauth.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/popauth popauth.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='apop.c' object='apop.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c apop.c
\
# source='auth.c' object='auth.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c auth.c
\
# source='bulletin.c' object='bulletin.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c bulletin.c
\
# source='capa.c' object='capa.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c capa.c
\
# source='cmd.c' object='cmd.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c cmd.c
\
# source='dele.c' object='dele.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c dele.c
\
# source='expire.c' object='expire.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c expire.c
\
# source='extra.c' object='extra.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c extra.c
\
# source='list.c' object='list.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.c
\
# source='lock.c' object='lock.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c lock.c
\
# source='logindelay.c' object='logindelay.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c logindelay.c
\
# source='noop.c' object='noop.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c noop.c
\
# source='pop3d.c' object='pop3d.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pop3d.c
\
# source='quit.c' object='quit.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c quit.c
\
# source='retr.c' object='retr.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c retr.c
\
# source='rset.c' object='rset.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c rset.c
\
# source='signal.c' object='signal.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c signal.c
\
# source='stat.c' object='stat.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stat.c
\
# source='stls.c' object='stls.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c stls.c
\
# source='top.c' object='top.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c top.c
\
# source='uidl.c' object='uidl.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c uidl.c
\
# source='user.c' object='user.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c user.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o pop3d apop.o auth.o bulletin.o capa.o cmd.o dele.o expire.o extra.o list.o lock.o logindelay.o noop.o pop3d.o quit.o retr.o rset.o signal.o stat.o stls.o top.o uidl.o user.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lnsl -lwrap -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/pop3d apop.o auth.o bulletin.o capa.o cmd.o dele.o expire.o extra.o list.o lock.o logindelay.o noop.o pop3d.o quit.o retr.o rset.o signal.o stat.o stls.o top.o uidl.o user.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lnsl -lwrap -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/pop3d'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/pop3d'
Making all in imap4d
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/imap4d'
Making all in testsuite
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/imap4d/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/imap4d/testsuite'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/imap4d'
\
# source='append.c' object='append.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c append.c
\
# source='authenticate.c' object='authenticate.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c authenticate.c
\
# source='bye.c' object='bye.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c bye.c
\
# source='capability.c' object='capability.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c capability.c
\
# source='check.c' object='check.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c check.c
\
# source='close.c' object='close.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c close.c
\
# source='commands.c' object='commands.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c commands.c
\
# source='copy.c' object='copy.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c copy.c
\
# source='create.c' object='create.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c create.c
\
# source='delete.c' object='delete.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c delete.c
\
# source='examine.c' object='examine.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c examine.c
\
# source='expunge.c' object='expunge.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c expunge.c
\
# source='fetch.c' object='fetch.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c fetch.c
fetch.c: In function 'parse_body_args':
fetch.c:1343:12: warning: 'parts' may be used uninitialized in this function [-Wuninitialized]
fetch.c:1320:11: note: 'parts' was declared here
\
# source='id.c' object='id.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c id.c
\
# source='idle.c' object='idle.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c idle.c
\
# source='imap4d.c' object='imap4d.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c imap4d.c
\
# source='list.c' object='list.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c list.c
\
# source='logout.c' object='logout.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c logout.c
\
# source='login.c' object='login.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c login.c
\
# source='lsub.c' object='lsub.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c lsub.c
\
# source='namespace.c' object='namespace.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c namespace.c
\
# source='noop.c' object='noop.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c noop.c
\
# source='parsebuf.c' object='parsebuf.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c parsebuf.c
\
# source='preauth.c' object='preauth.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c preauth.c
\
# source='rename.c' object='rename.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c rename.c
\
# source='search.c' object='search.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c search.c
\
# source='select.c' object='select.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c select.c
\
# source='signal.c' object='signal.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c signal.c
signal.c: In function 'imap4d_child_signal':
signal.c:52:3: warning: implicit declaration of function 'imap4d_child_signal_setup' [-Wimplicit-function-declaration]
\
# source='starttls.c' object='starttls.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c starttls.c
\
# source='status.c' object='status.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c status.c
\
# source='store.c' object='store.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c store.c
\
# source='subscribe.c' object='subscribe.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c subscribe.c
\
# source='sync.c' object='sync.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sync.c
\
# source='uid.c' object='uid.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c uid.c
\
# source='unsubscribe.c' object='unsubscribe.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c unsubscribe.c
\
# source='util.c' object='util.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c util.c
util.c: In function 'imap4d_readline':
util.c:1338:20: warning: 'rc' may be used uninitialized in this function [-Wuninitialized]
\
# source='auth_gss.c' object='auth_gss.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c auth_gss.c
\
# source='auth_gsasl.c' object='auth_gsasl.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c auth_gsasl.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o imap4d append.o authenticate.o bye.o capability.o check.o close.o commands.o copy.o create.o delete.o examine.o expunge.o fetch.o id.o idle.o imap4d.o list.o logout.o login.o lsub.o namespace.o noop.o parsebuf.o preauth.o rename.o search.o select.o signal.o starttls.o status.o store.o subscribe.o sync.o uid.o unsubscribe.o util.o auth_gss.o auth_gsasl.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -L/usr/lib/i386-gnu -g -O2 -g -O2 -Wall -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lnsl -lwrap -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/imap4d append.o authenticate.o bye.o capability.o check.o close.o commands.o copy.o create.o delete.o examine.o expunge.o fetch.o id.o idle.o imap4d.o list.o logout.o login.o lsub.o namespace.o noop.o parsebuf.o preauth.o rename.o search.o select.o signal.o starttls.o status.o store.o subscribe.o sync.o uid.o unsubscribe.o util.o auth_gss.o auth_gsasl.o -g -O2 -g -O2 -Wall ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -L/usr/lib/i386-gnu -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lnsl -lwrap -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/imap4d'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/imap4d'
Making all in maidag
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/maidag'
\
# source='deliver.c' object='deliver.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c deliver.c
\
# source='forward.c' object='forward.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c forward.c
\
# source='guile.c' object='guile.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c guile.c
\
# source='lmtp.c' object='lmtp.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c lmtp.c
lmtp.c: In function 'maidag_lmtp_server':
lmtp.c:645:1: warning: control reaches end of non-void function [-Wreturn-type]
\
# source='maidag.c' object='maidag.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c maidag.c
\
# source='mailtmp.c' object='mailtmp.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailtmp.c
\
# source='mailquota.c' object='mailquota.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mailquota.c
\
# source='python.c' object='python.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c python.c
In file included from /usr/include/python2.7/Python.h:8:0,
from ../include/mailutils/python.h:22,
from python.c:22:
/usr/include/python2.7/pyconfig.h:998:0: warning: "SIZEOF_OFF_T" redefined [enabled by default]
../config.h:1311:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1158:0: warning: "_POSIX_C_SOURCE" redefined [enabled by default]
/usr/include/features.h:163:0: note: this is the location of the previous definition
/usr/include/python2.7/pyconfig.h:1180:0: warning: "_XOPEN_SOURCE" redefined [enabled by default]
/usr/include/features.h:165:0: note: this is the location of the previous definition
\
# source='sieve.c' object='sieve.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve.c
\
# source='script.c' object='script.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c script.c
\
# source='util.c' object='util.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -I/usr/include/python2.7 -I/usr/include/python2.7 -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c util.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o maidag deliver.o forward.o guile.o lmtp.o maidag.o mailtmp.o mailquota.o python.o sieve.o script.o util.o ../libmu_scm/libmu_scm.la -lguile -lltdl -lgmp -lcrypt -lm -lltdl ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../python/libmu_py/libmu_py.la -lpthread -ldl -lutil -lm -lpython2.7 ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libmu_sieve/libmu_sieve.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la ../libproto/mailer/libmu_mailer.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lnsl -lwrap -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/maidag deliver.o forward.o guile.o lmtp.o maidag.o mailtmp.o mailquota.o python.o sieve.o script.o util.o ../libmu_scm/.libs/libmu_scm.so -lguile /usr/lib/i386-gnu/libgmp.so /usr/lib/libltdl.so ../python/libmu_py/.libs/libmu_py.so -lutil -lm -lpython2.7 ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libmu_sieve/.libs/libmu_sieve.so ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so ../libproto/mailer/.libs/libmu_mailer.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lnsl -lwrap -lcrypt -lpthread -lgdbm -Wl,-rpath -Wl,/usr/lib/i386-gnu
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/maidag'
Making all in mail
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mail'
Making all in testsuite
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mail/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mail/testsuite'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mail'
\
# source='alias.c' object='alias.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c alias.c
\
# source='alt.c' object='alt.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c alt.c
\
# source='cd.c' object='cd.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c cd.c
\
# source='copy.c' object='copy.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c copy.c
\
# source='decode.c' object='decode.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c decode.c
\
# source='delete.c' object='delete.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c delete.c
\
# source='dp.c' object='dp.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c dp.c
\
# source='echo.c' object='echo.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c echo.c
\
# source='edit.c' object='edit.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c edit.c
\
# source='envelope.c' object='envelope.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c envelope.c
\
# source='eq.c' object='eq.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c eq.c
\
# source='escape.c' object='escape.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c escape.c
escape.c: In function 'escape_help':
escape.c:225:14: warning: 'status' may be used uninitialized in this function [-Wuninitialized]
\
# source='exit.c' object='exit.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c exit.c
\
# source='file.c' object='file.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c file.c
\
# source='folders.c' object='folders.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c folders.c
\
# source='followup.c' object='followup.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c followup.c
\
# source='from.c' object='from.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c from.c
\
# source='headers.c' object='headers.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c headers.c
\
# source='help.c' object='help.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c help.c
\
# source='hold.c' object='hold.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c hold.c
\
# source='if.c' object='if.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c if.c
\
# source='inc.c' object='inc.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c inc.c
\
# source='list.c' object='list.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c list.c
\
# source='mail.c' object='mail.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c mail.c
\
# source='mailline.c' object='mailline.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c mailline.c
\
# source='mailvar.c' object='mailvar.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c mailvar.c
\
# source='mbox.c' object='mbox.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c mbox.c
\
# source='msgset.c' object='msgset.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c msgset.c
\
# source='next.c' object='next.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c next.c
\
# source='page.c' object='page.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c page.c
\
# source='pipe.c' object='pipe.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c pipe.c
\
# source='previous.c' object='previous.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c previous.c
\
# source='print.c' object='print.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c print.c
\
# source='quit.c' object='quit.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c quit.c
\
# source='reply.c' object='reply.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c reply.c
\
# source='retain.c' object='retain.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c retain.c
\
# source='save.c' object='save.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c save.c
\
# source='send.c' object='send.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c send.c
send.c: In function 'mail_send0':
send.c:437:12: warning: variable 'status' set but not used [-Wunused-but-set-variable]
\
# source='set.c' object='set.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c set.c
\
# source='setenv.c' object='setenv.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c setenv.c
\
# source='shell.c' object='shell.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c shell.c
\
# source='size.c' object='size.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c size.c
\
# source='source.c' object='source.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c source.c
\
# source='struct.c' object='struct.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c struct.c
\
# source='summary.c' object='summary.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c summary.c
\
# source='table.c' object='table.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c table.c
\
# source='tag.c' object='tag.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c tag.c
\
# source='top.c' object='top.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c top.c
\
# source='touch.c' object='touch.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c touch.c
\
# source='unalias.c' object='unalias.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c unalias.c
\
# source='undelete.c' object='undelete.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c undelete.c
\
# source='unset.c' object='unset.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c unset.c
\
# source='util.c' object='util.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c util.c
util.c: In function 'util_command_list':
util.c:323:11: warning: 'pos' may be used uninitialized in this function [-Wuninitialized]
\
# source='version.c' object='version.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c version.c
\
# source='visual.c' object='visual.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c visual.c
\
# source='write.c' object='write.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c write.c
\
# source='z.c' object='z.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -c z.c
/bin/bash ../libtool --tag=CC --mode=link gcc -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -o mail alias.o alt.o cd.o copy.o decode.o delete.o dp.o echo.o edit.o envelope.o eq.o escape.o exit.o file.o folders.o followup.o from.o headers.o help.o hold.o if.o inc.o list.o mail.o mailline.o mailvar.o mbox.o msgset.o next.o page.o pipe.o previous.o print.o quit.o reply.o retain.o save.o send.o set.o setenv.o shell.o size.o source.o struct.o summary.o table.o tag.o top.o touch.o unalias.o undelete.o unset.o util.o version.o visual.o write.o z.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lreadline -lncurses -lcrypt -lpthread -lgdbm
libtool: link: gcc -DSITE_MAIL_RC=\"/etc/mail.rc\" -g -O2 -g -O2 -Wall -o .libs/mail alias.o alt.o cd.o copy.o decode.o delete.o dp.o echo.o edit.o envelope.o eq.o escape.o exit.o file.o folders.o followup.o from.o headers.o help.o hold.o if.o inc.o list.o mail.o mailline.o mailvar.o mbox.o msgset.o next.o page.o pipe.o previous.o print.o quit.o reply.o retain.o save.o send.o set.o setenv.o shell.o size.o source.o struct.o summary.o table.o tag.o top.o touch.o unalias.o undelete.o unset.o util.o version.o visual.o write.o z.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lreadline -lncurses -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mail'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mail'
Making all in sieve
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/sieve'
Making all in testsuite
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/sieve/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/sieve/testsuite'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/sieve'
\
# source='sieve.c' object='sieve.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sieve.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -export-dynamic -o sieve sieve.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libmu_sieve/libmu_sieve.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/sieve sieve.o -Wl,--export-dynamic ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libmu_sieve/.libs/libmu_sieve.so ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/sieve'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/sieve'
Making all in guimb
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/guimb'
Making all in scm
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/guimb/scm'
echo 's,%GUILE_BINDIR%,/usr/bin,g' > sieve.sed
echo 's,%BINDIR%,/usr/bin,g' >> sieve.sed
echo 's,%GUILE_SITE%,/usr/share/guile/site,g' >> sieve.sed
echo 's,%LIBDIR%,/usr/share/guile/site/mailutils/sieve-modules,g' >> sieve.sed
echo 's,%PACKAGE%,mailutils,g' >> sieve.sed
echo 's,%VERSION%,2.2,g' >> sieve.sed
sed -f sieve.sed ./sieve.scm.in > sieve.scm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/guimb/scm'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/guimb'
\
# source='main.c' object='main.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c main.c
\
# source='collect.c' object='collect.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c collect.c
collect.c: In function 'collect_output':
collect.c:176:11: warning: 'saved_umask' may be used uninitialized in this function [-Wuninitialized]
\
# source='util.c' object='util.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c util.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o guimb main.o collect.o util.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libmu_scm/libmu_scm.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lguile -lltdl -lgmp -lcrypt -lm -lltdl -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/guimb main.o collect.o util.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libmu_scm/.libs/libmu_scm.so ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lguile /usr/lib/i386-gnu/libgmp.so -lm /usr/lib/libltdl.so -lcrypt -lpthread -lgdbm -Wl,-rpath -Wl,/usr/lib/i386-gnu
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/guimb'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/guimb'
Making all in messages
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/messages'
Making all in testsuite
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/messages/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/messages/testsuite'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/messages'
\
# source='messages.c' object='messages.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c messages.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o messages messages.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/messages messages.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/messages'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/messages'
Making all in comsat
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/comsat'
\
# source='action.c' object='action.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c action.c
\
# source='comsat.c' object='comsat.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c comsat.c
\
# source='oldcfg.c' object='oldcfg.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c oldcfg.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o comsatd action.o comsat.o oldcfg.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/comsatd action.o comsat.o oldcfg.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/comsat'
Making all in readmsg
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/readmsg'
Making all in testsuite
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/readmsg/testsuite'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/readmsg/testsuite'
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/readmsg'
\
# source='readmsg.c' object='readmsg.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c readmsg.c
\
# source='msglist.c' object='msglist.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c msglist.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o readmsg readmsg.o msglist.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/readmsg readmsg.o msglist.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/readmsg'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/readmsg'
Making all in dotlock
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/dotlock'
\
# source='dotlock.c' object='dotlock.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c dotlock.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o dotlock dotlock.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/dotlock dotlock.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/dotlock'
Making all in mh
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mh'
/usr/bin/make all-am
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mh'
\
# source='compcommon.c' object='compcommon.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c compcommon.c
\
# source='mh_alias_gram.c' object='mh_alias_gram.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_alias_gram.c
\
# source='mh_alias_lex.c' object='mh_alias_lex.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_alias_lex.c
mh_alias_lex.c:1511:17: warning: 'ali_yyunput' defined but not used [-Wunused-function]
mh_alias_lex.c:1552:16: warning: 'input' defined but not used [-Wunused-function]
\
# source='mh_argp.c' object='mh_argp.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_argp.c
mh_argp.c: In function 'my_argp_parse':
mh_argp.c:87:14: warning: 'rc' may be used uninitialized in this function [-Wuninitialized]
\
# source='mh_ctx.c' object='mh_ctx.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_ctx.c
\
# source='mh_getopt.c' object='mh_getopt.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_getopt.c
\
# source='mh_global.c' object='mh_global.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_global.c
\
# source='mh_format.c' object='mh_format.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_format.c
\
# source='mh_init.c' object='mh_init.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_init.c
\
# source='mh_list.c' object='mh_list.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_list.c
\
# source='mh_fmtgram.c' object='mh_fmtgram.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_fmtgram.c
\
# source='mh_msgset.c' object='mh_msgset.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_msgset.c
\
# source='mh_sequence.c' object='mh_sequence.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_sequence.c
\
# source='mh_stream.c' object='mh_stream.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_stream.c
\
# source='mh_whatnow.c' object='mh_whatnow.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_whatnow.c
\
# source='mh_whom.c' object='mh_whom.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mh_whom.c
rm -f libmh.a
ar cru libmh.a compcommon.o mh_alias_gram.o mh_alias_lex.o mh_argp.o mh_ctx.o mh_getopt.o mh_global.o mh_format.o mh_init.o mh_list.o mh_fmtgram.o mh_msgset.o mh_sequence.o mh_stream.o mh_whatnow.o mh_whom.o
ranlib libmh.a
\
# source='ali.c' object='ali.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c ali.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o ali ali.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/ali ali.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='anno.c' object='anno.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c anno.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o anno anno.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/anno anno.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='burst.c' object='burst.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c burst.c
burst.c: In function 'burst_digest':
burst.c:283:6: warning: 'buf' may be used uninitialized in this function [-Wuninitialized]
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o burst burst.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/burst burst.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='comp.c' object='comp.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c comp.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o comp comp.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/comp comp.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='fmtcheck.c' object='fmtcheck.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c fmtcheck.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o fmtcheck fmtcheck.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/fmtcheck fmtcheck.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='folder.c' object='folder.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c folder.c
folder.c: In function 'fixup_private':
folder.c:827:11: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o folder folder.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/folder folder.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='forw.c' object='forw.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c forw.c
forw.c: In function 'format_message':
forw.c:297:7: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o forw forw.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/forw forw.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='inc.c' object='inc.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c inc.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o inc inc.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/inc inc.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='install-mh.c' object='install-mh.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c install-mh.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o install-mh install-mh.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/install-mh install-mh.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mark.c' object='mark.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mark.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o mark mark.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/mark mark.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mhl.c' object='mhl.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mhl.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o mhl mhl.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/mhl mhl.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mhn.c' object='mhn.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mhn.c
mhn.c: In function 'parse_content_type':
mhn.c:1806:9: warning: variable 'sp' set but not used [-Wunused-but-set-variable]
mhn.c: In function 'mhn_compose_command':
mhn.c:642:8: warning: 'typeargs' may be used uninitialized in this function [-Wuninitialized]
mhn.c: In function 'edit_mime':
mhn.c:2283:11: warning: 'p' may be used uninitialized in this function [-Wuninitialized]
mhn.c: In function 'mhn_edit':
mhn.c:2492:7: warning: 'ascii_buf' may be used uninitialized in this function [-Wuninitialized]
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o mhn mhn.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/mhn mhn.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mhparam.c' object='mhparam.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mhparam.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o mhparam mhparam.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/mhparam mhparam.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='mhpath.c' object='mhpath.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c mhpath.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o mhpath mhpath.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/mhpath mhpath.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='pick.c' object='pick.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pick.c
\
# source='pick-gram.c' object='pick-gram.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c pick-gram.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o pick pick.o pick-gram.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/pick pick.o pick-gram.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='refile.c' object='refile.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c refile.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o refile refile.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/refile refile.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='repl.c' object='repl.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c repl.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o repl repl.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/repl repl.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='rmf.c' object='rmf.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c rmf.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o rmf rmf.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/rmf rmf.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='rmm.c' object='rmm.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c rmm.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o rmm rmm.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/rmm rmm.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='scan.c' object='scan.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c scan.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o scan scan.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lncurses -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/scan scan.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lncurses -lcrypt -lpthread -lgdbm
\
# source='send.c' object='send.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c send.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o send send.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/send send.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='sortm.c' object='sortm.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c sortm.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o sortm sortm.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/sortm sortm.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='whatnow.c' object='whatnow.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c whatnow.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o whatnow whatnow.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/whatnow whatnow.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
\
# source='whom.c' object='whom.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE -DMHLIBDIR=\"/usr/share/mailutils/mh\" -DMHBINDIR=\"/usr/bin/mu-mh\" -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c whom.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o whom whom.o ./libmh.a ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/mh/libmu_mh.la ../libproto/nntp/libmu_nntp.la ../libproto/maildir/libmu_maildir.la ../libproto/mailer/libmu_mailer.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/whom whom.o ./libmh.a ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/mh/.libs/libmu_mh.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/maildir/.libs/libmu_maildir.so ../libproto/mailer/.libs/libmu_mailer.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
sed "s,BINDIR,/usr/bin/mu-mh,g;s,MHLIBDIR,/usr/share/mailutils/mh,g" mailutils-mh.eli > mailutils-mh.el
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mh'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mh'
Making all in movemail
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/movemail'
\
# source='movemail.c' object='movemail.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -DSYSCONFDIR=\"/etc\" -g -O2 -g -O2 -Wall -c movemail.c
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -g -O2 -Wall -o movemail movemail.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../libproto/mbox/libmu_mbox.la ../libproto/imap/libmu_imap.la ../libproto/pop/libmu_pop.la ../libproto/nntp/libmu_nntp.la ../libproto/mh/libmu_mh.la ../libproto/maildir/libmu_maildir.la ../libmu_auth/libmu_auth.la -lgsasl -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -g -O2 -g -O2 -Wall -o .libs/movemail movemail.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../libproto/mbox/.libs/libmu_mbox.so ../libproto/imap/.libs/libmu_imap.so ../libproto/pop/.libs/libmu_pop.so ../libproto/nntp/.libs/libmu_nntp.so ../libproto/mh/.libs/libmu_mh.so ../libproto/maildir/.libs/libmu_maildir.so ../libmu_auth/.libs/libmu_auth.so /usr/lib/libgsasl.so -lgnutls -lgcrypt -lldap -llber -lpam -ldl ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/movemail'
Making all in mimeview
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mimeview'
/usr/bin/make all-am
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mimeview'
\
# source='mimeview.c' object='mimeview.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE=1 -DSYSCONFDIR=\"/etc\" -DDEFAULT_CUPS_CONFDIR=\"/etc/cups\" -g -O2 -g -O2 -Wall -c mimeview.c
\
# source='mimetypes-gram.c' object='mimetypes-gram.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE=1 -DSYSCONFDIR=\"/etc\" -DDEFAULT_CUPS_CONFDIR=\"/etc/cups\" -g -O2 -g -O2 -Wall -c mimetypes-gram.c
mimetypes.y: In function 'mimetypes_parse':
mimetypes.y:230:7: warning: variable 'rc' set but not used [-Wunused-but-set-variable]
mimetypes.y: In function 'b_contains':
mimetypes.y:488:13: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files [enabled by default]
mimetypes.y: In function 'b_int':
mimetypes.y:452:13: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files [enabled by default]
mimetypes.y: In function 'b_short':
mimetypes.y:425:13: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files [enabled by default]
mimetypes.y: In function 'b_char':
mimetypes.y:407:13: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files [enabled by default]
mimetypes.y: In function 'b_istring':
mimetypes.y:386:13: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files [enabled by default]
mimetypes.y: In function 'b_string':
mimetypes.y:361:13: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files [enabled by default]
mimetypes.y: In function 'b_ascii':
mimetypes.y:304:13: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files [enabled by default]
mimetypes.y: In function 'b_printable':
mimetypes.y:335:13: warning: call to 'fseek' declared with attribute warning: fseek cannot handle files larger than 4 GB on 32-bit platforms - use fseeko function for handling of large files [enabled by default]
mimetypes-lex.c:1573:17: warning: 'mimetypes_yyunput' defined but not used [-Wunused-function]
mimetypes-lex.c:1623:16: warning: 'input' defined but not used [-Wunused-function]
\
# source='mimetypes-lex.c' object='mimetypes-lex.o' libtool=no
gcc -DHAVE_CONFIG_H -I. -I.. -I. -I../include -I../lib -I../lib -I.. -I../include -I../mailbox -I../libmu_argp -I../libmu_cfg -D_GNU_SOURCE=1 -DSYSCONFDIR=\"/etc\" -DDEFAULT_CUPS_CONFDIR=\"/etc/cups\" -g -O2 -g -O2 -Wall -c mimetypes-lex.c
/bin/bash ../libtool --tag=CC --mode=link gcc -DDEFAULT_CUPS_CONFDIR=\"/etc/cups\" -g -O2 -g -O2 -Wall -o mimeview mimeview.o mimetypes-gram.o mimetypes-lex.o ../libmu_argp/libmu_argp.a ../libmu_cfg/libmu_cfg.la ../lib/libmuaux.la ../mailbox/libmailutils.la -lcrypt -lpthread -lgdbm
libtool: link: gcc -DDEFAULT_CUPS_CONFDIR=\"/etc/cups\" -g -O2 -g -O2 -Wall -o .libs/mimeview mimeview.o mimetypes-gram.o mimetypes-lex.o ../libmu_argp/libmu_argp.a ../libmu_cfg/.libs/libmu_cfg.so ../lib/.libs/libmuaux.a ../mailbox/.libs/libmailutils.so -lcrypt -lpthread -lgdbm
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mimeview'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mimeview'
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
make[2]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
make[1]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
touch debian/stamp-makefile-build
/usr/bin/make -C . check RUNTESTFLAGS=""
make[1]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
Making check in mu-aux
make[2]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mu-aux'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mu-aux'
Making check in include
make[2]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include'
Making check in mailutils
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
/usr/bin/make check-recursive
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
Making check in sys
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils/sys'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils/sys'
Making check in cpp
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils/cpp'
make[5]: Nothing to be done for `check'.
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils/cpp'
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
make[5]: Nothing to be done for `check-am'.
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include/mailutils'
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include'
make[2]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/include'
Making check in po
make[2]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/po'
make[2]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/po'
Making check in testsuite
make[2]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/testsuite'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/testsuite'
Making check in mailbox
make[2]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
/usr/bin/make check-recursive
make[3]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
Making check in testsuite
make[4]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite'
/usr/bin/make check-DEJAGNU
make[5]: Entering directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite'
Making a new remote.exp file...
Making a new site.exp file...
srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd . && pwd`; export srcdir; \
EXPECT=expect; export EXPECT; \
runtest=runtest; \
if /bin/bash -c "$runtest --version" > /dev/null 2>&1; then \
exit_status=0; l='mailbox'; for tool in $l; do \
if $runtest --tool $tool --srcdir $srcdir ; \
then :; else exit_status=1; fi; \
done; \
else echo "WARNING: could not find \`runtest'" 1>&2; :;\
fi; \
exit $exit_status
Test Run By buildd on Sun Oct 2 05:00:46 2011
Native configuration is i486-pc-gnu
=== mailbox tests ===
Schedule of variations:
unix
Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
WARNING: Couldn't find tool config file for unix, using default.
Running /«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite/mailbox/address.exp ...
ERROR: Spawning /«BUILDDIR»/mailutils-2.2+dfsg1/examples/addr failed.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "test; abc <sascha@silbe.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Sam <@[matrix (smtp)], @[nexus: \[node 12\]]:sroberts@[10].[1]> ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a@b,z@y": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ",a@b,z@y": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a@b,z@y,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ",a@b,z@y,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a@b,,z@y": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a@b,,,z@y": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ",,,a@b,,,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ",a@b": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a@b,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ",": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ",,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ",,,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: a@b,z@y ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: ,a@b,z@y ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: a@b,z@y, ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: ,a@b,z@y, ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: a@b,,z@y ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: a@b,,,z@y ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: ,,,a@b,,, ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: ,a@b ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: a@b, ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: , ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: ,, ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a group: ,,, ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Sam <@[matrix (smtp)], @[nexus: \[node 12\]]:sroberts@[10].[1]> ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Aliens: Sam <@[matrix (smtp)]: sam@sam>, sroberts@[10].[1];": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "lo@hi, Aliens: Sam <@[matrix (smtp)]: sam@sam>, sroberts@[10].[1];": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Aliens: Sam <@[matrix (smtp)]: sam@sam>, sroberts@[10].[1];, hi@lo": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "lo@hi, Aliens: Sam <@[matrix (smtp)]: sam@sam>, sroberts@[10].[1];, hi@lo": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Sam <@mail2.uniserve.com:sroberts@uniserve.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "< (hey) @ (hey, )smtp1.sympatico.ca, mail2.uniserve.com (hoo!):sroberts@uniserve.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "hw@570.com (Hardware Support Account)": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "list-ietf-wg-apps-drums@faerber.muc.de (=?ISO-8859-1?Q?Claus_F=E4rber?=)": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<mutt-dev@mutt.org>(mutt #369), guug-bugs-closed@guug.de (#369)": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""'Aernoudt Bottemanne'" <Aernoudt.Bottemanne@Informix.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""'Haag, Ullrich - MBDC'" <Ullrich.Haag@MBDC.com>,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""'Michael C. Ibarra'" <ibarra@hawk.com>, arl@q7.net, Al <arl@q7.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""'Sam Roberts'" <sam@cogent.ca>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""'paul@pitbull-productions.com'" <paul@pitbull-productions.com>,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""'sam@cogent.ca'" <sam@cogent.ca>, "'sroberts@uniserve.com'"": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""'sroberts\@certicom\.ca'" <sroberts@certicom.ca>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""=?iso-8859-1?Q?Juan_Carlos_Marcos_Rodr=EDguez?=" <jcmarcos@datavoice.es>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Christian Edward Gruber" <christian.edward.gruber@gmx.net>,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""D. J. Bernstein" <"djb- "@cr.yp.to>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""D. J. Bernstein" <djb@cr.yp.to>, drums@cs.utk.edu": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Dave Sill <de5-drums" <de5-drums@sws5.ctd.ornl.gov>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Dave \(work\) Baerg \(E-mail\)" <Dave.Baerg@SUMMedia.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Demian" <damient@wave.home.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Detailed Revision/Update of Message Standards" <drums@cs.utk.edu>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Fred" <fprog@__nowhere__.users.sourceforge.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Haag, Ullrich - MBDC" <Ullrich.Haag@MBDC.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Jacob Palme" <jpalme@dsv.su.se>, <drums@cs.utk.edu>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Jakob 'sparky' Kaivo" <jkaivo@elijah.nodomainname.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Lee R. Copp" <Lee.R.Copp@MichiganScientific.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Lionel Johnson" <ljohnson**nospam**@sterling1.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""Martin \[Keso\] Keseg" <Martin.Keseg@slovakia.sun.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""]\{ristoph" <news2@kristoph.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""fmartens-2000" <fmartens-2000@planet.nl>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""g'o'tz ohnesorge" <gohnesorge@lh-computertechnik.de>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""gao jie" <jiegi@public.wh.hb.cn>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""gnupg-devel@gnupg.org" <gnupg-devel%gnupg.org@f48.n48.z2.fidonet.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""gpg-devel" <gnupg-devel@gnupg.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""jigang" <jigang@jinglun.com.cn>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""misc@openbsd.org" <misc@openbsd.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""misc@openbsd.org" <misc@openbsd.org>, brian@Awfulhak.org": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""mutt-dev @ mutt . orgThomas Roessler" <roessler@does-not-exist.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""zwk@f36.n480.z2.fidonet.org" <zwk%f36.n480.z2.fidonet.org@f36.n480.z2.fidonet.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "'Dan Dall'Acqua' <ddallacqua@noetic.ab.ca>, 'Dave Shyong'": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "0xdeadbeef-request@petting-zoo.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "102023-00406421@cnxt19932218.conexant.com": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "218164.24.43@jobcontrolcenter.com": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<0xdeadbeef-request@petting-zoo.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<Christia.Roberts@nrc.ca>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<Nick_Shelness@motorcity2.lotus.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<all: >": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<fyi-admin@emyr.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<gary.stefanov@medtronic.com>, <HdeVisse@husky.ca>,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<gnu-pop-list@nodomainname.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "<mutt-dev-owner-sroberts=uniserve.com@ns.gbnet.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?ISO-8859-1?Q?Kolbj=F8rn_Barmen?= <kolla@nvg.ntnu.no>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <paf@cisco.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?ISO-8859-1?Q?Patrik_F=E4ltstr=F6m?= <paf@cisco.com>,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?US-ASCII?Q?gary=5Fc?= <gary_c@cunningham-lee.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <0@pervalidus.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E?= Meunier <0@pervalidus.net>,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?iso-8859-1?Q?Fr=E9d=E9ric_L_=2E_W_=2E_Meunier?= <0@pervalidus.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?iso-8859-1?Q?J=F8rgen_Thomsen?= <jth@postfix.jth.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?iso-8859-1?Q?Jos=3F_C=2E_Garc=EDa_Sogo?= <jose@jaimedelamo.eu.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?iso-8859-1?Q?Mikko_H=E4nninen?= <Mikko.Hanninen@dna.fi>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?iso-8859-1?Q?Mikko_H=E4nninen?= <Mikko.Hanninen@iki.fi>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?iso-8859-1?Q?R=E9mi_Guyomarch?= <rguyom@321.net>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?iso-8859-1?Q?Ulf_M=F6ller?= <ulf@fitug.de>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ANDREW MARTIN <amartin@ee.ryerson.ca>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Abhay Ghaisas <abhay@sobolev.does-not-exist.org>, mutt-dev@mutt.org": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Brian Salter-Duke <b_duke@lacebark.ntu.edu.au>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Catharine Shyong <shyong@t-iii.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "DRUMS-Last-Call:;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Detailed Revision/Update of Message Standards <drums@cs.utk.edu>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Eric Allman <eric+ietf@Sendmail.ORG>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Gary <Gary@e-c-s-uk.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "IETF working group on revision of mail standards <drums@cs.utk.edu>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "IETF-Announce:;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "IETF-Announce:;, drums@cs.utk.edu": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Jean-Baptiste Marchand <Jean-Baptiste.Marchand@epita.fr>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Jonathan Rozes <jrozes+969649116.89117462@vinton.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Jose "C." Garcia Sogo<jose@jaimedelamo.eu.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Marco d'Itri <md@Linux.IT>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "No_Reply-To@mapquest.com": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "OSULLIE@rte.ie, skidswam@hotmail.com, boot": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Paul Hoffman / IMC <phoffman@imc.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Sam": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Sam Roberts <sam@cogent.ca>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Sam_Roberts/Certicom%Certicom@certicom.com": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Thomas Roessler <roessler@does-not-exist.org>, 490@bugs.guug.de": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Thomas Roessler <roessler@does-not-exist.org>, g10@gnupg.org": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ddickey@ip-12-22-50-150.hqglobal.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ktb <x.y.f@home.com>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "mcaustin@eudoramail.com, aposner@usaid.gov, Kieran.O'Leary@anpost.ie,": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "rfunk@wks.uts.ohio-state.eduofflinemailer-bounce@dikke.penguin.nl": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "root": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "srr <sam@localhost>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "whom it may concern: ;;whom.it.may.concern: ;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "whom it may concern: mutt-dev@mutt.org, mutt-users@mutt.org;": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "Sergey V. Poznyakoff <gray@gnu.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "P. D. Q. Bach <bach@somewhere.org>": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send ""A bad quote\" <devnull@localhost>": -1.
Running /«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite/mailbox/argcv.exp ...
ERROR: Spawning /«BUILDDIR»/mailutils-2.2+dfsg1/examples/argcv failed.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "1 2 3": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "quoted\ space": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "a "tab character"": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "\157\143\164\141\154\40and\x20\x68\x65\x78": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "\157\143\164\141\154\40 and \x20\x68\x65\x78": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "A\x3-\48\39": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "messed up'quotations ' in "a single'" "command" lin"e": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "'unbalanced "quote": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "unbalanced "quote": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send """: -1.
Running /«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite/mailbox/base64.exp ...
FAIL: encode
FAIL: decode
Running /«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite/mailbox/decode2047.exp ...
ERROR: Spawning /«BUILDDIR»/mailutils-2.2+dfsg1/examples/decode2047 -p failed.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?US-ASCII?Q?Keith_Moore?= <moore@cs.utk.edu> ": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?ISO-8859-1?Q?Keld_J=F8rn_Simonsen?= <keld@dkuug.dk> ": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?ISO-8859-1?Q?Andr=E9?= Pirard <PIRARD@vm1.ulg.ac.be> ": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?ISO-8859-1?B?SWYgeW91IGNhbiByZWFkIHRoaXMgeW8=?= ... =?ISO-8859-2?B?dSB1bmRlcnN0YW5kIHRoZSBleGFtcGxlLg==?= ": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "=?koi8-r?B?RndkOiDSxcfJ09TSwcPJ0SDEz83FzsE?= ": -1.
Running /«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite/mailbox/encode2047.exp ...
ERROR: Spawning /«BUILDDIR»/mailutils-2.2+dfsg1/examples/encode2047 failed.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "\\345\326\305\304\316\305\327\316\331\312\040\317\324\336\305\324": -1.
Running /«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite/mailbox/list.exp ...
ERROR: Spawning /«BUILDDIR»/mailutils-2.2+dfsg1/examples/listop failed.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next 2": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "iter 1": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "find to": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "del tre fire": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "iter 0": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "first": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "del cztery": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "repl trzy 3": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "iter 1": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next 2": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "find un": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ictl tell": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ictl del": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ictl ins seis": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ictl ins tres quatro cinco": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "print": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ictl dir": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ictl dir backwards": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next 4": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ictl del": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ictl dir forwards": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "next": -1.
ERROR: prog not initialized
ERROR: no fileid for mozart
Running /«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite/mailbox/mailcap.exp ...
Running /«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite/mailbox/mime.exp ...
FAIL: MIME
Running /«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite/mailbox/url.exp ...
ERROR: Spawning /«BUILDDIR»/mailutils-2.2+dfsg1/examples/url-parse failed.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "scheme:": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "scheme:/absolute/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "scheme:relative/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "scheme:///absolute/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "scheme://%75%73%65%72:%70%61%73%73@%68%6f%73%74": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://user:pass@host//a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://:pass@host//a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://user:@host//a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://user:pass@//a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://user:@//a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://:@host//a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://:pass@//a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://:@//a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://://a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://@//a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp:/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://user:pass@host/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://:pass@host/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://user:@host/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://user:pass@/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://user:@/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://:@host/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://:pass@/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://:@/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://:/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://@/a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp:///a/path": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "pop://pop.example.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "pop://user@pop.example.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "pop://user:passwd@pop.example.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "pop://user;auth=*@pop.example.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "pop://pop.example.net:111": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "pop://user@pop.example.net:111": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "pop://user:passwd@pop.example.net:111": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "pop://user;auth=*@pop.example.net:111": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://imap.example.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user@imap.example.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user:passwd@imap.example.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user;auth=*@imap.example.net": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://imap.example.net:111": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user@imap.example.net:111": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user:passwd@imap.example.net:111": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user;auth=*@imap.example.net:111": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://imap.example.net/mbox": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user@imap.example.net/mbox": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user:passwd@imap.example.net/mbox": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user;auth=*@imap.example.net/mbox": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://imap.example.net:111/mbox": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user@imap.example.net:111/mbox": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user:passwd@imap.example.net:111/mbox": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user;auth=*@imap.example.net:111/mbox": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://imap.example.net/mbox/user@host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user@imap.example.net/mbox/user@host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user:passwd@imap.example.net/mbox/user@host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user;auth=*@imap.example.net/mbox/user@host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://imap.example.net:111/mbox/user@host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user@imap.example.net:111/mbox/user@host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user:passwd@imap.example.net:111/mbox/user@host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "imap://user;auth=*@imap.example.net:111/mbox/user@host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://ftp.example.org/mbox/user%40host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://ftp.example.org:111/mbox/user%40host": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "ftp://ftp.example.org:111/mbox/user%40host;type=pass": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "mbox:/var/spool/mail;type=index;param=2;user=gray": -1.
ERROR: no fileid for mozart
ERROR: mu_command for target failed
ERROR: Couldn't send "mbox:///var/spool/mail;type=index;param=2;user=gray": -1.
make[5]: *** [check-DEJAGNU] Error 1
make[4]: *** [check-am] Error 2
make[3]: *** [check-recursive] Error 1
make[2]: *** [check] Error 2
make[1]: *** [check-recursive] Error 1
make: *** [debian/stamp-makefile-check] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
=== mailbox Summary ===
# of unexpected failures 3
# of unresolved testcases 210
make[5]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite'
make[4]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox/testsuite'
make[3]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
make[2]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1/mailbox'
make[1]: Leaving directory `/«BUILDDIR»/mailutils-2.2+dfsg1'
────────────────────────────────────────────────────────────────────────────────
Build finished at 20111002-0733
Finished
────────
E: Build failure (dpkg-buildpackage died)
┌──────────────────────────────────────────────────────────────────────────────┐
│ Cleanup │
└──────────────────────────────────────────────────────────────────────────────┘
Purging /«BUILDDIR»
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libept1 libxapian22 libboost-iostreams1.46.1 libsysfs2
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libpopt0 libept1 libxapian22 libboost-iostreams1.46.1 libsysfs2
Use 'apt-get autoremove' to remove them.
The following packages will be REMOVED:
autoconf* automake* autopoint* autotools-dev* bison* ca-certificates* cdbs*
comerr-dev* dejagnu* dh-autoreconf* expect* flex* git* git-man* guile-1.8*
guile-1.8-dev* guile-1.8-libs* help2man* krb5-multidev* libcurl3-gnutls*
libdb4.8* liberror-perl* libexpat1-dev* libfribidi-dev* libfribidi0*
libgcrypt11-dev* libgdbm-dev* libgmp-dev* libgmpxx4ldbl* libgnutls-dev*
libgnutls-openssl27* libgnutlsxx27* libgpg-error-dev* libgsasl7*
libgsasl7-dev* libgssapi-krb5-2* libgssrpc4* libidn11* libidn11-dev*
libk5crypto3* libkadm5clnt-mit8* libkadm5srv-mit8* libkdb5-5* libkrb5-3*
libkrb5-dev* libkrb5support0* libldap2-dev* libltdl-dev* libltdl7*
libmysqlclient-dev* libmysqlclient16* libncurses5-dev* libntlm0*
libntlm0-dev* libpam0g-dev* libpython2.7* libreadline-dev* libreadline6-dev*
librtmp0* libsqlite3-0* libssl-dev* libtasn1-3-dev* libtinfo-dev* libtool*
libwrap0* libwrap0-dev* m4* mime-support* mysql-common* openssl* pkg-config*
python* python-dev* python-minimal* python-support* python2.7*
python2.7-dev* python2.7-minimal* sbuild-build-depends-core-dummy*
sbuild-build-depends-mailutils-dummy* tcl8.5* texinfo* zlib1g-dev*
0 upgraded, 0 newly installed, 83 to remove and 32 not upgraded.
After this operation, 117 MB disk space will be freed.
(Reading database ... 18590 files and directories currently installed.)
Removing sbuild-build-depends-mailutils-dummy ...
Removing dh-autoreconf ...
Removing automake ...
Removing autoconf ...
Purging configuration files for autoconf ...
Removing autopoint ...
Removing libtool ...
Removing autotools-dev ...
Removing bison ...
Removing git ...
Purging configuration files for git ...
Removing libcurl3-gnutls ...
Purging configuration files for libcurl3-gnutls ...
Removing ca-certificates ...
Removing dangling symlinks from /etc/ssl/certs... done.
Purging configuration files for ca-certificates ...
Removing dangling symlinks from /etc/ssl/certs... done.
Removing cdbs ...
Removing libgsasl7-dev ...
Removing libkrb5-dev ...
Removing krb5-multidev ...
Removing comerr-dev ...
Removing dejagnu ...
Purging configuration files for dejagnu ...
Removing expect ...
Purging configuration files for expect ...
Removing flex ...
Removing git-man ...
Removing guile-1.8-dev ...
Removing guile-1.8 ...
Purging configuration files for guile-1.8 ...
Removing guile-1.8-libs ...
Purging configuration files for guile-1.8-libs ...
Removing help2man ...
Removing python-dev ...
Removing python2.7-dev ...
Removing libpython2.7 ...
Purging configuration files for libpython2.7 ...
Removing python-support ...
Purging configuration files for python-support ...
Removing python ...
Purging configuration files for python ...
Removing python2.7 ...
Purging configuration files for python2.7 ...
Removing libdb4.8 ...
Removing liberror-perl ...
Removing libexpat1-dev ...
Removing libfribidi-dev ...
Removing libfribidi0 ...
Purging configuration files for libfribidi0 ...
Removing libgnutls-dev ...
Removing libgcrypt11-dev ...
Removing libgdbm-dev ...
Removing libgmp-dev ...
Removing libgmpxx4ldbl ...
Purging configuration files for libgmpxx4ldbl ...
Removing libgnutls-openssl27 ...
Purging configuration files for libgnutls-openssl27 ...
Removing libgnutlsxx27 ...
Purging configuration files for libgnutlsxx27 ...
Removing libgpg-error-dev ...
Removing libgsasl7 ...
Purging configuration files for libgsasl7 ...
Removing libkadm5srv-mit8 ...
Purging configuration files for libkadm5srv-mit8 ...
Removing libkadm5clnt-mit8 ...
Purging configuration files for libkadm5clnt-mit8 ...
Removing libkdb5-5 ...
Purging configuration files for libkdb5-5 ...
Removing libgssrpc4 ...
Purging configuration files for libgssrpc4 ...
Removing libgssapi-krb5-2 ...
Purging configuration files for libgssapi-krb5-2 ...
Removing libidn11-dev ...
Removing libidn11 ...
Purging configuration files for libidn11 ...
Removing libkrb5-3 ...
Purging configuration files for libkrb5-3 ...
Removing libk5crypto3 ...
Purging configuration files for libk5crypto3 ...
Removing libkrb5support0 ...
Purging configuration files for libkrb5support0 ...
Removing libldap2-dev ...
Removing libltdl-dev ...
Removing libltdl7 ...
Purging configuration files for libltdl7 ...
Removing libmysqlclient-dev ...
Removing libmysqlclient16 ...
Purging configuration files for libmysqlclient16 ...
Removing libreadline-dev ...
Removing libreadline6-dev ...
Removing libncurses5-dev ...
Removing libntlm0-dev ...
Removing libntlm0 ...
Purging configuration files for libntlm0 ...
Removing libpam0g-dev ...
Removing librtmp0 ...
Purging configuration files for librtmp0 ...
Removing libsqlite3-0 ...
Purging configuration files for libsqlite3-0 ...
Removing libssl-dev ...
Removing libtasn1-3-dev ...
Removing libtinfo-dev ...
Removing libwrap0-dev ...
Removing libwrap0 ...
Purging configuration files for libwrap0 ...
Removing m4 ...
dpkg: warning: while removing mysql-common, directory '/etc/mysql' not empty so not removed.
Removing mime-support ...
Purging configuration files for mime-support ...
Removing mysql-common ...
Purging configuration files for mysql-common ...
Removing openssl ...
Purging configuration files for openssl ...
Removing pkg-config ...
Removing python-minimal ...
Removing python2.7-minimal ...
Purging configuration files for python2.7-minimal ...
Removing sbuild-build-depends-core-dummy ...
Removing tcl8.5 ...
Purging configuration files for tcl8.5 ...
Removing texinfo ...
Purging configuration files for texinfo ...
Removing zlib1g-dev ...
Processing triggers for man-db ...
Processing triggers for install-info ...
┌──────────────────────────────────────────────────────────────────────────────┐
│ Summary │
└──────────────────────────────────────────────────────────────────────────────┘
Architecture: hurd-i386
Build-Space: 77212
Build-Time: 11379
Distribution: sid
Fail-Stage: build
Install-Time: 379
Job: mailutils_1:2.2+dfsg1-4
Package: mailutils
Package-Time: 11926
Source-Version: 1:2.2+dfsg1-4
Space: 77212
Status: attempted
Version: 1:2.2+dfsg1-4
────────────────────────────────────────────────────────────────────────────────
Finished at 20111002-0733
Build needed 03:18:46, 77212k disc space