[opendmarc-dev] OpenDMARC 1.3.0 Beta3 available

Scott Kitterman sklist at kitterman.com
Fri Jul 25 22:29:56 PDT 2014


On Saturday, July 19, 2014 11:15:29 Scott Kitterman wrote:
> On Saturday, July 19, 2014 03:21:23 Scott Kitterman wrote:
> > On Tuesday, July 15, 2014 23:39:08 Murray S. Kucherawy wrote:
> > > With apologies for the delay since Beta2.  Changes:
> > > 
> > > o Support for libspf2 added.
> > > 
> > > o Make "smime" a legal Authentication-Results method.
> > > 
> > > o Minor opendmarc-reports script fixes.
> > > 
> > > I'd like to release this one late this week or early next, so please
> > > make
> > > time to give it a go, especially if you are able to exercise the libspf2
> > > code that was just added.  Scott, please let me know whether it meets
> > > your
> > > requirements.
> > 
> > Sorry for the delay.
> > 
> > I've just uploaded packages for the Debian Experimental repository with
> > libspf2 support enabled.  All the auto* foo worked fine and the package
> > built.
> > 
> > I have not had a chance to test yet how well it works, but since this is a
> > beta and not the final, I wouldn't wait on me.  Maybe someone else has had
> > a chance.
> > 
> > In terms of a reasonable approach, I think with libspf2 support added, I
> > think it's good.  I would prefer it be just libspf2 because it seems to
> > better match RFC 4408/7208, but I'm not going to get in an argument over
> > it.
> > 
> > Thanks for putting in the effort to get the libspf2 support done for this
> > release.
> 
> Reviewing the build logs, there are quite a number of implicit declaration
> warnings here (using libbsd):
> 
> opendmarc_tld.c:42:2: warning: implicit declaration of function 'strlcpy' [-
> Wimplicit-function-declaration]
> opendmarc_tld.c:65:3: warning: implicit declaration of function 'strlcat' [-
> Wimplicit-function-declaration]
> opendmarc_policy.c:243:2: warning: implicit declaration of function
> 'strlcpy' [-Wimplicit-function-declaration]
> opendmarc_policy.c:249:3: warning: implicit declaration of function
> 'strlcat' [-Wimplicit-function-declaration]
> opendmarc_xml.c:133:2: warning: implicit declaration of function 'strlcpy'
> [- Wimplicit-function-declaration]
> opendmarc_xml.c:178:6: warning: implicit declaration of function 'strlcat'
> [- Wimplicit-function-declaration]
> opendmarc_util.c:346:2: warning: implicit declaration of function 'strlcpy'
> [- Wimplicit-function-declaration]
> config.c:147:5: warning: implicit declaration of function 'strlcpy' [-
> Wimplicit-function-declaration]
> opendmarc-ar.c:386:4: warning: implicit declaration of function 'strlcat' [-
> Wimplicit-function-declaration]
> opendmarc-ar.c:416:5: warning: implicit declaration of function 'strlcpy' [-
> Wimplicit-function-declaration]
> opendmarc-dstring.c:204:2: warning: implicit declaration of function
> 'strlcpy' [-Wimplicit-function-declaration]
> opendmarc-dstring.c:247:2: warning: implicit declaration of function
> 'strlcat' [-Wimplicit-function-declaration]
> opendmarc.c:969:4: warning: implicit declaration of function 'strlcat' [-
> Wimplicit-function-declaration]
> opendmarc.c:4484:3: warning: implicit declaration of function 'strlcpy' [-
> Wimplicit-function-declaration]
> test.c:464:5: warning: implicit declaration of function 'strlcat'
> [-Wimplicit- function-declaration]
> test.c:514:5: warning: implicit declaration of function 'strlcpy'
> [-Wimplicit- function-declaration]
> util.c:176:2: warning: implicit declaration of function 'strlcpy'
> [-Wimplicit- function-declaration]
> 
> In opendkim, you added:
> 
> /* libbsd if found */
> #ifdef USE_BSD_H
> # include <bsd/string.h>
> #endif /* USE_BSD_H */
> 
> This doesn't seem to have been done for opendmarc.  I can prepare a patch if
> you'd like.

So, I took a stab at this and I have a start of a patch, attached.  This 
mostly solves my problem, but the build log shows a few implicit-function-
declaration warnings left (attached also).  The full build log for the 
unpatched version is available at:

https://buildd.debian.org/status/fetch.php?pkg=opendmarc&arch=amd64&ver=1.3.0~beta3%2Bdfsg-1&stamp=1405755668

I have no idea what the difference is in the cases the patch did not resolved.

This is not a complete patch in any case since it uses only the system strl 
(either from bsd/string.h or strl.h).  It doesn't consider the include for the 
embedded copy.  It would need some additional refinement if you wanted to 
continue to use that.

Scott K
-------------- next part --------------
make[1]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
dh_testdir
./configure --build i486-linux-gnu --host i486-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info \
        --sysconfdir=/etc \
        CFLAGS="-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2" \
        LDFLAGS="-Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter" \
        --enable-filter-tests \
        --with-spf2-include=\${prefix}/include/spf2 \
        --with-spf2-lib=\${prefix}/lib \
        --with-sql-backend
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for i486-linux-gnu-gcc... i486-linux-gnu-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i486-linux-gnu-gcc accepts -g... yes
checking for i486-linux-gnu-gcc option to accept ISO C89... none needed
checking whether i486-linux-gnu-gcc understands -c and -o together... yes
checking for style of include used by make... GNU
checking dependency style of i486-linux-gnu-gcc... gcc3
checking for i486-linux-gnu-gcc option to accept ISO C99... -std=gnu99
checking build system type... i486-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking how to print strings... printf
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by i486-linux-gnu-gcc -std=gnu99... /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... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert i486-pc-linux-gnu file names to i486-pc-linux-gnu format... func_convert_file_noop
checking how to convert i486-pc-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for i486-linux-gnu-objdump... i486-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for i486-linux-gnu-dlltool... no
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for i486-linux-gnu-ar... i486-linux-gnu-ar
checking for archiver @FILE support... @
checking for i486-linux-gnu-strip... i486-linux-gnu-strip
checking for i486-linux-gnu-ranlib... i486-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from i486-linux-gnu-gcc -std=gnu99 object... ok
checking for sysroot... no
checking for i486-linux-gnu-mt... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... i486-linux-gnu-gcc -std=gnu99 -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if i486-linux-gnu-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for i486-linux-gnu-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if i486-linux-gnu-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if i486-linux-gnu-gcc -std=gnu99 static flag -static works... yes
checking if i486-linux-gnu-gcc -std=gnu99 supports -c -o file.o... yes
checking if i486-linux-gnu-gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the i486-linux-gnu-gcc -std=gnu99 linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux 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 i486-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sysexits.h usability... yes
checking sysexits.h presence... yes
checking for sysexits.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for sys/types.h... (cached) yes
checking for sys/types.h... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for sys/socket.h... (cached) yes
checking for netdb.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking iso/limits_iso.h usability... no
checking iso/limits_iso.h presence... no
checking for iso/limits_iso.h... no
checking for netinet/in.h... yes
checking for arpa/nameser.h... yes
checking for resolv.h... yes
checking for connect in -lsocket... no
checking for hstrerror in -lresolv... no
checking for inet_aton in -lresolv... no
checking for library containing res_ninit... no
checking for idn_free in -lidn... no
checking for nanosleep in -lrt... yes
checking for library containing inet_addr... none required
checking for library containing freehostent... no
checking for library containing inet_pton... none required
checking for library containing inet_ntop... none required
checking for library containing getipnodebyname... no
checking for sys/types.h... (cached) yes
checking for netinet/in.h... (cached) yes
checking for arpa/nameser.h... (cached) yes
checking for netdb.h... (cached) yes
checking for resolv.h... (cached) yes
checking whether byte ordering is bigendian... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking size of long... 4
checking size of int... 4
checking size of short... 2
checking size of char... 1
checking size of size_t... 4
checking size of long long... 8
checking size of unsigned long long... 8
checking size of void *... 4
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for library containing strlcat... -lbsd
checking for library containing strlcpy... none required
checking for basename... yes
checking for syslog... yes
checking for cuserid... yes
checking for memset... yes
checking for memcpy... yes
checking for strerror... yes
checking for strchr... yes
checking for strrchr... yes
checking for strdup... yes
checking for strpbrk... yes
checking for inet_ntoa... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking bsd/string.h usability... yes
checking bsd/string.h presence... yes
checking for bsd/string.h... yes
checking strl.h usability... no
checking strl.h presence... no
checking for strl.h... no
checking whether ln -s works... yes
checking for miltertest... yes
checking whether the resolver works without -lresolv... yes
checking for library containing SPF_record_new... -lspf2
checking for library containing SPF_server_new... none required
checking for milter library and includes... /usr
checking for library containing smfi_register... -lmilter
checking for smfi_insheader... yes
checking for smfi_opensocket... yes
checking for smfi_progress... yes
checking for smfi_setsymlist... yes
checking for smfi_version... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating contrib/Makefile
config.status: creating contrib/init/Makefile
config.status: creating contrib/init/generic/Makefile
config.status: creating contrib/init/redhat/Makefile
config.status: creating contrib/init/redhat/opendmarc
config.status: creating contrib/rddmarc/Makefile
config.status: creating contrib/spec/Makefile
config.status: creating contrib/spec/opendmarc.spec
config.status: creating db/Makefile
config.status: creating docs/Makefile
config.status: creating libopendmarc/Makefile
config.status: creating libopendmarc/tests/Makefile
config.status: creating libopendmarc/tests/testfiles/Makefile
config.status: creating libopendmarc/docs/Makefile
config.status: creating opendmarc/Makefile
config.status: creating opendmarc/opendmarc.conf.5
config.status: creating opendmarc/opendmarc.8
config.status: creating opendmarc/opendmarc-check.8
config.status: creating opendmarc/tests/Makefile
config.status: creating reports/Makefile
config.status: creating reports/opendmarc-expire
config.status: creating reports/opendmarc-expire.8
config.status: creating reports/opendmarc-import
config.status: creating reports/opendmarc-import.8
config.status: creating reports/opendmarc-importstats.8
config.status: creating reports/opendmarc-params
config.status: creating reports/opendmarc-params.8
config.status: creating reports/opendmarc-reports
config.status: creating reports/opendmarc-reports.8
config.status: creating build-config.h
config.status: executing depfiles commands
config.status: executing libtool commands
make[1]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
   dh_auto_build -O--parallel
make[1]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make  all-recursive
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
Making all in contrib
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
Making all in init
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
Making all in generic
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/generic'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/generic'
Making all in redhat
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/redhat'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/redhat'
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
Making all in rddmarc
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/rddmarc'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/rddmarc'
Making all in spec
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/spec'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/spec'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
make[4]: Nothing to be done for 'all-am'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
Making all in db
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/db'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/db'
Making all in docs
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/docs'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/docs'
Making all in libopendmarc
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
Making all in tests
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
Making all in testfiles
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[5]: Nothing to be done for 'all'.
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[5]: Nothing to be done for 'all-am'.
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
Making all in docs
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/docs'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/docs'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
/bin/bash ../libtool  --tag=CC   --mode=compile i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_dns.lo -MD -MP -MF .deps/opendmarc_dns.Tpo -c -o opendmarc_dns.lo opendmarc_dns.c
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_dns.lo -MD -MP -MF .deps/opendmarc_dns.Tpo -c opendmarc_dns.c  -fPIC -DPIC -o .libs/opendmarc_dns.o
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_dns.lo -MD -MP -MF .deps/opendmarc_dns.Tpo -c opendmarc_dns.c -o opendmarc_dns.o >/dev/null 2>&1
mv -f .deps/opendmarc_dns.Tpo .deps/opendmarc_dns.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_xml.lo -MD -MP -MF .deps/opendmarc_xml.Tpo -c -o opendmarc_xml.lo opendmarc_xml.c
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_xml.lo -MD -MP -MF .deps/opendmarc_xml.Tpo -c opendmarc_xml.c  -fPIC -DPIC -o .libs/opendmarc_xml.o
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_xml.lo -MD -MP -MF .deps/opendmarc_xml.Tpo -c opendmarc_xml.c -o opendmarc_xml.o >/dev/null 2>&1
mv -f .deps/opendmarc_xml.Tpo .deps/opendmarc_xml.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_tld.lo -MD -MP -MF .deps/opendmarc_tld.Tpo -c -o opendmarc_tld.lo opendmarc_tld.c
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_tld.lo -MD -MP -MF .deps/opendmarc_tld.Tpo -c opendmarc_tld.c  -fPIC -DPIC -o .libs/opendmarc_tld.o
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_tld.lo -MD -MP -MF .deps/opendmarc_tld.Tpo -c opendmarc_tld.c -o opendmarc_tld.o >/dev/null 2>&1
mv -f .deps/opendmarc_tld.Tpo .deps/opendmarc_tld.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_policy.lo -MD -MP -MF .deps/opendmarc_policy.Tpo -c -o opendmarc_policy.lo opendmarc_policy.c
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_policy.lo -MD -MP -MF .deps/opendmarc_policy.Tpo -c opendmarc_policy.c  -fPIC -DPIC -o .libs/opendmarc_policy.o
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_policy.lo -MD -MP -MF .deps/opendmarc_policy.Tpo -c opendmarc_policy.c -o opendmarc_policy.o >/dev/null 2>&1
mv -f .deps/opendmarc_policy.Tpo .deps/opendmarc_policy.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_util.lo -MD -MP -MF .deps/opendmarc_util.Tpo -c -o opendmarc_util.lo opendmarc_util.c
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_util.lo -MD -MP -MF .deps/opendmarc_util.Tpo -c opendmarc_util.c  -fPIC -DPIC -o .libs/opendmarc_util.o
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_util.lo -MD -MP -MF .deps/opendmarc_util.Tpo -c opendmarc_util.c -o opendmarc_util.o >/dev/null 2>&1
mv -f .deps/opendmarc_util.Tpo .deps/opendmarc_util.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_hash.lo -MD -MP -MF .deps/opendmarc_hash.Tpo -c -o opendmarc_hash.lo opendmarc_hash.c
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_hash.lo -MD -MP -MF .deps/opendmarc_hash.Tpo -c opendmarc_hash.c  -fPIC -DPIC -o .libs/opendmarc_hash.o
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_hash.lo -MD -MP -MF .deps/opendmarc_hash.Tpo -c opendmarc_hash.c -o opendmarc_hash.o >/dev/null 2>&1
mv -f .deps/opendmarc_hash.Tpo .deps/opendmarc_hash.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_strl.lo -MD -MP -MF .deps/opendmarc_strl.Tpo -c -o opendmarc_strl.lo opendmarc_strl.c
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_strl.lo -MD -MP -MF .deps/opendmarc_strl.Tpo -c opendmarc_strl.c  -fPIC -DPIC -o .libs/opendmarc_strl.o
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_strl.lo -MD -MP -MF .deps/opendmarc_strl.Tpo -c opendmarc_strl.c -o opendmarc_strl.o >/dev/null 2>&1
mv -f .deps/opendmarc_strl.Tpo .deps/opendmarc_strl.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_spf.lo -MD -MP -MF .deps/opendmarc_spf.Tpo -c -o opendmarc_spf.lo opendmarc_spf.c
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_spf.lo -MD -MP -MF .deps/opendmarc_spf.Tpo -c opendmarc_spf.c  -fPIC -DPIC -o .libs/opendmarc_spf.o
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_spf.lo -MD -MP -MF .deps/opendmarc_spf.Tpo -c opendmarc_spf.c -o opendmarc_spf.o >/dev/null 2>&1
mv -f .deps/opendmarc_spf.Tpo .deps/opendmarc_spf.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_spf_dns.lo -MD -MP -MF .deps/opendmarc_spf_dns.Tpo -c -o opendmarc_spf_dns.lo opendmarc_spf_dns.c
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_spf_dns.lo -MD -MP -MF .deps/opendmarc_spf_dns.Tpo -c opendmarc_spf_dns.c  -fPIC -DPIC -o .libs/opendmarc_spf_dns.o
libtool: compile:  i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I. -I.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_spf_dns.lo -MD -MP -MF .deps/opendmarc_spf_dns.Tpo -c opendmarc_spf_dns.c -o opendmarc_spf_dns.o >/dev/null 2>&1
mv -f .deps/opendmarc_spf_dns.Tpo .deps/opendmarc_spf_dns.Plo
/bin/bash ../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -version-info 1:2:0 -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o libopendmarc.la -rpath /usr/lib opendmarc_dns.lo opendmarc_xml.lo opendmarc_tld.lo opendmarc_policy.lo opendmarc_util.lo opendmarc_hash.lo opendmarc_strl.lo opendmarc_spf.lo opendmarc_spf_dns.lo  -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -shared  -fPIC -DPIC  .libs/opendmarc_dns.o .libs/opendmarc_xml.o .libs/opendmarc_tld.o .libs/opendmarc_policy.o .libs/opendmarc_util.o .libs/opendmarc_hash.o .libs/opendmarc_strl.o .libs/opendmarc_spf.o .libs/opendmarc_spf_dns.o   -lresolv -L/usr/lib/libmilter -lspf2 -lbsd -lrt  -O2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs   -Wl,-soname -Wl,libopendmarc.so.1 -o .libs/libopendmarc.so.1.0.2
libtool: link: (cd ".libs" && rm -f "libopendmarc.so.1" && ln -s "libopendmarc.so.1.0.2" "libopendmarc.so.1")
libtool: link: (cd ".libs" && rm -f "libopendmarc.so" && ln -s "libopendmarc.so.1.0.2" "libopendmarc.so")
libtool: link: i486-linux-gnu-ar cru .libs/libopendmarc.a  opendmarc_dns.o opendmarc_xml.o opendmarc_tld.o opendmarc_policy.o opendmarc_util.o opendmarc_hash.o opendmarc_strl.o opendmarc_spf.o opendmarc_spf_dns.o
libtool: link: i486-linux-gnu-ranlib .libs/libopendmarc.a
libtool: link: ( cd ".libs" && rm -f "libopendmarc.la" && ln -s "../libopendmarc.la" "libopendmarc.la" )
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
Making all in reports
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/reports'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/reports'
Making all in opendmarc
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
Making all in tests
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I./../libopendmarc -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -pthread  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc-config.o -MD -MP -MF .deps/opendmarc-config.Tpo -c -o opendmarc-config.o `test -f 'config.c' || echo './'`config.c
config.c: In function 'config_load_level':
config.c:156:5: warning: implicit declaration of function 'strlcpy' [-Wimplicit-function-declaration]
     strlcpy(outpath, file, outpathlen);
     ^
mv -f .deps/opendmarc-config.Tpo .deps/opendmarc-config.Po
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I./../libopendmarc -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -pthread  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc-opendmarc.o -MD -MP -MF .deps/opendmarc-opendmarc.Tpo -c -o opendmarc-opendmarc.o `test -f 'opendmarc.c' || echo './'`opendmarc.c
mv -f .deps/opendmarc-opendmarc.Tpo .deps/opendmarc-opendmarc.Po
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I./../libopendmarc -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -pthread  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc-opendmarc-ar.o -MD -MP -MF .deps/opendmarc-opendmarc-ar.Tpo -c -o opendmarc-opendmarc-ar.o `test -f 'opendmarc-ar.c' || echo './'`opendmarc-ar.c
mv -f .deps/opendmarc-opendmarc-ar.Tpo .deps/opendmarc-opendmarc-ar.Po
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I./../libopendmarc -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -pthread  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc-opendmarc-dstring.o -MD -MP -MF .deps/opendmarc-opendmarc-dstring.Tpo -c -o opendmarc-opendmarc-dstring.o `test -f 'opendmarc-dstring.c' || echo './'`opendmarc-dstring.c
mv -f .deps/opendmarc-opendmarc-dstring.Tpo .deps/opendmarc-opendmarc-dstring.Po
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I./../libopendmarc -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -pthread  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc-parse.o -MD -MP -MF .deps/opendmarc-parse.Tpo -c -o opendmarc-parse.o `test -f 'parse.c' || echo './'`parse.c
mv -f .deps/opendmarc-parse.Tpo .deps/opendmarc-parse.Po
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I./../libopendmarc -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -pthread  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc-test.o -MD -MP -MF .deps/opendmarc-test.Tpo -c -o opendmarc-test.o `test -f 'test.c' || echo './'`test.c
test.c: In function 'dmarcf_testfile':
test.c:471:5: warning: implicit declaration of function 'strlcat' [-Wimplicit-function-declaration]
     (void) strlcat(buf, CRLF, sizeof buf);
     ^
test.c:521:5: warning: implicit declaration of function 'strlcpy' [-Wimplicit-function-declaration]
     strlcpy(buf, line, sizeof buf);
     ^
mv -f .deps/opendmarc-test.Tpo .deps/opendmarc-test.Po
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I/usr/include -I./../libopendmarc -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\" -pthread  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc-util.o -MD -MP -MF .deps/opendmarc-util.Tpo -c -o opendmarc-util.o `test -f 'util.c' || echo './'`util.c
mv -f .deps/opendmarc-util.Tpo .deps/opendmarc-util.Po
/bin/bash ../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99 -pthread  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -L/usr/lib -pthread -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o opendmarc opendmarc-config.o opendmarc-opendmarc.o opendmarc-opendmarc-ar.o opendmarc-opendmarc-dstring.o opendmarc-parse.o opendmarc-test.o opendmarc-util.o ../libopendmarc/libopendmarc.la -lmilter   -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -pthread -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -pthread -Wl,-z -Wl,relro -Wl,-z -Wl,defs -o .libs/opendmarc opendmarc-config.o opendmarc-opendmarc.o opendmarc-opendmarc-ar.o opendmarc-opendmarc-dstring.o opendmarc-parse.o opendmarc-test.o opendmarc-util.o  -L/usr/lib -lresolv -L/usr/lib/libmilter ../libopendmarc/.libs/libopendmarc.so -lmilter -lspf2 -lbsd -lrt -pthread
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I..  -I./../libopendmarc -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT opendmarc_check-opendmarc-check.o -MD -MP -MF .deps/opendmarc_check-opendmarc-check.Tpo -c -o opendmarc_check-opendmarc-check.o `test -f 'opendmarc-check.c' || echo './'`opendmarc-check.c
mv -f .deps/opendmarc_check-opendmarc-check.Tpo .deps/opendmarc_check-opendmarc-check.Po
/bin/bash ../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o opendmarc-check opendmarc_check-opendmarc-check.o ../libopendmarc/libopendmarc.la  -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs -o .libs/opendmarc-check opendmarc_check-opendmarc-check.o  -lresolv -L/usr/lib/libmilter ../libopendmarc/.libs/libopendmarc.so -lspf2 -lbsd -lrt
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make[1]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
   dh_auto_test -O--parallel
make[1]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
Making check in contrib
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
Making check in init
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
Making check in generic
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/generic'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/generic'
Making check in redhat
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/redhat'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/redhat'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
make[4]: Nothing to be done for 'check-am'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
Making check in rddmarc
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/rddmarc'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/rddmarc'
Making check in spec
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/spec'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/spec'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
Making check in db
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/db'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/db'
Making check in docs
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/docs'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/docs'
Making check in libopendmarc
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
Making check in tests
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
Making check in testfiles
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[4]: Nothing to be done for 'check'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make  test_tld test_finddomain test_dmarc_parse test_dmarc_fetch test_xml_parse test_parse_to_buf test_alignment 
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I.. -I../.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT test_tld.o -MD -MP -MF .deps/test_tld.Tpo -c -o test_tld.o test_tld.c
mv -f .deps/test_tld.Tpo .deps/test_tld.Po
/bin/bash ../../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o test_tld test_tld.o ../libopendmarc.la  -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs -o .libs/test_tld test_tld.o  -lresolv -L/usr/lib/libmilter ../.libs/libopendmarc.so -lspf2 -lbsd -lrt
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I.. -I../.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT test_finddomain.o -MD -MP -MF .deps/test_finddomain.Tpo -c -o test_finddomain.o test_finddomain.c
mv -f .deps/test_finddomain.Tpo .deps/test_finddomain.Po
/bin/bash ../../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o test_finddomain test_finddomain.o ../libopendmarc.la  -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs -o .libs/test_finddomain test_finddomain.o  -lresolv -L/usr/lib/libmilter ../.libs/libopendmarc.so -lspf2 -lbsd -lrt
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I.. -I../.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT test_dmarc_parse.o -MD -MP -MF .deps/test_dmarc_parse.Tpo -c -o test_dmarc_parse.o test_dmarc_parse.c
mv -f .deps/test_dmarc_parse.Tpo .deps/test_dmarc_parse.Po
/bin/bash ../../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o test_dmarc_parse test_dmarc_parse.o ../libopendmarc.la  -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs -o .libs/test_dmarc_parse test_dmarc_parse.o  -lresolv -L/usr/lib/libmilter ../.libs/libopendmarc.so -lspf2 -lbsd -lrt
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I.. -I../.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT test_dmarc_fetch.o -MD -MP -MF .deps/test_dmarc_fetch.Tpo -c -o test_dmarc_fetch.o test_dmarc_fetch.c
mv -f .deps/test_dmarc_fetch.Tpo .deps/test_dmarc_fetch.Po
/bin/bash ../../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o test_dmarc_fetch test_dmarc_fetch.o ../libopendmarc.la  -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs -o .libs/test_dmarc_fetch test_dmarc_fetch.o  -lresolv -L/usr/lib/libmilter ../.libs/libopendmarc.so -lspf2 -lbsd -lrt
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I.. -I../.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT test_xml_parse.o -MD -MP -MF .deps/test_xml_parse.Tpo -c -o test_xml_parse.o test_xml_parse.c
mv -f .deps/test_xml_parse.Tpo .deps/test_xml_parse.Po
/bin/bash ../../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o test_xml_parse test_xml_parse.o ../libopendmarc.la  -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs -o .libs/test_xml_parse test_xml_parse.o  -lresolv -L/usr/lib/libmilter ../.libs/libopendmarc.so -lspf2 -lbsd -lrt
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I.. -I../.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT test_parse_to_buf.o -MD -MP -MF .deps/test_parse_to_buf.Tpo -c -o test_parse_to_buf.o test_parse_to_buf.c
mv -f .deps/test_parse_to_buf.Tpo .deps/test_parse_to_buf.Po
/bin/bash ../../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o test_parse_to_buf test_parse_to_buf.o ../libopendmarc.la  -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs -o .libs/test_parse_to_buf test_parse_to_buf.o  -lresolv -L/usr/lib/libmilter ../.libs/libopendmarc.so -lspf2 -lbsd -lrt
i486-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..  -I.. -I../.. -D_FORTIFY_SOURCE=2 -DCONFIG_BASE=\"/etc\"  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -MT test_alignment.o -MD -MP -MF .deps/test_alignment.Tpo -c -o test_alignment.o test_alignment.c
mv -f .deps/test_alignment.Tpo .deps/test_alignment.Po
/bin/bash ../../libtool  --tag=CC   --mode=link i486-linux-gnu-gcc -std=gnu99  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -Wl,-z,relro -lresolv -Wl,-z,defs -L/usr/lib/libmilter -o test_alignment test_alignment.o ../libopendmarc.la  -lspf2 -lbsd -lrt 
libtool: link: i486-linux-gnu-gcc -std=gnu99 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z -Wl,relro -Wl,-z -Wl,defs -o .libs/test_alignment test_alignment.o  -lresolv -L/usr/lib/libmilter ../.libs/libopendmarc.so -lspf2 -lbsd -lrt
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make  check-TESTS
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[6]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
PASS: test_tld
PASS: test_finddomain
PASS: test_dmarc_parse
PASS: test_dmarc_fetch
PASS: test_xml_parse
PASS: test_parse_to_buf
PASS: test_alignment
make[7]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
Making all in testfiles
make[8]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[8]: Nothing to be done for 'all'.
make[8]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[8]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[8]: Nothing to be done for 'all-am'.
make[8]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[7]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
============================================================================
Testsuite summary for OpenDMARC 1.3.0
============================================================================
# TOTAL: 7
# PASS:  7
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
Making check in docs
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/docs'
make[3]: Nothing to be done for 'check'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/docs'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
Making check in reports
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/reports'
make[2]: Nothing to be done for 'check'.
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/reports'
Making check in opendmarc
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
Making check in tests
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make  
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make  check-TESTS
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[6]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[6]: Nothing to be done for 'all'.
make[6]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
============================================================================
Testsuite summary for OpenDMARC 1.3.0
============================================================================
# TOTAL: 0
# PASS:  0
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
make[3]: Nothing to be done for 'check-am'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make[1]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
 fakeroot debian/rules binary
dh binary  --with quilt, --with autoreconf --parallel
   dh_testroot -O--parallel
   dh_prep -O--parallel
   dh_auto_install -O--parallel
make[1]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
Making install in contrib
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
Making install in init
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
Making install in generic
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/generic'
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/generic'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 opendmarc '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/generic'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/generic'
Making install in redhat
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/redhat'
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/redhat'
make[5]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 opendmarc '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/redhat'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init/redhat'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/init'
Making install in rddmarc
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/rddmarc'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/rddmarc'
make[4]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 README.rddmarc dmarcfail.py mkdmarc mysql_ip6.c rddmarc '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/rddmarc'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/rddmarc'
Making install in spec
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/spec'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/spec'
make[4]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 opendmarc.spec.in '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/spec'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib/spec'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
make[4]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 README '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/contrib'
Making install in db
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/db'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/db'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 README.schema schema.mysql '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/db'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/db'
Making install in docs
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/docs'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/docs'
make[3]: Nothing to be done for 'install-exec-am'.
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/docs'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/docs'
Making install in libopendmarc
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
Making install in tests
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
Making install in testfiles
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests/testfiles'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[5]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[5]: Nothing to be done for 'install-exec-am'.
make[5]: Nothing to be done for 'install-data-am'.
make[5]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/tests'
Making install in docs
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/docs'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/docs'
make[4]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 index.html dmarc_policy_t.html opendmarc_dns_fake_record.html opendmarc_get_policy_to_enforce.html opendmarc_lib_t.html opendmarc_policy_connect_clear.html opendmarc_policy_connect_init.html opendmarc_policy_connect_rset.html opendmarc_policy_connect_shutdown.html opendmarc_policy_fetch_adkim.html opendmarc_policy_fetch_alignment.html opendmarc_policy_fetch_aspf.html opendmarc_policy_fetch_fo.html opendmarc_policy_fetch_p.html opendmarc_policy_fetch_pct.html opendmarc_policy_fetch_rf.html opendmarc_policy_fetch_rua.html opendmarc_policy_fetch_ruf.html opendmarc_policy_fetch_sp.html opendmarc_policy_fetch_utilized_domain.html opendmarc_policy_library_init.html opendmarc_policy_library_shutdown.html opendmarc_policy_parse_dmarc.html opendmarc_policy_query_dmarc.html opendmarc_policy_status_to_str.html opendmarc_policy_store_dkim.html opendmarc_policy_store_dmarc.html opendmarc_policy_store_from_domain.html opendmarc_policy_store_spf.html opendmarc_policy_to_buf.html opendmarc_spf_test.html opendmarc_status_t.html opendmarc_tld_read_file.html opendmarc_tld_shutdown.html opendmarc_util_clearargv.html opendmarc_xml.html opendmarc_xml_parse.html overview.html '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/docs'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc/docs'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libopendmarc.la '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/lib'
libtool: install: /usr/bin/install -c .libs/libopendmarc.so.1.0.2 /tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/lib/libopendmarc.so.1.0.2
libtool: install: (cd /tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/lib && { ln -s -f libopendmarc.so.1.0.2 libopendmarc.so.1 || { rm -f libopendmarc.so.1 && ln -s libopendmarc.so.1.0.2 libopendmarc.so.1; }; })
libtool: install: (cd /tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/lib && { ln -s -f libopendmarc.so.1.0.2 libopendmarc.so || { rm -f libopendmarc.so && ln -s libopendmarc.so.1.0.2 libopendmarc.so; }; })
libtool: install: /usr/bin/install -c .libs/libopendmarc.lai /tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/lib/libopendmarc.la
libtool: install: /usr/bin/install -c .libs/libopendmarc.a /tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/lib/libopendmarc.a
libtool: install: chmod 644 /tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/lib/libopendmarc.a
libtool: install: i486-linux-gnu-ranlib /tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/lib/libopendmarc.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/include/opendmarc'
 /usr/bin/install -c -m 644 dmarc.h '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/include/opendmarc'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/libopendmarc'
Making install in reports
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/reports'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/reports'
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/sbin'
 /usr/bin/install -c opendmarc-expire opendmarc-import opendmarc-importstats opendmarc-params opendmarc-reports '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/sbin'
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 README mkdb.mysql '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/man/man8'
 /usr/bin/install -c -m 644 opendmarc-expire.8 opendmarc-import.8 opendmarc-params.8 opendmarc-reports.8 opendmarc-importstats.8 '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/man/man8'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/reports'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/reports'
Making install in opendmarc
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
Making install in tests
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[4]: Nothing to be done for 'install-exec-am'.
make[4]: Nothing to be done for 'install-data-am'.
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc/tests'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
make[4]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/sbin'
  /bin/bash ../libtool   --mode=install /usr/bin/install -c opendmarc opendmarc-check '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/sbin'
libtool: install: warning: `../libopendmarc/libopendmarc.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/opendmarc /tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/sbin/opendmarc
libtool: install: warning: `../libopendmarc/libopendmarc.la' has not been installed in `/usr/lib'
libtool: install: /usr/bin/install -c .libs/opendmarc-check /tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/sbin/opendmarc-check
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 opendmarc.conf.sample '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/man/man5'
 /usr/bin/install -c -m 644 opendmarc.conf.5 '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/man/man5'
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/man/man8'
 /usr/bin/install -c -m 644 opendmarc.8 opendmarc-check.8 '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/man/man8'
make[4]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/opendmarc'
make[2]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make[3]: Entering directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make[3]: Nothing to be done for 'install-exec-am'.
 /bin/mkdir -p '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
 /usr/bin/install -c -m 644 LICENSE LICENSE.Sendmail '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg/debian/tmp/usr/share/doc/opendmarc'
make[3]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make[2]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
make[1]: Leaving directory '/tmp/buildd/opendmarc-1.3.0~beta3+dfsg'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: missing_include.patch
Type: text/x-patch
Size: 8644 bytes
Desc: not available
URL: <http://www.trusteddomain.org/pipermail/opendmarc-dev/attachments/20140726/68c9a5b3/attachment-0001.bin>


More information about the opendmarc-dev mailing list