>>> Building on exopi-6 under mail/maildrop,-main BDEPENDS = [archivers/bzip2;databases/gdbm;devel/libidn2;devel/metaauto;devel/pcre2;devel/autoconf/2.71;mail/courier-unicode;mail/courier-authlib] DIST = [mail/maildrop,-utils:maildrop-3.1.5.tar.bz2] FULLPKGNAME = maildrop-3.1.5p0 RDEPENDS = [devel/pcre2;devel/libidn2;mail/courier-authlib;databases/gdbm;mail/courier-unicode] (Junk lock obtained for exopi-6 at 1711614313.53) >>> Running depends in mail/maildrop,-main at 1711614313.59 last junk was in telephony/asterisk/18 /usr/sbin/pkg_add -aI -Drepair autoconf-2.71 bzip2-1.0.8p0 courier-authlib-0.72.0p0 courier-unicode-2.2.6 gdbm-1.23 libidn2-2.3.0p0 pcre2-10.37p2 was: /usr/sbin/pkg_add -aI -Drepair autoconf-2.71 bzip2-1.0.8p0 courier-authlib-0.72.0p0 courier-unicode-2.2.6 gdbm-1.23 libidn2-2.3.0p0 metaauto-1.0p4 pcre2-10.37p2 /usr/sbin/pkg_add -aI -Drepair autoconf-2.71 bzip2-1.0.8p0 courier-authlib-0.72.0p0 courier-unicode-2.2.6 gdbm-1.23 libidn2-2.3.0p0 pcre2-10.37p2 The following new rcscripts were installed: /etc/rc.d/courier_authdaemond See rcctl(8) for details. New and changed readme(s): /usr/local/share/doc/pkg-readmes/tcl-8.5 --- +courier-authlib-0.72.0p0 ------------------- Sample configuration files are installed in /etc/courier/. --- +tcl-8.5.19p6 ------------------- You may wish to add /usr/local/lib/tcl/tcl8.5/man to /etc/man.conf >>> Running show-prepare-results in mail/maildrop,-main at 1711614320.24 ===> mail/maildrop,-main ===> Building from scratch maildrop-3.1.5 ===> maildrop-3.1.5p0 depends on: metaauto-* -> metaauto-1.0p4 ===> maildrop-3.1.5p0 depends on: autoconf-2.71 -> autoconf-2.71 ===> maildrop-3.1.5p0 depends on: bzip2-* -> bzip2-1.0.8p0 ===> maildrop-3.1.5p0 depends on: libidn2-* -> libidn2-2.3.0p0 ===> maildrop-3.1.5p0 depends on: courier-unicode->=2.1 -> courier-unicode-2.2.6 ===> maildrop-3.1.5p0 depends on: pcre2-* -> pcre2-10.37p2 ===> maildrop-3.1.5p0 depends on: gdbm-* -> gdbm-1.23 ===> maildrop-3.1.5p0 depends on: courier-authlib-* -> courier-authlib-0.72.0p0 ===> Verifying specs: c courier-unicode iconv idn2 pcre2-8 gdbm m c++ c++abi pthread pcre2-8 courierauth c courier-unicode iconv idn2 pcre2-8 ===> found c.99.0 courier-unicode.2.0 iconv.7.1 idn2.1.1 pcre2-8.0.6 gdbm.7.0 m.10.1 c++.10.0 c++abi.7.0 pthread.27.1 courierauth.1.0 autoconf-2.71 bzip2-1.0.8p0 courier-authlib-0.72.0p0 courier-unicode-2.2.6 gdbm-1.23 libidn2-2.3.0p0 metaauto-1.0p4 pcre2-10.37p2 (Junk lock released for exopi-6 at 1711614321.67) distfiles size=2156334 >>> Running patch in mail/maildrop,-main at 1711614321.69 ===> mail/maildrop,-main ===> Checking files for maildrop-3.1.5 `/exopi-cvs/ports/distfiles/maildrop-3.1.5.tar.bz2' is up to date. >> (SHA256) maildrop-3.1.5.tar.bz2: OK ===> Extracting for maildrop-3.1.5 ===> Patching for maildrop-3.1.5 ===> Applying OpenBSD patch patch-libs_maildir_Makefile_am Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libs/maildir/Makefile.am |--- libs/maildir/Makefile.am.orig |+++ libs/maildir/Makefile.am -------------------------- Patching file libs/maildir/Makefile.am using Plan A... Hunk #1 succeeded at 133. done ===> Applying OpenBSD patch patch-libs_maildir_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libs/maildir/Makefile.in |--- libs/maildir/Makefile.in.orig |+++ libs/maildir/Makefile.in -------------------------- Patching file libs/maildir/Makefile.in using Plan A... Hunk #1 succeeded at 1291. done ===> Applying OpenBSD patch patch-libs_maildrop_configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libs/maildrop/configure |--- libs/maildrop/configure.orig |+++ libs/maildrop/configure -------------------------- Patching file libs/maildrop/configure using Plan A... Hunk #1 succeeded at 19896. done ===> Applying OpenBSD patch patch-libs_maildrop_deliver_C Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |maildrop adds a newline to mbox files before delivering new messages. |This effectively alters the final message in the mbox, causing a |running mutt (and maybe other MUAs) with that mbox open to freak out |and lose unsaved state [1]. The maildrop folks prefer to keep this |(out of spec) behaviour to keep from breaking users working |configurations as well as to avoid problems caused by other out of |spec mail delivery agents (which may aberrantly neglect to leave a |blank line at the end of the mbox) [2]. | |This patch disables this behaviour of maildrop allowing an MUA to |gracefully handle the delivery of new mail to an open folder. | |[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=132411 |[2] http://markmail.org/message/w5mwn3jpmn3qeo5x | |Index: libs/maildrop/deliver.C |--- libs/maildrop/deliver.C.orig |+++ libs/maildrop/deliver.C -------------------------- Patching file libs/maildrop/deliver.C using Plan A... Hunk #1 succeeded at 223. done ===> Applying OpenBSD patch patch-libs_maildrop_maildir_C Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Use the correct file descriptor | |Index: libs/maildrop/maildir.C |--- libs/maildrop/maildir.C.orig |+++ libs/maildrop/maildir.C -------------------------- Patching file libs/maildrop/maildir.C using Plan A... Hunk #1 succeeded at 308. done ===> Applying OpenBSD patch patch-libs_maildrop_maildropfilter_7_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libs/maildrop/maildropfilter.7.in |--- libs/maildrop/maildropfilter.7.in.orig |+++ libs/maildrop/maildropfilter.7.in -------------------------- Patching file libs/maildrop/maildropfilter.7.in using Plan A... Hunk #1 succeeded at 380. done ===> Applying OpenBSD patch patch-libs_rfc2045_reformime_1 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: libs/rfc2045/reformime.1 |--- libs/rfc2045/reformime.1.orig |+++ libs/rfc2045/reformime.1 -------------------------- Patching file libs/rfc2045/reformime.1 using Plan A... Hunk #1 succeeded at 42. Hunk #2 succeeded at 110. Hunk #3 succeeded at 170. Hunk #4 succeeded at 464. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in mail/maildrop,-main at 1711614322.81 ===> mail/maildrop,-main ===> Generating configure for maildrop-3.1.5 Running autoconf-2.71 in /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5 ===> Configuring for maildrop-3.1.5 Using /exopi-obj/pobj/maildrop-3.1.5/config.site (generated) configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking for gawk... (cached) awk checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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 for perl5... no checking for perl... /usr/bin/perl checking for pcre2-config... yes checking for gdbm_open in -lgdbm... yes checking for gdbm_open... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBIDN... yes checking courier-unicode library and version... ok checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating courier-debuild config.status: creating dbobj.h config.status: creating dbobj.config config.status: creating maildrop.spec config.status: creating README.html config.status: creating INSTALL.html config.status: executing depfiles commands config.status: executing libtool commands === configuring in libs/numlib (/exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-version=3.1.5' '--with-package=maildrop' '--sysconfdir=/etc/courier' '--with-etcdir=/etc/courier' '--datadir=/usr/local/share/doc' '--enable-static' '--with-db=gdbm' '--enable-maildrop-gid=_courier' '--enable-maildrop-uid=_courier' '--enable-syslog=1' '--enable-restrict-trusted=1' '--enable-keep-fromline=1' '--enable-use-flock=1' '--enable-use-dotlock=1' '--enable-authlib' '--with-dirsync' '--enable-maildirquota' '--with-default-maildrop=./Maildir' '--enable-sendmail=/usr/sbin/sendmail' '--enable-trusted-users=root _courier' '--enable-trusted-groups=wheel _courier' '--with-trashquota' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-O2 -pipe -I/usr/local/include' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gawk... (cached) awk checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking whether ln -s works... yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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 for unistd.h... (cached) yes checking for stdint.h... (cached) yes checking for int64_t... yes checking how to run the C preprocessor... cc -E checking for uid_t in sys/types.h... (cached) yes checking for pid_t... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for setgroups... (cached) yes checking for initgroups... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libs/liblock (/exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-version=3.1.5' '--with-package=maildrop' '--sysconfdir=/etc/courier' '--with-etcdir=/etc/courier' '--datadir=/usr/local/share/doc' '--enable-static' '--with-db=gdbm' '--enable-maildrop-gid=_courier' '--enable-maildrop-uid=_courier' '--enable-syslog=1' '--enable-restrict-trusted=1' '--enable-keep-fromline=1' '--enable-use-flock=1' '--enable-use-dotlock=1' '--enable-authlib' '--with-dirsync' '--enable-maildirquota' '--with-default-maildrop=./Maildir' '--enable-sendmail=/usr/sbin/sendmail' '--enable-trusted-users=root _courier' '--enable-trusted-groups=wheel _courier' '--with-trashquota' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-O2 -pipe -I/usr/local/include' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gawk... (cached) awk checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking whether ln -s works... yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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 for errno.h... (cached) yes checking for fcntl.h... (cached) yes checking for sys/fcntl.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/file.h... (cached) yes checking for unistd.h... (cached) yes checking for sysexits.h... yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for off_t... (cached) yes checking for pid_t... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for off64_t... no checking for flock_t... no checking for getdtablesize... (cached) yes checking for setpgrp... (cached) yes checking for sysconf... (cached) yes checking for setpgrp... (cached) yes checking whether setpgrp requires zero arguments... no checking for fcntl... yes checking for flock... yes checking for lockf... yes checking for locking method... fcntl checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libs/rfc822 (/exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-version=3.1.5' '--with-package=maildrop' '--sysconfdir=/etc/courier' '--with-etcdir=/etc/courier' '--datadir=/usr/local/share/doc' '--enable-static' '--with-db=gdbm' '--enable-maildrop-gid=_courier' '--enable-maildrop-uid=_courier' '--enable-syslog=1' '--enable-restrict-trusted=1' '--enable-keep-fromline=1' '--enable-use-flock=1' '--enable-use-dotlock=1' '--enable-authlib' '--with-dirsync' '--enable-maildirquota' '--with-default-maildrop=./Maildir' '--enable-sendmail=/usr/sbin/sendmail' '--enable-trusted-users=root _courier' '--enable-trusted-groups=wheel _courier' '--with-trashquota' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-O2 -pipe -I/usr/local/include' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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 whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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 for locale.h... (cached) yes checking for strings.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for size_t... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for LIBIDN... yes checking for setlocale... (cached) yes checking how to calculate alternate timezone... daylight checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libs/rfc2045 (/exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-version=3.1.5' '--with-package=maildrop' '--sysconfdir=/etc/courier' '--with-etcdir=/etc/courier' '--datadir=/usr/local/share/doc' '--enable-static' '--with-db=gdbm' '--enable-maildrop-gid=_courier' '--enable-maildrop-uid=_courier' '--enable-syslog=1' '--enable-restrict-trusted=1' '--enable-keep-fromline=1' '--enable-use-flock=1' '--enable-use-dotlock=1' '--enable-authlib' '--with-dirsync' '--enable-maildirquota' '--with-default-maildrop=./Maildir' '--enable-sendmail=/usr/sbin/sendmail' '--enable-trusted-users=root _courier' '--enable-trusted-groups=wheel _courier' '--with-trashquota' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-O2 -pipe -I/usr/local/include' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking whether the compiler supports GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for c++ option to enable C++11 features... none needed checking dependency style of c++... gcc3 checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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 whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking for unistd.h... (cached) yes checking for sys/wait.h... (cached) yes checking for strings.h... (cached) yes checking for locale.h... (cached) yes checking for missing gethostname prototype... no checking for an ANSI C-conforming const... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for pid_t... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for setlocale... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating rfc2045charset.h config.status: creating rfc2045_config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libs/gdbmobj (/exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/gdbmobj) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-version=3.1.5' '--with-package=maildrop' '--sysconfdir=/etc/courier' '--with-etcdir=/etc/courier' '--datadir=/usr/local/share/doc' '--enable-static' '--with-db=gdbm' '--enable-maildrop-gid=_courier' '--enable-maildrop-uid=_courier' '--enable-syslog=1' '--enable-restrict-trusted=1' '--enable-keep-fromline=1' '--enable-use-flock=1' '--enable-use-dotlock=1' '--enable-authlib' '--with-dirsync' '--enable-maildirquota' '--with-default-maildrop=./Maildir' '--enable-sendmail=/usr/sbin/sendmail' '--enable-trusted-users=root _courier' '--enable-trusted-groups=wheel _courier' '--with-trashquota' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-O2 -pipe -I/usr/local/include' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking for library containing strerror... none required checking for gawk... (cached) awk checking whether the compiler supports GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for c++ option to enable C++11 features... none needed checking dependency style of c++... gcc3 checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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 whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking for gdbm_open in -lgdbm... yes checking for gdbm_open... yes checking for gdbm_fdesc... yes checking for unistd.h... (cached) yes checking for fcntl.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for size_t... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libs/bdbobj (/exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/bdbobj) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-version=3.1.5' '--with-package=maildrop' '--sysconfdir=/etc/courier' '--with-etcdir=/etc/courier' '--datadir=/usr/local/share/doc' '--enable-static' '--with-db=gdbm' '--enable-maildrop-gid=_courier' '--enable-maildrop-uid=_courier' '--enable-syslog=1' '--enable-restrict-trusted=1' '--enable-keep-fromline=1' '--enable-use-flock=1' '--enable-use-dotlock=1' '--enable-authlib' '--with-dirsync' '--enable-maildirquota' '--with-default-maildrop=./Maildir' '--enable-sendmail=/usr/sbin/sendmail' '--enable-trusted-users=root _courier' '--enable-trusted-groups=wheel _courier' '--with-trashquota' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-O2 -pipe -I/usr/local/include' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking for gawk... (cached) awk checking whether the compiler supports GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for c++ option to enable C++11 features... none needed checking dependency style of c++... gcc3 checking for library containing strerror... none required checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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 whether ln -s works... yes checking the maximum length of command line arguments... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking for dbopen in -ldb... (cached) no checking for db_open in -ldb... (cached) no checking for db_env_create in -ldb... (cached) no checking for dbopen... (cached) no checking for db_open... no checking for db_env_create... no checking for limits.h... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... (cached) yes checking for size_t... (cached) yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking if the C++ compiler needs -fhandle-exceptions... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libs/makedat (/exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/makedat) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-version=3.1.5' '--with-package=maildrop' '--sysconfdir=/etc/courier' '--with-etcdir=/etc/courier' '--datadir=/usr/local/share/doc' '--enable-static' '--with-db=gdbm' '--enable-maildrop-gid=_courier' '--enable-maildrop-uid=_courier' '--enable-syslog=1' '--enable-restrict-trusted=1' '--enable-keep-fromline=1' '--enable-use-flock=1' '--enable-use-dotlock=1' '--enable-authlib' '--with-dirsync' '--enable-maildirquota' '--with-default-maildrop=./Maildir' '--enable-sendmail=/usr/sbin/sendmail' '--enable-trusted-users=root _courier' '--enable-trusted-groups=wheel _courier' '--with-trashquota' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-O2 -pipe -I/usr/local/include' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of cc... gcc3 checking whether ln -s works... yes checking for perl5... no checking for perl... /usr/bin/perl checking for cat... /bin/cat checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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 for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for unistd.h... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating makedat config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libs/maildir (/exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-version=3.1.5' '--with-package=maildrop' '--sysconfdir=/etc/courier' '--with-etcdir=/etc/courier' '--datadir=/usr/local/share/doc' '--enable-static' '--with-db=gdbm' '--enable-maildrop-gid=_courier' '--enable-maildrop-uid=_courier' '--enable-syslog=1' '--enable-restrict-trusted=1' '--enable-keep-fromline=1' '--enable-use-flock=1' '--enable-use-dotlock=1' '--enable-authlib' '--with-dirsync' '--enable-maildirquota' '--with-default-maildrop=./Maildir' '--enable-sendmail=/usr/sbin/sendmail' '--enable-trusted-users=root _courier' '--enable-trusted-groups=wheel _courier' '--with-trashquota' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-O2 -pipe -I/usr/local/include' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking for gawk... (cached) awk checking whether make supports the include directive... yes (GNU style) checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking for sys/time.h... (cached) yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking whether ln -s works... yes checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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 whether the compiler supports GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for c++ option to enable C++11 features... none needed checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking for perl5... no checking for perl... /usr/bin/perl checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for sys/stat.h... (cached) yes checking for sys/wait.h... (cached) yes checking for fcntl.h... (cached) yes checking for unistd.h... (cached) yes checking for sysexits.h... yes checking for utime.h... (cached) yes checking for pcre2-config... yes checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for vector... yes checking for vector.h... no checking for an ANSI C-conforming const... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking how to run the C preprocessor... cc -E checking for uid_t in sys/types.h... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for symlink... (cached) yes checking for readlink... (cached) yes checking for utime... (cached) yes checking for utimes... (cached) yes checking for inotify_init... no checking for inotify_init1... no checking for missing gethostname prototype... no checking for mailbot... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating sharedindexinstall config.status: creating sharedindexsplit config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands === configuring in libs/maildrop (/exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--with-version=3.1.5' '--with-package=maildrop' '--sysconfdir=/etc/courier' '--with-etcdir=/etc/courier' '--datadir=/usr/local/share/doc' '--enable-static' '--with-db=gdbm' '--enable-maildrop-gid=_courier' '--enable-maildrop-uid=_courier' '--enable-syslog=1' '--enable-restrict-trusted=1' '--enable-keep-fromline=1' '--enable-use-flock=1' '--enable-use-dotlock=1' '--enable-authlib' '--with-dirsync' '--enable-maildirquota' '--with-default-maildrop=./Maildir' '--enable-sendmail=/usr/sbin/sendmail' '--enable-trusted-users=root _courier' '--enable-trusted-groups=wheel _courier' '--with-trashquota' '--sysconfdir=/etc' '--mandir=/usr/local/man' '--infodir=/usr/local/info' '--localstatedir=/var' '--disable-silent-rules' '--disable-gtk-doc' 'CC=cc' 'CFLAGS=-O2 -pipe' 'LDFLAGS=-L/usr/local/lib' 'CPPFLAGS=-O2 -pipe -I/usr/local/include' --cache-file=/dev/null --srcdir=. configure: loading site script /exopi-obj/pobj/maildrop-3.1.5/config.site checking for a BSD-compatible install... /exopi-obj/pobj/maildrop-3.1.5/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make sets $(MAKE)... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking for sys/time.h... (cached) yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking for gawk... (cached) awk checking whether ln -s works... yes checking whether the compiler supports GNU C++... (cached) yes checking whether c++ accepts -g... (cached) yes checking for c++ option to enable C++11 features... none needed checking dependency style of c++... gcc3 checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking how to print strings... print -r checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for fgrep... (cached) /usr/bin/fgrep checking for ld used by cc... /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... (cached) 131072 checking how to convert x86_64-unknown-openbsd7.5 file names to x86_64-unknown-openbsd7.5 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd7.5 file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for ar... (cached) ar checking for archiver @FILE support... @ checking for strip... (cached) strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from cc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... (cached) yes checking for objdir... .libs checking if cc supports -fno-rtti -fno-exceptions... yes checking for cc option to produce PIC... -fPIC -DPIC checking if cc PIC flag -fPIC -DPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.o... (cached) yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate 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... c++ -E checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC -DPIC checking if c++ PIC flag -fPIC -DPIC works... yes checking if c++ static flag -static works... yes checking if c++ supports -c -o file.o... yes checking if c++ supports -c -o file.o... (cached) yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... openbsd7.5 ld.so checking how to hardcode library paths into programs... immediate checking for perl5... no checking for perl... /usr/bin/perl checking for -fhandle-exceptions flag to g++... no checking ability to handle both const and non-const exceptions... yes checking for getpwnam in -lsun... no checking for courierauthconfig... /usr/local/bin/courierauthconfig checking for sys/wait.h that is POSIX.1 compatible... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for fcntl.h... (cached) yes checking for memory.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/stat.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for locale.h... (cached) yes checking for mode_t... (cached) yes checking for off_t... (cached) yes checking for size_t... (cached) yes checking for pid_t... (cached) yes checking how to run the C preprocessor... cc -E checking for uid_t in sys/types.h... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking type of array argument to getgroups... gid_t checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether closedir returns void... (cached) no checking for setgroups... (cached) yes checking for setlocale... (cached) yes checking for getpgrp... (cached) yes checking for getpgid... (cached) yes checking whether getpgrp requires zero arguments... yes checking setpgrp()... 0 checking setpgid()... 1 checking for missing gethostname prototype... no checking default PATH for commands... /bin:/usr/bin:/usr/local/bin checking for qmail-inject... no checking for pcre2-config... yes checking mail transport agent... /usr/sbin/sendmail -oi checking location of system mailboxes... /var/mail checking whether maildrop should reset its group ID... 0 checking privileged users... root _courier checking for UID of maildrop... _courier checking for GID of maildrop... _courier checking for USE_FLOCK... 1 checking for USE_DOTLOCK... 1 checking for LOCKEXT_DEF... .lock checking for LOCKSLEEP_DEF... 5 checking for LOCKTIMEOUT_DEF... 60 checking for LOCKREFRESH_DEF... 15 checking for TEMPDIR... use tmpfile() checking for SMALLMSG... 8192 checking for GLOBAL_TIMEOUT... 300 checking for CRLF_TERM... 0 checking for RESTRICT_TRUSTED... 1 checking for KEEP_FROMLINE... 1 checking for syslog support... 1 checking whether to treat authlib errors as tempreject... 1 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating xconfig.h config.status: creating Makefile config.status: creating README.html config.status: creating testsuite config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands >>> Running build in mail/maildrop,-main at 1711614450.37 ===> mail/maildrop,-main ===> Building for maildrop-3.1.5 /usr/bin/make all-gmake-check FOO=BAR Making all in libs/numlib /usr/bin/make all-am /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c -o atotimet.lo atotimet.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c atotimet.c -fPIC -DPIC -o .libs/atotimet.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT atotimet.lo -MD -MP -MF .deps/atotimet.Tpo -c atotimet.c -o atotimet.o mv -f .deps/atotimet.Tpo .deps/atotimet.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c -o atouidt.lo atouidt.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c atouidt.c -fPIC -DPIC -o .libs/atouidt.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT atouidt.lo -MD -MP -MF .deps/atouidt.Tpo -c atouidt.c -o atouidt.o mv -f .deps/atouidt.Tpo .deps/atouidt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c -o changeuidgid.lo changeuidgid.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c changeuidgid.c -fPIC -DPIC -o .libs/changeuidgid.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT changeuidgid.lo -MD -MP -MF .deps/changeuidgid.Tpo -c changeuidgid.c -o changeuidgid.o mv -f .deps/changeuidgid.Tpo .deps/changeuidgid.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c -o strdevt.lo strdevt.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c strdevt.c -fPIC -DPIC -o .libs/strdevt.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strdevt.lo -MD -MP -MF .deps/strdevt.Tpo -c strdevt.c -o strdevt.o mv -f .deps/strdevt.Tpo .deps/strdevt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c -o strgidt.lo strgidt.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c strgidt.c -fPIC -DPIC -o .libs/strgidt.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strgidt.lo -MD -MP -MF .deps/strgidt.Tpo -c strgidt.c -o strgidt.o mv -f .deps/strgidt.Tpo .deps/strgidt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c -o strhdevt.lo strhdevt.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c strhdevt.c -fPIC -DPIC -o .libs/strhdevt.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhdevt.lo -MD -MP -MF .deps/strhdevt.Tpo -c strhdevt.c -o strhdevt.o mv -f .deps/strhdevt.Tpo .deps/strhdevt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c -o strhinot.lo strhinot.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c strhinot.c -fPIC -DPIC -o .libs/strhinot.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhinot.lo -MD -MP -MF .deps/strhinot.Tpo -c strhinot.c -o strhinot.o mv -f .deps/strhinot.Tpo .deps/strhinot.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c -o strhpidt.lo strhpidt.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c strhpidt.c -fPIC -DPIC -o .libs/strhpidt.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhpidt.lo -MD -MP -MF .deps/strhpidt.Tpo -c strhpidt.c -o strhpidt.o mv -f .deps/strhpidt.Tpo .deps/strhpidt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c -o strhtimet.lo strhtimet.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c strhtimet.c -fPIC -DPIC -o .libs/strhtimet.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strhtimet.lo -MD -MP -MF .deps/strhtimet.Tpo -c strhtimet.c -o strhtimet.o mv -f .deps/strhtimet.Tpo .deps/strhtimet.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c -o strinot.lo strinot.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c strinot.c -fPIC -DPIC -o .libs/strinot.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strinot.lo -MD -MP -MF .deps/strinot.Tpo -c strinot.c -o strinot.o mv -f .deps/strinot.Tpo .deps/strinot.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c -o strofft.lo strofft.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c strofft.c -fPIC -DPIC -o .libs/strofft.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strofft.lo -MD -MP -MF .deps/strofft.Tpo -c strofft.c -o strofft.o mv -f .deps/strofft.Tpo .deps/strofft.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c -o strpidt.lo strpidt.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c strpidt.c -fPIC -DPIC -o .libs/strpidt.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strpidt.lo -MD -MP -MF .deps/strpidt.Tpo -c strpidt.c -o strpidt.o mv -f .deps/strpidt.Tpo .deps/strpidt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c -o strsize.lo strsize.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c strsize.c -fPIC -DPIC -o .libs/strsize.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strsize.lo -MD -MP -MF .deps/strsize.Tpo -c strsize.c -o strsize.o mv -f .deps/strsize.Tpo .deps/strsize.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c -o strsizet.lo strsizet.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c strsizet.c -fPIC -DPIC -o .libs/strsizet.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strsizet.lo -MD -MP -MF .deps/strsizet.Tpo -c strsizet.c -o strsizet.o mv -f .deps/strsizet.Tpo .deps/strsizet.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c -o strtimet.lo strtimet.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c strtimet.c -fPIC -DPIC -o .libs/strtimet.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT strtimet.lo -MD -MP -MF .deps/strtimet.Tpo -c strtimet.c -o strtimet.o mv -f .deps/strtimet.Tpo .deps/strtimet.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c -o struidt.lo struidt.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c struidt.c -fPIC -DPIC -o .libs/struidt.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -Wall -MT struidt.lo -MD -MP -MF .deps/struidt.Tpo -c struidt.c -o struidt.o mv -f .deps/struidt.Tpo .deps/struidt.Plo /usr/bin/libtool --tag=CC --mode=link cc -I.. -I./.. -O2 -pipe -Wall -L/usr/local/lib -o libnumlib.la atotimet.lo atouidt.lo changeuidgid.lo strdevt.lo strgidt.lo strhdevt.lo strhinot.lo strhpidt.lo strhtimet.lo strinot.lo strofft.lo strpidt.lo strsize.lo strsizet.lo strtimet.lo struidt.lo libtool: link: ar cru .libs/libnumlib.a .libs/atotimet.o .libs/atouidt.o .libs/changeuidgid.o .libs/strdevt.o .libs/strgidt.o .libs/strhdevt.o .libs/strhinot.o .libs/strhpidt.o .libs/strhtimet.o .libs/strinot.o .libs/strofft.o .libs/strpidt.o .libs/strsize.o .libs/strsizet.o .libs/strtimet.o .libs/struidt.o libtool: link: ranlib .libs/libnumlib.a Making all in libs/liblock /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT lockmail.o -MD -MP -MF .deps/lockmail.Tpo -c -o lockmail.o lockmail.c mv -f .deps/lockmail.Tpo .deps/lockmail.Po /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT lockfcntl.lo -MD -MP -MF .deps/lockfcntl.Tpo -c -o lockfcntl.lo lockfcntl.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT lockfcntl.lo -MD -MP -MF .deps/lockfcntl.Tpo -c lockfcntl.c -fPIC -DPIC -o .libs/lockfcntl.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT lockfcntl.lo -MD -MP -MF .deps/lockfcntl.Tpo -c lockfcntl.c -o lockfcntl.o mv -f .deps/lockfcntl.Tpo .deps/lockfcntl.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT lockdaemon.lo -MD -MP -MF .deps/lockdaemon.Tpo -c -o lockdaemon.lo lockdaemon.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT lockdaemon.lo -MD -MP -MF .deps/lockdaemon.Tpo -c lockdaemon.c -fPIC -DPIC -o .libs/lockdaemon.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT lockdaemon.lo -MD -MP -MF .deps/lockdaemon.Tpo -c lockdaemon.c -o lockdaemon.o mv -f .deps/lockdaemon.Tpo .deps/lockdaemon.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT mail.lo -MD -MP -MF .deps/mail.Tpo -c -o mail.lo mail.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT mail.lo -MD -MP -MF .deps/mail.Tpo -c mail.c -fPIC -DPIC -o .libs/mail.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I.. -I./.. -O2 -pipe -MT mail.lo -MD -MP -MF .deps/mail.Tpo -c mail.c -o mail.o mv -f .deps/mail.Tpo .deps/mail.Plo /usr/bin/libtool --tag=CC --mode=link cc -I.. -I./.. -O2 -pipe -L/usr/local/lib -o liblock.la lockfcntl.lo lockdaemon.lo mail.lo libtool: link: ar cru .libs/liblock.a .libs/lockfcntl.o .libs/lockdaemon.o .libs/mail.o libtool: link: ranlib .libs/liblock.a /usr/bin/libtool --tag=CC --mode=link cc -I.. -I./.. -O2 -pipe -static -L/usr/local/lib -o lockmail lockmail.o liblock.la ../numlib/libnumlib.la libtool: link: cc -o lockmail -I.. -I./.. -O2 -pipe lockmail.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a mail.c(mail.o:(ll_mail_open_do) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a): warning: strcpy() is almost always misused, please use strlcpy() mail.c(mail.o:(ll_mail_open_do) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a): warning: strcat() is almost always misused, please use strlcat() Making all in libs/rfc822 /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT testsuite.o -MD -MP -MF .deps/testsuite.Tpo -c -o testsuite.o testsuite.c testsuite.c:14:3: warning: explicitly assigning value of variable of type 'void *' to itself [-Wself-assign] p=p; ~^~ testsuite.c:20:3: warning: explicitly assigning value of variable of type 'void *' to itself [-Wself-assign] p=p; ~^~ 2 warnings generated. mv -f .deps/testsuite.Tpo .deps/testsuite.Po /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c -o rfc822.lo rfc822.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c rfc822.c -fPIC -DPIC -o .libs/rfc822.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822.lo -MD -MP -MF .deps/rfc822.Tpo -c rfc822.c -o rfc822.o mv -f .deps/rfc822.Tpo .deps/rfc822.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c -o rfc822hdr.lo rfc822hdr.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c rfc822hdr.c -fPIC -DPIC -o .libs/rfc822hdr.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822hdr.lo -MD -MP -MF .deps/rfc822hdr.Tpo -c rfc822hdr.c -o rfc822hdr.o mv -f .deps/rfc822hdr.Tpo .deps/rfc822hdr.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c -o rfc822_getaddr.lo rfc822_getaddr.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c rfc822_getaddr.c -fPIC -DPIC -o .libs/rfc822_getaddr.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_getaddr.lo -MD -MP -MF .deps/rfc822_getaddr.Tpo -c rfc822_getaddr.c -o rfc822_getaddr.o mv -f .deps/rfc822_getaddr.Tpo .deps/rfc822_getaddr.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c -o rfc822_getaddrs.lo rfc822_getaddrs.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c rfc822_getaddrs.c -fPIC -DPIC -o .libs/rfc822_getaddrs.o rfc822_getaddrs.c:13:3: warning: explicitly assigning value of variable of type 'char' to itself [-Wself-assign] c=c; ~^~ 1 warning generated. cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_getaddrs.lo -MD -MP -MF .deps/rfc822_getaddrs.Tpo -c rfc822_getaddrs.c -o rfc822_getaddrs.o rfc822_getaddrs.c:13:3: warning: explicitly assigning value of variable of type 'char' to itself [-Wself-assign] c=c; ~^~ 1 warning generated. mv -f .deps/rfc822_getaddrs.Tpo .deps/rfc822_getaddrs.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c -o rfc822_mkdate.lo rfc822_mkdate.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c rfc822_mkdate.c -fPIC -DPIC -o .libs/rfc822_mkdate.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_mkdate.lo -MD -MP -MF .deps/rfc822_mkdate.Tpo -c rfc822_mkdate.c -o rfc822_mkdate.o mv -f .deps/rfc822_mkdate.Tpo .deps/rfc822_mkdate.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c -o rfc822_parsedt.lo rfc822_parsedt.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c rfc822_parsedt.c -fPIC -DPIC -o .libs/rfc822_parsedt.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc822_parsedt.lo -MD -MP -MF .deps/rfc822_parsedt.Tpo -c rfc822_parsedt.c -o rfc822_parsedt.o mv -f .deps/rfc822_parsedt.Tpo .deps/rfc822_parsedt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c -o rfc2047u.lo rfc2047u.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c rfc2047u.c -fPIC -DPIC -o .libs/rfc2047u.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2047u.lo -MD -MP -MF .deps/rfc2047u.Tpo -c rfc2047u.c -o rfc2047u.o mv -f .deps/rfc2047u.Tpo .deps/rfc2047u.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c -o rfc2047.lo rfc2047.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c rfc2047.c -fPIC -DPIC -o .libs/rfc2047.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2047.lo -MD -MP -MF .deps/rfc2047.Tpo -c rfc2047.c -o rfc2047.o mv -f .deps/rfc2047.Tpo .deps/rfc2047.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c -o imapsubj.lo imapsubj.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c imapsubj.c -fPIC -DPIC -o .libs/imapsubj.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT imapsubj.lo -MD -MP -MF .deps/imapsubj.Tpo -c imapsubj.c -o imapsubj.o mv -f .deps/imapsubj.Tpo .deps/imapsubj.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c -o imaprefs.lo imaprefs.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c imaprefs.c -fPIC -DPIC -o .libs/imaprefs.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT imaprefs.lo -MD -MP -MF .deps/imaprefs.Tpo -c imaprefs.c -o imaprefs.o mv -f .deps/imaprefs.Tpo .deps/imaprefs.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c -o encodeautodetect.lo encodeautodetect.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c encodeautodetect.c -fPIC -DPIC -o .libs/encodeautodetect.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT encodeautodetect.lo -MD -MP -MF .deps/encodeautodetect.Tpo -c encodeautodetect.c -o encodeautodetect.o mv -f .deps/encodeautodetect.Tpo .deps/encodeautodetect.Plo /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -L/usr/local/lib -o librfc822.la rfc822.lo rfc822hdr.lo rfc822_getaddr.lo rfc822_getaddrs.lo rfc822_mkdate.lo rfc822_parsedt.lo rfc2047u.lo rfc2047.lo imapsubj.lo imaprefs.lo encodeautodetect.lo -L/usr/local/lib -lidn2 libtool: link: ar cru .libs/librfc822.a .libs/rfc822.o .libs/rfc822hdr.o .libs/rfc822_getaddr.o .libs/rfc822_getaddrs.o .libs/rfc822_mkdate.o .libs/rfc822_parsedt.o .libs/rfc2047u.o .libs/rfc2047.o .libs/imapsubj.o .libs/imaprefs.o .libs/encodeautodetect.o libtool: link: ranlib .libs/librfc822.a /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -static -L/usr/local/lib -o testsuite testsuite.o librfc822.la -lcourier-unicode libtool: link: cc -o testsuite -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. testsuite.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a -L.libs -lidn2 -liconv -lunistring -lcourier-unicode -Wl,-rpath-link,/usr/local/lib rfc2047.c(rfc2047.o:(rfc822_encode_domain_int) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a): warning: strcpy() is almost always misused, please use strlcpy() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT reftest.o -MD -MP -MF .deps/reftest.Tpo -c -o reftest.o reftest.c mv -f .deps/reftest.Tpo .deps/reftest.Po /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -static -L/usr/local/lib -o reftest reftest.o librfc822.la -lcourier-unicode libtool: link: cc -o reftest -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. reftest.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a -L.libs -lidn2 -liconv -lunistring -lcourier-unicode -Wl,-rpath-link,/usr/local/lib imapsubj.c(imapsubj.o:(rfc822_coresubj_keepblobs) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a): warning: strcat() is almost always misused, please use strlcat() rfc822_parsedt.c(rfc822_parsedt.o:(rfc822_mkdt) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a): warning: sprintf() is often misused, please use snprintf() rfc2047u.c(rfc2047u.o:(rfc822_display_addr_str) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a): warning: strcpy() is almost always misused, please use strlcpy() /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c -o encode.lo encode.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -fPIC -DPIC -o .libs/encode.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT encode.lo -MD -MP -MF .deps/encode.Tpo -c encode.c -o encode.o mv -f .deps/encode.Tpo .deps/encode.Plo /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -L/usr/local/lib -o libencode.la encode.lo libtool: link: ar cru .libs/libencode.a .libs/encode.o libtool: link: ranlib .libs/libencode.a Making all in libs/rfc2045 /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT reformime.o -MD -MP -MF .deps/reformime.Tpo -c -o reformime.o reformime.c mv -f .deps/reformime.Tpo .deps/reformime.Po /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c -o rfc2045.lo rfc2045.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -fPIC -DPIC -o .libs/rfc2045.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045.lo -MD -MP -MF .deps/rfc2045.Tpo -c rfc2045.c -o rfc2045.o mv -f .deps/rfc2045.Tpo .deps/rfc2045.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045acchk.lo -MD -MP -MF .deps/rfc2045acchk.Tpo -c -o rfc2045acchk.lo rfc2045acchk.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045acchk.lo -MD -MP -MF .deps/rfc2045acchk.Tpo -c rfc2045acchk.c -fPIC -DPIC -o .libs/rfc2045acchk.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045acchk.lo -MD -MP -MF .deps/rfc2045acchk.Tpo -c rfc2045acchk.c -o rfc2045acchk.o mv -f .deps/rfc2045acchk.Tpo .deps/rfc2045acchk.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045acprep.lo -MD -MP -MF .deps/rfc2045acprep.Tpo -c -o rfc2045acprep.lo rfc2045acprep.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045acprep.lo -MD -MP -MF .deps/rfc2045acprep.Tpo -c rfc2045acprep.c -fPIC -DPIC -o .libs/rfc2045acprep.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045acprep.lo -MD -MP -MF .deps/rfc2045acprep.Tpo -c rfc2045acprep.c -o rfc2045acprep.o mv -f .deps/rfc2045acprep.Tpo .deps/rfc2045acprep.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045appendurl.lo -MD -MP -MF .deps/rfc2045appendurl.Tpo -c -o rfc2045appendurl.lo rfc2045appendurl.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045appendurl.lo -MD -MP -MF .deps/rfc2045appendurl.Tpo -c rfc2045appendurl.c -fPIC -DPIC -o .libs/rfc2045appendurl.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045appendurl.lo -MD -MP -MF .deps/rfc2045appendurl.Tpo -c rfc2045appendurl.c -o rfc2045appendurl.o mv -f .deps/rfc2045appendurl.Tpo .deps/rfc2045appendurl.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045cdecode.lo -MD -MP -MF .deps/rfc2045cdecode.Tpo -c -o rfc2045cdecode.lo rfc2045cdecode.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045cdecode.lo -MD -MP -MF .deps/rfc2045cdecode.Tpo -c rfc2045cdecode.c -fPIC -DPIC -o .libs/rfc2045cdecode.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045cdecode.lo -MD -MP -MF .deps/rfc2045cdecode.Tpo -c rfc2045cdecode.c -o rfc2045cdecode.o mv -f .deps/rfc2045cdecode.Tpo .deps/rfc2045cdecode.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decode.lo -MD -MP -MF .deps/rfc2045decode.Tpo -c -o rfc2045decode.lo rfc2045decode.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decode.lo -MD -MP -MF .deps/rfc2045decode.Tpo -c rfc2045decode.c -fPIC -DPIC -o .libs/rfc2045decode.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decode.lo -MD -MP -MF .deps/rfc2045decode.Tpo -c rfc2045decode.c -o rfc2045decode.o mv -f .deps/rfc2045decode.Tpo .deps/rfc2045decode.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045enomem.lo -MD -MP -MF .deps/rfc2045enomem.Tpo -c -o rfc2045enomem.lo rfc2045enomem.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045enomem.lo -MD -MP -MF .deps/rfc2045enomem.Tpo -c rfc2045enomem.c -fPIC -DPIC -o .libs/rfc2045enomem.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045enomem.lo -MD -MP -MF .deps/rfc2045enomem.Tpo -c rfc2045enomem.c -o rfc2045enomem.o mv -f .deps/rfc2045enomem.Tpo .deps/rfc2045enomem.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045_fromfd.lo -MD -MP -MF .deps/rfc2045_fromfd.Tpo -c -o rfc2045_fromfd.lo rfc2045_fromfd.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045_fromfd.lo -MD -MP -MF .deps/rfc2045_fromfd.Tpo -c rfc2045_fromfd.c -fPIC -DPIC -o .libs/rfc2045_fromfd.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045_fromfd.lo -MD -MP -MF .deps/rfc2045_fromfd.Tpo -c rfc2045_fromfd.c -o rfc2045_fromfd.o mv -f .deps/rfc2045_fromfd.Tpo .deps/rfc2045_fromfd.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045find.lo -MD -MP -MF .deps/rfc2045find.Tpo -c -o rfc2045find.lo rfc2045find.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045find.lo -MD -MP -MF .deps/rfc2045find.Tpo -c rfc2045find.c -fPIC -DPIC -o .libs/rfc2045find.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045find.lo -MD -MP -MF .deps/rfc2045find.Tpo -c rfc2045find.c -o rfc2045find.o mv -f .deps/rfc2045find.Tpo .deps/rfc2045find.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045mkboundary.lo -MD -MP -MF .deps/rfc2045mkboundary.Tpo -c -o rfc2045mkboundary.lo rfc2045mkboundary.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045mkboundary.lo -MD -MP -MF .deps/rfc2045mkboundary.Tpo -c rfc2045mkboundary.c -fPIC -DPIC -o .libs/rfc2045mkboundary.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045mkboundary.lo -MD -MP -MF .deps/rfc2045mkboundary.Tpo -c rfc2045mkboundary.c -o rfc2045mkboundary.o mv -f .deps/rfc2045mkboundary.Tpo .deps/rfc2045mkboundary.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045rewrite.lo -MD -MP -MF .deps/rfc2045rewrite.Tpo -c -o rfc2045rewrite.lo rfc2045rewrite.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045rewrite.lo -MD -MP -MF .deps/rfc2045rewrite.Tpo -c rfc2045rewrite.c -fPIC -DPIC -o .libs/rfc2045rewrite.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045rewrite.lo -MD -MP -MF .deps/rfc2045rewrite.Tpo -c rfc2045rewrite.c -o rfc2045rewrite.o mv -f .deps/rfc2045rewrite.Tpo .deps/rfc2045rewrite.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045tryboundary.lo -MD -MP -MF .deps/rfc2045tryboundary.Tpo -c -o rfc2045tryboundary.lo rfc2045tryboundary.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045tryboundary.lo -MD -MP -MF .deps/rfc2045tryboundary.Tpo -c rfc2045tryboundary.c -fPIC -DPIC -o .libs/rfc2045tryboundary.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045tryboundary.lo -MD -MP -MF .deps/rfc2045tryboundary.Tpo -c rfc2045tryboundary.c -o rfc2045tryboundary.o mv -f .deps/rfc2045tryboundary.Tpo .deps/rfc2045tryboundary.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045xdump.lo -MD -MP -MF .deps/rfc2045xdump.Tpo -c -o rfc2045xdump.lo rfc2045xdump.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045xdump.lo -MD -MP -MF .deps/rfc2045xdump.Tpo -c rfc2045xdump.c -fPIC -DPIC -o .libs/rfc2045xdump.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045xdump.lo -MD -MP -MF .deps/rfc2045xdump.Tpo -c rfc2045xdump.c -o rfc2045xdump.o mv -f .deps/rfc2045xdump.Tpo .deps/rfc2045xdump.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045searchcontenttype.lo -MD -MP -MF .deps/rfc2045searchcontenttype.Tpo -c -o rfc2045searchcontenttype.lo rfc2045searchcontenttype.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045searchcontenttype.lo -MD -MP -MF .deps/rfc2045searchcontenttype.Tpo -c rfc2045searchcontenttype.c -fPIC -DPIC -o .libs/rfc2045searchcontenttype.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045searchcontenttype.lo -MD -MP -MF .deps/rfc2045searchcontenttype.Tpo -c rfc2045searchcontenttype.c -o rfc2045searchcontenttype.o mv -f .deps/rfc2045searchcontenttype.Tpo .deps/rfc2045searchcontenttype.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decodemimesection.lo -MD -MP -MF .deps/rfc2045decodemimesection.Tpo -c -o rfc2045decodemimesection.lo rfc2045decodemimesection.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decodemimesection.lo -MD -MP -MF .deps/rfc2045decodemimesection.Tpo -c rfc2045decodemimesection.c -fPIC -DPIC -o .libs/rfc2045decodemimesection.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decodemimesection.lo -MD -MP -MF .deps/rfc2045decodemimesection.Tpo -c rfc2045decodemimesection.c -o rfc2045decodemimesection.o mv -f .deps/rfc2045decodemimesection.Tpo .deps/rfc2045decodemimesection.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decodemimesectionu.lo -MD -MP -MF .deps/rfc2045decodemimesectionu.Tpo -c -o rfc2045decodemimesectionu.lo rfc2045decodemimesectionu.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decodemimesectionu.lo -MD -MP -MF .deps/rfc2045decodemimesectionu.Tpo -c rfc2045decodemimesectionu.c -fPIC -DPIC -o .libs/rfc2045decodemimesectionu.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decodemimesectionu.lo -MD -MP -MF .deps/rfc2045decodemimesectionu.Tpo -c rfc2045decodemimesectionu.c -o rfc2045decodemimesectionu.o mv -f .deps/rfc2045decodemimesectionu.Tpo .deps/rfc2045decodemimesectionu.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045header.lo -MD -MP -MF .deps/rfc2045header.Tpo -c -o rfc2045header.lo rfc2045header.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045header.lo -MD -MP -MF .deps/rfc2045header.Tpo -c rfc2045header.c -fPIC -DPIC -o .libs/rfc2045header.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045header.lo -MD -MP -MF .deps/rfc2045header.Tpo -c rfc2045header.c -o rfc2045header.o mv -f .deps/rfc2045header.Tpo .deps/rfc2045header.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045reply.lo -MD -MP -MF .deps/rfc2045reply.Tpo -c -o rfc2045reply.lo rfc2045reply.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045reply.lo -MD -MP -MF .deps/rfc2045reply.Tpo -c rfc2045reply.c -fPIC -DPIC -o .libs/rfc2045reply.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045reply.lo -MD -MP -MF .deps/rfc2045reply.Tpo -c rfc2045reply.c -o rfc2045reply.o mv -f .deps/rfc2045reply.Tpo .deps/rfc2045reply.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decodemsgtoutf8.lo -MD -MP -MF .deps/rfc2045decodemsgtoutf8.Tpo -c -o rfc2045decodemsgtoutf8.lo rfc2045decodemsgtoutf8.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decodemsgtoutf8.lo -MD -MP -MF .deps/rfc2045decodemsgtoutf8.Tpo -c rfc2045decodemsgtoutf8.c -fPIC -DPIC -o .libs/rfc2045decodemsgtoutf8.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2045decodemsgtoutf8.lo -MD -MP -MF .deps/rfc2045decodemsgtoutf8.Tpo -c rfc2045decodemsgtoutf8.c -o rfc2045decodemsgtoutf8.o mv -f .deps/rfc2045decodemsgtoutf8.Tpo .deps/rfc2045decodemsgtoutf8.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2231.lo -MD -MP -MF .deps/rfc2231.Tpo -c -o rfc2231.lo rfc2231.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2231.lo -MD -MP -MF .deps/rfc2231.Tpo -c rfc2231.c -fPIC -DPIC -o .libs/rfc2231.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2231.lo -MD -MP -MF .deps/rfc2231.Tpo -c rfc2231.c -o rfc2231.o mv -f .deps/rfc2231.Tpo .deps/rfc2231.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2231encode.lo -MD -MP -MF .deps/rfc2231encode.Tpo -c -o rfc2231encode.lo rfc2231encode.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2231encode.lo -MD -MP -MF .deps/rfc2231encode.Tpo -c rfc2231encode.c -fPIC -DPIC -o .libs/rfc2231encode.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc2231encode.lo -MD -MP -MF .deps/rfc2231encode.Tpo -c rfc2231encode.c -o rfc2231encode.o mv -f .deps/rfc2231encode.Tpo .deps/rfc2231encode.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc3676parser.lo -MD -MP -MF .deps/rfc3676parser.Tpo -c -o rfc3676parser.lo rfc3676parser.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc3676parser.lo -MD -MP -MF .deps/rfc3676parser.Tpo -c rfc3676parser.c -fPIC -DPIC -o .libs/rfc3676parser.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc3676parser.lo -MD -MP -MF .deps/rfc3676parser.Tpo -c rfc3676parser.c -o rfc3676parser.o mv -f .deps/rfc3676parser.Tpo .deps/rfc3676parser.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc3676parsercpp.lo -MD -MP -MF .deps/rfc3676parsercpp.Tpo -c -o rfc3676parsercpp.lo rfc3676parsercpp.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc3676parsercpp.lo -MD -MP -MF .deps/rfc3676parsercpp.Tpo -c rfc3676parsercpp.C -fPIC -DPIC -o .libs/rfc3676parsercpp.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc3676parsercpp.lo -MD -MP -MF .deps/rfc3676parsercpp.Tpo -c rfc3676parsercpp.C -o rfc3676parsercpp.o mv -f .deps/rfc3676parsercpp.Tpo .deps/rfc3676parsercpp.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc6533.lo -MD -MP -MF .deps/rfc6533.Tpo -c -o rfc6533.lo rfc6533.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc6533.lo -MD -MP -MF .deps/rfc6533.Tpo -c rfc6533.c -fPIC -DPIC -o .libs/rfc6533.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT rfc6533.lo -MD -MP -MF .deps/rfc6533.Tpo -c rfc6533.c -o rfc6533.o mv -f .deps/rfc6533.Tpo .deps/rfc6533.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c -o base64.lo base64.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC -DPIC -o .libs/base64.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -o base64.o mv -f .deps/base64.Tpo .deps/base64.Plo /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -Wall -I.. -I./.. -L/usr/local/lib -o librfc2045.la rfc2045.lo rfc2045acchk.lo rfc2045acprep.lo rfc2045appendurl.lo rfc2045cdecode.lo rfc2045decode.lo rfc2045enomem.lo rfc2045_fromfd.lo rfc2045find.lo rfc2045mkboundary.lo rfc2045rewrite.lo rfc2045tryboundary.lo rfc2045xdump.lo rfc2045searchcontenttype.lo rfc2045decodemimesection.lo rfc2045decodemimesectionu.lo rfc2045header.lo rfc2045reply.lo rfc2045decodemsgtoutf8.lo rfc2231.lo rfc2231encode.lo rfc3676parser.lo rfc3676parsercpp.lo rfc6533.lo base64.lo libtool: link: ar cru .libs/librfc2045.a .libs/rfc2045.o .libs/rfc2045acchk.o .libs/rfc2045acprep.o .libs/rfc2045appendurl.o .libs/rfc2045cdecode.o .libs/rfc2045decode.o .libs/rfc2045enomem.o .libs/rfc2045_fromfd.o .libs/rfc2045find.o .libs/rfc2045mkboundary.o .libs/rfc2045rewrite.o .libs/rfc2045tryboundary.o .libs/rfc2045xdump.o .libs/rfc2045searchcontenttype.o .libs/rfc2045decodemimesection.o .libs/rfc2045decodemimesectionu.o .libs/rfc2045header.o .libs/rfc2045reply.o .libs/rfc2045decodemsgtoutf8.o .libs/rfc2231.o .libs/rfc2231encode.o .libs/rfc3676parser.o .libs/rfc3676parsercpp.o .libs/rfc6533.o .libs/base64.o libtool: link: ranlib .libs/librfc2045.a /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -Wall -I.. -I./.. -static -L/usr/local/lib -o reformime reformime.o librfc2045.la ../rfc822/libencode.la ../rfc822/librfc822.la ../numlib/libnumlib.la -lcourier-unicode libtool: link: cc -o reformime -O2 -pipe -Wall -I.. -I./.. reformime.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/libencode.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a -L.libs -lidn2 -liconv -lunistring -lcourier-unicode -Wl,-rpath-link,/usr/local/lib strtimet.c(strtimet.o:(libmail_str_time_t) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a): warning: strcpy() is almost always misused, please use strlcpy() rfc2045mkboundary.c(rfc2045mkboundary.o:(rfc2045_mk_boundary) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a): warning: sprintf() is often misused, please use snprintf() reformime.c(reformime.o:(extract_pipe)): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT makemime.o -MD -MP -MF .deps/makemime.Tpo -c -o makemime.o makemime.c mv -f .deps/makemime.Tpo .deps/makemime.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -Wall -I.. -I./.. -static -L/usr/local/lib -o makemime makemime.o ../rfc822/libencode.la ../rfc822/librfc822.la librfc2045.la ../numlib/libnumlib.la -lcourier-unicode libtool: link: cc -o makemime -O2 -pipe -Wall -I.. -I./.. makemime.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/libencode.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a -L.libs -lidn2 -liconv -lunistring -lcourier-unicode -Wl,-rpath-link,/usr/local/lib rfc2231encode.c(rfc2231encode.o:(rfc2231_attrCreate) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a): warning: strcat() is almost always misused, please use strlcat() rfc2231encode.c(rfc2231encode.o:(rfc2231_attrCreate) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a): warning: strcpy() is almost always misused, please use strlcpy() rfc2231encode.c(rfc2231encode.o:(rfc2231_attrCreate) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a): warning: sprintf() is often misused, please use snprintf() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT headercheck.o -MD -MP -MF .deps/headercheck.Tpo -c -o headercheck.o headercheck.c mv -f .deps/headercheck.Tpo .deps/headercheck.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -Wall -I.. -I./.. -static -L/usr/local/lib -o headercheck headercheck.o librfc2045.la ../rfc822/librfc822.la ../numlib/libnumlib.la -lcourier-unicode libtool: link: cc -o headercheck -O2 -pipe -Wall -I.. -I./.. headercheck.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a -L.libs -lidn2 -liconv -lunistring -lcourier-unicode -Wl,-rpath-link,/usr/local/lib rfc2047u.c(rfc2047u.o:(rfc822_display_addr_str) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a): warning: strcpy() is almost always misused, please use strlcpy() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT testrfc3676parser.o -MD -MP -MF .deps/testrfc3676parser.Tpo -c -o testrfc3676parser.o testrfc3676parser.c mv -f .deps/testrfc3676parser.Tpo .deps/testrfc3676parser.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -Wall -I.. -I./.. -L/usr/local/lib -o testrfc3676parser testrfc3676parser.o librfc2045.la -lcourier-unicode libtool: link: cc -o testrfc3676parser -O2 -pipe -Wall -I.. -I./.. testrfc3676parser.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a -L.libs -lcourier-unicode -liconv -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I.. -I./.. -MT testrfc6533parser.o -MD -MP -MF .deps/testrfc6533parser.Tpo -c -o testrfc6533parser.o testrfc6533parser.c mv -f .deps/testrfc6533parser.Tpo .deps/testrfc6533parser.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -Wall -I.. -I./.. -L/usr/local/lib -o testrfc6533parser testrfc6533parser.o librfc2045.la -lcourier-unicode libtool: link: cc -o testrfc6533parser -O2 -pipe -Wall -I.. -I./.. testrfc6533parser.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a -L.libs -lcourier-unicode -liconv -Wl,-rpath-link,/usr/local/lib Making all in libs/gdbmobj /usr/bin/make all-am c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT testgdbm.o -MD -MP -MF .deps/testgdbm.Tpo -c -o testgdbm.o testgdbm.C mv -f .deps/testgdbm.Tpo .deps/testgdbm.Po /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT gdbmobj.lo -MD -MP -MF .deps/gdbmobj.Tpo -c -o gdbmobj.lo gdbmobj.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT gdbmobj.lo -MD -MP -MF .deps/gdbmobj.Tpo -c gdbmobj.c -fPIC -DPIC -o .libs/gdbmobj.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT gdbmobj.lo -MD -MP -MF .deps/gdbmobj.Tpo -c gdbmobj.c -o gdbmobj.o mv -f .deps/gdbmobj.Tpo .deps/gdbmobj.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT gdbmobj2.lo -MD -MP -MF .deps/gdbmobj2.Tpo -c -o gdbmobj2.lo gdbmobj2.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT gdbmobj2.lo -MD -MP -MF .deps/gdbmobj2.Tpo -c gdbmobj2.c -fPIC -DPIC -o .libs/gdbmobj2.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT gdbmobj2.lo -MD -MP -MF .deps/gdbmobj2.Tpo -c gdbmobj2.c -o gdbmobj2.o mv -f .deps/gdbmobj2.Tpo .deps/gdbmobj2.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT gdbmobj3.lo -MD -MP -MF .deps/gdbmobj3.Tpo -c -o gdbmobj3.lo gdbmobj3.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT gdbmobj3.lo -MD -MP -MF .deps/gdbmobj3.Tpo -c gdbmobj3.c -fPIC -DPIC -o .libs/gdbmobj3.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -MT gdbmobj3.lo -MD -MP -MF .deps/gdbmobj3.Tpo -c gdbmobj3.c -o gdbmobj3.o mv -f .deps/gdbmobj3.Tpo .deps/gdbmobj3.Plo /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -L/usr/local/lib -o libgdbmobj.la gdbmobj.lo gdbmobj2.lo gdbmobj3.lo -lgdbm libtool: link: ar cru .libs/libgdbmobj.a .libs/gdbmobj.o .libs/gdbmobj2.o .libs/gdbmobj3.o libtool: link: ranlib .libs/libgdbmobj.a /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -static -L/usr/local/lib -o testgdbm testgdbm.o libgdbmobj.la libtool: link: c++ -o testgdbm -O2 -pipe testgdbm.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/gdbmobj/.libs/libgdbmobj.a -L.libs -lgdbm -lintl -liconv -Wl,-rpath-link,/usr/local/lib Making all in libs/makedat /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I./.. -I.. -I./../.. -I../.. -Wall -O2 -pipe -MT makedatprog.o -MD -MP -MF .deps/makedatprog.Tpo -c -o makedatprog.o makedatprog.c mv -f .deps/makedatprog.Tpo .deps/makedatprog.Po /usr/bin/libtool --tag=CC --mode=link cc -I./.. -I.. -I./../.. -I../.. -Wall -O2 -pipe -static -L/usr/local/lib -o makedatprog makedatprog.o ../../libs/gdbmobj/libgdbmobj.la libtool: link: cc -o makedatprog -I./.. -I.. -I./../.. -I../.. -Wall -O2 -pipe makedatprog.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/gdbmobj/.libs/libgdbmobj.a -L.libs -lgdbm -lintl -liconv -Wl,-rpath-link,/usr/local/lib Making all in libs/maildir echo '#define MAILDIRSHAREDRC "/etc/maildrop/maildirshared"' >maildirsharedrc.h echo '#define MAILDIRFILTERCONFIG "/etc/maildrop/maildirfilterconfig"' >maildirfilterconfig.h echo '#define QUOTAWARNMSG "/etc/maildrop/quotawarnmsg"' >quotawarnmsg.h echo '#define MAILBOT "mailbot"' >mailbot.h echo '#define AUTORESPONSEQUOTA "/etc/maildrop/autoresponsesquota"' >autoresponsequota.h ./config.status --file=deliverquota.html config.status: creating deliverquota.html ./config.status --file=maildirmake.html config.status: creating maildirmake.html ./config.status --file=deliverquota.8 config.status: creating deliverquota.8 ./config.status --file=maildirmake.1 config.status: creating maildirmake.1 ./config.status --file=maildiracl.html config.status: creating maildiracl.html ./config.status --file=maildiracl.1 config.status: creating maildiracl.1 echo "-L/usr/local/lib -Wl,-R/usr/local/lib -lpcre2-8" >libmaildir.deps /usr/bin/make all-am cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT deliverquota.o -MD -MP -MF .deps/deliverquota.Tpo -c -o deliverquota.o deliverquota.c mv -f .deps/deliverquota.Tpo .deps/deliverquota.Po /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT autoresponse.lo -MD -MP -MF .deps/autoresponse.Tpo -c -o autoresponse.lo autoresponse.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT autoresponse.lo -MD -MP -MF .deps/autoresponse.Tpo -c autoresponse.c -fPIC -DPIC -o .libs/autoresponse.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT autoresponse.lo -MD -MP -MF .deps/autoresponse.Tpo -c autoresponse.c -o autoresponse.o mv -f .deps/autoresponse.Tpo .deps/autoresponse.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiraclt.lo -MD -MP -MF .deps/maildiraclt.Tpo -c -o maildiraclt.lo maildiraclt.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiraclt.lo -MD -MP -MF .deps/maildiraclt.Tpo -c maildiraclt.c -fPIC -DPIC -o .libs/maildiraclt.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiraclt.lo -MD -MP -MF .deps/maildiraclt.Tpo -c maildiraclt.c -o maildiraclt.o mv -f .deps/maildiraclt.Tpo .deps/maildiraclt.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircache.lo -MD -MP -MF .deps/maildircache.Tpo -c -o maildircache.lo maildircache.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircache.lo -MD -MP -MF .deps/maildircache.Tpo -c maildircache.c -fPIC -DPIC -o .libs/maildircache.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircache.lo -MD -MP -MF .deps/maildircache.Tpo -c maildircache.c -o maildircache.o mv -f .deps/maildircache.Tpo .deps/maildircache.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircreate.lo -MD -MP -MF .deps/maildircreate.Tpo -c -o maildircreate.lo maildircreate.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircreate.lo -MD -MP -MF .deps/maildircreate.Tpo -c maildircreate.c -fPIC -DPIC -o .libs/maildircreate.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildircreate.lo -MD -MP -MF .deps/maildircreate.Tpo -c maildircreate.c -o maildircreate.o mv -f .deps/maildircreate.Tpo .deps/maildircreate.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilename.lo -MD -MP -MF .deps/maildirfilename.Tpo -c -o maildirfilename.lo maildirfilename.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilename.lo -MD -MP -MF .deps/maildirfilename.Tpo -c maildirfilename.c -fPIC -DPIC -o .libs/maildirfilename.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilename.lo -MD -MP -MF .deps/maildirfilename.Tpo -c maildirfilename.c -o maildirfilename.o mv -f .deps/maildirfilename.Tpo .deps/maildirfilename.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetnew.lo -MD -MP -MF .deps/maildirgetnew.Tpo -c -o maildirgetnew.lo maildirgetnew.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetnew.lo -MD -MP -MF .deps/maildirgetnew.Tpo -c maildirgetnew.c -fPIC -DPIC -o .libs/maildirgetnew.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetnew.lo -MD -MP -MF .deps/maildirgetnew.Tpo -c maildirgetnew.c -o maildirgetnew.o mv -f .deps/maildirgetnew.Tpo .deps/maildirgetnew.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter.lo -MD -MP -MF .deps/maildirfilter.Tpo -c -o maildirfilter.lo maildirfilter.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter.lo -MD -MP -MF .deps/maildirfilter.Tpo -c maildirfilter.c -fPIC -DPIC -o .libs/maildirfilter.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter.lo -MD -MP -MF .deps/maildirfilter.Tpo -c maildirfilter.c -o maildirfilter.o mv -f .deps/maildirfilter.Tpo .deps/maildirfilter.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter2.lo -MD -MP -MF .deps/maildirfilter2.Tpo -c -o maildirfilter2.lo maildirfilter2.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter2.lo -MD -MP -MF .deps/maildirfilter2.Tpo -c maildirfilter2.c -fPIC -DPIC -o .libs/maildirfilter2.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirfilter2.lo -MD -MP -MF .deps/maildirfilter2.Tpo -c maildirfilter2.c -o maildirfilter2.o mv -f .deps/maildirfilter2.Tpo .deps/maildirfilter2.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirflags.lo -MD -MP -MF .deps/maildirflags.Tpo -c -o maildirflags.lo maildirflags.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirflags.lo -MD -MP -MF .deps/maildirflags.Tpo -c maildirflags.c -fPIC -DPIC -o .libs/maildirflags.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirflags.lo -MD -MP -MF .deps/maildirflags.Tpo -c maildirflags.c -o maildirflags.o mv -f .deps/maildirflags.Tpo .deps/maildirflags.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmkdir.lo -MD -MP -MF .deps/maildirmkdir.Tpo -c -o maildirmkdir.lo maildirmkdir.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmkdir.lo -MD -MP -MF .deps/maildirmkdir.Tpo -c maildirmkdir.c -fPIC -DPIC -o .libs/maildirmkdir.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmkdir.lo -MD -MP -MF .deps/maildirmkdir.Tpo -c maildirmkdir.c -o maildirmkdir.o mv -f .deps/maildirmkdir.Tpo .deps/maildirmkdir.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetquota.lo -MD -MP -MF .deps/maildirgetquota.Tpo -c -o maildirgetquota.lo maildirgetquota.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetquota.lo -MD -MP -MF .deps/maildirgetquota.Tpo -c maildirgetquota.c -fPIC -DPIC -o .libs/maildirgetquota.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirgetquota.lo -MD -MP -MF .deps/maildirgetquota.Tpo -c maildirgetquota.c -o maildirgetquota.o mv -f .deps/maildirgetquota.Tpo .deps/maildirgetquota.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirinfo.lo -MD -MP -MF .deps/maildirinfo.Tpo -c -o maildirinfo.lo maildirinfo.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirinfo.lo -MD -MP -MF .deps/maildirinfo.Tpo -c maildirinfo.c -fPIC -DPIC -o .libs/maildirinfo.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirinfo.lo -MD -MP -MF .deps/maildirinfo.Tpo -c maildirinfo.c -o maildirinfo.o mv -f .deps/maildirinfo.Tpo .deps/maildirinfo.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirinfo2.lo -MD -MP -MF .deps/maildirinfo2.Tpo -c -o maildirinfo2.lo maildirinfo2.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirinfo2.lo -MD -MP -MF .deps/maildirinfo2.Tpo -c maildirinfo2.c -fPIC -DPIC -o .libs/maildirinfo2.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirinfo2.lo -MD -MP -MF .deps/maildirinfo2.Tpo -c maildirinfo2.c -o maildirinfo2.o mv -f .deps/maildirinfo2.Tpo .deps/maildirinfo2.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords.lo -MD -MP -MF .deps/maildirkeywords.Tpo -c -o maildirkeywords.lo maildirkeywords.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords.lo -MD -MP -MF .deps/maildirkeywords.Tpo -c maildirkeywords.c -fPIC -DPIC -o .libs/maildirkeywords.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords.lo -MD -MP -MF .deps/maildirkeywords.Tpo -c maildirkeywords.c -o maildirkeywords.o mv -f .deps/maildirkeywords.Tpo .deps/maildirkeywords.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords2.lo -MD -MP -MF .deps/maildirkeywords2.Tpo -c -o maildirkeywords2.lo maildirkeywords2.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords2.lo -MD -MP -MF .deps/maildirkeywords2.Tpo -c maildirkeywords2.c -fPIC -DPIC -o .libs/maildirkeywords2.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords2.lo -MD -MP -MF .deps/maildirkeywords2.Tpo -c maildirkeywords2.c -o maildirkeywords2.o mv -f .deps/maildirkeywords2.Tpo .deps/maildirkeywords2.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords3.lo -MD -MP -MF .deps/maildirkeywords3.Tpo -c -o maildirkeywords3.lo maildirkeywords3.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords3.lo -MD -MP -MF .deps/maildirkeywords3.Tpo -c maildirkeywords3.c -fPIC -DPIC -o .libs/maildirkeywords3.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords3.lo -MD -MP -MF .deps/maildirkeywords3.Tpo -c maildirkeywords3.c -o maildirkeywords3.o mv -f .deps/maildirkeywords3.Tpo .deps/maildirkeywords3.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords4.lo -MD -MP -MF .deps/maildirkeywords4.Tpo -c -o maildirkeywords4.lo maildirkeywords4.cpp c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords4.lo -MD -MP -MF .deps/maildirkeywords4.Tpo -c maildirkeywords4.cpp -fPIC -DPIC -o .libs/maildirkeywords4.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkeywords4.lo -MD -MP -MF .deps/maildirkeywords4.Tpo -c maildirkeywords4.cpp -o maildirkeywords4.o mv -f .deps/maildirkeywords4.Tpo .deps/maildirkeywords4.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlist.lo -MD -MP -MF .deps/maildirlist.Tpo -c -o maildirlist.lo maildirlist.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlist.lo -MD -MP -MF .deps/maildirlist.Tpo -c maildirlist.c -fPIC -DPIC -o .libs/maildirlist.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlist.lo -MD -MP -MF .deps/maildirlist.Tpo -c maildirlist.c -o maildirlist.o mv -f .deps/maildirlist.Tpo .deps/maildirlist.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlock.lo -MD -MP -MF .deps/maildirlock.Tpo -c -o maildirlock.lo maildirlock.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlock.lo -MD -MP -MF .deps/maildirlock.Tpo -c maildirlock.c -fPIC -DPIC -o .libs/maildirlock.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirlock.lo -MD -MP -MF .deps/maildirlock.Tpo -c maildirlock.c -o maildirlock.o mv -f .deps/maildirlock.Tpo .deps/maildirlock.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmake2.lo -MD -MP -MF .deps/maildirmake2.Tpo -c -o maildirmake2.lo maildirmake2.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmake2.lo -MD -MP -MF .deps/maildirmake2.Tpo -c maildirmake2.c -fPIC -DPIC -o .libs/maildirmake2.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmake2.lo -MD -MP -MF .deps/maildirmake2.Tpo -c maildirmake2.c -o maildirmake2.o mv -f .deps/maildirmake2.Tpo .deps/maildirmake2.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared.lo -MD -MP -MF .deps/maildirnewshared.Tpo -c -o maildirnewshared.lo maildirnewshared.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared.lo -MD -MP -MF .deps/maildirnewshared.Tpo -c maildirnewshared.c -fPIC -DPIC -o .libs/maildirnewshared.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared.lo -MD -MP -MF .deps/maildirnewshared.Tpo -c maildirnewshared.c -o maildirnewshared.o mv -f .deps/maildirnewshared.Tpo .deps/maildirnewshared.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared2.lo -MD -MP -MF .deps/maildirnewshared2.Tpo -c -o maildirnewshared2.lo maildirnewshared2.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared2.lo -MD -MP -MF .deps/maildirnewshared2.Tpo -c maildirnewshared2.c -fPIC -DPIC -o .libs/maildirnewshared2.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirnewshared2.lo -MD -MP -MF .deps/maildirnewshared2.Tpo -c maildirnewshared2.c -o maildirnewshared2.o mv -f .deps/maildirnewshared2.Tpo .deps/maildirnewshared2.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiropen.lo -MD -MP -MF .deps/maildiropen.Tpo -c -o maildiropen.lo maildiropen.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiropen.lo -MD -MP -MF .deps/maildiropen.Tpo -c maildiropen.c -fPIC -DPIC -o .libs/maildiropen.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiropen.lo -MD -MP -MF .deps/maildiropen.Tpo -c maildiropen.c -o maildiropen.o mv -f .deps/maildiropen.Tpo .deps/maildiropen.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirparsequota.lo -MD -MP -MF .deps/maildirparsequota.Tpo -c -o maildirparsequota.lo maildirparsequota.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirparsequota.lo -MD -MP -MF .deps/maildirparsequota.Tpo -c maildirparsequota.c -fPIC -DPIC -o .libs/maildirparsequota.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirparsequota.lo -MD -MP -MF .deps/maildirparsequota.Tpo -c maildirparsequota.c -o maildirparsequota.o mv -f .deps/maildirparsequota.Tpo .deps/maildirparsequota.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpath.lo -MD -MP -MF .deps/maildirpath.Tpo -c -o maildirpath.lo maildirpath.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpath.lo -MD -MP -MF .deps/maildirpath.Tpo -c maildirpath.c -fPIC -DPIC -o .libs/maildirpath.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpath.lo -MD -MP -MF .deps/maildirpath.Tpo -c maildirpath.c -o maildirpath.o mv -f .deps/maildirpath.Tpo .deps/maildirpath.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpurgetmp.lo -MD -MP -MF .deps/maildirpurgetmp.Tpo -c -o maildirpurgetmp.lo maildirpurgetmp.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpurgetmp.lo -MD -MP -MF .deps/maildirpurgetmp.Tpo -c maildirpurgetmp.c -fPIC -DPIC -o .libs/maildirpurgetmp.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirpurgetmp.lo -MD -MP -MF .deps/maildirpurgetmp.Tpo -c maildirpurgetmp.c -o maildirpurgetmp.o mv -f .deps/maildirpurgetmp.Tpo .deps/maildirpurgetmp.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrename.lo -MD -MP -MF .deps/maildirrename.Tpo -c -o maildirrename.lo maildirrename.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrename.lo -MD -MP -MF .deps/maildirrename.Tpo -c maildirrename.c -fPIC -DPIC -o .libs/maildirrename.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrename.lo -MD -MP -MF .deps/maildirrename.Tpo -c maildirrename.c -o maildirrename.o mv -f .deps/maildirrename.Tpo .deps/maildirrename.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearch.lo -MD -MP -MF .deps/maildirsearch.Tpo -c -o maildirsearch.lo maildirsearch.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearch.lo -MD -MP -MF .deps/maildirsearch.Tpo -c maildirsearch.c -fPIC -DPIC -o .libs/maildirsearch.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearch.lo -MD -MP -MF .deps/maildirsearch.Tpo -c maildirsearch.c -o maildirsearch.o mv -f .deps/maildirsearch.Tpo .deps/maildirsearch.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearchC.lo -MD -MP -MF .deps/maildirsearchC.Tpo -c -o maildirsearchC.lo maildirsearchC.cpp c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearchC.lo -MD -MP -MF .deps/maildirsearchC.Tpo -c maildirsearchC.cpp -fPIC -DPIC -o .libs/maildirsearchC.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirsearchC.lo -MD -MP -MF .deps/maildirsearchC.Tpo -c maildirsearchC.cpp -o maildirsearchC.o mv -f .deps/maildirsearchC.Tpo .deps/maildirsearchC.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared.lo -MD -MP -MF .deps/maildirshared.Tpo -c -o maildirshared.lo maildirshared.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared.lo -MD -MP -MF .deps/maildirshared.Tpo -c maildirshared.c -fPIC -DPIC -o .libs/maildirshared.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared.lo -MD -MP -MF .deps/maildirshared.Tpo -c maildirshared.c -o maildirshared.o mv -f .deps/maildirshared.Tpo .deps/maildirshared.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared2.lo -MD -MP -MF .deps/maildirshared2.Tpo -c -o maildirshared2.lo maildirshared2.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared2.lo -MD -MP -MF .deps/maildirshared2.Tpo -c maildirshared2.c -fPIC -DPIC -o .libs/maildirshared2.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirshared2.lo -MD -MP -MF .deps/maildirshared2.Tpo -c maildirshared2.c -o maildirshared2.o mv -f .deps/maildirshared2.Tpo .deps/maildirshared2.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirdelfolder.lo -MD -MP -MF .deps/maildirdelfolder.Tpo -c -o maildirdelfolder.lo maildirdelfolder.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirdelfolder.lo -MD -MP -MF .deps/maildirdelfolder.Tpo -c maildirdelfolder.c -fPIC -DPIC -o .libs/maildirdelfolder.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirdelfolder.lo -MD -MP -MF .deps/maildirdelfolder.Tpo -c maildirdelfolder.c -o maildirdelfolder.o mv -f .deps/maildirdelfolder.Tpo .deps/maildirdelfolder.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirquota.lo -MD -MP -MF .deps/maildirquota.Tpo -c -o maildirquota.lo maildirquota.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirquota.lo -MD -MP -MF .deps/maildirquota.Tpo -c maildirquota.c -fPIC -DPIC -o .libs/maildirquota.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirquota.lo -MD -MP -MF .deps/maildirquota.Tpo -c maildirquota.c -o maildirquota.o mv -f .deps/maildirquota.Tpo .deps/maildirquota.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrequota.lo -MD -MP -MF .deps/maildirrequota.Tpo -c -o maildirrequota.lo maildirrequota.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrequota.lo -MD -MP -MF .deps/maildirrequota.Tpo -c maildirrequota.c -fPIC -DPIC -o .libs/maildirrequota.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirrequota.lo -MD -MP -MF .deps/maildirrequota.Tpo -c maildirrequota.c -o maildirrequota.o mv -f .deps/maildirrequota.Tpo .deps/maildirrequota.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirwatch.lo -MD -MP -MF .deps/maildirwatch.Tpo -c -o maildirwatch.lo maildirwatch.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirwatch.lo -MD -MP -MF .deps/maildirwatch.Tpo -c maildirwatch.c -fPIC -DPIC -o .libs/maildirwatch.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirwatch.lo -MD -MP -MF .deps/maildirwatch.Tpo -c maildirwatch.c -o maildirwatch.o mv -f .deps/maildirwatch.Tpo .deps/maildirwatch.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT loginexec.lo -MD -MP -MF .deps/loginexec.Tpo -c -o loginexec.lo loginexec.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT loginexec.lo -MD -MP -MF .deps/loginexec.Tpo -c loginexec.c -fPIC -DPIC -o .libs/loginexec.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT loginexec.lo -MD -MP -MF .deps/loginexec.Tpo -c loginexec.c -o loginexec.o mv -f .deps/loginexec.Tpo .deps/loginexec.Plo /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -L/usr/local/lib -o libmaildir.la autoresponse.lo maildiraclt.lo maildircache.lo maildircreate.lo maildirfilename.lo maildirgetnew.lo maildirfilter.lo maildirfilter2.lo maildirflags.lo maildirmkdir.lo maildirgetquota.lo maildirinfo.lo maildirinfo2.lo maildirkeywords.lo maildirkeywords2.lo maildirkeywords3.lo maildirkeywords4.lo maildirlist.lo maildirlock.lo maildirmake2.lo maildirnewshared.lo maildirnewshared2.lo maildiropen.lo maildirparsequota.lo maildirpath.lo maildirpurgetmp.lo maildirrename.lo maildirsearch.lo maildirsearchC.lo maildirshared.lo maildirshared2.lo maildirdelfolder.lo maildirquota.lo maildirrequota.lo maildirwatch.lo loginexec.lo libtool: link: ar cru .libs/libmaildir.a .libs/autoresponse.o .libs/maildiraclt.o .libs/maildircache.o .libs/maildircreate.o .libs/maildirfilename.o .libs/maildirgetnew.o .libs/maildirfilter.o .libs/maildirfilter2.o .libs/maildirflags.o .libs/maildirmkdir.o .libs/maildirgetquota.o .libs/maildirinfo.o .libs/maildirinfo2.o .libs/maildirkeywords.o .libs/maildirkeywords2.o .libs/maildirkeywords3.o .libs/maildirkeywords4.o .libs/maildirlist.o .libs/maildirlock.o .libs/maildirmake2.o .libs/maildirnewshared.o .libs/maildirnewshared2.o .libs/maildiropen.o .libs/maildirparsequota.o .libs/maildirpath.o .libs/maildirpurgetmp.o .libs/maildirrename.o .libs/maildirsearch.o .libs/maildirsearchC.o .libs/maildirshared.o .libs/maildirshared2.o .libs/maildirdelfolder.o .libs/maildirquota.o .libs/maildirrequota.o .libs/maildirwatch.o .libs/loginexec.o libtool: link: ranlib .libs/libmaildir.a /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -static -L/usr/local/lib -o deliverquota deliverquota.o libmaildir.la ../rfc822/librfc822.la ../numlib/libnumlib.la libtool: link: cc -o deliverquota -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. deliverquota.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a -L.libs -lidn2 -liconv -lunistring -Wl,-rpath-link,/usr/local/lib maildirmkdir.c(maildirmkdir.o:(maildir_mkdir) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcpy() is almost always misused, please use strlcpy() deliverquota.c(deliverquota.o:(deliver)): warning: sprintf() is often misused, please use snprintf() maildircreate.c(maildircreate.o:(maildir_tmpcreate_fd_do) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirmake.o -MD -MP -MF .deps/maildirmake.Tpo -c -o maildirmake.o maildirmake.c mv -f .deps/maildirmake.Tpo .deps/maildirmake.Po /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -static -L/usr/local/lib -o maildirmake maildirmake.o libmaildir.la ../numlib/libnumlib.la ../rfc822/librfc822.la -lcourier-unicode -L/usr/local/lib -Wl,-R/usr/local/lib -lpcre2-8 libtool: link: cc -o maildirmake -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -Wl,-R/usr/local/lib maildirmake.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a -L.libs -lidn2 -liconv -lunistring -lcourier-unicode -lpcre2-8 -Wl,-rpath-link,/usr/local/lib rfc822_mkdate.c(rfc822_mkdate.o:(rfc822_mkdate_buf) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a): warning: sprintf() is often misused, please use snprintf() strtimet.c(strtimet.o:(libmail_str_time_t) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a): warning: strcpy() is almost always misused, please use strlcpy() maildirpath.c(maildirpath.o:(maildir_name2dir) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT testmaildirfilter.o -MD -MP -MF .deps/testmaildirfilter.Tpo -c -o testmaildirfilter.o testmaildirfilter.c mv -f .deps/testmaildirfilter.Tpo .deps/testmaildirfilter.Po /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -static -L/usr/local/lib -o testmaildirfilter testmaildirfilter.o libmaildir.la ../numlib/libnumlib.la -lcourier-unicode -L/usr/local/lib -Wl,-R/usr/local/lib -lpcre2-8 libtool: link: cc -o testmaildirfilter -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -Wl,-R/usr/local/lib testmaildirfilter.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a -L.libs -lcourier-unicode -liconv -lpcre2-8 -Wl,-rpath-link,/usr/local/lib strsizet.c(strsizet.o:(libmail_str_size_t) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a): warning: strcpy() is almost always misused, please use strlcpy() maildirpath.c(maildirpath.o:(maildir_name2dir) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkwtest.o -MD -MP -MF .deps/maildirkwtest.Tpo -c -o maildirkwtest.o maildirkwtest.c mv -f .deps/maildirkwtest.Tpo .deps/maildirkwtest.Po /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -static -L/usr/local/lib -o maildirkwtest maildirkwtest.o libmaildir.la libtool: link: cc -o maildirkwtest -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. maildirkwtest.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a maildirkeywords.c(maildirkeywords.o:(libmail_kweFind) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcpy() is almost always misused, please use strlcpy() c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkw.o -MD -MP -MF .deps/maildirkw.Tpo -c -o maildirkw.o maildirkw.C mv -f .deps/maildirkw.Tpo .deps/maildirkw.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirkwtest2.o -MD -MP -MF .deps/maildirkwtest2.Tpo -c -o maildirkwtest2.o maildirkwtest2.c mv -f .deps/maildirkwtest2.Tpo .deps/maildirkwtest2.Po /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -static -L/usr/local/lib -o maildirkwtest2 maildirkw.o maildirkwtest2.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la libtool: link: c++ -o maildirkwtest2 -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. maildirkw.o maildirkwtest2.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a strtimet.c(strtimet.o:(libmail_str_time_t) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a): warning: strcpy() is almost always misused, please use strlcpy() maildircreate.c(maildircreate.o:(maildir_tmpcreate_fd_do) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcat() is almost always misused, please use strlcat() maildirkwtest2.c(maildirkwtest2.o:(maildir_kwRead)): warning: sprintf() is often misused, please use snprintf() /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -static -L/usr/local/lib -o maildirkw maildirkw.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la libtool: link: c++ -o maildirkw -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. maildirkw.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a maildirkeywords.c(maildirkeywords.o:(libmail_kweFind) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcpy() is almost always misused, please use strlcpy() maildirwatch.c(maildirwatch.o:(maildirwatch_alloc) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcat() is almost always misused, please use strlcat() maildirkeywords2.c(maildirkeywords2.o:(maildir_kwRead) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: sprintf() is often misused, please use snprintf() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildiracl.o -MD -MP -MF .deps/maildiracl.Tpo -c -o maildiracl.o maildiracl.c mv -f .deps/maildiracl.Tpo .deps/maildiracl.Po /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -static -L/usr/local/lib -o maildiracl maildiracl.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la libtool: link: cc -o maildiracl -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. maildiracl.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a strtimet.c(strtimet.o:(libmail_str_time_t) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a): warning: strcpy() is almost always misused, please use strlcpy() maildiropen.c(maildiropen.o:(maildir_semisafeopen) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcat() is almost always misused, please use strlcat() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT testmaildiraclt.o -MD -MP -MF .deps/testmaildiraclt.Tpo -c -o testmaildiraclt.o testmaildiraclt.c mv -f .deps/testmaildiraclt.Tpo .deps/testmaildiraclt.Po /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -static -L/usr/local/lib -o maildiraclttest testmaildiraclt.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la libtool: link: cc -o maildiraclttest -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. testmaildiraclt.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a maildircreate.c(maildircreate.o:(maildir_tmpcreate_fd_do) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcpy() is almost always misused, please use strlcpy() maildircreate.c(maildircreate.o:(maildir_tmpcreate_fd_do) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcat() is almost always misused, please use strlcat() testmaildiraclt.c(testmaildiraclt.o:(main)): warning: sprintf() is often misused, please use snprintf() cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT testmaildirsearch.o -MD -MP -MF .deps/testmaildirsearch.Tpo -c -o testmaildirsearch.o testmaildirsearch.c mv -f .deps/testmaildirsearch.Tpo .deps/testmaildirsearch.Po /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -L/usr/local/lib -o testmaildirsearch testmaildirsearch.o libmaildir.la -lcourier-unicode libtool: link: cc -o testmaildirsearch -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. testmaildirsearch.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a -L.libs -lcourier-unicode -liconv -Wl,-rpath-link,/usr/local/lib cc -DHAVE_CONFIG_H -I. -I/usr/local/include -O2 -pipe -I/usr/local/include -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -MT maildirwatchprog.o -MD -MP -MF .deps/maildirwatchprog.Tpo -c -o maildirwatchprog.o maildirwatchprog.c mv -f .deps/maildirwatchprog.Tpo .deps/maildirwatchprog.Po /usr/bin/libtool --tag=CC --mode=link cc -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. -static -L/usr/local/lib -o maildirwatch maildirwatchprog.o libmaildir.la ../liblock/liblock.la ../numlib/libnumlib.la libtool: link: cc -o maildirwatch -I/usr/local/include -O2 -pipe -Wall -I./.. -I.. -I./../.. -I../.. maildirwatchprog.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a maildirwatch.c(maildirwatch.o:(maildirwatch_alloc) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcpy() is almost always misused, please use strlcpy() maildirwatch.c(maildirwatch.o:(maildirwatch_alloc) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a): warning: strcat() is almost always misused, please use strlcat() Making all in libs/maildrop /usr/bin/make all-am c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT deliver.o -MD -MP -MF .deps/deliver.Tpo -c -o deliver.o deliver.C deliver.C:105:11: warning: exception of type 'char *' will be caught by earlier handler [-Wexceptions] catch (char *p) ^ deliver.C:97:17: note: for type 'const char *' catch (const char *p) ^ 1 warning generated. mv -f .deps/deliver.Tpo .deps/deliver.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT deliverdotlock.o -MD -MP -MF .deps/deliverdotlock.Tpo -c -o deliverdotlock.o deliverdotlock.C mv -f .deps/deliverdotlock.Tpo .deps/deliverdotlock.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT dotlockmaildrop.o -MD -MP -MF .deps/dotlockmaildrop.Tpo -c -o dotlockmaildrop.o dotlockmaildrop.C mv -f .deps/dotlockmaildrop.Tpo .deps/dotlockmaildrop.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT filelock.o -MD -MP -MF .deps/filelock.Tpo -c -o filelock.o filelock.C mv -f .deps/filelock.Tpo .deps/filelock.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT filter.o -MD -MP -MF .deps/filter.Tpo -c -o filter.o filter.C filter.C:107:10: warning: exception of type 'char *' will be caught by earlier handler [-Wexceptions] catch (char *p) ^ filter.C:99:16: note: for type 'const char *' catch (const char *p) ^ filter.C:307:10: warning: exception of type 'char *' will be caught by earlier handler [-Wexceptions] catch (char *p) ^ filter.C:299:16: note: for type 'const char *' catch (const char *p) ^ 2 warnings generated. mv -f .deps/filter.Tpo .deps/filter.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT formatmbox.o -MD -MP -MF .deps/formatmbox.Tpo -c -o formatmbox.o formatmbox.C mv -f .deps/formatmbox.Tpo .deps/formatmbox.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT lexer.o -MD -MP -MF .deps/lexer.Tpo -c -o lexer.o lexer.C mv -f .deps/lexer.Tpo .deps/lexer.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o log.C mv -f .deps/log.Tpo .deps/log.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT maildir.o -MD -MP -MF .deps/maildir.Tpo -c -o maildir.o maildir.C mv -f .deps/maildir.Tpo .deps/maildir.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.C main.C:1069:21: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] msg += DEFAULTEXT+1; ~~~~~~~~~~^~ main.C:1069:21: note: use array indexing to silence this warning msg += DEFAULTEXT+1; ^ & [ ] main.C:1114:4: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation] r.ExecuteRecipe(); ^ main.C:1110:3: note: previous statement is here if (r.ParseRecipe(in) < 0) ^ 2 warnings generated. mv -f .deps/main.Tpo .deps/main.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT message.o -MD -MP -MF .deps/message.Tpo -c -o message.o message.C mv -f .deps/message.Tpo .deps/message.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT messageinfo.o -MD -MP -MF .deps/messageinfo.Tpo -c -o messageinfo.o messageinfo.C mv -f .deps/messageinfo.Tpo .deps/messageinfo.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT pipefds.o -MD -MP -MF .deps/pipefds.Tpo -c -o pipefds.o pipefds.C mv -f .deps/pipefds.Tpo .deps/pipefds.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT recipe.o -MD -MP -MF .deps/recipe.Tpo -c -o recipe.o recipe.C mv -f .deps/recipe.Tpo .deps/recipe.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT recipenode.o -MD -MP -MF .deps/recipenode.Tpo -c -o recipenode.o recipenode.C recipenode.C:635:10: warning: exception of type 'char *' will be caught by earlier handler [-Wexceptions] catch (char *p) ^ recipenode.C:623:16: note: for type 'const char *' catch (const char *p) ^ 1 warning generated. mv -f .deps/recipenode.Tpo .deps/recipenode.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT recipeparse.o -MD -MP -MF .deps/recipeparse.Tpo -c -o recipeparse.o recipeparse.C recipeparse.C:22:9: warning: exception of type 'char *' will be caught by earlier handler [-Wexceptions] catch (char *p) ^ recipeparse.C:16:15: note: for type 'const char *' catch (const char *p) ^ 1 warning generated. mv -f .deps/recipeparse.Tpo .deps/recipeparse.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT reeval.o -MD -MP -MF .deps/reeval.Tpo -c -o reeval.o reeval.C mv -f .deps/reeval.Tpo .deps/reeval.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT rematch.o -MD -MP -MF .deps/rematch.Tpo -c -o rematch.o rematch.C mv -f .deps/rematch.Tpo .deps/rematch.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT rematchmsg.o -MD -MP -MF .deps/rematchmsg.Tpo -c -o rematchmsg.o rematchmsg.C mv -f .deps/rematchmsg.Tpo .deps/rematchmsg.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT rematchstr.o -MD -MP -MF .deps/rematchstr.Tpo -c -o rematchstr.o rematchstr.C mv -f .deps/rematchstr.Tpo .deps/rematchstr.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT search.o -MD -MP -MF .deps/search.Tpo -c -o search.o search.C mv -f .deps/search.Tpo .deps/search.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT token.o -MD -MP -MF .deps/token.Tpo -c -o token.o token.C mv -f .deps/token.Tpo .deps/token.Po c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT varlist.o -MD -MP -MF .deps/varlist.Tpo -c -o varlist.o varlist.C mv -f .deps/varlist.Tpo .deps/varlist.Po cc -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I ../.. -I./../.. -Wall -MT dovecotauth.o -MD -MP -MF .deps/dovecotauth.Tpo -c -o dovecotauth.o dovecotauth.c mv -f .deps/dovecotauth.Tpo .deps/dovecotauth.Po /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT alarm.lo -MD -MP -MF .deps/alarm.Tpo -c -o alarm.lo alarm.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT alarm.lo -MD -MP -MF .deps/alarm.Tpo -c alarm.C -fPIC -DPIC -o .libs/alarm.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT alarm.lo -MD -MP -MF .deps/alarm.Tpo -c alarm.C -o alarm.o mv -f .deps/alarm.Tpo .deps/alarm.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT alarmsleep.lo -MD -MP -MF .deps/alarmsleep.Tpo -c -o alarmsleep.lo alarmsleep.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT alarmsleep.lo -MD -MP -MF .deps/alarmsleep.Tpo -c alarmsleep.C -fPIC -DPIC -o .libs/alarmsleep.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT alarmsleep.lo -MD -MP -MF .deps/alarmsleep.Tpo -c alarmsleep.C -o alarmsleep.o mv -f .deps/alarmsleep.Tpo .deps/alarmsleep.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT alarmtimer.lo -MD -MP -MF .deps/alarmtimer.Tpo -c -o alarmtimer.lo alarmtimer.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT alarmtimer.lo -MD -MP -MF .deps/alarmtimer.Tpo -c alarmtimer.C -fPIC -DPIC -o .libs/alarmtimer.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT alarmtimer.lo -MD -MP -MF .deps/alarmtimer.Tpo -c alarmtimer.C -o alarmtimer.o mv -f .deps/alarmtimer.Tpo .deps/alarmtimer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c -o buffer.lo buffer.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.C -fPIC -DPIC -o .libs/buffer.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT buffer.lo -MD -MP -MF .deps/buffer.Tpo -c buffer.C -o buffer.o mv -f .deps/buffer.Tpo .deps/buffer.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT dotlock.lo -MD -MP -MF .deps/dotlock.Tpo -c -o dotlock.lo dotlock.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT dotlock.lo -MD -MP -MF .deps/dotlock.Tpo -c dotlock.C -fPIC -DPIC -o .libs/dotlock.o dotlock.C:103:26: warning: operator '?:' has lower precedence than '-'; '-' will be evaluated first [-Wparentheses] q= TempName( r-lockfile ? lockfile:"", r-lockfile); ~~~~~~~~~~ ^ dotlock.C:103:26: note: place parentheses around the '-' expression to silence this warning q= TempName( r-lockfile ? lockfile:"", r-lockfile); ^ ( ) dotlock.C:103:26: note: place parentheses around the '?:' expression to evaluate it first q= TempName( r-lockfile ? lockfile:"", r-lockfile); ^ ( ) 1 warning generated. c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT dotlock.lo -MD -MP -MF .deps/dotlock.Tpo -c dotlock.C -o dotlock.o dotlock.C:103:26: warning: operator '?:' has lower precedence than '-'; '-' will be evaluated first [-Wparentheses] q= TempName( r-lockfile ? lockfile:"", r-lockfile); ~~~~~~~~~~ ^ dotlock.C:103:26: note: place parentheses around the '-' expression to silence this warning q= TempName( r-lockfile ? lockfile:"", r-lockfile); ^ ( ) dotlock.C:103:26: note: place parentheses around the '?:' expression to evaluate it first q= TempName( r-lockfile ? lockfile:"", r-lockfile); ^ ( ) 1 warning generated. mv -f .deps/dotlock.Tpo .deps/dotlock.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT dotlockrefresh.lo -MD -MP -MF .deps/dotlockrefresh.Tpo -c -o dotlockrefresh.lo dotlockrefresh.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT dotlockrefresh.lo -MD -MP -MF .deps/dotlockrefresh.Tpo -c dotlockrefresh.C -fPIC -DPIC -o .libs/dotlockrefresh.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT dotlockrefresh.lo -MD -MP -MF .deps/dotlockrefresh.Tpo -c dotlockrefresh.C -o dotlockrefresh.o mv -f .deps/dotlockrefresh.Tpo .deps/dotlockrefresh.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT exittrap.lo -MD -MP -MF .deps/exittrap.Tpo -c -o exittrap.lo exittrap.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT exittrap.lo -MD -MP -MF .deps/exittrap.Tpo -c exittrap.C -fPIC -DPIC -o .libs/exittrap.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT exittrap.lo -MD -MP -MF .deps/exittrap.Tpo -c exittrap.C -o exittrap.o mv -f .deps/exittrap.Tpo .deps/exittrap.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT funcs.lo -MD -MP -MF .deps/funcs.Tpo -c -o funcs.lo funcs.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT funcs.lo -MD -MP -MF .deps/funcs.Tpo -c funcs.C -fPIC -DPIC -o .libs/funcs.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT funcs.lo -MD -MP -MF .deps/funcs.Tpo -c funcs.C -o funcs.o mv -f .deps/funcs.Tpo .deps/funcs.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT maildrop.lo -MD -MP -MF .deps/maildrop.Tpo -c -o maildrop.lo maildrop.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT maildrop.lo -MD -MP -MF .deps/maildrop.Tpo -c maildrop.C -fPIC -DPIC -o .libs/maildrop.o maildrop.C:90:9: warning: exception of type 'char *' will be caught by earlier handler [-Wexceptions] catch (char *p) ^ maildrop.C:80:15: note: for type 'const char *' catch (const char *p) ^ 1 warning generated. c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT maildrop.lo -MD -MP -MF .deps/maildrop.Tpo -c maildrop.C -o maildrop.o maildrop.C:90:9: warning: exception of type 'char *' will be caught by earlier handler [-Wexceptions] catch (char *p) ^ maildrop.C:80:15: note: for type 'const char *' catch (const char *p) ^ 1 warning generated. mv -f .deps/maildrop.Tpo .deps/maildrop.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT mio.lo -MD -MP -MF .deps/mio.Tpo -c -o mio.lo mio.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT mio.lo -MD -MP -MF .deps/mio.Tpo -c mio.C -fPIC -DPIC -o .libs/mio.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT mio.lo -MD -MP -MF .deps/mio.Tpo -c mio.C -o mio.o mv -f .deps/mio.Tpo .deps/mio.Plo /usr/bin/libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I ../.. -I./../.. -Wall -MT setgroupid.lo -MD -MP -MF .deps/setgroupid.Tpo -c -o setgroupid.lo setgroupid.c cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I ../.. -I./../.. -Wall -MT setgroupid.lo -MD -MP -MF .deps/setgroupid.Tpo -c setgroupid.c -fPIC -DPIC -o .libs/setgroupid.o cc -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I ../.. -I./../.. -Wall -MT setgroupid.lo -MD -MP -MF .deps/setgroupid.Tpo -c setgroupid.c -o setgroupid.o mv -f .deps/setgroupid.Tpo .deps/setgroupid.Plo /usr/bin/libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT tempfile.lo -MD -MP -MF .deps/tempfile.Tpo -c -o tempfile.lo tempfile.C c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT tempfile.lo -MD -MP -MF .deps/tempfile.Tpo -c tempfile.C -fPIC -DPIC -o .libs/tempfile.o c++ -DHAVE_CONFIG_H -I. -I/usr/local/include -I/usr/local/include -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT tempfile.lo -MD -MP -MF .deps/tempfile.Tpo -c tempfile.C -o tempfile.o mv -f .deps/tempfile.Tpo .deps/tempfile.Plo /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -static -L/usr/local/lib -o libmdcommon.la alarm.lo alarmsleep.lo alarmtimer.lo buffer.lo dotlock.lo dotlockrefresh.lo exittrap.lo funcs.lo maildrop.lo mio.lo setgroupid.lo tempfile.lo ../maildir/libmaildir.la ../rfc2045/librfc2045.la ../rfc822/librfc822.la ../numlib/libnumlib.la ../liblock/liblock.la ../../libs/gdbmobj/libgdbmobj.la -lcourier-unicode libtool: link: ar x /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a libtool: link: ar x /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a libtool: link: ar x /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a libtool: link: ar x /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a libtool: link: ar x /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a libtool: link: ar x /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/gdbmobj/.libs/libgdbmobj.a libtool: link: ar cru .libs/libmdcommon.a ./.libs/libmdcommon.lax/libmaildir.a/autoresponse.o ./.libs/libmdcommon.lax/libmaildir.a/maildiraclt.o ./.libs/libmdcommon.lax/libmaildir.a/maildircache.o ./.libs/libmdcommon.lax/libmaildir.a/maildircreate.o ./.libs/libmdcommon.lax/libmaildir.a/maildirfilename.o ./.libs/libmdcommon.lax/libmaildir.a/maildirgetnew.o ./.libs/libmdcommon.lax/libmaildir.a/maildirfilter.o ./.libs/libmdcommon.lax/libmaildir.a/maildirfilter2.o ./.libs/libmdcommon.lax/libmaildir.a/maildirflags.o ./.libs/libmdcommon.lax/libmaildir.a/maildirmkdir.o ./.libs/libmdcommon.lax/libmaildir.a/maildirgetquota.o ./.libs/libmdcommon.lax/libmaildir.a/maildirinfo.o ./.libs/libmdcommon.lax/libmaildir.a/maildirinfo2.o ./.libs/libmdcommon.lax/libmaildir.a/maildirkeywords.o ./.libs/libmdcommon.lax/libmaildir.a/maildirkeywords2.o ./.libs/libmdcommon.lax/libmaildir.a/maildirkeywords3.o ./.libs/libmdcommon.lax/libmaildir.a/maildirkeywords4.o ./.libs/libmdcommon.lax/libmaildir.a/maildirlist.o ./.libs/libmdcommon.lax/libmaildir.a/maildirlock.o ./.libs/libmdcommon.lax/libmaildir.a/maildirmake2.o ./.libs/libmdcommon.lax/libmaildir.a/maildirnewshared.o ./.libs/libmdcommon.lax/libmaildir.a/maildirnewshared2.o ./.libs/libmdcommon.lax/libmaildir.a/maildiropen.o ./.libs/libmdcommon.lax/libmaildir.a/maildirparsequota.o ./.libs/libmdcommon.lax/libmaildir.a/maildirpath.o ./.libs/libmdcommon.lax/libmaildir.a/maildirpurgetmp.o ./.libs/libmdcommon.lax/libmaildir.a/maildirrename.o ./.libs/libmdcommon.lax/libmaildir.a/maildirsearch.o ./.libs/libmdcommon.lax/libmaildir.a/maildirsearchC.o ./.libs/libmdcommon.lax/libmaildir.a/maildirshared.o ./.libs/libmdcommon.lax/libmaildir.a/maildirshared2.o ./.libs/libmdcommon.lax/libmaildir.a/maildirdelfolder.o ./.libs/libmdcommon.lax/libmaildir.a/maildirquota.o ./.libs/libmdcommon.lax/libmaildir.a/maildirrequota.o ./.libs/libmdcommon.lax/libmaildir.a/maildirwatch.o ./.libs/libmdcommon.lax/libmaildir.a/loginexec.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045acchk.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045acprep.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045appendurl.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045cdecode.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045decode.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045enomem.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045_fromfd.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045find.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045mkboundary.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045rewrite.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045tryboundary.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045xdump.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045searchcontenttype.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045decodemimesection.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045decodemimesectionu.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045header.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045reply.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2045decodemsgtoutf8.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2231.o ./.libs/libmdcommon.lax/librfc2045.a/rfc2231encode.o ./.libs/libmdcommon.lax/librfc2045.a/rfc3676parser.o ./.libs/libmdcommon.lax/librfc2045.a/rfc3676parsercpp.o ./.libs/libmdcommon.lax/librfc2045.a/rfc6533.o ./.libs/libmdcommon.lax/librfc2045.a/base64.o ./.libs/libmdcommon.lax/librfc822.a/rfc822.o ./.libs/libmdcommon.lax/librfc822.a/rfc822hdr.o ./.libs/libmdcommon.lax/librfc822.a/rfc822_getaddr.o ./.libs/libmdcommon.lax/librfc822.a/rfc822_getaddrs.o ./.libs/libmdcommon.lax/librfc822.a/rfc822_mkdate.o ./.libs/libmdcommon.lax/librfc822.a/rfc822_parsedt.o ./.libs/libmdcommon.lax/librfc822.a/rfc2047u.o ./.libs/libmdcommon.lax/librfc822.a/rfc2047.o ./.libs/libmdcommon.lax/librfc822.a/imapsubj.o ./.libs/libmdcommon.lax/librfc822.a/imaprefs.o ./.libs/libmdcommon.lax/librfc822.a/encodeautodetect.o ./.libs/libmdcommon.lax/libnumlib.a/atotimet.o ./.libs/libmdcommon.lax/libnumlib.a/atouidt.o ./.libs/libmdcommon.lax/libnumlib.a/changeuidgid.o ./.libs/libmdcommon.lax/libnumlib.a/strdevt.o ./.libs/libmdcommon.lax/libnumlib.a/strgidt.o ./.libs/libmdcommon.lax/libnumlib.a/strhdevt.o ./.libs/libmdcommon.lax/libnumlib.a/strhinot.o ./.libs/libmdcommon.lax/libnumlib.a/strhpidt.o ./.libs/libmdcommon.lax/libnumlib.a/strhtimet.o ./.libs/libmdcommon.lax/libnumlib.a/strinot.o ./.libs/libmdcommon.lax/libnumlib.a/strofft.o ./.libs/libmdcommon.lax/libnumlib.a/strpidt.o ./.libs/libmdcommon.lax/libnumlib.a/strsize.o ./.libs/libmdcommon.lax/libnumlib.a/strsizet.o ./.libs/libmdcommon.lax/libnumlib.a/strtimet.o ./.libs/libmdcommon.lax/libnumlib.a/struidt.o ./.libs/libmdcommon.lax/liblock.a/lockfcntl.o ./.libs/libmdcommon.lax/liblock.a/lockdaemon.o ./.libs/libmdcommon.lax/liblock.a/mail.o ./.libs/libmdcommon.lax/libgdbmobj.a/gdbmobj.o ./.libs/libmdcommon.lax/libgdbmobj.a/gdbmobj2.o ./.libs/libmdcommon.lax/libgdbmobj.a/gdbmobj3.o .libs/alarm.o .libs/alarmsleep.o .libs/alarmtimer.o .libs/buffer.o .libs/dotlock.o .libs/dotlockrefresh.o .libs/exittrap.o .libs/funcs.o .libs/maildrop.o .libs/mio.o .libs/setgroupid.o .libs/tempfile.o libtool: link: ranlib .libs/libmdcommon.a /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall `pcre2-config --libs8` -L/usr/local/lib -o maildrop deliver.o deliverdotlock.o dotlockmaildrop.o filelock.o filter.o formatmbox.o lexer.o log.o maildir.o main.o message.o messageinfo.o pipefds.o recipe.o recipenode.o recipeparse.o reeval.o rematch.o rematchmsg.o rematchstr.o search.o token.o varlist.o dovecotauth.o libmdcommon.la -L/usr/local/lib/courier-authlib -Wl,-rpath -Wl,/usr/local/lib/courier-authlib -lcourierauth libtool: link: c++ -o maildrop -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -Wl,-R/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib/courier-authlib deliver.o deliverdotlock.o dotlockmaildrop.o filelock.o filter.o formatmbox.o lexer.o log.o maildir.o main.o message.o messageinfo.o pipefds.o recipe.o recipenode.o recipeparse.o reeval.o rematch.o rematchmsg.o rematchstr.o search.o token.o varlist.o dovecotauth.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop/.libs/libmdcommon.a -L.libs -lpcre2-8 -lcourier-unicode -liconv -lunistring -lidn2 -lintl -lgdbm -lcourierauth -Wl,-rpath-link,/usr/local/lib maildircreate.c(maildircreate.o:(maildir_tmpcreate_fd_do) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop/.libs/libmdcommon.a): warning: strcpy() is almost always misused, please use strlcpy() maildircreate.c(maildircreate.o:(maildir_tmpcreate_fd_do) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop/.libs/libmdcommon.a): warning: strcat() is almost always misused, please use strlcat() buffer.C(buffer.o:(add_number(std::__1::basic_string, std::__1::allocator>&, double)) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop/.libs/libmdcommon.a): warning: sprintf() is often misused, please use snprintf() c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT reformail.o -MD -MP -MF .deps/reformail.Tpo -c -o reformail.o reformail.C mv -f .deps/reformail.Tpo .deps/reformail.Po /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -L/usr/local/lib -o reformail reformail.o libmdcommon.la libtool: link: c++ -o reformail -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall reformail.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop/.libs/libmdcommon.a -L.libs -lcourier-unicode -liconv -lunistring -lidn2 -lintl -lgdbm -Wl,-rpath-link,/usr/local/lib rfc2047u.c(rfc2047u.o:(rfc822_display_addr_str) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop/.libs/libmdcommon.a): warning: strcpy() is almost always misused, please use strlcpy() cc -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I ../.. -I./../.. -Wall -MT mailbot.o -MD -MP -MF .deps/mailbot.Tpo -c -o mailbot.o mailbot.c mv -f .deps/mailbot.Tpo .deps/mailbot.Po /usr/bin/libtool --tag=CC --mode=link cc -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I ../.. -I./../.. -Wall -static -L/usr/local/lib -o mailbot mailbot.o ../rfc2045/librfc2045.la ../maildir/libmaildir.la ../rfc822/librfc822.la ../liblock/liblock.la ../numlib/libnumlib.la ../../libs/gdbmobj/libgdbmobj.la -lcourier-unicode libtool: link: cc -o mailbot -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I ../.. -I./../.. -Wall mailbot.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/.libs/libmaildir.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc822/.libs/librfc822.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/liblock/.libs/liblock.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/numlib/.libs/libnumlib.a /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/gdbmobj/.libs/libgdbmobj.a -L.libs -lidn2 -liconv -lunistring -lgdbm -lintl -lcourier-unicode -Wl,-rpath-link,/usr/local/lib mailbot.c(mailbot.o:(find_draft)): warning: strcpy() is almost always misused, please use strlcpy() mailbot.c(mailbot.o:(find_draft)): warning: strcat() is almost always misused, please use strlcat() rfc2045mkboundary.c(rfc2045mkboundary.o:(rfc2045_mk_boundary) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/rfc2045/.libs/librfc2045.a): warning: sprintf() is often misused, please use snprintf() c++ -DHAVE_CONFIG_H -I. -I/usr/local/include `pcre2-config --cflags` -O2 -pipe -I/usr/local/include -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -MT testtimer.o -MD -MP -MF .deps/testtimer.Tpo -c -o testtimer.o testtimer.C mv -f .deps/testtimer.Tpo .deps/testtimer.Po /usr/bin/libtool --tag=CXX --mode=link c++ -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall -L/usr/local/lib -o testtimer testtimer.o libmdcommon.la libtool: link: c++ -o testtimer -O2 -pipe -I./../rfc822 -I./../rfc2045 -I.. -I./.. -I../.. -I./../.. -Wall testtimer.o /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop/.libs/libmdcommon.a -L.libs -lcourier-unicode -liconv -lunistring -lidn2 -lintl -lgdbm -Wl,-rpath-link,/usr/local/lib rfc2047u.c(rfc2047u.o:(rfc822_display_addr_str) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop/.libs/libmdcommon.a): warning: strcpy() is almost always misused, please use strlcpy() buffer.C(buffer.o:(add_number(std::__1::basic_string, std::__1::allocator>&, double)) in archive /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildrop/.libs/libmdcommon.a): warning: sprintf() is often misused, please use snprintf() ./config.status --file=maildrop.html config.status: creating maildrop.html ./config.status --file=maildrop.1 config.status: creating maildrop.1 ./config.status --file=maildropfilter.html config.status: creating maildropfilter.html ./config.status --file=maildropfilter.7 config.status: creating maildropfilter.7 cp -f ./libs/maildir/maildirquota.7 maildirquota.7 cp -f libs/maildir/deliverquota.8 deliverquota.8 cp -f ./libs/liblock/lockmail.1 lockmail.1 cp -f libs/maildir/maildirmake.1 . cp -f libs/maildrop/maildrop.1 maildrop.1 cp -f ./libs/maildrop/mailbot.1 mailbot.1 cp -f ./libs/maildrop/maildropex.7 maildropex.7 cp -f ./libs/maildir/maildirkw.1 . cp -f ./libs/maildir/maildirwatch.1 . cp -f ./libs/maildir/maildir.5 maildir.5 cp -f libs/maildrop/maildropfilter.7 maildropfilter.7 cp -f ./libs/maildrop/maildropgdbm.7 maildropgdbm.7 cp -f ./libs/rfc2045/makemime.1 makemime.1 cp -f ./libs/maildrop/reformail.1 reformail.1 cp -f ./libs/rfc2045/reformime.1 reformime.1 cp -f ./libs/maildrop/makedat.1 makedat.1 cp -f ./libs/maildir/maildirquota.html maildirquota.html cp -f libs/maildir/deliverquota.html deliverquota.html cp -f ./libs/liblock/lockmail.html lockmail.html cp -f libs/maildir/maildiracl.html maildiracl.html cp -f ./libs/maildir/maildirkw.html maildirkw.html cp -f ./libs/maildir/maildirwatch.html maildirwatch.html cp -f libs/maildir/maildirmake.html maildirmake.html cp -f ./libs/maildrop/maildropex.html maildropex.html cp -f ./libs/maildir/maildir.html maildir.html cp -f libs/maildrop/maildropfilter.html maildropfilter.html cp -f ./libs/maildrop/maildropgdbm.html maildropgdbm.html cp -f libs/maildrop/maildrop.html maildrop.html cp -f ./libs/maildrop/mailbot.html mailbot.html cp -f ./libs/rfc2045/makemime.html makemime.html cp -f ./libs/maildrop/reformail.html reformail.html cp -f ./libs/rfc2045/reformime.html reformime.html cp -f ./libs/maildrop/makedat.html makedat.html cp -f ./libs/rfc822/rfc822.html . cp -f ./libs/rfc2045/rfc2045.html . >>> Running fake in mail/maildrop,-main at 1711614580.68 ===> mail/maildrop,-main ===> Faking installation for maildrop-3.1.5 Making install in libs/numlib Making install in libs/liblock Making install in libs/rfc822 /usr/bin/make install-am Making install in libs/rfc2045 /usr/bin/make install-am Making install in libs/gdbmobj Making install in libs/makedat Making install in libs/maildir /usr/bin/make install-am Making install in libs/maildrop /usr/bin/make install-am mkdir -p '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/man/man1' /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 lockmail.1 maildirmake.1 maildrop.1 mailbot.1 maildirkw.1 maildirwatch.1 makemime.1 reformail.1 reformime.1 makedat.1 '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/man/man1' mkdir -p '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/man/man3' mkdir -p '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/man/man5' /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 maildir.5 '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/man/man5' mkdir -p '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/man/man7' /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 maildirquota.7 maildropex.7 maildropfilter.7 maildropgdbm.7 '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/man/man7' mkdir -p '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/man/man8' /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 deliverquota.8 '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/man/man8' /bin/sh /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/install-sh -d /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -s -m 755 libs/maildir/deliverquota /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/deliverquota cd /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin; rm -f maildrop.deliverquota /bin/sh /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/install-sh -d /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin for f in maildrop mailbot reformail ; do /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -s -m 755 libs/maildrop/$f /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/$f ; done /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -s -m 755 libs/liblock/lockmail /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/lockmail /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -s -m 755 libs/maildir/maildirmake /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/maildirmake /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -s -m 755 libs/maildir/maildirkw /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/maildirkw /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -s -m 755 libs/maildir/maildirwatch /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/maildirwatch /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -s -m 755 libs/rfc2045/reformime /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/reformime /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -s -m 755 libs/rfc2045/makemime /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/makemime test "01" = "00" && exit 0; /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -s -m 755 libs/makedat/makedatprog /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/makedatprog test "01" = "00" && exit 0; /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 755 libs/makedat/makedat /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin/makedat . libs/maildrop/uidgid ; test -z "$gid" && exit 0; test -w /etc || exit 0; cd /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin && chgrp $gid maildrop lockmail . libs/maildrop/uidgid ; test -z "$uid" && exit 0; test -w /etc || exit 0; cd /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/bin && chown $uid maildrop lockmail && chmod 755 maildrop lockmail mkdir -p '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/html' /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 maildirquota.html deliverquota.html lockmail.html maildiracl.html maildirkw.html maildirwatch.html maildirmake.html maildropex.html maildir.html maildropfilter.html maildropgdbm.html maildrop.html mailbot.html makemime.html reformail.html reformime.html makedat.html rfc822.html rfc2045.html manpage.css '/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/html' /exopi-obj/pobj/maildrop-3.1.5/bin/install -d -m 755 /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/README /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/ /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/INSTALL /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/ /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/UPGRADE /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/ /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/README.postfix /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/ /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/maildroptips.txt /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/ /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/README.sharedfolders.txt /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/ /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/README.maildirquota.txt /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/ /exopi-obj/pobj/maildrop-3.1.5/bin/install -c -m 644 /exopi-obj/pobj/maildrop-3.1.5/maildrop-3.1.5/libs/maildir/quotawarnmsg /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/maildrop/ >>> Running package in mail/maildrop,-main at 1711614583.55 ===> mail/maildrop,-main `/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/.fake_done' is up to date. Installing /exopi-cvs/ports/mail/maildrop/pkg/README-main as /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/pkg-readmes/maildrop ===> Building package for maildrop-3.1.5p0 Create /exopi-cvs/ports/packages/amd64/all/maildrop-3.1.5p0.tgz Creating package maildrop-3.1.5p0 reading plist| checking dependencies| checking dependencies|databases/gdbm checking dependencies|devel/libidn2 checking dependencies|devel/pcre2 checking dependencies|mail/courier-authlib,-main checking dependencies|mail/courier-unicode checksumming| checksumming| | 0% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 8% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|*********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|****** | 10% archiving|******** | 13% archiving|********* | 14% archiving|******************** | 31% archiving|********************* | 32% archiving|********************** | 34% archiving|************************* | 39% archiving|****************************** | 47% archiving|********************************* | 52% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|**************************************** | 63% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************* | 68% archiving|******************************************** | 69% archiving|********************************************* | 70% archiving|********************************************** | 71% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************ | 76% archiving|************************************************* | 77% archiving|************************************************** | 78% archiving|**************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 96% archiving|************************************************************** | 97% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/maildrop-3.1.5p0.tgz `/exopi-obj/pobj/maildrop-3.1.5/fake-amd64/.fake_done' is up to date. Installing /exopi-cvs/ports/mail/maildrop/pkg/README-main as /exopi-obj/pobj/maildrop-3.1.5/fake-amd64/usr/local/share/doc/pkg-readmes/maildrop ===> Building package for courier-utils-3.1.5p0 Create /exopi-cvs/ports/packages/amd64/all/courier-utils-3.1.5p0.tgz Creating package courier-utils-3.1.5p0 reading plist| checking dependencies| checking dependencies|devel/libidn2 checking dependencies|devel/pcre2 checking dependencies|mail/courier-unicode checksumming| checksumming| | 0% checksumming|*** | 4% checksumming|***** | 9% checksumming|******** | 13% checksumming|*********** | 17% checksumming|************* | 22% checksumming|**************** | 26% checksumming|******************* | 30% checksumming|********************* | 35% checksumming|************************ | 39% checksumming|*************************** | 43% checksumming|***************************** | 48% checksumming|******************************** | 52% checksumming|********************************** | 57% checksumming|************************************* | 61% checksumming|**************************************** | 65% checksumming|****************************************** | 70% checksumming|********************************************* | 74% checksumming|************************************************ | 78% checksumming|************************************************** | 83% checksumming|***************************************************** | 87% checksumming|******************************************************** | 91% checksumming|********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|***************** | 27% archiving|************************************************** | 78% archiving|***************************************************** | 82% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/courier-utils-3.1.5p0.tgz >>> Running clean in mail/maildrop,-main at 1711614588.85 ===> mail/maildrop,-main ===> Cleaning for maildrop-3.1.5p0 >>> Ended at 1711614589.07 max_stuck=1.74/depends=6.68/show-prepare-results=1.46/patch=1.12/configure=127.56/build=130.31/fake=2.87/package=5.30/clean=0.25