[Opendnssec-user] Questions regarding OpenBSD port

Patrik Lundin patrik.lundin.swe at gmail.com
Sat May 17 09:44:41 UTC 2014


Hello,

I am looking into porting OpenDNSSEC and SoftHSM to OpenBSD.  The
progress is currently available here:
http://marc.info/?l=openbsd-ports&m=139949634120613&w=2

Currently both ports build and seems to work fine, but there are a bunch
of warnings thrown during compilation that I am not sure how to sort
out properly.

The most noisy warning (as is mentioned in the above thread) is the
following message:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list

It is thrown many times throughout the build and seems to be the result
of those portions of code not being built with -std=c99. I notice that
the flag is used in some parts of the build but not in others which
makes me wonder what the correct fix would be.

Looking at a plain ./configure && make on Ubuntu 14.04 no such messages
are produced, but I did spot some "warning: ISO C90 does not support
‘long long’" warnings which I believe is caused by the same missing
flag.

I have attached script(1) output of a "make build" in the opendnssec
port for reference.

Any input would be appreciated!

Regards,
Patrik Lundin
-------------- next part --------------
Script started on Sat May 17 13:23:37 2014
# make build
===> opendnssec-1.4.5-sqlite3 depends on: libldns-* -> libldns-1.6.17
===> opendnssec-1.4.5-sqlite3 depends on: libxml-* -> libxml-2.9.1
===> opendnssec-1.4.5-sqlite3 depends on: libiconv-* -> libiconv-1.14p1
===>  Verifying specs: c crypto iconv ldns m pthread xml2 z sqlite3 iconv>=2 c crypto iconv ldns m pthread xml2 z sqlite3 iconv>=2
===>  found c.74.1 crypto.26.0 iconv.6.0 ldns.6.1 m.9.0 pthread.18.0 xml2.15.1 z.5.0 sqlite3.27.0
===>  Checking files for opendnssec-1.4.5-sqlite3
`/usr/ports/distfiles/opendnssec-1.4.5.tar.gz' is up to date.
>> (SHA256) opendnssec-1.4.5.tar.gz: OK
===>  Extracting for opendnssec-1.4.5-sqlite3
===>  Patching for opendnssec-1.4.5-sqlite3
===>  Configuring for opendnssec-1.4.5-sqlite3
Using /usr/ports/pobj/opendnssec-1.4.5-sqlite3/config.site (generated)
configure: WARNING: unrecognized options: --disable-silent-rules
configure: loading site script /usr/ports/pobj/opendnssec-1.4.5-sqlite3/config.site
checking for a BSD-compatible install... /usr/bin/install -c -o root -g bin
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... mkdir -p
checking for gawk... (cached) awk
checking whether make sets $(MAKE)... (cached) yes
configure: Detecting common OpenDNSSEC settings
checking for style of include used by make... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking dependency style of cc... (cached) gcc3
checking how to run the C preprocessor... cc -E
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking dependency style of cc... (cached) gcc3
checking build system type... x86_64-unknown-openbsd5.5
checking host system type... x86_64-unknown-openbsd5.5
checking how to print strings... print -r
checking for a sed that does not truncate output... (cached) /usr/bin/sed
checking for fgrep... (cached) /usr/bin/fgrep
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 131072
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking how to convert x86_64-unknown-openbsd5.5 file names to x86_64-unknown-openbsd5.5 format... func_convert_file_noop
checking how to convert x86_64-unknown-openbsd5.5 file names to toolchain format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
checking for dlltool... no
checking how to associate runtime and link libraries... print -r --
checking for ar... (cached) ar
checking for archiver @FILE support... no
checking for strip... (cached) strip
checking for ranlib... (cached) ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for sysroot... no
checking for mt... mt
checking if mt is a manifest tool... no
checking for dlfcn.h... (cached) yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... 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... yes
checking dynamic linker characteristics... openbsd5.5 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make sets $(MAKE)... (cached) yes
checking for ranlib... (cached) ranlib
checking for xmllint... /usr/local/bin/xmllint
checking for xsltproc... no
checking for java... no
checking for cp... (cached) /bin/cp
checking whether cc supports -std=c99... yes
checking whether cc supports -xc99... no
checking whether we need -std=c99 as a flag for cc... no
checking whether we need -D__EXTENSIONS__ as a flag for cc... no
checking for ANSI C header files... (cached) yes
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for fcntl.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdio.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for syslog.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getopt.h... (cached) yes
checking for errno.h... (cached) yes
checking for getopt.h... (cached) yes
checking for pthread.h... (cached) yes
checking for signal.h... (cached) yes
checking for stdarg.h... (cached) yes
checking for stdint.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking libxml/parser.h usability... no
checking libxml/parser.h presence... no
checking for libxml/parser.h... no
checking libxml/relaxng.h usability... no
checking libxml/relaxng.h presence... no
checking for libxml/relaxng.h... no
checking libxml/xmlreader.h usability... no
checking libxml/xmlreader.h presence... no
checking for libxml/xmlreader.h... no
checking libxml/xpath.h usability... no
checking libxml/xpath.h presence... no
checking for libxml/xpath.h... no
checking for an ANSI C-conforming const... (cached) yes
checking for pid_t... (cached) yes
checking for size_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for uint16_t... yes
checking for union semun... 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 PTHREAD_PRIO_INHERIT... yes
checking for arc4random... (cached) yes
checking for arc4random_uniform... yes
checking for dup2... (cached) yes
checking for endpwent... (cached) yes
checking for select... (cached) yes
checking for strerror... (cached) yes
checking for strtol... (cached) yes
checking for getpass... (cached) yes
checking for getpassphrase... no
checking for memset... (cached) yes
checking for localtime_r... (cached) yes
checking for memset... (cached) yes
checking for strdup... (cached) yes
checking for strerror... (cached) yes
checking for strstr... (cached) yes
checking for strtol... (cached) yes
checking for strtoul... (cached) yes
checking for setregid... (cached) yes
checking for setreuid... (cached) yes
checking for chown... (cached) yes
checking for stat... (cached) yes
checking for exit... (cached) yes
checking for time... (cached) yes
checking for atoi... (cached) yes
checking for getpid... (cached) yes
checking for waitpid... (cached) yes
checking for sigfillset... yes
checking for malloc... (cached) yes
checking for calloc... (cached) yes
checking for realloc... (cached) yes
checking for free... (cached) yes
checking for strlen... (cached) yes
checking for strncmp... (cached) yes
checking for strncat... (cached) yes
checking for strncpy... (cached) yes
checking for strerror... (cached) yes
checking for strncasecmp... (cached) yes
checking for strdup... (cached) yes
checking for fgetc... (cached) yes
checking for fopen... yes
checking for fclose... (cached) yes
checking for ferror... yes
checking for fprintf... (cached) yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for fflush... (cached) yes
checking for openlog... (cached) yes
checking for closelog... (cached) yes
checking for syslog... (cached) yes
checking for openlog_r... yes
checking for closelog_r... yes
checking for syslog_r... yes
checking for vsyslog_r... yes
checking for chroot... (cached) yes
checking for getgroups... (cached) yes
checking for setgroups... (cached) yes
checking for initgroups... (cached) yes
checking for close... (cached) yes
checking for unlink... (cached) yes
checking for fcntl... (cached) yes
checking for socket... (cached) yes
checking for listen... (cached) yes
checking for bzero... (cached) yes
checking for va_start... no
checking for va_end... no
checking for xmlInitParser... no
checking for xmlCleanupParser... no
checking for xmlCleanupThreads... no
checking for pthread_mutex_init... yes
checking for pthread_mutex_destroy... yes
checking for pthread_mutex_lock... yes
checking for pthread_mutex_unlock... yes
checking for pthread_cond_init... yes
checking for pthread_cond_signal... yes
checking for pthread_cond_destroy... yes
checking for pthread_cond_wait... yes
checking for pthread_cond_timedwait... yes
checking for pthread_create... yes
checking for pthread_detach... yes
checking for pthread_self... yes
checking for pthread_join... yes
checking for pthread_sigmask... yes
checking for unistd.h... (cached) yes
checking for working chown... (cached) yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... (cached) yes
checking for vfork... (cached) yes
checking for working fork... (cached) yes
checking for working vfork... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... (cached) yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... (cached) yes
checking for working mktime... (cached) yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... (cached) int,fd_set *,struct timeval *
checking for vprintf... (cached) yes
checking for _doprnt... no
checking for strlcat... (cached) yes
checking for strlcpy... (cached) yes
checking for b64_pton... no
checking for b64_ntop... no
checking for setresuid... (cached) yes
checking if setresuid seems to work... yes
checking for setresgid... (cached) yes
checking if setresgid seems to work... yes
checking whether strptime needs defines... no
checking for struct sockaddr_un.sun_len... yes
checking if we should enable timeshift debugging... no
checking for xml2-config... /usr/local/bin/xml2-config
checking what are the xml2 includes... -I/usr/local/include/libxml2 -I/usr/local/include
checking what are the xml2 libs... -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm
checking for xmlDocGetRootElement in -lxml2... yes
checking for ldns-config... /usr/local/bin/ldns-config
checking what are the ldns includes... -I/usr/local/include
checking what are the ldns libs...    -L/usr/local/lib   -lcrypto -lldns
checking for ldns_rr_new in -lldns... yes
checking for ldns version... >= 1.6.12
checking for ldns-config... (cached) /usr/local/bin/ldns-config
checking what are the ldns includes... -I/usr/local/include
checking what are the ldns libs...    -L/usr/local/lib   -lcrypto -lldns
checking for ldns version not 1.6.14... ok
checking for ldns-config... (cached) /usr/local/bin/ldns-config
checking what are the ldns includes... -I/usr/local/include
checking what are the ldns libs...    -L/usr/local/lib   -lcrypto -lldns
checking for ldns version not 1.6.15... ok
checking for clock_gettime in -lrt... no
checking for sys/time.h... (cached) yes
checking for time.h... (cached) yes
checking for gettimeofday... (cached) yes
checking for SSL... found in /usr
checking for HMAC_CTX_init in -lcrypto... yes
checking for EVP_sha1... yes
checking for EVP_sha256... yes
checking for dlopen... yes
checking for perl... /usr/bin/perl
checking for database backend... SQLite3
checking for sqlite3... /usr/bin/sqlite3
checking what are the SQLite3 includes... -I/usr/local/include
checking what are the SQLite3 libs... -L/usr/local/lib -lsqlite3
checking sqlite3.h usability... yes
checking sqlite3.h presence... yes
checking for sqlite3.h... yes
checking for sqlite3_prepare_v2 in -lsqlite3... yes
checking what are the cunit includes... -I/usr/local/include
checking what are the cunit libs... -L/usr/local/lib -lcunit
checking for CU_run_test in -lcunit... no
configure: Can't find cunit library
checking for doxygen... no
configure: WARNING: doxygen not found - will not generate any doxygen documentation
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating Doxyfile
config.status: creating common/Makefile
config.status: creating conf/Makefile
config.status: creating conf/addns.xml
config.status: creating conf/conf.xml
config.status: creating conf/enforcerstate.xml
config.status: creating conf/kasp.xml
config.status: creating conf/signconf.xml
config.status: creating conf/zonelist.xml
config.status: creating enforcer/Makefile
config.status: creating enforcer/common/Makefile
config.status: creating enforcer/enforcerd/Makefile
config.status: creating enforcer/enforcerd/ods-enforcerd.8
config.status: creating enforcer/ksm/Makefile
config.status: creating enforcer/ksm/include/Makefile
config.status: creating enforcer/ksm/include/ksm/Makefile
config.status: creating enforcer/test/Makefile
config.status: creating enforcer/test/cucumber/Makefile
config.status: creating enforcer/test/cucumber/c_conf.xml
config.status: creating enforcer/test/cucumber/c_kasp.xml
config.status: creating enforcer/test/cucumber/c_zonelist.base.xml
config.status: creating enforcer/test/cunit/Makefile
config.status: creating enforcer/test/cunit/database_setup_mysql.sh
config.status: creating enforcer/test/cunit/database_setup_sqlite3.sh
config.status: creating enforcer/utils/Makefile
config.status: creating enforcer/utils/ods-kaspcheck.1
config.status: creating enforcer/utils/ods-ksmutil.1
config.status: creating libhsm/Makefile
config.status: creating libhsm/src/Makefile
config.status: creating libhsm/src/bin/Makefile
config.status: creating libhsm/src/bin/ods-hsmspeed.1
config.status: creating libhsm/src/bin/ods-hsmutil.1
config.status: creating libhsm/src/lib/Makefile
config.status: creating libhsm/checks/Makefile
config.status: creating libhsm/checks/conf-softhsm.xml
config.status: creating libhsm/checks/conf-sca6000.xml
config.status: creating libhsm/checks/conf-etoken.xml
config.status: creating libhsm/checks/conf-multi.xml
config.status: creating libhsm/checks/conf-opensc.xml
config.status: creating libhsm/checks/conf-ncipher.xml
config.status: creating libhsm/checks/conf-aepkeyper.xml
config.status: creating signer/Makefile
config.status: creating signer/man/Makefile
config.status: creating signer/man/ods-signer.8
config.status: creating signer/man/ods-signerd.8
config.status: creating signer/src/Makefile
config.status: creating tools/Makefile
config.status: creating tools/ods-control
config.status: creating tools/solaris/Makefile
config.status: creating tools/solaris/ods-enforcerd.init
config.status: creating tools/solaris/ods-signerd.init
config.status: creating tools/ods-timing.5
config.status: creating tools/opendnssec.7
config.status: creating tools/ods-control.8
config.status: creating tools/ods-kasp2html
config.status: creating common/config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-silent-rules
===>  Building for opendnssec-1.4.5-sqlite3
Making all in common
make  all-am
cc -DHAVE_CONFIG_H -I.      -O2 -pipe -pedantic -Wall -Wextra -pthread -MT strlcat.o -MD -MP -MF .deps/strlcat.Tpo -c -o strlcat.o strlcat.c
strlcat.c:22: warning: ISO C forbids an empty source file
mv -f .deps/strlcat.Tpo .deps/strlcat.Po
cc -DHAVE_CONFIG_H -I.      -O2 -pipe -pedantic -Wall -Wextra -pthread -MT strlcpy.o -MD -MP -MF .deps/strlcpy.Tpo -c -o strlcpy.o strlcpy.c
strlcpy.c:22: warning: ISO C forbids an empty source file
mv -f .deps/strlcpy.Tpo .deps/strlcpy.Po
cc -DHAVE_CONFIG_H -I.      -O2 -pipe -pedantic -Wall -Wextra -pthread -MT b64_ntop.o -MD -MP -MF .deps/b64_ntop.Tpo -c -o b64_ntop.o b64_ntop.c
mv -f .deps/b64_ntop.Tpo .deps/b64_ntop.Po
cc -DHAVE_CONFIG_H -I.      -O2 -pipe -pedantic -Wall -Wextra -pthread -MT b64_pton.o -MD -MP -MF .deps/b64_pton.Tpo -c -o b64_pton.o b64_pton.c
mv -f .deps/b64_pton.Tpo .deps/b64_pton.Po
cc -DHAVE_CONFIG_H -I.      -O2 -pipe -pedantic -Wall -Wextra -pthread -MT pselect.o -MD -MP -MF .deps/pselect.Tpo -c -o pselect.o pselect.c
mv -f .deps/pselect.Tpo .deps/pselect.Po
rm -f libcompat.a
ar cru libcompat.a strlcat.o strlcpy.o  b64_ntop.o b64_pton.o pselect.o 
ranlib libcompat.a
Making all in libhsm
Making all in src
Making all in lib
cc -DHAVE_CONFIG_H -I. -I../../../common  -I../../../common  -I../../../common  -I./cryptoki_compat  -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include   -std=c99 -O2 -pipe -pedantic -Wall -Wextra -pthread -MT libhsm.o -MD -MP -MF .deps/libhsm.Tpo -c -o libhsm.o libhsm.c
libhsm.c: In function 'hsm_pkcs11_load_functions':
libhsm.c:297: warning: ISO C forbids conversion of object pointer to function pointer type
mv -f .deps/libhsm.Tpo .deps/libhsm.Po
cc -DHAVE_CONFIG_H -I. -I../../../common  -I../../../common  -I../../../common  -I./cryptoki_compat  -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include   -std=c99 -O2 -pipe -pedantic -Wall -Wextra -pthread -MT pin.o -MD -MP -MF .deps/pin.Tpo -c -o pin.o pin.c
pin.c: In function 'hsm_shm_open':
pin.c:209: warning: comparison between signed and unsigned
mv -f .deps/pin.Tpo .deps/pin.Po
rm -f libhsm.a
ar cru libhsm.a libhsm.o pin.o 
ranlib libhsm.a
Making all in bin
cc -DHAVE_CONFIG_H -I. -I../../../common  -I../../../common  -I../../../common  -I./../lib  -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include   -std=c99 -O2 -pipe -pedantic -Wall -Wextra -pthread -MT hsmutil.o -MD -MP -MF .deps/hsmutil.Tpo -c -o hsmutil.o hsmutil.c
mv -f .deps/hsmutil.Tpo .deps/hsmutil.Po
cc -DHAVE_CONFIG_H -I. -I../../../common  -I../../../common  -I../../../common  -I./../lib  -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include   -std=c99 -O2 -pipe -pedantic -Wall -Wextra -pthread -MT hsmtest.o -MD -MP -MF .deps/hsmtest.Tpo -c -o hsmtest.o hsmtest.c
mv -f .deps/hsmtest.Tpo .deps/hsmtest.Po
/usr/bin/libtool --tag=CC    --mode=link cc -std=c99 -O2 -pipe -pedantic -Wall -Wextra -pthread    -o ods-hsmutil hsmutil.o hsmtest.o ../lib/libhsm.a    -L/usr/local/lib   -lcrypto -lldns -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm ../../../common/libcompat.a -lcrypto  
libtool: link: cc -o ods-hsmutil -pthread -std=c99 -O2 -pipe -pedantic -Wall -Wextra hsmutil.o hsmtest.o ../lib/libhsm.a ../../../common/libcompat.a -L.libs -lcrypto -lldns -lxml2 -lz -liconv -lm -Wl,-rpath-link,/usr/local/lib
.libs/libxml2.so.15.1: warning: strcpy() is almost always misused, please use strlcpy()
.libs/libxml2.so.15.1: warning: rand_r() isn't random; consider using arc4random()
.libs/libldns.so.6.1: warning: random() isn't random; consider using arc4random()
.libs/libxml2.so.15.1: warning: strcat() is almost always misused, please use strlcat()
cc -DHAVE_CONFIG_H -I. -I../../../common  -I../../../common  -I../../../common  -I./../lib  -I/usr/local/include -I/usr/local/include/libxml2 -I/usr/local/include   -std=c99 -O2 -pipe -pedantic -Wall -Wextra -pthread -MT hsmspeed.o -MD -MP -MF .deps/hsmspeed.Tpo -c -o hsmspeed.o hsmspeed.c
hsmspeed.c:38:1: warning: "PTHREAD_THREADS_MAX" redefined
In file included from hsmspeed.c:33:
/usr/include/pthread.h:55:1: warning: this is the location of the previous definition
hsmspeed.c: In function 'sign':
hsmspeed.c:120: warning: control reaches end of non-void function
mv -f .deps/hsmspeed.Tpo .deps/hsmspeed.Po
/usr/bin/libtool --tag=CC    --mode=link cc -std=c99 -O2 -pipe -pedantic -Wall -Wextra -pthread    -o ods-hsmspeed hsmspeed.o ../lib/libhsm.a -lpthread    -L/usr/local/lib   -lcrypto -lldns -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm ../../../common/libcompat.a -lcrypto  
libtool: link: cc -o ods-hsmspeed -pthread -std=c99 -O2 -pipe -pedantic -Wall -Wextra hsmspeed.o ../lib/libhsm.a ../../../common/libcompat.a -L.libs -lpthread -lcrypto -lldns -lxml2 -lz -liconv -lm -Wl,-rpath-link,/usr/local/lib
.libs/libxml2.so.15.1: warning: strcpy() is almost always misused, please use strlcpy()
.libs/libxml2.so.15.1: warning: rand_r() isn't random; consider using arc4random()
.libs/libldns.so.6.1: warning: random() isn't random; consider using arc4random()
.libs/libxml2.so.15.1: warning: strcat() is almost always misused, please use strlcat()
Making all in checks
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I./../src/lib  -I/usr/local/include   -std=c99 -O2 -pipe -pedantic -Wall -Wextra -pthread -MT hsmcheck.o -MD -MP -MF .deps/hsmcheck.Tpo -c -o hsmcheck.o hsmcheck.c
mv -f .deps/hsmcheck.Tpo .deps/hsmcheck.Po
/usr/bin/libtool --tag=CC    --mode=link cc -std=c99 -O2 -pipe -pedantic -Wall -Wextra -pthread -no-install   -o hsmcheck hsmcheck.o ../src/lib/libhsm.a    -L/usr/local/lib   -lcrypto -lldns -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm ../../common/libcompat.a -lcrypto  
libtool: link: cc -o hsmcheck -pthread -std=c99 -O2 -pipe -pedantic -Wall -Wextra hsmcheck.o ../src/lib/libhsm.a ../../common/libcompat.a -L.libs -lcrypto -lldns -lxml2 -lz -liconv -lm -Wl,-rpath-link,/usr/local/lib
.libs/libxml2.so.15.1: warning: strcpy() is almost always misused, please use strlcpy()
.libs/libxml2.so.15.1: warning: rand_r() isn't random; consider using arc4random()
.libs/libldns.so.6.1: warning: random() isn't random; consider using arc4random()
.libs/libxml2.so.15.1: warning: strcat() is almost always misused, please use strlcat()
Making all in enforcer
Making all in ksm
Making all in include
Making all in ksm
make  all-am
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT database_init_rundown.o -MD -MP -MF .deps/database_init_rundown.Tpo -c -o database_init_rundown.o database_init_rundown.c
mv -f .deps/database_init_rundown.Tpo .deps/database_init_rundown.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT datetime.o -MD -MP -MF .deps/datetime.Tpo -c -o datetime.o datetime.c
datetime.c: In function 'DtXMLIntervalSeconds':
datetime.c:932: warning: ISO C90 does not support 'long long'
datetime.c:937: warning: ISO C90 does not support 'long long'
mv -f .deps/datetime.Tpo .deps/datetime.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT dd_string.o -MD -MP -MF .deps/dd_string.Tpo -c -o dd_string.o dd_string.c
mv -f .deps/dd_string.Tpo .deps/dd_string.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT debug.o -MD -MP -MF .deps/debug.Tpo -c -o debug.o debug.c
mv -f .deps/debug.Tpo .deps/debug.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT di_string.o -MD -MP -MF .deps/di_string.Tpo -c -o di_string.o di_string.c
mv -f .deps/di_string.Tpo .deps/di_string.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT dq_string.o -MD -MP -MF .deps/dq_string.Tpo -c -o dq_string.o dq_string.c
mv -f .deps/dq_string.Tpo .deps/dq_string.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT du_string.o -MD -MP -MF .deps/du_string.Tpo -c -o du_string.o du_string.c
mv -f .deps/du_string.Tpo .deps/du_string.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_dnsseckeys.o -MD -MP -MF .deps/ksm_dnsseckeys.Tpo -c -o ksm_dnsseckeys.o ksm_dnsseckeys.c
mv -f .deps/ksm_dnsseckeys.Tpo .deps/ksm_dnsseckeys.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_import.o -MD -MP -MF .deps/ksm_import.Tpo -c -o ksm_import.o ksm_import.c
mv -f .deps/ksm_import.Tpo .deps/ksm_import.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_init_rundown.o -MD -MP -MF .deps/ksm_init_rundown.Tpo -c -o ksm_init_rundown.o ksm_init_rundown.c
mv -f .deps/ksm_init_rundown.Tpo .deps/ksm_init_rundown.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_key.o -MD -MP -MF .deps/ksm_key.Tpo -c -o ksm_key.o ksm_key.c
mv -f .deps/ksm_key.Tpo .deps/ksm_key.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_key_delete.o -MD -MP -MF .deps/ksm_key_delete.Tpo -c -o ksm_key_delete.o ksm_key_delete.c
mv -f .deps/ksm_key_delete.Tpo .deps/ksm_key_delete.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_keyword.o -MD -MP -MF .deps/ksm_keyword.Tpo -c -o ksm_keyword.o ksm_keyword.c
mv -f .deps/ksm_keyword.Tpo .deps/ksm_keyword.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_list.o -MD -MP -MF .deps/ksm_list.Tpo -c -o ksm_list.o ksm_list.c
mv -f .deps/ksm_list.Tpo .deps/ksm_list.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_parameter.o -MD -MP -MF .deps/ksm_parameter.Tpo -c -o ksm_parameter.o ksm_parameter.c
mv -f .deps/ksm_parameter.Tpo .deps/ksm_parameter.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_parameter_value.o -MD -MP -MF .deps/ksm_parameter_value.Tpo -c -o ksm_parameter_value.o ksm_parameter_value.c
mv -f .deps/ksm_parameter_value.Tpo .deps/ksm_parameter_value.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_policy.o -MD -MP -MF .deps/ksm_policy.Tpo -c -o ksm_policy.o ksm_policy.c
mv -f .deps/ksm_policy.Tpo .deps/ksm_policy.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_policy_value.o -MD -MP -MF .deps/ksm_policy_value.Tpo -c -o ksm_policy_value.o ksm_policy_value.c
mv -f .deps/ksm_policy_value.Tpo .deps/ksm_policy_value.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_purge.o -MD -MP -MF .deps/ksm_purge.Tpo -c -o ksm_purge.o ksm_purge.c
mv -f .deps/ksm_purge.Tpo .deps/ksm_purge.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_request.o -MD -MP -MF .deps/ksm_request.Tpo -c -o ksm_request.o ksm_request.c
mv -f .deps/ksm_request.Tpo .deps/ksm_request.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_time.o -MD -MP -MF .deps/ksm_time.Tpo -c -o ksm_time.o ksm_time.c
mv -f .deps/ksm_time.Tpo .deps/ksm_time.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_update.o -MD -MP -MF .deps/ksm_update.Tpo -c -o ksm_update.o ksm_update.c
mv -f .deps/ksm_update.Tpo .deps/ksm_update.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_version.o -MD -MP -MF .deps/ksm_version.Tpo -c -o ksm_version.o ksm_version.c
mv -f .deps/ksm_version.Tpo .deps/ksm_version.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksm_zone.o -MD -MP -MF .deps/ksm_zone.Tpo -c -o ksm_zone.o ksm_zone.c
mv -f .deps/ksm_zone.Tpo .deps/ksm_zone.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT memory.o -MD -MP -MF .deps/memory.Tpo -c -o memory.o memory.c
mv -f .deps/memory.Tpo .deps/memory.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT message.o -MD -MP -MF .deps/message.Tpo -c -o message.o message.c
mv -f .deps/message.Tpo .deps/message.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT string_util.o -MD -MP -MF .deps/string_util.Tpo -c -o string_util.o string_util.c
mv -f .deps/string_util.Tpo .deps/string_util.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT string_util2.o -MD -MP -MF .deps/string_util2.Tpo -c -o string_util2.o string_util2.c
mv -f .deps/string_util2.Tpo .deps/string_util2.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT database_access_lite.o -MD -MP -MF .deps/database_access_lite.Tpo -c -o database_access_lite.o database_access_lite.c
mv -f .deps/database_access_lite.Tpo .deps/database_access_lite.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT database_connection_lite.o -MD -MP -MF .deps/database_connection_lite.Tpo -c -o database_connection_lite.o database_connection_lite.c
mv -f .deps/database_connection_lite.Tpo .deps/database_connection_lite.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./include  -I./include  -I/usr/local/include  -I/usr/local/include/libxml2 -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT database_support_lite.o -MD -MP -MF .deps/database_support_lite.Tpo -c -o database_support_lite.o database_support_lite.c
mv -f .deps/database_support_lite.Tpo .deps/database_support_lite.Po
rm -f libksm.a
ar cru libksm.a database_init_rundown.o  datetime.o dd_string.o debug.o  di_string.o dq_string.o du_string.o  ksm_dnsseckeys.o ksm_import.o  ksm_init_rundown.o ksm_key.o  ksm_key_delete.o ksm_keyword.o  ksm_list.o ksm_parameter.o  ksm_parameter_value.o ksm_policy.o  ksm_policy_value.o ksm_purge.o  ksm_request.o ksm_time.o ksm_update.o  ksm_version.o ksm_zone.o memory.o  message.o string_util.o string_util2.o   database_access_lite.o  database_connection_lite.o  database_support_lite.o 
ranlib libksm.a
Making all in common
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./../ksm/include  -I./../ksm/include  -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT daemon.o -MD -MP -MF .deps/daemon.Tpo -c -o daemon.o daemon.c
mv -f .deps/daemon.Tpo .deps/daemon.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./../ksm/include  -I./../ksm/include  -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT daemon_util.o -MD -MP -MF .deps/daemon_util.Tpo -c -o daemon_util.o daemon_util.c
mv -f .deps/daemon_util.Tpo .deps/daemon_util.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./../ksm/include  -I./../ksm/include  -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT kaspaccess.o -MD -MP -MF .deps/kaspaccess.Tpo -c -o kaspaccess.o kaspaccess.c
mv -f .deps/kaspaccess.Tpo .deps/kaspaccess.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I./../ksm/include  -I./../ksm/include  -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT privdrop.o -MD -MP -MF .deps/privdrop.Tpo -c -o privdrop.o privdrop.c
mv -f .deps/privdrop.Tpo .deps/privdrop.Po
rm -f libenforcer.a
ar cru libenforcer.a daemon.o daemon_util.o  kaspaccess.o privdrop.o 
ranlib libenforcer.a
Making all in enforcerd
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib  -I./../common  -I./../common  -I./../ksm/include  -I./../ksm/include  -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT enforcer.o -MD -MP -MF .deps/enforcer.Tpo -c -o enforcer.o enforcer.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ../../libhsm/src/lib/libhsmdns.h:31,
                 from enforcer.c:59:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/enforcer.Tpo .deps/enforcer.Po
/usr/bin/libtool --tag=CC    --mode=link cc  -O2 -pipe -pedantic -Wall -Wextra -pthread    -o ods-enforcerd enforcer.o ../common/libenforcer.a ../ksm/libksm.a ../../libhsm/src/lib/libhsm.a ../../common/libcompat.a  -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -L/usr/local/lib -lsqlite3    -L/usr/local/lib   -lcrypto -lldns  -lcrypto  
libtool: link: cc -o ods-enforcerd -pthread -O2 -pipe -pedantic -Wall -Wextra enforcer.o ../common/libenforcer.a ../ksm/libksm.a ../../libhsm/src/lib/libhsm.a ../../common/libcompat.a -L.libs -lxml2 -lz -liconv -lm -lsqlite3 -lcrypto -lldns -Wl,-rpath-link,/usr/local/lib
../ksm/libksm.a(datetime.o)(.text+0x562): In function `DtSecondsInterval':
: warning: strcpy() is almost always misused, please use strlcpy()
.libs/libxml2.so.15.1: warning: rand_r() isn't random; consider using arc4random()
../ksm/libksm.a(ksm_policy.o)(.text+0xd31): In function `KsmPolicyUpdateSalt':
: warning: rand() isn't random; consider using arc4random()
../ksm/libksm.a(ksm_policy.o)(.text+0xd13): In function `KsmPolicyUpdateSalt':
: warning: srand() seed choices are invariably poor
.libs/libldns.so.6.1: warning: random() isn't random; consider using arc4random()
../ksm/libksm.a(datetime.o)(.text+0x961): In function `DtAppendTime':
: warning: strcat() is almost always misused, please use strlcat()
Making all in utils
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib  -I./../common  -I./../common  -I./../ksm/include  -I./../ksm/include  -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ksmutil.o -MD -MP -MF .deps/ksmutil.Tpo -c -o ksmutil.o ksmutil.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ../../libhsm/src/lib/libhsmdns.h:31,
                 from ksmutil.c:60:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/ksmutil.Tpo .deps/ksmutil.Po
/usr/bin/libtool --tag=CC    --mode=link cc  -O2 -pipe -pedantic -Wall -Wextra -pthread    -o ods-ksmutil ksmutil.o ../ksm/libksm.a ../../libhsm/src/lib/libhsm.a ../../common/libcompat.a -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm  -L/usr/local/lib -lsqlite3    -L/usr/local/lib   -lcrypto -lldns  -lcrypto  
libtool: link: cc -o ods-ksmutil -pthread -O2 -pipe -pedantic -Wall -Wextra ksmutil.o ../ksm/libksm.a ../../libhsm/src/lib/libhsm.a ../../common/libcompat.a -L.libs -lxml2 -lz -liconv -lm -lsqlite3 -lcrypto -lldns -Wl,-rpath-link,/usr/local/lib
../ksm/libksm.a(datetime.o)(.text+0x562): In function `DtSecondsInterval':
: warning: strcpy() is almost always misused, please use strlcpy()
.libs/libxml2.so.15.1: warning: rand_r() isn't random; consider using arc4random()
../ksm/libksm.a(ksm_policy.o)(.text+0xd31): In function `KsmPolicyUpdateSalt':
: warning: rand() isn't random; consider using arc4random()
../ksm/libksm.a(ksm_policy.o)(.text+0xd13): In function `KsmPolicyUpdateSalt':
: warning: srand() seed choices are invariably poor
.libs/libldns.so.6.1: warning: random() isn't random; consider using arc4random()
../ksm/libksm.a(datetime.o)(.text+0x961): In function `DtAppendTime':
: warning: strcat() is almost always misused, please use strlcat()
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib  -I./../common  -I./../common  -I./../ksm/include  -I./../ksm/include  -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT kaspcheck.o -MD -MP -MF .deps/kaspcheck.Tpo -c -o kaspcheck.o kaspcheck.c
mv -f .deps/kaspcheck.Tpo .deps/kaspcheck.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib  -I./../common  -I./../common  -I./../ksm/include  -I./../ksm/include  -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT kc_helper.o -MD -MP -MF .deps/kc_helper.Tpo -c -o kc_helper.o kc_helper.c
kc_helper.c: In function 'DtXMLIntervalSeconds':
kc_helper.c:896: warning: ISO C90 does not support 'long long'
kc_helper.c:901: warning: ISO C90 does not support 'long long'
mv -f .deps/kc_helper.Tpo .deps/kc_helper.Po
/usr/bin/libtool --tag=CC    --mode=link cc  -O2 -pipe -pedantic -Wall -Wextra -pthread    -o ods-kaspcheck kaspcheck.o kc_helper.o ../../libhsm/src/lib/libhsm.a ../../common/libcompat.a -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -lcrypto  
libtool: link: cc -o ods-kaspcheck -pthread -O2 -pipe -pedantic -Wall -Wextra kaspcheck.o kc_helper.o ../../libhsm/src/lib/libhsm.a ../../common/libcompat.a -L.libs -lxml2 -lz -liconv -lm -lcrypto -Wl,-rpath-link,/usr/local/lib
.libs/libxml2.so.15.1: warning: strcpy() is almost always misused, please use strlcpy()
.libs/libxml2.so.15.1: warning: rand_r() isn't random; consider using arc4random()
kc_helper.o(.text+0x677): In function `StrAppend':
: warning: strcat() is almost always misused, please use strlcat()
Making all in test
Making all in conf
Making all in tools
Making all in solaris
Making all in signer
Making all in src
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ods-signerd.o -MD -MP -MF .deps/ods-signerd.Tpo -c -o ods-signerd.o ods-signerd.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from daemon/engine.h:38,
                 from ods-signerd.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/ods-signerd.Tpo .deps/ods-signerd.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT adapi.o -MD -MP -MF .deps/adapi.Tpo -c -o adapi.o `test -f 'adapter/adapi.c' || echo './'`adapter/adapi.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./adapter/adapi.h:37,
                 from adapter/adapi.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/adapi.Tpo .deps/adapi.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT adapter.o -MD -MP -MF .deps/adapter.Tpo -c -o adapter.o `test -f 'adapter/adapter.c' || echo './'`adapter/adapter.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from adapter/adapter.c:32:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/adapter.Tpo .deps/adapter.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT addns.o -MD -MP -MF .deps/addns.Tpo -c -o addns.o `test -f 'adapter/addns.c' || echo './'`adapter/addns.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./adapter/adapi.h:37,
                 from adapter/addns.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/addns.Tpo .deps/addns.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT adfile.o -MD -MP -MF .deps/adfile.Tpo -c -o adfile.o `test -f 'adapter/adfile.c' || echo './'`adapter/adfile.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./adapter/adapi.h:37,
                 from adapter/adfile.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/adfile.Tpo .deps/adfile.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT adutil.o -MD -MP -MF .deps/adutil.Tpo -c -o adutil.o `test -f 'adapter/adutil.c' || echo './'`adapter/adutil.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./adapter/adutil.h:38,
                 from adapter/adutil.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/adutil.Tpo .deps/adutil.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT cfg.o -MD -MP -MF .deps/cfg.Tpo -c -o cfg.o `test -f 'daemon/cfg.c' || echo './'`daemon/cfg.c
mv -f .deps/cfg.Tpo .deps/cfg.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT cmdhandler.o -MD -MP -MF .deps/cmdhandler.Tpo -c -o cmdhandler.o `test -f 'daemon/cmdhandler.c' || echo './'`daemon/cmdhandler.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from ./daemon/engine.h:38,
                 from daemon/cmdhandler.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
daemon/cmdhandler.c: In function 'cmdhandler_handle_cmd_clear':
daemon/cmdhandler.c:398: warning: unused variable 'task'
mv -f .deps/cmdhandler.Tpo .deps/cmdhandler.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT dnshandler.o -MD -MP -MF .deps/dnshandler.Tpo -c -o dnshandler.o `test -f 'daemon/dnshandler.c' || echo './'`daemon/dnshandler.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from daemon/dnshandler.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/dnshandler.Tpo .deps/dnshandler.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT xfrhandler.o -MD -MP -MF .deps/xfrhandler.Tpo -c -o xfrhandler.o `test -f 'daemon/xfrhandler.c' || echo './'`daemon/xfrhandler.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from ./daemon/engine.h:38,
                 from daemon/xfrhandler.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/xfrhandler.Tpo .deps/xfrhandler.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT engine.o -MD -MP -MF .deps/engine.Tpo -c -o engine.o `test -f 'daemon/engine.c' || echo './'`daemon/engine.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from ./daemon/engine.h:38,
                 from daemon/engine.c:34:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/engine.Tpo .deps/engine.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT signal.o -MD -MP -MF .deps/signal.Tpo -c -o signal.o `test -f 'daemon/signal.c' || echo './'`daemon/signal.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from ./daemon/engine.h:38,
                 from daemon/signal.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/signal.Tpo .deps/signal.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT worker.o -MD -MP -MF .deps/worker.Tpo -c -o worker.o `test -f 'daemon/worker.c' || echo './'`daemon/worker.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from ./daemon/engine.h:38,
                 from daemon/worker.c:32:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/worker.Tpo .deps/worker.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT addnsparser.o -MD -MP -MF .deps/addnsparser.Tpo -c -o addnsparser.o `test -f 'parser/addnsparser.c' || echo './'`parser/addnsparser.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./parser/addnsparser.h:35,
                 from parser/addnsparser.c:32:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/addnsparser.Tpo .deps/addnsparser.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT confparser.o -MD -MP -MF .deps/confparser.Tpo -c -o confparser.o `test -f 'parser/confparser.c' || echo './'`parser/confparser.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./parser/zonelistparser.h:35,
                 from parser/confparser.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/confparser.Tpo .deps/confparser.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT signconfparser.o -MD -MP -MF .deps/signconfparser.Tpo -c -o signconfparser.o `test -f 'parser/signconfparser.c' || echo './'`parser/signconfparser.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./signer/keys.h:44,
                 from ./parser/signconfparser.h:38,
                 from parser/signconfparser.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/signconfparser.Tpo .deps/signconfparser.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT zonelistparser.o -MD -MP -MF .deps/zonelistparser.Tpo -c -o zonelistparser.o `test -f 'parser/zonelistparser.c' || echo './'`parser/zonelistparser.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from parser/zonelistparser.c:32:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/zonelistparser.Tpo .deps/zonelistparser.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT fifoq.o -MD -MP -MF .deps/fifoq.Tpo -c -o fifoq.o `test -f 'scheduler/fifoq.c' || echo './'`scheduler/fifoq.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./scheduler/task.h:38,
                 from ./daemon/worker.h:35,
                 from ./scheduler/fifoq.h:36,
                 from scheduler/fifoq.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/fifoq.Tpo .deps/fifoq.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT schedule.o -MD -MP -MF .deps/schedule.Tpo -c -o schedule.o `test -f 'scheduler/schedule.c' || echo './'`scheduler/schedule.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./scheduler/task.h:38,
                 from ./scheduler/schedule.h:36,
                 from scheduler/schedule.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/schedule.Tpo .deps/schedule.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT task.o -MD -MP -MF .deps/task.Tpo -c -o task.o `test -f 'scheduler/task.c' || echo './'`scheduler/task.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./scheduler/task.h:38,
                 from scheduler/task.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/task.Tpo .deps/task.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT allocator.o -MD -MP -MF .deps/allocator.Tpo -c -o allocator.o `test -f 'shared/allocator.c' || echo './'`shared/allocator.c
mv -f .deps/allocator.Tpo .deps/allocator.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT duration.o -MD -MP -MF .deps/duration.Tpo -c -o duration.o `test -f 'shared/duration.c' || echo './'`shared/duration.c
shared/duration.c:442: warning: 'is_leap_year' defined but not used
shared/duration.c:449: warning: 'leap_days' defined but not used
mv -f .deps/duration.Tpo .deps/duration.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT file.o -MD -MP -MF .deps/file.Tpo -c -o file.o `test -f 'shared/file.c' || echo './'`shared/file.c
mv -f .deps/file.Tpo .deps/file.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT hsm.o -MD -MP -MF .deps/hsm.Tpo -c -o hsm.o `test -f 'shared/hsm.c' || echo './'`shared/hsm.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from ./daemon/engine.h:38,
                 from shared/hsm.c:32:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
shared/hsm.c: In function 'lhsm_sign':
shared/hsm.c:224: warning: unused variable 'retries'
shared/hsm.c:220: warning: unused variable 'status'
mv -f .deps/hsm.Tpo .deps/hsm.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT locks.o -MD -MP -MF .deps/locks.Tpo -c -o locks.o `test -f 'shared/locks.c' || echo './'`shared/locks.c
mv -f .deps/locks.Tpo .deps/locks.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT log.o -MD -MP -MF .deps/log.Tpo -c -o log.o `test -f 'shared/log.c' || echo './'`shared/log.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./shared/util.h:45,
                 from shared/log.c:36:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/log.Tpo .deps/log.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT privdrop.o -MD -MP -MF .deps/privdrop.Tpo -c -o privdrop.o `test -f 'shared/privdrop.c' || echo './'`shared/privdrop.c
mv -f .deps/privdrop.Tpo .deps/privdrop.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT status.o -MD -MP -MF .deps/status.Tpo -c -o status.o `test -f 'shared/status.c' || echo './'`shared/status.c
mv -f .deps/status.Tpo .deps/status.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT util.o -MD -MP -MF .deps/util.Tpo -c -o util.o `test -f 'shared/util.c' || echo './'`shared/util.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./shared/util.h:45,
                 from shared/util.c:35:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/util.Tpo .deps/util.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT backup.o -MD -MP -MF .deps/backup.Tpo -c -o backup.o `test -f 'signer/backup.c' || echo './'`signer/backup.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./adapter/adapi.h:37,
                 from signer/backup.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/backup.Tpo .deps/backup.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT denial.o -MD -MP -MF .deps/denial.Tpo -c -o denial.o `test -f 'signer/denial.c' || echo './'`signer/denial.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./signer/nsec3params.h:47,
                 from ./signer/denial.h:38,
                 from signer/denial.c:34:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/denial.Tpo .deps/denial.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT domain.o -MD -MP -MF .deps/domain.Tpo -c -o domain.o `test -f 'signer/domain.c' || echo './'`signer/domain.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./signer/backup.h:40,
                 from signer/domain.c:34:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/domain.Tpo .deps/domain.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ixfr.o -MD -MP -MF .deps/ixfr.Tpo -c -o ixfr.o `test -f 'signer/ixfr.c' || echo './'`signer/ixfr.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./shared/util.h:45,
                 from signer/ixfr.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/ixfr.Tpo .deps/ixfr.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT keys.o -MD -MP -MF .deps/keys.Tpo -c -o keys.o `test -f 'signer/keys.c' || echo './'`signer/keys.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./shared/util.h:45,
                 from signer/keys.c:34:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/keys.Tpo .deps/keys.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT namedb.o -MD -MP -MF .deps/namedb.Tpo -c -o namedb.o `test -f 'signer/namedb.c' || echo './'`signer/namedb.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./shared/util.h:45,
                 from signer/namedb.c:36:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/namedb.Tpo .deps/namedb.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT nsec3params.o -MD -MP -MF .deps/nsec3params.Tpo -c -o nsec3params.o `test -f 'signer/nsec3params.c' || echo './'`signer/nsec3params.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./shared/util.h:45,
                 from signer/nsec3params.c:34:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/nsec3params.Tpo .deps/nsec3params.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT rrset.o -MD -MP -MF .deps/rrset.Tpo -c -o rrset.o `test -f 'signer/rrset.c' || echo './'`signer/rrset.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./signer/keys.h:44,
                 from ./shared/hsm.h:37,
                 from signer/rrset.c:34:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/rrset.Tpo .deps/rrset.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT signconf.o -MD -MP -MF .deps/signconf.Tpo -c -o signconf.o `test -f 'signer/signconf.c' || echo './'`signer/signconf.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./signer/keys.h:44,
                 from ./parser/signconfparser.h:38,
                 from signer/signconf.c:32:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/signconf.Tpo .deps/signconf.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT stats.o -MD -MP -MF .deps/stats.Tpo -c -o stats.o `test -f 'signer/stats.c' || echo './'`signer/stats.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./signer/stats.h:48,
                 from signer/stats.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/stats.Tpo .deps/stats.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT tools.o -MD -MP -MF .deps/tools.Tpo -c -o tools.o `test -f 'signer/tools.c' || echo './'`signer/tools.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from signer/tools.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/tools.Tpo .deps/tools.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT zone.o -MD -MP -MF .deps/zone.Tpo -c -o zone.o `test -f 'signer/zone.c' || echo './'`signer/zone.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from signer/zone.c:32:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/zone.Tpo .deps/zone.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT zonelist.o -MD -MP -MF .deps/zonelist.Tpo -c -o zonelist.o `test -f 'signer/zonelist.c' || echo './'`signer/zonelist.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./parser/zonelistparser.h:35,
                 from signer/zonelist.c:34:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/zonelist.Tpo .deps/zonelist.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT acl.o -MD -MP -MF .deps/acl.Tpo -c -o acl.o `test -f 'wire/acl.c' || echo './'`wire/acl.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from wire/acl.c:36:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/acl.Tpo .deps/acl.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT axfr.o -MD -MP -MF .deps/axfr.Tpo -c -o axfr.o `test -f 'wire/axfr.c' || echo './'`wire/axfr.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from wire/axfr.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/axfr.Tpo .deps/axfr.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT buffer.o -MD -MP -MF .deps/buffer.Tpo -c -o buffer.o `test -f 'wire/buffer.c' || echo './'`wire/buffer.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from wire/buffer.c:51:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/buffer.Tpo .deps/buffer.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT edns.o -MD -MP -MF .deps/edns.Tpo -c -o edns.o `test -f 'wire/edns.c' || echo './'`wire/edns.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from wire/edns.c:37:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/edns.Tpo .deps/edns.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT listener.o -MD -MP -MF .deps/listener.Tpo -c -o listener.o `test -f 'wire/listener.c' || echo './'`wire/listener.c
mv -f .deps/listener.Tpo .deps/listener.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT netio.o -MD -MP -MF .deps/netio.Tpo -c -o netio.o `test -f 'wire/netio.c' || echo './'`wire/netio.c
mv -f .deps/netio.Tpo .deps/netio.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT notify.o -MD -MP -MF .deps/notify.Tpo -c -o notify.o `test -f 'wire/notify.c' || echo './'`wire/notify.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from wire/notify.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/notify.Tpo .deps/notify.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT query.o -MD -MP -MF .deps/query.Tpo -c -o query.o `test -f 'wire/query.c' || echo './'`wire/query.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from wire/query.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/query.Tpo .deps/query.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT sock.o -MD -MP -MF .deps/sock.Tpo -c -o sock.o `test -f 'wire/sock.c' || echo './'`wire/sock.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from ./daemon/engine.h:38,
                 from wire/sock.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/sock.Tpo .deps/sock.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT tcpset.o -MD -MP -MF .deps/tcpset.Tpo -c -o tcpset.o `test -f 'wire/tcpset.c' || echo './'`wire/tcpset.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tcpset.h:37,
                 from wire/tcpset.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/tcpset.Tpo .deps/tcpset.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT tsig.o -MD -MP -MF .deps/tsig.Tpo -c -o tsig.o `test -f 'wire/tsig.c' || echo './'`wire/tsig.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./shared/util.h:45,
                 from wire/tsig.c:40:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/tsig.Tpo .deps/tsig.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT tsig-openssl.o -MD -MP -MF .deps/tsig-openssl.Tpo -c -o tsig-openssl.o `test -f 'wire/tsig-openssl.c' || echo './'`wire/tsig-openssl.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from wire/tsig-openssl.c:36:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/tsig-openssl.Tpo .deps/tsig-openssl.Po
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include   -O2 -pipe -pedantic -Wall -Wextra -pthread -MT xfrd.o -MD -MP -MF .deps/xfrd.Tpo -c -o xfrd.o `test -f 'wire/xfrd.c' || echo './'`wire/xfrd.c
In file included from /usr/local/include/ldns/buffer.h:20,
                 from /usr/local/include/ldns/ldns.h:96,
                 from ./wire/buffer.h:40,
                 from ./wire/tsig.h:40,
                 from ./wire/acl.h:38,
                 from ./adapter/addns.h:38,
                 from ./adapter/adapter.h:36,
                 from ./signer/zone.h:36,
                 from ./wire/query.h:37,
                 from ./daemon/dnshandler.h:41,
                 from ./daemon/engine.h:38,
                 from wire/xfrd.c:33:
/usr/local/include/ldns/error.h:130: warning: comma at end of enumerator list
mv -f .deps/xfrd.Tpo .deps/xfrd.Po
/usr/bin/libtool --tag=CC    --mode=link cc  -O2 -pipe -pedantic -Wall -Wextra -pthread    -o ods-signerd ods-signerd.o adapi.o  adapter.o addns.o adfile.o  adutil.o cfg.o cmdhandler.o  dnshandler.o xfrhandler.o engine.o  signal.o worker.o addnsparser.o  confparser.o signconfparser.o  zonelistparser.o fifoq.o schedule.o  task.o allocator.o duration.o  file.o hsm.o locks.o log.o  privdrop.o status.o util.o  backup.o denial.o domain.o  ixfr.o keys.o namedb.o  nsec3params.o rrset.o signconf.o  stats.o tools.o zone.o  zonelist.o acl.o axfr.o  buffer.o edns.o listener.o  netio.o notify.o query.o  sock.o tcpset.o tsig.o  tsig-openssl.o xfrd.o ../../libhsm/src/lib/libhsm.a ../../common/libcompat.a    -L/usr/local/lib   -lcrypto -lldns -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm  -lc  -lcrypto  
libtool: link: cc -o ods-signerd -pthread -O2 -pipe -pedantic -Wall -Wextra ods-signerd.o adapi.o adapter.o addns.o adfile.o adutil.o cfg.o cmdhandler.o dnshandler.o xfrhandler.o engine.o signal.o worker.o addnsparser.o confparser.o signconfparser.o zonelistparser.o fifoq.o schedule.o task.o allocator.o duration.o file.o hsm.o locks.o log.o privdrop.o status.o util.o backup.o denial.o domain.o ixfr.o keys.o namedb.o nsec3params.o rrset.o signconf.o stats.o tools.o zone.o zonelist.o acl.o axfr.o buffer.o edns.o listener.o netio.o notify.o query.o sock.o tcpset.o tsig.o tsig-openssl.o xfrd.o ../../libhsm/src/lib/libhsm.a ../../common/libcompat.a -L.libs -lcrypto -lldns -lxml2 -lz -liconv -lm -Wl,-rpath-link,/usr/local/lib
.libs/libxml2.so.15.1: warning: strcpy() is almost always misused, please use strlcpy()
.libs/libxml2.so.15.1: warning: rand_r() isn't random; consider using arc4random()
notify.o(.text+0x233): In function `notify_setup':
: warning: random() isn't random; consider using arc4random()
.libs/libxml2.so.15.1: warning: strcat() is almost always misused, please use strlcat()
cc -DHAVE_CONFIG_H -I. -I../../common  -I../../common  -I../../common  -I../../libhsm/src/lib   -I/usr/local/include/libxml2 -I/usr/local/include  -I/usr/local/include    -O2 -pipe -pedantic -Wall -Wextra -pthread -MT ods-signer.o -MD -MP -MF .deps/ods-signer.Tpo -c -o ods-signer.o ods-signer.c
mv -f .deps/ods-signer.Tpo .deps/ods-signer.Po
/usr/bin/libtool --tag=CC    --mode=link cc  -O2 -pipe -pedantic -Wall -Wextra -pthread    -o ods-signer ods-signer.o allocator.o  duration.o file.o log.o util.o ../../libhsm/src/lib/libhsm.a    -L/usr/local/lib   -lcrypto -lldns -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm -lcrypto  
libtool: link: cc -o ods-signer -pthread -O2 -pipe -pedantic -Wall -Wextra ods-signer.o allocator.o duration.o file.o log.o util.o ../../libhsm/src/lib/libhsm.a -L.libs -lcrypto -lldns -lxml2 -lz -liconv -lm -Wl,-rpath-link,/usr/local/lib
.libs/libxml2.so.15.1: warning: strcpy() is almost always misused, please use strlcpy()
.libs/libxml2.so.15.1: warning: rand_r() isn't random; consider using arc4random()
.libs/libldns.so.6.1: warning: random() isn't random; consider using arc4random()
.libs/libxml2.so.15.1: warning: strcat() is almost always misused, please use strlcat()
Making all in man
# ^D

Script done on Sat May 17 13:24:23 2014


More information about the Opendnssec-user mailing list