<86>Apr 21 01:20:32 userdel[117324]: delete user 'rooter' <86>Apr 21 01:20:32 groupadd[117338]: group added to /etc/group: name=rooter, GID=675 <86>Apr 21 01:20:32 groupadd[117338]: group added to /etc/gshadow: name=rooter <86>Apr 21 01:20:32 groupadd[117338]: new group: name=rooter, GID=675 <86>Apr 21 01:20:32 useradd[117358]: new user: name=rooter, UID=675, GID=675, home=/root, shell=/bin/bash <86>Apr 21 01:20:32 userdel[117411]: delete user 'builder' <86>Apr 21 01:20:32 userdel[117411]: removed group 'builder' owned by 'builder' <86>Apr 21 01:20:32 userdel[117411]: removed shadow group 'builder' owned by 'builder' <86>Apr 21 01:20:32 groupadd[117568]: group added to /etc/group: name=builder, GID=676 <86>Apr 21 01:20:32 groupadd[117568]: group added to /etc/gshadow: name=builder <86>Apr 21 01:20:32 groupadd[117568]: new group: name=builder, GID=676 <86>Apr 21 01:20:32 useradd[117637]: new user: name=builder, UID=676, GID=676, home=/usr/src, shell=/bin/bash <13>Apr 21 01:20:35 rpmi: rpm-macros-ubt-0.2-alt1.M80P.1 1488269670 installed <13>Apr 21 01:20:35 rpmi: rpm-build-ubt-0.3.1-alt1.M80P.1 1513692283 installed Installing adns-1.5.1-alt1.S1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.53241 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf adns-1.5.1 + echo 'Source #0 (adns-1.5.1.tar):' Source #0 (adns-1.5.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/adns-1.5.1.tar + cd adns-1.5.1 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (adns-1.5.1-alt.patch):' Patch #0 (adns-1.5.1-alt.patch): + /usr/bin/patch -p1 patching file .gear/adns.spec patching file .gear/rules patching file .gear/tags/49fdb2f5abc3ffef3cd1ed49bbc9263c075525c0 patching file .gear/tags/list patching file configure patching file configure.in patching file src/adns.h patching file src/adns.map + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.53241 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd adns-1.5.1 + CFLAGS='-pipe -Wall -g -O2' + export CFLAGS + CXXFLAGS='-pipe -Wall -g -O2' + export CXXFLAGS + FFLAGS='-pipe -Wall -g -O2' + export FFLAGS + '[' -n '' ']' ++ printf %s '-pipe -Wall -g -O2' ++ sed -r 's/(^|[[:space:]]+)-[^m][^[:space:]]*//g' + ASFLAGS= + export ASFLAGS + export lt_cv_deplibs_check_method=pass_all + lt_cv_deplibs_check_method=pass_all + readlink -e -- ./configure + xargs -ri dirname -- '{}' + xargs -ri find '{}' -type f '(' -name config.sub -or -name config.guess ')' -printf '%h/\n' + sort -u + xargs -rn1 install -pm755 -- /usr/share/gnu-config/config.sub /usr/share/gnu-config/config.guess + ./configure --build=x86_64-alt-linux --host=x86_64-alt-linux --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/lib --localstatedir=/var/lib --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --disable-dependency-tracking --without-included-gettext configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext checking whether you requested dynamic linking... yes, by default checking for x86_64-alt-linux-gcc... x86_64-alt-linux-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 x86_64-alt-linux-gcc accepts -g... yes checking for x86_64-alt-linux-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-alt-linux-gcc -E checking for x86_64-alt-linux-ranlib... no checking for ranlib... ranlib checking for a BSD-compatible install... /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 configure: WARNING: unrecognized options: --disable-dependency-tracking, --without-included-gettext + '[' -n '' ']' + NPROCS=8 + make -j8 srcdir=/usr/src/RPM/BUILD/adns-1.5.1/src make: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1' set -e; for d in src dynamic client regress; do make -C $d all; done make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1/src' x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -c -o types.o types.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -c -o event.o event.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -c -o query.o query.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -c -o reply.o reply.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -c -o general.o general.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -c -o setup.o setup.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -c -o transmit.o transmit.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -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] (tv)|=GETIL_B(cb), \ ^ 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; ^ 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); ^ In file included from internal.h:36:0, from query.c:29: query.c: In function 'adns__free_interim': query.c:437:30: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] assert(!qu->interim_allocd >= 0); ^ 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:1054: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:1084: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:1385: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:1386:5: note: in expansion of macro 'GET_W' GET_W(cbyte,lsw); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -c -o poll.o poll.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -c -o check.o check.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I/usr/src/RPM/BUILD/adns-1.5.1/src -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 `/usr/src/RPM/BUILD/adns-1.5.1/src' make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1/dynamic' x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o types_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o event_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/event.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o query_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/query.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o reply_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o general_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/general.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o setup_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/setup.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o transmit_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/transmit.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o parse_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c In file included from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/internal.h:36:0, from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/query.c:29: /usr/src/RPM/BUILD/adns-1.5.1/src/../src/query.c: In function 'adns__free_interim': /usr/src/RPM/BUILD/adns-1.5.1/src/../src/query.c:437:30: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] assert(!qu->interim_allocd >= 0); ^ In file included from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:29:0: /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c: In function 'adns__procdgram': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:54:3: note: in expansion of macro 'GET_W' GET_W(cbyte,id); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:57:3: note: in expansion of macro 'GET_W' GET_W(cbyte,qdcount); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:58:3: note: in expansion of macro 'GET_W' GET_W(cbyte,ancount); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:59:3: note: in expansion of macro 'GET_W' GET_W(cbyte,nscount); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:60:3: note: in expansion of macro 'GET_W' GET_W(cbyte,arcount); ^ In file included from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:27:0: /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c: In function 'adns__findrr_anychk': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:219:3: note: in expansion of macro 'GET_W' GET_W(cbyte,tmp); *type_r= tmp; ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:220:3: note: in expansion of macro 'GET_W' GET_W(cbyte,tmp); *class_r= tmp; ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/internal.h:944:27: warning: right-hand operand of comma expression has no effect [-Wunused-value] (tv)|=GETIL_B(cb), \ ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:222:3: note: in expansion of macro 'GET_L' GET_L(cbyte,ttl); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:226:3: note: in expansion of macro 'GET_W' GET_W(cbyte,rdlen); if (rdlen_r) *rdlen_r= rdlen; ^ In file included from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:35:0: /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c: In function 'pa_mx_raw': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:1054:3: note: in expansion of macro 'GET_W' GET_W(cbyte,pref); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c: In function 'pa_mx': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:1084:3: note: in expansion of macro 'GET_W' GET_W(cbyte,pref); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c: In function 'pa_soa': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:1385:5: note: in expansion of macro 'GET_W' GET_W(cbyte,msw); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:1386:5: note: in expansion of macro 'GET_W' GET_W(cbyte,lsw); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o poll_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/poll.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o check_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/check.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -fpic -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o addrfam_p.o /usr/src/RPM/BUILD/adns-1.5.1/src/../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 x86_64-alt-linux-gcc -shared -Wl,-soname=libadns.so.1 -o libadns.so.1.5 -Wl,--version-script=/usr/src/RPM/BUILD/adns-1.5.1/src/adns.map 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 `/usr/src/RPM/BUILD/adns-1.5.1/dynamic' make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1/client' x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o adnslogres.o adnslogres.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o adnsheloex.o adnsheloex.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o adh-main.o adh-main.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o adh-opts.o adh-opts.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o adh-query.o adh-query.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o adnsresfilter.o adnsresfilter.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o fanftest.o fanftest.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o adnstest.o adnstest.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I. -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o addrtext.o addrtext.c x86_64-alt-linux-gcc adnsheloex.o ../src/libadns.a -o adnsheloex_s x86_64-alt-linux-gcc fanftest.o ../src/libadns.a -o fanftest_s x86_64-alt-linux-gcc adnsheloex.o -L../dynamic -ladns -o adnsheloex x86_64-alt-linux-gcc adnsresfilter.o -L../dynamic -ladns -o adnsresfilter x86_64-alt-linux-gcc adnslogres.o ../src/libadns.a -o adnslogres_s x86_64-alt-linux-gcc adnsresfilter.o ../src/libadns.a -o adnsresfilter_s x86_64-alt-linux-gcc adnslogres.o -L../dynamic -ladns -o adnslogres x86_64-alt-linux-gcc adnstest.o ../src/libadns.a -o adnstest_s x86_64-alt-linux-gcc addrtext.o ../src/libadns.a -o addrtext_s x86_64-alt-linux-gcc adh-main.o adh-opts.o adh-query.o -L../dynamic -ladns -o adnshost x86_64-alt-linux-gcc adh-main.o adh-opts.o adh-query.o ../src/libadns.a -o adnshost_s make[1]: Leaving directory `/usr/src/RPM/BUILD/adns-1.5.1/client' make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1/regress' x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o hrecord.o hrecord.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o hcommon.o hcommon.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o types_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o event_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/event.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o query_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/query.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o reply_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o general_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/general.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o setup_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/setup.c In file included from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:29:0: /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c: In function 'adns__procdgram': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:54:3: note: in expansion of macro 'GET_W' GET_W(cbyte,id); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:57:3: note: in expansion of macro 'GET_W' GET_W(cbyte,qdcount); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:58:3: note: in expansion of macro 'GET_W' GET_W(cbyte,ancount); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:59:3: note: in expansion of macro 'GET_W' GET_W(cbyte,nscount); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/reply.c:60:3: note: in expansion of macro 'GET_W' GET_W(cbyte,arcount); ^ In file included from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/internal.h:36:0, from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/query.c:29: /usr/src/RPM/BUILD/adns-1.5.1/src/../src/query.c: In function 'adns__free_interim': /usr/src/RPM/BUILD/adns-1.5.1/src/../src/query.c:437:30: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] assert(!qu->interim_allocd >= 0); ^ In file included from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:35:0: /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c: In function 'pa_mx_raw': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:1054:3: note: in expansion of macro 'GET_W' GET_W(cbyte,pref); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c: In function 'pa_mx': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:1084:3: note: in expansion of macro 'GET_W' GET_W(cbyte,pref); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c: In function 'pa_soa': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:1385:5: note: in expansion of macro 'GET_W' GET_W(cbyte,msw); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/types.c:1386:5: note: in expansion of macro 'GET_W' GET_W(cbyte,lsw); ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o transmit_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/transmit.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o parse_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c In file included from /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:27:0: /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c: In function 'adns__findrr_anychk': /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:219:3: note: in expansion of macro 'GET_W' GET_W(cbyte,tmp); *type_r= tmp; ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:220:3: note: in expansion of macro 'GET_W' GET_W(cbyte,tmp); *class_r= tmp; ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/internal.h:944:27: warning: right-hand operand of comma expression has no effect [-Wunused-value] (tv)|=GETIL_B(cb), \ ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:222:3: note: in expansion of macro 'GET_L' GET_L(cbyte,ttl); ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../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)) ^ /usr/src/RPM/BUILD/adns-1.5.1/src/../src/parse.c:226:3: note: in expansion of macro 'GET_W' GET_W(cbyte,rdlen); if (rdlen_r) *rdlen_r= rdlen; ^ x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o poll_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/poll.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o check_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/check.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -c -g -o addrfam_d.o /usr/src/RPM/BUILD/adns-1.5.1/src/../src/addrfam.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -I /usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -g -o adnstest_c.o /usr/src/RPM/BUILD/adns-1.5.1/src/../client/adnstest.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -I /usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -g -o adh-main_c.o /usr/src/RPM/BUILD/adns-1.5.1/src/../client/adh-main.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -I /usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -g -o adh-opts_c.o /usr/src/RPM/BUILD/adns-1.5.1/src/../client/adh-opts.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -I /usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -g -o adh-query_c.o /usr/src/RPM/BUILD/adns-1.5.1/src/../client/adh-query.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -I /usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -g -o adnslogres_c.o /usr/src/RPM/BUILD/adns-1.5.1/src/../client/adnslogres.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -DADNS_REGRESS_TEST -I. -I /usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -g -o adnsresfilter_c.o /usr/src/RPM/BUILD/adns-1.5.1/src/../client/adnsresfilter.c x86_64-alt-linux-gcc -pipe -Wall -g -O2 -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes -Wcast-qual -Wpointer-arith -Wno-pointer-sign -I../src -I/usr/src/RPM/BUILD/adns-1.5.1/src -I/usr/src/RPM/BUILD/adns-1.5.1/src/../src -c -o hplayback.o hplayback.c hplayback.c: In function 'Tensurerecordfile': hplayback.c:49:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Q_vb': hplayback.c:215:3: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result] fread(vb2.buf,1,vb.used+2,Tinputfile); ^ hplayback.c: In function 'Hselect': hplayback.c:240:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'P_updatetime': hplayback.c:90:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hpoll': hplayback.c:272:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hsocket': hplayback.c:304:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hfcntl': hplayback.c:338:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hconnect': hplayback.c:379:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hbind': hplayback.c:406:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hlisten': hplayback.c:433:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hclose': hplayback.c:460:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hsendto': hplayback.c:489:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hrecvfrom': hplayback.c:518:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hread': hplayback.c:547:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ hplayback.c: In function 'Hwrite': hplayback.c:576:2: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result] fgets(vb2.buf,vb2.avail,Tinputfile); Pcheckinput(); ^ x86_64-alt-linux-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 x86_64-alt-linux-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 x86_64-alt-linux-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 x86_64-alt-linux-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 x86_64-alt-linux-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 x86_64-alt-linux-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 x86_64-alt-linux-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 x86_64-alt-linux-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 `/usr/src/RPM/BUILD/adns-1.5.1/regress' make all-here make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1' make[1]: Nothing to be done for `all-here'. make[1]: Leaving directory `/usr/src/RPM/BUILD/adns-1.5.1' make: Leaving directory `/usr/src/RPM/BUILD/adns-1.5.1' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.88658 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/adns-buildroot + : + /bin/rm -rf -- /usr/src/tmp/adns-buildroot + cd adns-1.5.1 + mkdir -p /usr/src/tmp/adns-buildroot/usr/bin /usr/src/tmp/adns-buildroot/usr/lib64 /usr/src/tmp/adns-buildroot/usr/include + /usr/bin/make 'INSTALL=/bin/install -p' prefix=/usr/src/tmp/adns-buildroot/usr exec_prefix=/usr/src/tmp/adns-buildroot/usr bindir=/usr/src/tmp/adns-buildroot/usr/bin sbindir=/usr/src/tmp/adns-buildroot/usr/sbin sysconfdir=/usr/src/tmp/adns-buildroot/etc datadir=/usr/src/tmp/adns-buildroot/usr/share includedir=/usr/src/tmp/adns-buildroot/usr/include libdir=/usr/src/tmp/adns-buildroot/usr/lib64 libexecdir=/usr/src/tmp/adns-buildroot/usr/lib localstatedir=/usr/src/tmp/adns-buildroot/var/lib sharedstatedir=/usr/src/tmp/adns-buildroot/var/lib mandir=/usr/src/tmp/adns-buildroot/usr/share/man infodir=/usr/src/tmp/adns-buildroot/usr/share/info install make: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1' set -e; for d in src dynamic client regress; do /usr/bin/make -C $d install; done make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1/src' mkdir -p /usr/src/tmp/adns-buildroot/usr/lib64 /usr/src/tmp/adns-buildroot/usr/include set -xe; for f in libadns.a; \ do /bin/install -p -m 644 $f /usr/src/tmp/adns-buildroot/usr/lib64/$f; done + for f in libadns.a + /bin/install -p -m 644 libadns.a /usr/src/tmp/adns-buildroot/usr/lib64/libadns.a /bin/install -p -m 644 ./../src/adns.h /usr/src/tmp/adns-buildroot/usr/include/adns.h make[1]: Leaving directory `/usr/src/RPM/BUILD/adns-1.5.1/src' make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1/dynamic' mkdir -p /usr/src/tmp/adns-buildroot/usr/lib64 /bin/install -p -m 755 libadns.so.1.5 /usr/src/tmp/adns-buildroot/usr/lib64/libadns.so.1.5 ln -sf libadns.so.1.5 /usr/src/tmp/adns-buildroot/usr/lib64/libadns.so.1 ln -sf libadns.so.1 /usr/src/tmp/adns-buildroot/usr/lib64/libadns.so make[1]: Leaving directory `/usr/src/RPM/BUILD/adns-1.5.1/dynamic' make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1/client' mkdir -p /usr/src/tmp/adns-buildroot/usr/bin set -xe; for f in adnslogres adnsheloex adnshost adnsresfilter; \ do /bin/install -p -m 755 $f /usr/src/tmp/adns-buildroot/usr/bin/$f; done + for f in adnslogres adnsheloex adnshost adnsresfilter + /bin/install -p -m 755 adnslogres /usr/src/tmp/adns-buildroot/usr/bin/adnslogres + for f in adnslogres adnsheloex adnshost adnsresfilter + /bin/install -p -m 755 adnsheloex /usr/src/tmp/adns-buildroot/usr/bin/adnsheloex + for f in adnslogres adnsheloex adnshost adnsresfilter + /bin/install -p -m 755 adnshost /usr/src/tmp/adns-buildroot/usr/bin/adnshost + for f in adnslogres adnsheloex adnshost adnsresfilter + /bin/install -p -m 755 adnsresfilter /usr/src/tmp/adns-buildroot/usr/bin/adnsresfilter make[1]: Leaving directory `/usr/src/RPM/BUILD/adns-1.5.1/client' make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1/regress' make[1]: Nothing to be done for `install'. make[1]: Leaving directory `/usr/src/RPM/BUILD/adns-1.5.1/regress' /usr/bin/make install-here make[1]: Entering directory `/usr/src/RPM/BUILD/adns-1.5.1' make[1]: Nothing to be done for `install-here'. make[1]: Leaving directory `/usr/src/RPM/BUILD/adns-1.5.1' make: Leaving directory `/usr/src/RPM/BUILD/adns-1.5.1' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/adns-buildroot (auto) mode of './usr/lib64/libadns.so.1.5' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/adns-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/adns-buildroot (auto) Adjusting library links in /usr/src/tmp/adns-buildroot ./usr/lib64: libadns.so.1 -> libadns.so.1.5 Verifying ELF objects in /usr/src/tmp/adns-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: adns-1.5.1-alt1.M80P.1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.88658 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd adns-1.5.1 + DOCDIR=/usr/src/tmp/adns-buildroot/usr/share/doc/adns-1.5.1 + export DOCDIR + rm -rf /usr/src/tmp/adns-buildroot/usr/share/doc/adns-1.5.1 + /bin/mkdir -p /usr/src/tmp/adns-buildroot/usr/share/doc/adns-1.5.1 + cp -prL GPL-vs-LGPL README TODO changelog /usr/src/tmp/adns-buildroot/usr/share/doc/adns-1.5.1 + chmod -R go-w /usr/src/tmp/adns-buildroot/usr/share/doc/adns-1.5.1 + chmod -R a+rX /usr/src/tmp/adns-buildroot/usr/share/doc/adns-1.5.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SK3Pwz find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.CqDlG7 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libadns = 1.5.1-alt1.M80P.1, /lib64/ld-linux-x86-64.so.2, libadns.so.1()(64bit) >= set:idyFcPvMKpRELrxZpaDv0IVMtOVc8uKC726oh1, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ENyWCI Creating adns-debuginfo package Processing files: libadns-1.5.1-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.uo0Kjm find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) lib.prov: /usr/src/tmp/adns-buildroot/usr/lib64/libadns.so.1: 32 symbols, 15 bpp Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.M5NgV2 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Provides: libadns.so.1()(64bit) = set:ic8C0Z1TG7ArK6ZdFgZ4hF56HFwjKd3H6kZ3r00O14baz5wI2DzwULiHKV28o0mLg1, libadns.so.1(ADNS_1.2)(64bit) Requires: libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.16)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.4)(64bit), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SsMqqM Creating libadns-debuginfo package Processing files: libadns-devel-1.5.1-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4ADkNy find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.21lG5n find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libadns = 1.5.1-alt1.M80P.1, /usr/lib64/libadns.so.1 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.6XyFeg Processing files: libadns-devel-static-1.5.1-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aE7kfb find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.e2qN98 find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) Requires: libadns-devel = 1.5.1-alt1.M80P.1, glibc-devel-static Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ERaiP9 Processing files: adns-debuginfo-1.5.1-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.w91Did find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.aI3wxj find-requires: running scripts (debuginfo) Requires: adns = 1.5.1-alt1.M80P.1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libadns.so.1), debug64(libc.so.6) Processing files: libadns-debuginfo-1.5.1-alt1.M80P.1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.4cDXws find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.krQ0gE find-requires: running scripts (debuginfo) Provides: debug64(libadns.so.1) Requires: libadns = 1.5.1-alt1.M80P.1, debug64(libc.so.6) Adding to adns-debuginfo a strict dependency on libadns-debuginfo Removing from adns-debuginfo 2 sources provided by libadns-debuginfo also prunning dir /usr/src/debug/adns-1.5.1/src Removing 2 extra deps from adns due to dependency on libadns Removing 1 extra deps from libadns-devel due to dependency on libadns Removing 1 extra deps from adns-debuginfo due to dependency on libadns-debuginfo Removing 5 extra deps from adns due to repentancy on libadns Removing 1 extra deps from adns-debuginfo due to repentancy on libadns-debuginfo Wrote: /usr/src/RPM/RPMS/x86_64/adns-1.5.1-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libadns-1.5.1-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libadns-devel-1.5.1-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libadns-devel-static-1.5.1-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/adns-debuginfo-1.5.1-alt1.M80P.1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/libadns-debuginfo-1.5.1-alt1.M80P.1.x86_64.rpm 11.57user 2.33system 0:22.83elapsed 60%CPU (0avgtext+0avgdata 37188maxresident)k 0inputs+0outputs (0major+907769minor)pagefaults 0swaps 14.64user 4.78system 0:30.42elapsed 63%CPU (0avgtext+0avgdata 122140maxresident)k 0inputs+0outputs (0major+1190247minor)pagefaults 0swaps error: open of /ALT/repo/p8/task/archive/_221/226645/files/x86_64/RPMS/adns-1.5.1-alt1.M80P.1.x86_64.rpm failed: No such file or directory error: open of /ALT/repo/p8/task/archive/_221/226645/files/x86_64/RPMS/adns-debuginfo-1.5.1-alt1.M80P.1.x86_64.rpm failed: No such file or directory error: open of /ALT/repo/p8/task/archive/_221/226645/files/x86_64/RPMS/libadns-1.5.1-alt1.M80P.1.x86_64.rpm failed: No such file or directory error: open of /ALT/repo/p8/task/archive/_221/226645/files/x86_64/RPMS/libadns-debuginfo-1.5.1-alt1.M80P.1.x86_64.rpm failed: No such file or directory error: open of /ALT/repo/p8/task/archive/_221/226645/files/x86_64/RPMS/libadns-devel-1.5.1-alt1.M80P.1.x86_64.rpm failed: No such file or directory error: open of /ALT/repo/p8/task/archive/_221/226645/files/x86_64/RPMS/libadns-devel-static-1.5.1-alt1.M80P.1.x86_64.rpm failed: No such file or directory