------------------------------------------------------------------------------- -- Phase: Environment ------------------------------------------------------------------------------- NO_DEPENDS=1 UNAME_r=6.5 UNAME_m=x86_64 UNAME_p=x86_64 UNAME_v=unknown UNAME_s=DragonFly PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin SSL_NO_VERIFY_PEER=1 LANG=C HOME=/root USER=root TERM=dumb SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: showconfig ------------------------------------------------------------------------------- ===> The following configuration options are available for dovecot-coi-2.3.9_2: UNFINISHED=off: Build unfinished modules, currently doveadm-coi and submission-coi ===> Use 'make config' to modify these settings SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ENV ------------------------------------------------------------------------------- PKG_CONFIG=pkgconf XDG_DATA_HOME=/construction/mail/dovecot-coi XDG_CONFIG_HOME=/construction/mail/dovecot-coi XDG_CACHE_HOME=/construction/mail/dovecot-coi/.cache HOME=/construction/mail/dovecot-coi TMPDIR="/tmp" PATH=/construction/mail/dovecot-coi/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/mail/dovecot-coi/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig SHELL=/bin/sh CONFIG_SHELL=/bin/sh CCVER=gcc80 DEFAULT_AUTOCONF=2.71 CONFIG_SITE=/xports/Templates/config.site lt_cv_sys_max_cmd_len=262144 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: CONFIGURE_ARGS ------------------------------------------------------------------------------- --exec-prefix=/usr/local --without-dovecot-install-dirs --with-dovecot="/usr/local/lib/dovecot" --disable-unfinished --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ENV ------------------------------------------------------------------------------- XDG_DATA_HOME=/construction/mail/dovecot-coi XDG_CONFIG_HOME=/construction/mail/dovecot-coi XDG_CACHE_HOME=/construction/mail/dovecot-coi/.cache HOME=/construction/mail/dovecot-coi TMPDIR="/tmp" PATH=/construction/mail/dovecot-coi/.bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin PKG_CONFIG_LIBDIR=/construction/mail/dovecot-coi/.pkgconfig:/usr/local/libdata/pkgconfig:/usr/local/share/pkgconfig:/usr/libdata/pkgconfig MK_DEBUG_FILES=no MK_KERNEL_SYMBOLS=no SHELL=/bin/sh NO_LINT=YES CCVER=gcc80 DEFAULT_AUTOCONF=2.71 PREFIX=/usr/local LOCALBASE=/usr/local NOPROFILE=1 CC="cc" CFLAGS="-pipe -O2 -fno-strict-aliasing " CPP="cpp" CPPFLAGS="" LDFLAGS=" " LIBS="" CXX="c++" CXXFLAGS=" -pipe -O2 -fno-strict-aliasing " MANPREFIX="/usr/local" BSD_INSTALL_PROGRAM="install -s -m 555" BSD_INSTALL_LIB="install -s -m 0644" BSD_INSTALL_SCRIPT="install -m 555" BSD_INSTALL_DATA="install -m 0644" BSD_INSTALL_MAN="install -m 444" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: MAKE_ARGS ------------------------------------------------------------------------------- LD_RUN_PATH="/usr/local/lib/dovecot" DESTDIR=/construction/mail/dovecot-coi/stage SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: PLIST_SUB ------------------------------------------------------------------------------- UNFINISHED="@comment " NO_UNFINISHED="" OSREL=6.5 PREFIX=%D LOCALBASE=/usr/local RESETPREFIX=/usr/local LIB32DIR=lib PROFILE="@comment " DOCSDIR="share/doc/coi" EXAMPLESDIR="share/examples/coi" DATADIR="share/coi" WWWDIR="www/coi" ETCDIR="etc/coi" SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: SUB_LIST ------------------------------------------------------------------------------- UNFINISHED="@comment " NO_UNFINISHED="" PREFIX=/usr/local LOCALBASE=/usr/local DATADIR=/usr/local/share/coi DOCSDIR=/usr/local/share/doc/coi EXAMPLESDIR=/usr/local/share/examples/coi WWWDIR=/usr/local/www/coi ETCDIR=/usr/local/etc/coi SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: /etc/make.conf ------------------------------------------------------------------------------- DPORTS_BUILDER=yes DISABLE_LICENSES=yes DEFAULT_VERSIONS=ssl=openssl FORCE_PACKAGE=yes DEVELOPER=yes DFLY_STING_XFAIL=yes USE_PACKAGE_DEPENDS_ONLY=yes PORTSDIR=/xports PORT_DBDIR=/options PKG_DBDIR=/var/db/pkg PKG_CACHEDIR=/var/cache/pkg PKG_COMPRESSION_FORMAT=.tgz DEVELOPER=1 WITH_CCACHE_BUILD=yes CCACHE_DIR=/ccache UID=0 ARCH=x86_64 OPSYS=DragonFly DFLYVERSION=600503 OSVERSION=9999999 OSREL=6.5 _OSRELEASE=6.5-SYNTH DISTDIR=/distfiles WRKDIRPREFIX=/construction BATCH=yes PACKAGE_BUILDING=yes PKG_CREATE_VERBOSE=yes MAKE_JOBS_NUMBER=13 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/liblz4-1.9.4,1.pkg Installing /packages/All/zstd-1.5.5.pkg Installing /packages/All/openssl-1.1.1u,1.pkg Installing /packages/All/dovecot-2.3.20_1.pkg ===> Creating groups. Creating group 'dovecot' with gid '143'. Creating group 'dovenull' with gid '144'. ===> Creating users Creating user 'dovecot' with uid '143'. Creating user 'dovenull' with uid '144'. ===== Message from dovecot-2.3.20_1: -- You must create the configuration files yourself. Copy them over to /usr/local/etc/dovecot and edit them as desired: cp -R /usr/local/etc/dovecot/example-config/* \ /usr/local/etc/dovecot The default configuration includes IMAP and POP3 services, will authenticate users agains the system's passwd file, and will use the default /var/mail/$USER mbox files. Next, enable dovecot in /etc/rc.conf: dovecot_enable="YES" To avoid a risk of mailbox corruption, do not set the security.bsd.see_other_uids or .see_other_gids sysctls to 0 if Dovecot is storing mail for multiple concurrent users (PR 218392). Similarly, setting sysctls security.bsd.hardlink_check_uid or security.bsd.hardlink_check_gid to 1 might result in non-working mailboxes, depending on what mailbox locking mechanism is used (PR 242223). If you want to be able to search within attachments using the decode2text plugin, you'll need to install textproc/catdoc, and one of graphics/xpdf or graphics/poppler-utils. There are some potentially breaking changes in Dovecot 2.3. If you are upgrading from Dovecot 2.2: * Read https://wiki2.dovecot.org/Upgrading/2.3 * Merge the configuration file changes from /usr/local/etc/dovecot/examples-config/ Installing /packages/All/pkgconf-1.8.1,1.pkg Installing /packages/All/autoconf-switch-20220527.pkg Installing /packages/All/indexinfo-0.3.1.pkg Installing /packages/All/gettext-runtime-0.21.1.pkg Installing /packages/All/m4-1.4.19,1.pkg Installing /packages/All/perl5-5.32.1_3.pkg Installing /packages/All/autoconf-2.71.pkg Installing /packages/All/automake-1.16.5.pkg Installing /packages/All/libtool-2.4.7_1.pkg Installing /packages/All/ccache-3.7.12_4.pkg Create compiler links... create symlink for cc create symlink for cc (world) create symlink for c++ create symlink for c++ (world) create symlink for CC create symlink for CC (world) create symlink for gcc create symlink for gcc (world) create symlink for g++ create symlink for g++ (world) ===== Message from ccache-3.7.12_4: -- NOTE: Please read /usr/local/share/doc/ccache/ccache-howto-freebsd.txt for information on using ccache with FreeBSD ports and src. SUCCEEDED 00:00:12 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> dovecot-coi-2.3.9_2 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> dovecot-coi-2.3.9_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dovecot-coi-2.3.9_2 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> dovecot-coi-2.3.9_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dovecot-coi-2.3.9_2 for building => SHA256 Checksum OK for dovecot-coi-2.3.9_GH0.tar.gz. SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> dovecot-coi-2.3.9_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dovecot-coi-2.3.9_2 for building ===> Extracting for dovecot-coi-2.3.9_2 => SHA256 Checksum OK for dovecot-coi-2.3.9_GH0.tar.gz. Extracted Memory Use: 0.41M SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for dovecot-coi-2.3.9_2 ===> Applying ports patches for dovecot-coi-2.3.9_2 from /xports/mail/dovecot-coi/files SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> dovecot-coi-2.3.9_2 depends on package: dovecot>=2.3.8 - found ===> dovecot-coi-2.3.9_2 depends on package: pkgconf>=1.3.0_1 - found ===> dovecot-coi-2.3.9_2 depends on package: autoconf>=2.71 - found ===> dovecot-coi-2.3.9_2 depends on package: automake>=1.16.5 - found ===> dovecot-coi-2.3.9_2 depends on executable: libtoolize - found ===> dovecot-coi-2.3.9_2 depends on file: /usr/local/bin/ccache - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> dovecot-coi-2.3.9_2 depends on package: dovecot>=2.3.8 - found ===> dovecot-coi-2.3.9_2 depends on package: pkgconf>=1.3.0_1 - found ===> dovecot-coi-2.3.9_2 depends on package: autoconf>=2.71 - found ===> dovecot-coi-2.3.9_2 depends on package: automake>=1.16.5 - found ===> dovecot-coi-2.3.9_2 depends on executable: libtoolize - found ===> dovecot-coi-2.3.9_2 depends on file: /usr/local/bin/ccache - found ===> Configuring for dovecot-coi-2.3.9_2 libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:28: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:28: You should run autoupdate. m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from... configure.ac:28: the top level configure.ac:32: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:32: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... m4/dovecot.m4:335: DC_DOVECOT is expanded from... configure.ac:32: the top level configure.ac:32: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:32: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... m4/dovecot.m4:31: DC_DOVECOT_CFLAGS is expanded from... m4/dovecot.m4:335: DC_DOVECOT is expanded from... configure.ac:32: the top level configure.ac:32: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:32: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... m4/dovecot.m4:31: DC_DOVECOT_CFLAGS is expanded from... m4/dovecot.m4:335: DC_DOVECOT is expanded from... configure.ac:32: the top level configure.ac:27: installing './compile' configure.ac:28: installing './config.guess' configure.ac:28: installing './config.sub' configure.ac:25: installing './install-sh' configure.ac:25: installing './missing' src/doveadm-coi/Makefile.am: installing './depcomp' configure: loading site script /xports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... (cached) /bin/mkdir -p checking for gawk... (cached) /usr/bin/awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '0' is supported by ustar format... yes checking whether GID '0' is supported by ustar format... yes checking how to create a ustar tar archive... (cached) /usr/bin/tar checking whether to enable maintainer-specific portions of Makefiles... no 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... o checking whether the compiler supports GNU C... yes checking whether cc accepts -g... 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 build system type... x86_64-portbld-dragonfly6.5 checking host system type... x86_64-portbld-dragonfly6.5 checking how to print strings... printf 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) 262144 checking how to convert x86_64-portbld-dragonfly6.5 file names to x86_64-portbld-dragonfly6.5 format... func_convert_file_noop checking how to convert x86_64-portbld-dragonfly6.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... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... 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... no 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... no checking dynamic linker characteristics... dragonfly6.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 pkg-config is at least version 0.9.0... yes checking whether C compiler handles -Werror -Wunknown-warning-option... no checking for "/usr/local/lib/dovecot/dovecot-config"... /usr/local/lib/dovecot/dovecot-config checking whether cc is clang 3.3+... no checking Whether to enable hardening... yes checking whether C compiler handles -pie... yes checking whether C compiler handles -fstack-protector-strong... yes checking whether C compiler handles -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2... yes checking whether C compiler handles -mfunction-return=thunk -mindirect-branch=thunk... yes checking for how to force completely read-only GOT table... -Wl,-z -Wl,relro -Wl,-z -Wl,now checking whether OS supports plugin dependencies... yes checking for valgrind... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/lib-coi/Makefile config.status: creating src/doveadm-coi/Makefile config.status: creating src/imap-coi/Makefile config.status: creating src/lmtp-coi/Makefile config.status: creating src/submission-coi/Makefile config.status: creating src/webpush/Makefile config.status: creating stamp.h config.status: creating dummy-config.h config.status: creating coi-autoconfig.h config.status: executing depfiles commands config.status: executing libtool commands SUCCEEDED 00:00:27 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for dovecot-coi-2.3.9_2 --- all --- /usr/bin/make all-recursive --- all-recursive --- Making all in src --- all-recursive --- Making all in lib-coi --- coi-common.lo --- --- coi-config.lo --- --- coi-contact.lo --- --- coi-contact-list.lo --- --- coi-secret.lo --- --- coi-storage.lo --- --- coi-common.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\""/usr/local/lib/dovecot"\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-common.lo -MD -MP -MF .deps/coi-common.Tpo -c -o coi-common.lo coi-common.c --- coi-config.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\""/usr/local/lib/dovecot"\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-config.lo -MD -MP -MF .deps/coi-config.Tpo -c -o coi-config.lo coi-config.c --- coi-contact.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\""/usr/local/lib/dovecot"\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-contact.lo -MD -MP -MF .deps/coi-contact.Tpo -c -o coi-contact.lo coi-contact.c --- coi-contact-list.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\""/usr/local/lib/dovecot"\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-contact-list.lo -MD -MP -MF .deps/coi-contact-list.Tpo -c -o coi-contact-list.lo coi-contact-list.c --- coi-secret.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\""/usr/local/lib/dovecot"\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-secret.lo -MD -MP -MF .deps/coi-secret.Tpo -c -o coi-secret.lo coi-secret.c --- coi-storage.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\""/usr/local/lib/dovecot"\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-storage.lo -MD -MP -MF .deps/coi-storage.Tpo -c -o coi-storage.lo coi-storage.c --- coi-contact-list.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-contact-list.lo -MD -MP -MF .deps/coi-contact-list.Tpo -c coi-contact-list.c -fPIC -DPIC -o .libs/coi-contact-list.o --- coi-common.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-common.lo -MD -MP -MF .deps/coi-common.Tpo -c coi-common.c -fPIC -DPIC -o .libs/coi-common.o --- coi-secret.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-secret.lo -MD -MP -MF .deps/coi-secret.Tpo -c coi-secret.c -fPIC -DPIC -o .libs/coi-secret.o --- coi-common.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-common.lo -MD -MP -MF .deps/coi-common.Tpo -c coi-common.c -o coi-common.o >/dev/null 2>&1 mv -f .deps/coi-common.Tpo .deps/coi-common.Plo --- coi-secret.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-secret.lo -MD -MP -MF .deps/coi-secret.Tpo -c coi-secret.c -o coi-secret.o >/dev/null 2>&1 --- coi-storage.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-storage.lo -MD -MP -MF .deps/coi-storage.Tpo -c coi-storage.c -fPIC -DPIC -o .libs/coi-storage.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-storage.lo -MD -MP -MF .deps/coi-storage.Tpo -c coi-storage.c -o coi-storage.o >/dev/null 2>&1 --- coi-secret.lo --- mv -f .deps/coi-secret.Tpo .deps/coi-secret.Plo --- coi-config.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-config.lo -MD -MP -MF .deps/coi-config.Tpo -c coi-config.c -fPIC -DPIC -o .libs/coi-config.o coi-config.c: In function 'coi_create_missing_mailbox': coi-config.c:161:2: warning: implicit declaration of function 'mailbox_set_reason'; did you mean 'mailbox_get_path'? [-Wimplicit-function-declaration] mailbox_set_reason(box, "Enabling COI autocreates"); ^~~~~~~~~~~~~~~~~~ mailbox_get_path libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-config.lo -MD -MP -MF .deps/coi-config.Tpo -c coi-config.c -o coi-config.o >/dev/null 2>&1 --- coi-storage.lo --- mv -f .deps/coi-storage.Tpo .deps/coi-storage.Plo --- coi-config.lo --- mv -f .deps/coi-config.Tpo .deps/coi-config.Plo --- coi-contact-list.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-contact-list.lo -MD -MP -MF .deps/coi-contact-list.Tpo -c coi-contact-list.c -o coi-contact-list.o >/dev/null 2>&1 --- coi-contact.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-contact.lo -MD -MP -MF .deps/coi-contact.Tpo -c coi-contact.c -fPIC -DPIC -o .libs/coi-contact.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/dovecot -DMODULEDIR=\"/usr/local/lib/dovecot\" -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT coi-contact.lo -MD -MP -MF .deps/coi-contact.Tpo -c coi-contact.c -o coi-contact.o >/dev/null 2>&1 mv -f .deps/coi-contact.Tpo .deps/coi-contact.Plo --- coi-contact-list.lo --- mv -f .deps/coi-contact-list.Tpo .deps/coi-contact-list.Plo --- libdovecot-coi.la --- /bin/sh ../../libtool --tag=CC --mode=link cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -o libdovecot-coi.la -rpath /usr/local/lib/dovecot-coi coi-common.lo coi-config.lo coi-contact.lo coi-contact-list.lo coi-secret.lo coi-storage.lo -ldovecot-storage -L/usr/local/lib/dovecot -ldovecot libtool: link: cc -shared -fPIC -DPIC .libs/coi-common.o .libs/coi-config.o .libs/coi-contact.o .libs/coi-contact-list.o .libs/coi-secret.o .libs/coi-storage.o -ldovecot-storage -L/usr/local/lib/dovecot -ldovecot -O2 -fstack-protector-strong -mfunction-return=thunk -mindirect-branch=thunk -Wl,-soname -Wl,libdovecot-coi.so.0 -o .libs/libdovecot-coi.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libdovecot-coi.so.0" && ln -s "libdovecot-coi.so.0.0.0" "libdovecot-coi.so.0") libtool: link: (cd ".libs" && rm -f "libdovecot-coi.so" && ln -s "libdovecot-coi.so.0.0.0" "libdovecot-coi.so") libtool: link: ar cr .libs/libdovecot-coi.a coi-common.o coi-config.o coi-contact.o coi-contact-list.o coi-secret.o coi-storage.o libtool: link: ranlib .libs/libdovecot-coi.a libtool: link: ( cd ".libs" && rm -f "libdovecot-coi.la" && ln -s "../libdovecot-coi.la" "libdovecot-coi.la" ) Making all in imap-coi --- imap-coi-plugin.lo --- --- imap-coi-storage.lo --- --- imap-coi-plugin.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT imap-coi-plugin.lo -MD -MP -MF .deps/imap-coi-plugin.Tpo -c -o imap-coi-plugin.lo imap-coi-plugin.c --- imap-coi-storage.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT imap-coi-storage.lo -MD -MP -MF .deps/imap-coi-storage.Tpo -c -o imap-coi-storage.lo imap-coi-storage.c --- imap-coi-plugin.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT imap-coi-plugin.lo -MD -MP -MF .deps/imap-coi-plugin.Tpo -c imap-coi-plugin.c -fPIC -DPIC -o .libs/imap-coi-plugin.o --- imap-coi-storage.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT imap-coi-storage.lo -MD -MP -MF .deps/imap-coi-storage.Tpo -c imap-coi-storage.c -fPIC -DPIC -o .libs/imap-coi-storage.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT imap-coi-storage.lo -MD -MP -MF .deps/imap-coi-storage.Tpo -c imap-coi-storage.c -o imap-coi-storage.o >/dev/null 2>&1 --- imap-coi-plugin.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT imap-coi-plugin.lo -MD -MP -MF .deps/imap-coi-plugin.Tpo -c imap-coi-plugin.c -o imap-coi-plugin.o >/dev/null 2>&1 mv -f .deps/imap-coi-plugin.Tpo .deps/imap-coi-plugin.Plo --- imap-coi-storage.lo --- mv -f .deps/imap-coi-storage.Tpo .deps/imap-coi-storage.Plo --- lib11_imap_coi_plugin.la --- /bin/sh ../../libtool --tag=CC --mode=link cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -module -avoid-version -o lib11_imap_coi_plugin.la -rpath /usr/local/lib/dovecot imap-coi-plugin.lo imap-coi-storage.lo ../../src/lib-coi/libdovecot-coi.la libtool: link: cc -shared -fPIC -DPIC .libs/imap-coi-plugin.o .libs/imap-coi-storage.o -Wl,-rpath -Wl,/construction/mail/dovecot-coi/coi-2.3.9/src/lib-coi/.libs -Wl,-rpath -Wl,/usr/local/lib/dovecot-coi ../../src/lib-coi/.libs/libdovecot-coi.so -ldovecot-storage -L/usr/local/lib/dovecot -ldovecot -O2 -fstack-protector-strong -mfunction-return=thunk -mindirect-branch=thunk -Wl,-soname -Wl,lib11_imap_coi_plugin.so -o .libs/lib11_imap_coi_plugin.so libtool: link: ar cr .libs/lib11_imap_coi_plugin.a imap-coi-plugin.o imap-coi-storage.o libtool: link: ranlib .libs/lib11_imap_coi_plugin.a libtool: link: ( cd ".libs" && rm -f "lib11_imap_coi_plugin.la" && ln -s "../lib11_imap_coi_plugin.la" "lib11_imap_coi_plugin.la" ) Making all in lmtp-coi --- lmtp-coi-message-filter.lo --- --- lmtp-coi-plugin.lo --- --- lmtp-coi-message-filter.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT lmtp-coi-message-filter.lo -MD -MP -MF .deps/lmtp-coi-message-filter.Tpo -c -o lmtp-coi-message-filter.lo lmtp-coi-message-filter.c --- lmtp-coi-plugin.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT lmtp-coi-plugin.lo -MD -MP -MF .deps/lmtp-coi-plugin.Tpo -c -o lmtp-coi-plugin.lo lmtp-coi-plugin.c libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT lmtp-coi-plugin.lo -MD -MP -MF .deps/lmtp-coi-plugin.Tpo -c lmtp-coi-plugin.c -fPIC -DPIC -o .libs/lmtp-coi-plugin.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT lmtp-coi-plugin.lo -MD -MP -MF .deps/lmtp-coi-plugin.Tpo -c lmtp-coi-plugin.c -o lmtp-coi-plugin.o >/dev/null 2>&1 --- lmtp-coi-message-filter.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT lmtp-coi-message-filter.lo -MD -MP -MF .deps/lmtp-coi-message-filter.Tpo -c lmtp-coi-message-filter.c -fPIC -DPIC -o .libs/lmtp-coi-message-filter.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT lmtp-coi-message-filter.lo -MD -MP -MF .deps/lmtp-coi-message-filter.Tpo -c lmtp-coi-message-filter.c -o lmtp-coi-message-filter.o >/dev/null 2>&1 mv -f .deps/lmtp-coi-message-filter.Tpo .deps/lmtp-coi-message-filter.Plo --- lmtp-coi-plugin.lo --- mv -f .deps/lmtp-coi-plugin.Tpo .deps/lmtp-coi-plugin.Plo --- lib11_lmtp_coi_plugin.la --- /bin/sh ../../libtool --tag=CC --mode=link cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -module -avoid-version -o lib11_lmtp_coi_plugin.la -rpath /usr/local/lib/dovecot lmtp-coi-message-filter.lo lmtp-coi-plugin.lo ../../src/lib-coi/libdovecot-coi.la libtool: link: cc -shared -fPIC -DPIC .libs/lmtp-coi-message-filter.o .libs/lmtp-coi-plugin.o -Wl,-rpath -Wl,/construction/mail/dovecot-coi/coi-2.3.9/src/lib-coi/.libs -Wl,-rpath -Wl,/usr/local/lib/dovecot-coi ../../src/lib-coi/.libs/libdovecot-coi.so -ldovecot-storage -L/usr/local/lib/dovecot -ldovecot -O2 -fstack-protector-strong -mfunction-return=thunk -mindirect-branch=thunk -Wl,-soname -Wl,lib11_lmtp_coi_plugin.so -o .libs/lib11_lmtp_coi_plugin.so libtool: link: ar cr .libs/lib11_lmtp_coi_plugin.a lmtp-coi-message-filter.o lmtp-coi-plugin.o libtool: link: ranlib .libs/lib11_lmtp_coi_plugin.a libtool: link: ( cd ".libs" && rm -f "lib11_lmtp_coi_plugin.la" && ln -s "../lib11_lmtp_coi_plugin.la" "lib11_lmtp_coi_plugin.la" ) Making all in webpush --- test-webpush-message.o --- --- webpush-message.lo --- --- test-webpush-subscription-parser.o --- --- webpush-subscription-parser.lo --- --- test-webpush-payload.o --- --- webpush-payload.lo --- --- webpush-notify.lo --- --- webpush-plugin.lo --- --- webpush-send.lo --- --- webpush-subscription.lo --- --- webpush-vapid.lo --- --- test-webpush-message.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT test-webpush-message.o -MD -MP -MF .deps/test-webpush-message.Tpo -c -o test-webpush-message.o test-webpush-message.c --- webpush-message.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-message.lo -MD -MP -MF .deps/webpush-message.Tpo -c -o webpush-message.lo webpush-message.c --- test-webpush-subscription-parser.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT test-webpush-subscription-parser.o -MD -MP -MF .deps/test-webpush-subscription-parser.Tpo -c -o test-webpush-subscription-parser.o test-webpush-subscription-parser.c --- webpush-subscription-parser.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-subscription-parser.lo -MD -MP -MF .deps/webpush-subscription-parser.Tpo -c -o webpush-subscription-parser.lo webpush-subscription-parser.c --- webpush-payload.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-payload.lo -MD -MP -MF .deps/webpush-payload.Tpo -c -o webpush-payload.lo webpush-payload.c --- webpush-notify.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-notify.lo -MD -MP -MF .deps/webpush-notify.Tpo -c -o webpush-notify.lo webpush-notify.c --- webpush-send.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-send.lo -MD -MP -MF .deps/webpush-send.Tpo -c -o webpush-send.lo webpush-send.c --- webpush-subscription.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-subscription.lo -MD -MP -MF .deps/webpush-subscription.Tpo -c -o webpush-subscription.lo webpush-subscription.c --- webpush-vapid.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-vapid.lo -MD -MP -MF .deps/webpush-vapid.Tpo -c -o webpush-vapid.lo webpush-vapid.c --- webpush-plugin.lo --- /bin/sh ../../libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-plugin.lo -MD -MP -MF .deps/webpush-plugin.Tpo -c -o webpush-plugin.lo webpush-plugin.c --- test-webpush-payload.o --- cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT test-webpush-payload.o -MD -MP -MF .deps/test-webpush-payload.Tpo -c -o test-webpush-payload.o test-webpush-payload.c --- test-webpush-message.o --- mv -f .deps/test-webpush-message.Tpo .deps/test-webpush-message.Po --- test-webpush-subscription-parser.o --- mv -f .deps/test-webpush-subscription-parser.Tpo .deps/test-webpush-subscription-parser.Po --- test-webpush-payload.o --- mv -f .deps/test-webpush-payload.Tpo .deps/test-webpush-payload.Po --- webpush-subscription.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-subscription.lo -MD -MP -MF .deps/webpush-subscription.Tpo -c webpush-subscription.c -fPIC -DPIC -o .libs/webpush-subscription.o --- webpush-subscription-parser.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-subscription-parser.lo -MD -MP -MF .deps/webpush-subscription-parser.Tpo -c webpush-subscription-parser.c -fPIC -DPIC -o .libs/webpush-subscription-parser.o --- webpush-subscription.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-subscription.lo -MD -MP -MF .deps/webpush-subscription.Tpo -c webpush-subscription.c -o webpush-subscription.o >/dev/null 2>&1 --- webpush-subscription-parser.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-subscription-parser.lo -MD -MP -MF .deps/webpush-subscription-parser.Tpo -c webpush-subscription-parser.c -o webpush-subscription-parser.o >/dev/null 2>&1 mv -f .deps/webpush-subscription-parser.Tpo .deps/webpush-subscription-parser.Plo --- test-webpush-subscription-parser --- /bin/sh ../../libtool --tag=CC --mode=link cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -o test-webpush-subscription-parser test-webpush-subscription-parser.o webpush-subscription-parser.lo -L/usr/local/lib/dovecot -ldovecot --- webpush-payload.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-payload.lo -MD -MP -MF .deps/webpush-payload.Tpo -c webpush-payload.c -fPIC -DPIC -o .libs/webpush-payload.o --- webpush-notify.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-notify.lo -MD -MP -MF .deps/webpush-notify.Tpo -c webpush-notify.c -fPIC -DPIC -o .libs/webpush-notify.o --- webpush-payload.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-payload.lo -MD -MP -MF .deps/webpush-payload.Tpo -c webpush-payload.c -o webpush-payload.o >/dev/null 2>&1 --- webpush-notify.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-notify.lo -MD -MP -MF .deps/webpush-notify.Tpo -c webpush-notify.c -o webpush-notify.o >/dev/null 2>&1 --- webpush-payload.lo --- mv -f .deps/webpush-payload.Tpo .deps/webpush-payload.Plo --- test-webpush-payload --- /bin/sh ../../libtool --tag=CC --mode=link cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -o test-webpush-payload test-webpush-payload.o -L/usr/local/lib/dovecot -ldovecot -ldovecot-storage webpush-subscription-parser.lo webpush-payload.lo --- webpush-notify.lo --- mv -f .deps/webpush-notify.Tpo .deps/webpush-notify.Plo --- webpush-subscription.lo --- mv -f .deps/webpush-subscription.Tpo .deps/webpush-subscription.Plo --- webpush-send.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-send.lo -MD -MP -MF .deps/webpush-send.Tpo -c webpush-send.c -fPIC -DPIC -o .libs/webpush-send.o --- webpush-plugin.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-plugin.lo -MD -MP -MF .deps/webpush-plugin.Tpo -c webpush-plugin.c -fPIC -DPIC -o .libs/webpush-plugin.o libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-plugin.lo -MD -MP -MF .deps/webpush-plugin.Tpo -c webpush-plugin.c -o webpush-plugin.o >/dev/null 2>&1 --- webpush-message.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-message.lo -MD -MP -MF .deps/webpush-message.Tpo -c webpush-message.c -fPIC -DPIC -o .libs/webpush-message.o --- webpush-plugin.lo --- mv -f .deps/webpush-plugin.Tpo .deps/webpush-plugin.Plo --- webpush-message.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-message.lo -MD -MP -MF .deps/webpush-message.Tpo -c webpush-message.c -o webpush-message.o >/dev/null 2>&1 --- webpush-vapid.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-vapid.lo -MD -MP -MF .deps/webpush-vapid.Tpo -c webpush-vapid.c -fPIC -DPIC -o .libs/webpush-vapid.o --- webpush-message.lo --- mv -f .deps/webpush-message.Tpo .deps/webpush-message.Plo --- test-webpush-message --- /bin/sh ../../libtool --tag=CC --mode=link cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -o test-webpush-message test-webpush-message.o webpush-message.lo -L/usr/local/lib/dovecot -ldovecot --- webpush-vapid.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-vapid.lo -MD -MP -MF .deps/webpush-vapid.Tpo -c webpush-vapid.c -o webpush-vapid.o >/dev/null 2>&1 --- webpush-send.lo --- libtool: compile: cc -DHAVE_CONFIG_H -I. -I../.. -I../../src/lib-coi -I/usr/local/include/dovecot -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -MT webpush-send.lo -MD -MP -MF .deps/webpush-send.Tpo -c webpush-send.c -o webpush-send.o >/dev/null 2>&1 --- webpush-vapid.lo --- mv -f .deps/webpush-vapid.Tpo .deps/webpush-vapid.Plo --- webpush-send.lo --- mv -f .deps/webpush-send.Tpo .deps/webpush-send.Plo --- lib30_webpush_plugin.la --- /bin/sh ../../libtool --tag=CC --mode=link cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -module -avoid-version -o lib30_webpush_plugin.la -rpath /usr/local/lib/dovecot webpush-message.lo webpush-notify.lo webpush-plugin.lo webpush-send.lo webpush-subscription.lo webpush-subscription-parser.lo webpush-vapid.lo webpush-payload.lo ../../src/lib-coi/libdovecot-coi.la --- test-webpush-subscription-parser --- libtool: link: cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -o test-webpush-subscription-parser test-webpush-subscription-parser.o .libs/webpush-subscription-parser.o -L/usr/local/lib/dovecot -ldovecot --- test-webpush-payload --- libtool: link: cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -o test-webpush-payload test-webpush-payload.o .libs/webpush-subscription-parser.o .libs/webpush-payload.o -L/usr/local/lib/dovecot -ldovecot -ldovecot-storage --- test-webpush-message --- libtool: link: cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -o test-webpush-message test-webpush-message.o .libs/webpush-message.o -L/usr/local/lib/dovecot -ldovecot --- lib30_webpush_plugin.la --- libtool: link: cc -shared -fPIC -DPIC .libs/webpush-message.o .libs/webpush-notify.o .libs/webpush-plugin.o .libs/webpush-send.o .libs/webpush-subscription.o .libs/webpush-subscription-parser.o .libs/webpush-vapid.o .libs/webpush-payload.o -Wl,-rpath -Wl,/construction/mail/dovecot-coi/coi-2.3.9/src/lib-coi/.libs -Wl,-rpath -Wl,/usr/local/lib/dovecot-coi ../../src/lib-coi/.libs/libdovecot-coi.so -ldovecot-storage -L/usr/local/lib/dovecot -ldovecot -O2 -fstack-protector-strong -mfunction-return=thunk -mindirect-branch=thunk -Wl,-soname -Wl,lib30_webpush_plugin.so -o .libs/lib30_webpush_plugin.so libtool: link: ar cr .libs/lib30_webpush_plugin.a webpush-message.o webpush-notify.o webpush-plugin.o webpush-send.o webpush-subscription.o webpush-subscription-parser.o webpush-vapid.o webpush-payload.o libtool: link: ranlib .libs/lib30_webpush_plugin.a libtool: link: ( cd ".libs" && rm -f "lib30_webpush_plugin.la" && ln -s "../lib30_webpush_plugin.la" "lib30_webpush_plugin.la" ) SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> dovecot-coi-2.3.9_2 depends on package: dovecot>=2.3.8 - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for dovecot-coi-2.3.9_2 ===> dovecot-coi-2.3.9_2 depends on package: dovecot>=2.3.8 - found ===> Generating temporary packing list if test -z 'strip'; then /usr/bin/make INSTALL_PROGRAM="/bin/sh /construction/mail/dovecot-coi/coi-2.3.9/install-sh -c -s" install_sh_PROGRAM="/bin/sh /construction/mail/dovecot-coi/coi-2.3.9/install-sh -c -s" INSTALL_STRIP_FLAG=-s install; else /usr/bin/make INSTALL_PROGRAM="/bin/sh /construction/mail/dovecot-coi/coi-2.3.9/install-sh -c -s" install_sh_PROGRAM="/bin/sh /construction/mail/dovecot-coi/coi-2.3.9/install-sh -c -s" INSTALL_STRIP_FLAG=-s "INSTALL_PROGRAM_ENV=STRIPPROG='strip'" install; fi Making install in src Making install in lib-coi /bin/mkdir -p '/construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi' /bin/sh ../../libtool --mode=install /usr/bin/install -c -s libdovecot-coi.la '/construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi' libtool: install: /usr/bin/install -c .libs/libdovecot-coi.so.0.0.0 /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi/libdovecot-coi.so.0.0.0 libtool: install: strip --strip-unneeded /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi/libdovecot-coi.so.0.0.0 libtool: install: (cd /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi && { ln -s -f libdovecot-coi.so.0.0.0 libdovecot-coi.so.0 || { rm -f libdovecot-coi.so.0 && ln -s libdovecot-coi.so.0.0.0 libdovecot-coi.so.0; }; }) libtool: install: (cd /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi && { ln -s -f libdovecot-coi.so.0.0.0 libdovecot-coi.so || { rm -f libdovecot-coi.so && ln -s libdovecot-coi.so.0.0.0 libdovecot-coi.so; }; }) libtool: install: /usr/bin/install -c .libs/libdovecot-coi.lai /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi/libdovecot-coi.la libtool: install: /usr/bin/install -c .libs/libdovecot-coi.a /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi/libdovecot-coi.a libtool: install: strip --strip-debug /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi/libdovecot-coi.a libtool: install: chmod 644 /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi/libdovecot-coi.a libtool: install: ranlib /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot-coi/libdovecot-coi.a libtool: warning: remember to run 'libtool --finish /usr/local/lib/dovecot-coi' /bin/mkdir -p '/construction/mail/dovecot-coi/stage/usr/local/include/dovecot-coi' install -m 0644 coi-common.h coi-config.h coi-contact.h coi-contact-list.h coi-secret.h coi-storage.h '/construction/mail/dovecot-coi/stage/usr/local/include/dovecot-coi' Making install in imap-coi /bin/mkdir -p '/construction/mail/dovecot-coi/stage/usr/local/lib/dovecot' /bin/sh ../../libtool --mode=install /usr/bin/install -c -s lib11_imap_coi_plugin.la '/construction/mail/dovecot-coi/stage/usr/local/lib/dovecot' libtool: warning: relinking 'lib11_imap_coi_plugin.la' libtool: install: (cd /construction/mail/dovecot-coi/coi-2.3.9/src/imap-coi; /bin/sh "/construction/mail/dovecot-coi/coi-2.3.9/libtool" --tag CC --mode=relink cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -module -avoid-version -o lib11_imap_coi_plugin.la -rpath /usr/local/lib/dovecot imap-coi-plugin.lo imap-coi-storage.lo ../../src/lib-coi/libdovecot-coi.la -inst-prefix-dir /construction/mail/dovecot-coi/stage) libtool: relink: cc -shared -fPIC -DPIC .libs/imap-coi-plugin.o .libs/imap-coi-storage.o -Wl,-rpath -Wl,/usr/local/lib/dovecot-coi ../../src/lib-coi/.libs/libdovecot-coi.so -ldovecot-storage -L/usr/local/lib/dovecot -ldovecot -O2 -fstack-protector-strong -mfunction-return=thunk -mindirect-branch=thunk -Wl,-soname -Wl,lib11_imap_coi_plugin.so -o .libs/lib11_imap_coi_plugin.so libtool: install: /usr/bin/install -c .libs/lib11_imap_coi_plugin.soT /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_imap_coi_plugin.so libtool: install: strip --strip-unneeded /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_imap_coi_plugin.so libtool: install: /usr/bin/install -c .libs/lib11_imap_coi_plugin.lai /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_imap_coi_plugin.la libtool: install: /usr/bin/install -c .libs/lib11_imap_coi_plugin.a /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_imap_coi_plugin.a libtool: install: strip --strip-debug /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_imap_coi_plugin.a libtool: install: chmod 644 /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_imap_coi_plugin.a libtool: install: ranlib /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_imap_coi_plugin.a libtool: warning: remember to run 'libtool --finish /usr/local/lib/dovecot' Making install in lmtp-coi /bin/mkdir -p '/construction/mail/dovecot-coi/stage/usr/local/lib/dovecot' /bin/sh ../../libtool --mode=install /usr/bin/install -c -s lib11_lmtp_coi_plugin.la '/construction/mail/dovecot-coi/stage/usr/local/lib/dovecot' libtool: warning: relinking 'lib11_lmtp_coi_plugin.la' libtool: install: (cd /construction/mail/dovecot-coi/coi-2.3.9/src/lmtp-coi; /bin/sh "/construction/mail/dovecot-coi/coi-2.3.9/libtool" --tag CC --mode=relink cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -module -avoid-version -o lib11_lmtp_coi_plugin.la -rpath /usr/local/lib/dovecot lmtp-coi-message-filter.lo lmtp-coi-plugin.lo ../../src/lib-coi/libdovecot-coi.la -inst-prefix-dir /construction/mail/dovecot-coi/stage) libtool: relink: cc -shared -fPIC -DPIC .libs/lmtp-coi-message-filter.o .libs/lmtp-coi-plugin.o -Wl,-rpath -Wl,/usr/local/lib/dovecot-coi ../../src/lib-coi/.libs/libdovecot-coi.so -ldovecot-storage -L/usr/local/lib/dovecot -ldovecot -O2 -fstack-protector-strong -mfunction-return=thunk -mindirect-branch=thunk -Wl,-soname -Wl,lib11_lmtp_coi_plugin.so -o .libs/lib11_lmtp_coi_plugin.so libtool: install: /usr/bin/install -c .libs/lib11_lmtp_coi_plugin.soT /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_lmtp_coi_plugin.so libtool: install: strip --strip-unneeded /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_lmtp_coi_plugin.so libtool: install: /usr/bin/install -c .libs/lib11_lmtp_coi_plugin.lai /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_lmtp_coi_plugin.la libtool: install: /usr/bin/install -c .libs/lib11_lmtp_coi_plugin.a /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_lmtp_coi_plugin.a libtool: install: strip --strip-debug /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_lmtp_coi_plugin.a libtool: install: chmod 644 /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_lmtp_coi_plugin.a libtool: install: ranlib /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib11_lmtp_coi_plugin.a libtool: warning: remember to run 'libtool --finish /usr/local/lib/dovecot' Making install in webpush /bin/mkdir -p '/construction/mail/dovecot-coi/stage/usr/local/lib/dovecot' /bin/sh ../../libtool --mode=install /usr/bin/install -c -s lib30_webpush_plugin.la '/construction/mail/dovecot-coi/stage/usr/local/lib/dovecot' libtool: warning: relinking 'lib30_webpush_plugin.la' libtool: install: (cd /construction/mail/dovecot-coi/coi-2.3.9/src/webpush; /bin/sh "/construction/mail/dovecot-coi/coi-2.3.9/libtool" --tag CC --mode=relink cc -std=gnu99 -pipe -O2 -fno-strict-aliasing -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wformat=2 -Wbad-function-cast -fno-builtin-strftime -Wstrict-aliasing=2 -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -mfunction-return=thunk -mindirect-branch=thunk -module -avoid-version -o lib30_webpush_plugin.la -rpath /usr/local/lib/dovecot webpush-message.lo webpush-notify.lo webpush-plugin.lo webpush-send.lo webpush-subscription.lo webpush-subscription-parser.lo webpush-vapid.lo webpush-payload.lo ../../src/lib-coi/libdovecot-coi.la -inst-prefix-dir /construction/mail/dovecot-coi/stage) libtool: relink: cc -shared -fPIC -DPIC .libs/webpush-message.o .libs/webpush-notify.o .libs/webpush-plugin.o .libs/webpush-send.o .libs/webpush-subscription.o .libs/webpush-subscription-parser.o .libs/webpush-vapid.o .libs/webpush-payload.o -Wl,-rpath -Wl,/usr/local/lib/dovecot-coi ../../src/lib-coi/.libs/libdovecot-coi.so -ldovecot-storage -L/usr/local/lib/dovecot -ldovecot -O2 -fstack-protector-strong -mfunction-return=thunk -mindirect-branch=thunk -Wl,-soname -Wl,lib30_webpush_plugin.so -o .libs/lib30_webpush_plugin.so libtool: install: /usr/bin/install -c .libs/lib30_webpush_plugin.soT /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib30_webpush_plugin.so libtool: install: strip --strip-unneeded /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib30_webpush_plugin.so libtool: install: /usr/bin/install -c .libs/lib30_webpush_plugin.lai /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib30_webpush_plugin.la libtool: install: /usr/bin/install -c .libs/lib30_webpush_plugin.a /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib30_webpush_plugin.a libtool: install: strip --strip-debug /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib30_webpush_plugin.a libtool: install: chmod 644 /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib30_webpush_plugin.a libtool: install: ranlib /construction/mail/dovecot-coi/stage/usr/local/lib/dovecot/lib30_webpush_plugin.a libtool: warning: remember to run 'libtool --finish /usr/local/lib/dovecot' /bin/mkdir -p '/construction/mail/dovecot-coi/stage/usr/local/include/dovecot-coi' install -m 0644 webpush-message.h webpush-notify.h webpush-plugin.h webpush-send.h webpush-subscription.h webpush-vapid.h webpush-payload.h '/construction/mail/dovecot-coi/stage/usr/local/include/dovecot-coi' ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:05 ------------------------------------------------------------------------------- -- Phase: check-plist ------------------------------------------------------------------------------- ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist ===> Checking for items in pkg-plist which are not in STAGEDIR ===> No pkg-plist issues found (check-plist) SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for dovecot-coi-2.3.9_2 file sizes/checksums [23]: 0% file sizes/checksums [23]: 100% Service unavailablepacking files [23]: 0% packing files [23]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:50