Build of adns with vanilla toolchain

The build took 00h 01m 11s and was SUCCESSFUL.

The program in this build is written in the following languages, according to sloccount:

SLOCLanguage
9,005 ansic
410 sh
177 makefile
14 perl
9,606 total

The process tree of the build process is here.

Log

To avoid scrolling, you may jump to the last line of the invocation of makepkg that was used to build this package.

Removed vanilla repositories from pacman.conf and added:
# [tuscan]
# Server = file:///var/cache/pacman/pkg/

CMD: pacman -Syy --noconfirm
# :: Synchronizing package databases...
# downloading tuscan.db...

CMD: sudo -u tuscan red makepkg --noextract --syncdeps --skipinteg --skippgpcheck --skipchecksums --noconfirm --nocolor --log --noprogressbar --nocheck
# ==> Making package: adns 1.5.0-1 (Wed Aug 24 12:06:25 UTC 2016)
# ==> Checking runtime dependencies...
# ==> Checking buildtime dependencies...
# ==> WARNING: Using existing $srcdir/ tree
# ==> Starting build()...
# checking whether you requested dynamic linking... yes, by default
# checking for x86_64-unknown-linux-gcc... no
# checking for gcc... gcc
# checking whether the C compiler works... yes
# checking for C compiler default output file name... a.out
# checking for suffix of executables...
# checking whether we are cross compiling... no
# checking for suffix of object files... o
# checking whether we are using the GNU C compiler... yes
# checking whether gcc accepts -g... yes
# checking for gcc option to accept ISO C89... none needed
# checking how to run the C preprocessor... gcc -E
# checking for x86_64-unknown-linux-ranlib... no
# checking for ranlib... ranlib
# checking for a BSD-compatible install... /usr/bin/install -c
# checking for poll... yes
# checking for socket... yes
# checking for inet_ntoa... yes
# checking for tsearch... yes
# checking for INADDR_LOOPBACK... found
# checking for inet_aton... yes
# checking inlines... yes
# checking -Wno-pointer-sign... yes
# checking __attribute__((,,))... yes
# checking __attribute__((noreturn))... yes
# checking __attribute__((const))... yes
# checking __attribute__((format...))... yes
# configure: creating ./config.status
# config.status: creating common.make
# config.status: creating settings.make
# config.status: creating Makefile
# config.status: creating src/Makefile
# config.status: creating client/Makefile
# config.status: creating dynamic/Makefile
# config.status: creating regress/Makefile
# config.status: creating src/config.h
# set -e; for d in src dynamic client regress; do make -C $d all; done
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/src'
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o types.o types.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o event.o event.c
# In file included from types.c:35:0:
# types.c: In function 'pa_mx_raw':
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# types.c:1053:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,pref);
# ^~~~~
# types.c: In function 'pa_mx':
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# types.c:1083:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,pref);
# ^~~~~
# types.c: In function 'pa_soa':
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# types.c:1384:5: note: in expansion of macro 'GET_W'
# GET_W(cbyte,msw);
# ^~~~~
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# types.c:1385:5: note: in expansion of macro 'GET_W'
# GET_W(cbyte,lsw);
# ^~~~~
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o query.o query.c
# In file included from internal.h:36:0,
# from query.c:29:
# query.c: In function 'adns__free_interim':
# query.c:437:30: warning: comparison of constant '0' with boolean expression is always true [-Wbool-compare]
# assert(!qu->interim_allocd >= 0);
# ^
# query.c:437:30: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o reply.o reply.c
# In file included from reply.c:29:0:
# reply.c: In function 'adns__procdgram':
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# reply.c:54:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,id);
# ^~~~~
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# reply.c:57:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,qdcount);
# ^~~~~
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# reply.c:58:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,ancount);
# ^~~~~
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# reply.c:59:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,nscount);
# ^~~~~
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# reply.c:60:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,arcount);
# ^~~~~
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o general.o general.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o setup.o setup.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o transmit.o transmit.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o parse.o parse.c
# In file included from parse.c:27:0:
# parse.c: In function 'adns__findrr_anychk':
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# parse.c:219:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,tmp); *type_r= tmp;
# ^~~~~
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# parse.c:220:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,tmp); *class_r= tmp;
# ^~~~~
# internal.h:944:27: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_L(cb,tv) ( (tv)=0, \
# ~~~~~~~~~~~~~~
# (tv)|=(GETIL_B((cb))<<24), \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (tv)|=(GETIL_B((cb))<<16), \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (tv)|=(GETIL_B((cb))<<8), \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (tv)|=GETIL_B(cb), \
# ~~~~~~~~~~~~~~~~~^~~~
# (tv) )
# ~~~~~~
# parse.c:222:3: note: in expansion of macro 'GET_L'
# GET_L(cbyte,ttl);
# ^~~~~
# internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# parse.c:226:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,rdlen); if (rdlen_r) *rdlen_r= rdlen;
# ^~~~~
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o poll.o poll.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o check.o check.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I. -c -o addrfam.o addrfam.c
# rm -f libadns.a
# ar cqv libadns.a.new types.o event.o query.o reply.o general.o setup.o transmit.o parse.o poll.o check.o addrfam.o
# a - types.o
# a - event.o
# a - query.o
# a - reply.o
# a - general.o
# a - setup.o
# a - transmit.o
# a - parse.o
# a - poll.o
# a - check.o
# a - addrfam.o
# ranlib libadns.a.new
# mv -f libadns.a.new libadns.a
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/src'
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/dynamic'
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o types_p.o ../src/types.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o event_p.o ../src/event.c
# In file included from ../src/types.c:35:0:
# ../src/types.c: In function 'pa_mx_raw':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/types.c:1053:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,pref);
# ^~~~~
# ../src/types.c: In function 'pa_mx':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/types.c:1083:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,pref);
# ^~~~~
# ../src/types.c: In function 'pa_soa':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/types.c:1384:5: note: in expansion of macro 'GET_W'
# GET_W(cbyte,msw);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/types.c:1385:5: note: in expansion of macro 'GET_W'
# GET_W(cbyte,lsw);
# ^~~~~
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o query_p.o ../src/query.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o reply_p.o ../src/reply.c
# In file included from ../src/internal.h:36:0,
# from ../src/query.c:29:
# ../src/query.c: In function 'adns__free_interim':
# ../src/query.c:437:30: warning: comparison of constant '0' with boolean expression is always true [-Wbool-compare]
# assert(!qu->interim_allocd >= 0);
# ^
# ../src/query.c:437:30: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
# In file included from ../src/reply.c:29:0:
# ../src/reply.c: In function 'adns__procdgram':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:54:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,id);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:57:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,qdcount);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:58:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,ancount);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:59:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,nscount);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:60:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,arcount);
# ^~~~~
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o general_p.o ../src/general.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o setup_p.o ../src/setup.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o transmit_p.o ../src/transmit.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o parse_p.o ../src/parse.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o poll_p.o ../src/poll.c
# In file included from ../src/parse.c:27:0:
# ../src/parse.c: In function 'adns__findrr_anychk':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/parse.c:219:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,tmp); *type_r= tmp;
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/parse.c:220:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,tmp); *class_r= tmp;
# ^~~~~
# ../src/internal.h:944:27: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_L(cb,tv) ( (tv)=0, \
# ~~~~~~~~~~~~~~
# (tv)|=(GETIL_B((cb))<<24), \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (tv)|=(GETIL_B((cb))<<16), \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (tv)|=(GETIL_B((cb))<<8), \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (tv)|=GETIL_B(cb), \
# ~~~~~~~~~~~~~~~~~^~~~
# (tv) )
# ~~~~~~
# ../src/parse.c:222:3: note: in expansion of macro 'GET_L'
# GET_L(cbyte,ttl);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/parse.c:226:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,rdlen); if (rdlen_r) *rdlen_r= rdlen;
# ^~~~~
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o check_p.o ../src/check.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I./../src -c -o addrfam_p.o ../src/addrfam.c
# ln -s libadns.so.1.5 libadns.so.1
# ln -s libadns.so.1 libadns.so
# rm -f libadns.so.1.5
# gcc -shared -Wl,-soname=libadns.so.1 -o libadns.so.1.5 types_p.o event_p.o query_p.o reply_p.o general_p.o setup_p.o transmit_p.o parse_p.o poll_p.o check_p.o addrfam_p.o -lc
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/dynamic'
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/client'
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I./../src -c -o adnslogres.o adnslogres.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I./../src -c -o adnsheloex.o adnsheloex.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I./../src -c -o adh-main.o adh-main.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I./../src -c -o adh-opts.o adh-opts.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I./../src -c -o adh-query.o adh-query.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I./../src -c -o adnsresfilter.o adnsresfilter.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I./../src -c -o fanftest.o fanftest.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I./../src -c -o adnstest.o adnstest.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I./../src -c -o addrtext.o addrtext.c
# gcc adnslogres.o -L../dynamic -ladns -o adnslogres
# gcc adnsheloex.o -L../dynamic -ladns -o adnsheloex
# gcc adh-main.o adh-opts.o adh-query.o -L../dynamic -ladns -o adnshost
# gcc adnsresfilter.o -L../dynamic -ladns -o adnsresfilter
# gcc adnslogres.o ../src/libadns.a -o adnslogres_s
# gcc adnsheloex.o ../src/libadns.a -o adnsheloex_s
# gcc adh-main.o adh-opts.o adh-query.o ../src/libadns.a -o adnshost_s
# gcc adnsresfilter.o ../src/libadns.a -o adnsresfilter_s
# gcc fanftest.o ../src/libadns.a -o fanftest_s
# gcc adnstest.o ../src/libadns.a -o adnstest_s
# gcc addrtext.o ../src/libadns.a -o addrtext_s
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/client'
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/regress'
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -c -o hrecord.o hrecord.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -c -o hcommon.o hcommon.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o types_d.o ../src/types.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o event_d.o ../src/event.c
# In file included from ../src/types.c:35:0:
# ../src/types.c: In function 'pa_mx_raw':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/types.c:1053:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,pref);
# ^~~~~
# ../src/types.c: In function 'pa_mx':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/types.c:1083:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,pref);
# ^~~~~
# ../src/types.c: In function 'pa_soa':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/types.c:1384:5: note: in expansion of macro 'GET_W'
# GET_W(cbyte,msw);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/types.c:1385:5: note: in expansion of macro 'GET_W'
# GET_W(cbyte,lsw);
# ^~~~~
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o query_d.o ../src/query.c
# In file included from ../src/internal.h:36:0,
# from ../src/query.c:29:
# ../src/query.c: In function 'adns__free_interim':
# ../src/query.c:437:30: warning: comparison of constant '0' with boolean expression is always true [-Wbool-compare]
# assert(!qu->interim_allocd >= 0);
# ^
# ../src/query.c:437:30: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o reply_d.o ../src/reply.c
# In file included from ../src/reply.c:29:0:
# ../src/reply.c: In function 'adns__procdgram':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:54:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,id);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:57:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,qdcount);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:58:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,ancount);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:59:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,nscount);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/reply.c:60:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,arcount);
# ^~~~~
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o general_d.o ../src/general.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o setup_d.o ../src/setup.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o transmit_d.o ../src/transmit.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o parse_d.o ../src/parse.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o poll_d.o ../src/poll.c
# In file included from ../src/parse.c:27:0:
# ../src/parse.c: In function 'adns__findrr_anychk':
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/parse.c:219:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,tmp); *type_r= tmp;
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/parse.c:220:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,tmp); *class_r= tmp;
# ^~~~~
# ../src/internal.h:944:27: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_L(cb,tv) ( (tv)=0, \
# ~~~~~~~~~~~~~~
# (tv)|=(GETIL_B((cb))<<24), \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (tv)|=(GETIL_B((cb))<<16), \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (tv)|=(GETIL_B((cb))<<8), \
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~
# (tv)|=GETIL_B(cb), \
# ~~~~~~~~~~~~~~~~~^~~~
# (tv) )
# ~~~~~~
# ../src/parse.c:222:3: note: in expansion of macro 'GET_L'
# GET_L(cbyte,ttl);
# ^~~~~
# ../src/internal.h:939:73: warning: right-hand operand of comma expression has no effect [-Wunused-value]
# #define GET_W(cb,tv) ((tv)=0,(tv)|=(GETIL_B((cb))<<8), (tv)|=GETIL_B(cb), (tv))
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~
# ../src/parse.c:226:3: note: in expansion of macro 'GET_W'
# GET_W(cbyte,rdlen); if (rdlen_r) *rdlen_r= rdlen;
# ^~~~~
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o check_d.o ../src/check.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -c -g -o addrfam_d.o ../src/addrfam.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adnstest_c.o ../client/adnstest.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adh-main_c.o ../client/adh-main.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adh-opts_c.o ../client/adh-opts.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adh-query_c.o ../client/adh-query.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adnslogres_c.o ../client/adnslogres.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -DADNS_REGRESS_TEST -I. -I ./../src -c -g -o adnsresfilter_c.o ../client/adnsresfilter.c
# gcc -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I. -I./../src -c -o hplayback.o hplayback.c
# gcc adnstest_c.o hrecord.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o -o adnstest_record
# gcc adh-main_c.o adh-opts_c.o adh-query_c.o hrecord.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o -o adnshost_record
# gcc adnslogres_c.o hrecord.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o -o adnslogres_record
# gcc adnsresfilter_c.o hrecord.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o -o adnsresfilter_record
# gcc adnstest_c.o hplayback.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o -o adnstest_playback
# gcc adh-main_c.o adh-opts_c.o adh-query_c.o hplayback.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o -o adnshost_playback
# gcc adnslogres_c.o hplayback.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o -o adnslogres_playback
# gcc adnsresfilter_c.o hplayback.o hcommon.o types_d.o event_d.o query_d.o reply_d.o general_d.o setup_d.o transmit_d.o parse_d.o poll_d.o check_d.o addrfam_d.o -o adnsresfilter_playback
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/regress'
# make all-here
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0'
# make[1]: Nothing to be done for 'all-here'.
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0'
# ==> Entering fakeroot environment...
# ==> Starting package()...
# set -e; for d in src dynamic client regress; do make -C $d install; done
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/src'
# mkdir -p /tmp/adns/pkg/adns/usr/lib /tmp/adns/pkg/adns/usr/include
# set -xe; for f in libadns.a; \
# do /usr/bin/install -c -m 644 $f /tmp/adns/pkg/adns/usr/lib/$f; done
# + for f in libadns.a
# + /usr/bin/install -c -m 644 libadns.a /tmp/adns/pkg/adns/usr/lib/libadns.a
# /usr/bin/install -c -m 644 ./../src/adns.h /tmp/adns/pkg/adns/usr/include/adns.h
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/src'
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/dynamic'
# mkdir -p /tmp/adns/pkg/adns/usr/lib
# /usr/bin/install -c -m 755 libadns.so.1.5 /tmp/adns/pkg/adns/usr/lib/libadns.so.1.5
# ln -sf libadns.so.1.5 /tmp/adns/pkg/adns/usr/lib/libadns.so.1
# ln -sf libadns.so.1 /tmp/adns/pkg/adns/usr/lib/libadns.so
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/dynamic'
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/client'
# mkdir -p /tmp/adns/pkg/adns/usr/bin
# set -xe; for f in adnslogres adnsheloex adnshost adnsresfilter; \
# do /usr/bin/install -c -m 755 $f /tmp/adns/pkg/adns/usr/bin/$f; done
# + for f in adnslogres adnsheloex adnshost adnsresfilter
# + /usr/bin/install -c -m 755 adnslogres /tmp/adns/pkg/adns/usr/bin/adnslogres
# + for f in adnslogres adnsheloex adnshost adnsresfilter
# + /usr/bin/install -c -m 755 adnsheloex /tmp/adns/pkg/adns/usr/bin/adnsheloex
# + for f in adnslogres adnsheloex adnshost adnsresfilter
# + /usr/bin/install -c -m 755 adnshost /tmp/adns/pkg/adns/usr/bin/adnshost
# + for f in adnslogres adnsheloex adnshost adnsresfilter
# + /usr/bin/install -c -m 755 adnsresfilter /tmp/adns/pkg/adns/usr/bin/adnsresfilter
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/client'
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0/regress'
# make[1]: Nothing to be done for 'install'.
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0/regress'
# make install-here
# make[1]: Entering directory '/tmp/adns/src/adns-1.5.0'
# make[1]: Nothing to be done for 'install-here'.
# make[1]: Leaving directory '/tmp/adns/src/adns-1.5.0'
# ==> Tidying install...
# -> Removing doc files...
# -> Purging unwanted files...
# ==> Checking for packaging issue...
# ==> Creating package "adns"...
# -> Generating .PKGINFO file...
# -> Generating .BUILDINFO file...
# error: invalid option '--noprogressbar'
# -> Generating .MTREE file...
# -> Compressing package...
# ==> Leaving fakeroot environment.
# ==> Finished making: adns 1.5.0-1 (Wed Aug 24 12:06:35 UTC 2016)

CMD: pacman --query --file adns-1.5.0-1-x86_64.pkg.tar.xz
# adns 1.5.0-1

Creating hybrid package for 'adns'

Trying to find vanilla package 'adns'...

CMD: pacman --query --file /mirror/adns-1.5.0-1.pkg.tar.xz
# adns 1.5.0-1

Package file has the following structure:
# /.PKGINFO
# /.MTREE
# /usr/bin/adnsresfilter
# /usr/bin/adnslogres
# /usr/bin/adnsheloex
# /usr/bin/adnshost
# /usr/lib/libadns.so.1
# /usr/lib/libadns.so.1.5
# /usr/lib/libadns.so
# /usr/include/adns.h
# /sysroot/usr/lib/libadns.a
# /sysroot/usr/lib/libadns.so.1.5
# /sysroot/usr/lib/libadns.so.1
# /sysroot/usr/lib/libadns.so
# /sysroot/usr/include/adns.h

Generating .MTREE

CMD: bsdtar -czf .MTREE --format=mtree --options=!all,use-set,type,uid,mode,time,size,md5,sha256,link .PKGINFO usr sysroot

Tar-ing up files

CMD: bsdtar -cf - .PKGINFO usr sysroot .MTREE

CMD: xz -c -z

Successfully ran bsdtar -cf - .PKGINFO usr sysroot .MTREE | xz -c -z

CMD: bsdtar -tqf adns.pkg.tar.xz .PKGINFO
# .PKGINFO

Created package at path /var/cache/pacman/pkg/adns.pkg.tar.xz

Attempting to access local repository, attempt 1

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/adns.pkg.tar.xz
# ==> ERROR: Failed to acquire lockfile: /var/cache/pacman/pkg/tuscan.db.tar.lck.
# ==> ERROR: Held by process 3783

Attempting to access local repository, attempt 2

CMD: repo-add /var/cache/pacman/pkg/tuscan.db.tar /var/cache/pacman/pkg/adns.pkg.tar.xz
# ==> Extracting database to a temporary location...
# ==> Extracting database to a temporary location...
# ==> Adding package '/var/cache/pacman/pkg/adns.pkg.tar.xz'
# -> Computing checksums...
# -> Creating 'desc' db entry...
# -> Creating 'files' db entry...
# ==> Creating updated database file '/var/cache/pacman/pkg/tuscan.db.tar'

Printing config logfiles

CMD: config logfiles '/tmp/adns/src/adns-1.5.0/config.log'
# This file contains any messages produced by compilers while
# running configure, to aid debugging if configure makes a mistake.
#
# It was created by configure, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# $ ./configure --host=x86_64-unknown-linux --prefix=/usr
#
# ## --------- ##
# ## Platform. ##
# ## --------- ##
#
# hostname = ab88e1536c65
# uname -m = x86_64
# uname -r = 4.7.1-1-ARCH
# uname -s = Linux
# uname -v = #1 SMP PREEMPT Wed Aug 17 08:13:35 CEST 2016
#
# /usr/bin/uname -p = unknown
# /bin/uname -X = unknown
#
# /bin/arch = unknown
# /usr/bin/arch -k = unknown
# /usr/convex/getsysinfo = unknown
# /usr/bin/hostinfo = unknown
# /bin/machine = unknown
# /usr/bin/oslevel = unknown
# /bin/universe = unknown
#
# PATH: /usr/local/sbin
# PATH: /usr/local/bin
# PATH: /usr/sbin
# PATH: /usr/bin
# PATH: /sbin
# PATH: /bin
#
#
# ## ----------- ##
# ## Core tests. ##
# ## ----------- ##
#
# configure:2104: checking whether you requested dynamic linking
# configure:2126: result: yes, by default
# configure:2140: checking for x86_64-unknown-linux-gcc
# configure:2170: result: no
# configure:2180: checking for gcc
# configure:2196: found /usr/sbin/gcc
# configure:2207: result: gcc
# configure:2436: checking for C compiler version
# configure:2445: gcc --version >&5
# gcc (GCC) 6.1.1 20160602
# Copyright (C) 2016 Free Software Foundation, Inc.
# This is free software; see the source for copying conditions. There is NO
# warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# configure:2456: $? = 0
# configure:2445: gcc -v >&5
# Using built-in specs.
# COLLECT_GCC=gcc
# COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/6.1.1/lto-wrapper
# Target: x86_64-pc-linux-gnu
# Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --disable-multilib --disable-werror --enable-checking=release
# Thread model: posix
# gcc version 6.1.1 20160602 (GCC)
# configure:2456: $? = 0
# configure:2445: gcc -V >&5
# gcc: error: unrecognized command line option '-V'
# gcc: fatal error: no input files
# compilation terminated.
# configure:2456: $? = 1
# configure:2445: gcc -qversion >&5
# gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
# gcc: fatal error: no input files
# compilation terminated.
# configure:2456: $? = 1
# configure:2476: checking whether the C compiler works
# configure:2498: gcc conftest.c >&5
# configure:2502: $? = 0
# configure:2550: result: yes
# configure:2553: checking for C compiler default output file name
# configure:2555: result: a.out
# configure:2561: checking for suffix of executables
# configure:2568: gcc -o conftest conftest.c >&5
# configure:2572: $? = 0
# configure:2594: result:
# configure:2616: checking whether we are cross compiling
# configure:2624: gcc -o conftest conftest.c >&5
# configure:2628: $? = 0
# configure:2635: ./conftest
# configure:2639: $? = 0
# configure:2654: result: no
# configure:2659: checking for suffix of object files
# configure:2681: gcc -c conftest.c >&5
# configure:2685: $? = 0
# configure:2706: result: o
# configure:2710: checking whether we are using the GNU C compiler
# configure:2729: gcc -c conftest.c >&5
# configure:2729: $? = 0
# configure:2738: result: yes
# configure:2747: checking whether gcc accepts -g
# configure:2767: gcc -c -g conftest.c >&5
# configure:2767: $? = 0
# configure:2808: result: yes
# configure:2825: checking for gcc option to accept ISO C89
# configure:2888: gcc -c conftest.c >&5
# configure:2888: $? = 0
# configure:2901: result: none needed
# configure:2926: checking how to run the C preprocessor
# configure:2957: gcc -E conftest.c
# configure:2957: $? = 0
# configure:2971: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:2971: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:2996: result: gcc -E
# configure:3016: gcc -E conftest.c
# configure:3016: $? = 0
# configure:3030: gcc -E conftest.c
# conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
# #include
# ^
# compilation terminated.
# configure:3030: $? = 1
# configure: failed program was:
# | /* confdefs.h */
# | #define PACKAGE_NAME ""
# | #define PACKAGE_TARNAME ""
# | #define PACKAGE_VERSION ""
# | #define PACKAGE_STRING ""
# | #define PACKAGE_BUGREPORT ""
# | #define PACKAGE_URL ""
# | /* end confdefs.h. */
# | #include
# configure:3061: checking for x86_64-unknown-linux-ranlib
# configure:3091: result: no
# configure:3101: checking for ranlib
# configure:3117: found /usr/sbin/ranlib
# configure:3128: result: ranlib
# configure:3193: checking for a BSD-compatible install
# configure:3261: result: /usr/bin/install -c
# configure:3276: checking for poll
# configure:3276: gcc -o conftest conftest.c >&5
# configure:3276: $? = 0
# configure:3276: result: yes
# configure:3286: checking for socket
# configure:3286: gcc -o conftest conftest.c >&5
# configure:3286: $? = 0
# configure:3286: result: yes
# configure:3345: checking for inet_ntoa
# configure:3345: gcc -o conftest conftest.c >&5
# configure:3345: $? = 0
# configure:3345: result: yes
# configure:3406: checking for tsearch
# configure:3406: gcc -o conftest conftest.c >&5
# configure:3406: $? = 0
# configure:3406: result: yes
# configure:3420: checking for INADDR_LOOPBACK
# configure:3443: gcc -c conftest.c >&5
# configure:3443: $? = 0
# configure:3452: result: found
# configure:3733: checking for inet_aton
# configure:3733: gcc -o conftest conftest.c >&5
# configure:3733: $? = 0
# configure:3733: result: yes
# configure:3792: checking inlines
# configure:3809: gcc -c conftest.c >&5
# configure:3809: $? = 0
# configure:3820: result: yes
# configure:3838: checking -Wno-pointer-sign
# configure:3855: gcc -c -Wno-pointer-sign conftest.c >&5
# configure:3855: $? = 0
# configure:3866: result: yes
# configure:3882: checking __attribute__((,,))
# configure:3899: gcc -c conftest.c >&5
# configure:3899: $? = 0
# configure:3910: result: yes
# configure:3915: checking __attribute__((noreturn))
# configure:3932: gcc -c conftest.c >&5
# configure:3932: $? = 0
# configure:3943: result: yes
# configure:3954: checking __attribute__((const))
# configure:3971: gcc -c conftest.c >&5
# configure:3971: $? = 0
# configure:3982: result: yes
# configure:3993: checking __attribute__((format...))
# configure:4010: gcc -c conftest.c >&5
# configure:4010: $? = 0
# configure:4021: result: yes
# configure:4173: creating ./config.status
#
# ## ---------------------- ##
# ## Running config.status. ##
# ## ---------------------- ##
#
# This file was extended by config.status, which was
# generated by GNU Autoconf 2.69. Invocation command line was
#
# CONFIG_FILES =
# CONFIG_HEADERS =
# CONFIG_LINKS =
# CONFIG_COMMANDS =
# $ ./config.status
#
# on ab88e1536c65
#
# config.status:814: creating common.make
# config.status:814: creating settings.make
# config.status:814: creating Makefile
# config.status:814: creating src/Makefile
# config.status:814: creating client/Makefile
# config.status:814: creating dynamic/Makefile
# config.status:814: creating regress/Makefile
# config.status:814: creating src/config.h
#
# ## ---------------- ##
# ## Cache variables. ##
# ## ---------------- ##
#
# ac_cv_c_compiler_gnu=yes
# ac_cv_env_CC_set=
# ac_cv_env_CC_value=
# ac_cv_env_CFLAGS_set=set
# ac_cv_env_CFLAGS_value=
# ac_cv_env_CPPFLAGS_set=set
# ac_cv_env_CPPFLAGS_value=
# ac_cv_env_CPP_set=
# ac_cv_env_CPP_value=
# ac_cv_env_LDFLAGS_set=set
# ac_cv_env_LDFLAGS_value=
# ac_cv_env_LIBS_set=
# ac_cv_env_LIBS_value=
# ac_cv_env_build_alias_set=
# ac_cv_env_build_alias_value=
# ac_cv_env_host_alias_set=set
# ac_cv_env_host_alias_value=x86_64-unknown-linux
# ac_cv_env_target_alias_set=
# ac_cv_env_target_alias_value=
# ac_cv_func_inet_aton=yes
# ac_cv_func_inet_ntoa=yes
# ac_cv_func_poll=yes
# ac_cv_func_socket=yes
# ac_cv_func_tsearch=yes
# ac_cv_objext=o
# ac_cv_path_install='/usr/bin/install -c'
# ac_cv_prog_CPP='gcc -E'
# ac_cv_prog_ac_ct_CC=gcc
# ac_cv_prog_ac_ct_RANLIB=ranlib
# ac_cv_prog_cc_c89=
# ac_cv_prog_cc_g=yes
# adns_cv_attribute_format=yes
# adns_cv_c_attribute_const=yes
# adns_cv_c_attribute_noreturn=yes
# adns_cv_c_attribute_supported=yes
# adns_cv_c_wnoptrsign=yes
# adns_cv_decl_inaddrloopback=yes
# dpkg_cv_c_inline=yes
#
# ## ----------------- ##
# ## Output variables. ##
# ## ----------------- ##
#
# CC='gcc'
# CFLAGS=''
# CPP='gcc -E'
# CPPFLAGS=''
# DEFS='-DHAVE_CONFIG_H'
# ECHO_C=''
# ECHO_N='-n'
# ECHO_T=''
# EGREP=''
# ENABLE_DYNAMIC='elf'
# EXEEXT=''
# GREP=''
# INSTALL_DATA='${INSTALL} -m 644'
# INSTALL_PROGRAM='${INSTALL}'
# INSTALL_SCRIPT='${INSTALL}'
# LDFLAGS=''
# LIBOBJS=''
# LIBS=''
# LTLIBOBJS=''
# MKSHLIB_1='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME) -o'
# MKSHLIB_2=''
# MKSHLIB_3='-lc'
# OBJEXT='o'
# PACKAGE_BUGREPORT=''
# PACKAGE_NAME=''
# PACKAGE_STRING=''
# PACKAGE_TARNAME=''
# PACKAGE_URL=''
# PACKAGE_VERSION=''
# PATH_SEPARATOR=':'
# PROGS_HAVE_TSEARCH='adnsresfilter'
# RANLIB='ranlib'
# SHELL='/bin/sh'
# SHLIBCC='$(CC) $(CFLAGS) -fpic'
# SHLIBFILE='$(SHLIBSONAME).$(MINOR)'
# SHLIBFORLINK='libadns.so'
# SHLIBSONAME='$(SHLIBFORLINK).$(MAJOR)'
# WARNS='-Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign'
# ac_ct_CC='gcc'
# bindir='${exec_prefix}/bin'
# build_alias=''
# datadir='${datarootdir}'
# datarootdir='${prefix}/share'
# docdir='${datarootdir}/doc/${PACKAGE}'
# dvidir='${docdir}'
# exec_prefix='${prefix}'
# host_alias='x86_64-unknown-linux'
# htmldir='${docdir}'
# includedir='${prefix}/include'
# infodir='${datarootdir}/info'
# libdir='${exec_prefix}/lib'
# libexecdir='${exec_prefix}/libexec'
# localedir='${datarootdir}/locale'
# localstatedir='${prefix}/var'
# mandir='${datarootdir}/man'
# oldincludedir='/usr/include'
# pdfdir='${docdir}'
# prefix='/usr'
# program_transform_name='s,x,x,'
# psdir='${docdir}'
# sbindir='${exec_prefix}/sbin'
# sharedstatedir='${prefix}/com'
# sysconfdir='${prefix}/etc'
# target_alias=''
#
# ## ----------- ##
# ## confdefs.h. ##
# ## ----------- ##
#
# /* confdefs.h */
# #define PACKAGE_NAME ""
# #define PACKAGE_TARNAME ""
# #define PACKAGE_VERSION ""
# #define PACKAGE_STRING ""
# #define PACKAGE_BUGREPORT ""
# #define PACKAGE_URL ""
# #define HAVE_POLL 1
# #define HAVE_INLINE 1
# #define HAVE_GNUC25_ATTRIB 1
# #define HAVE_GNUC25_NORETURN 1
# #define HAVE_GNUC25_CONST 1
# #define HAVE_GNUC25_PRINTFFORMAT 1
#
# configure: exit 0