Installing djbdns-1.05-1.qt.el7.src.rpm Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.OX1DfD + umask 022 + cd /root/rpmbuild/BUILD + cd /root/rpmbuild/BUILD + rm -rf djbdns-1.05 + /usr/bin/tar -xf - + /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/djbdns-1.05.tar.bz2 + STATUS=0 + '[' 0 -ne 0 ']' + cd djbdns-1.05 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /root/rpmbuild/BUILD + /usr/bin/mkdir -p djbdns-1.05 + cd djbdns-1.05 + /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/djbdns-1.05-man.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cd /root/rpmbuild/BUILD + /usr/bin/mkdir -p djbdns-1.05 + cd djbdns-1.05 + /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/doc.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (djbdns-1.05-errno.patch.bz2):' Patch #0 (djbdns-1.05-errno.patch.bz2): + /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/djbdns-1.05-errno.patch.bz2 + /usr/bin/patch -p1 -b --suffix .errno --fuzz=0 patching file error.h + echo 'Patch #1 (djbdns-secpatch-03-06-09.patch.bz2):' Patch #1 (djbdns-secpatch-03-06-09.patch.bz2): + /usr/bin/bzip2 -dc /root/rpmbuild/SOURCES/djbdns-secpatch-03-06-09.patch.bz2 + /usr/bin/patch -p0 --fuzz=0 patching file response.c + echo /usr + echo gcc -O2 -include /usr/include/errno.h ++ cat /var/tmp/djbdns-1.05-gcc + echo 'gcc -O2 -include /usr/include/errno.h -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' ++ cat /var/tmp/djbdns-1.05-gcc + echo 'gcc -O2 -include /usr/include/errno.h -s -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + '[' -f /var/tmp/djbdns-1.05-gcc ']' + rm -f /var/tmp/djbdns-1.05-gcc + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.KzPmYz + umask 022 + cd /root/rpmbuild/BUILD + cd djbdns-1.05 + '[' -n /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 -a /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 + make ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo exec "`head -1 conf-ld`" \ '-o "$main" "$main".o ${1+"$@"}' \ ) > load chmod 755 load ( cat warn-auto.sh; \ echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \ ) > compile chmod 755 compile ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\'; \ cat find-systype.sh; \ ) | sh > systype ( case "`cat systype`" in \ sunos-5.*) cat hasdevtcp.h2 ;; \ *) cat hasdevtcp.h1 ;; \ esac ) > hasdevtcp.h ( ( ./compile tryulong32.c && ./load tryulong32 && \ ./tryulong32 ) >/dev/null 2>&1 \ && cat uint32.h2 || cat uint32.h1 ) > uint32.h rm -f tryulong32.o tryulong32 cat warn-auto.sh choose.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > choose chmod 755 choose ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./compile dnscache-conf.c ./compile generic-conf.c ./compile auto-str.c auto-str.c:7:6: warning: conflicting types for built-in function 'puts' [enabled by default] void puts(const char *s) ^ auto-str.c: In function 'main': auto-str.c:28:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (ch = *value++) { ^ ( cat warn-auto.sh; \ echo 'main="$1"; shift'; \ echo 'rm -f "$main"'; \ echo 'ar cr "$main" ${1+"$@"}'; \ case "`cat systype`" in \ sunos-5.*) ;; \ unix_sv*) ;; \ irix64-*) ;; \ irix-*) ;; \ dgux-*) ;; \ hp-ux-*) ;; \ sco*) ;; \ *) echo 'ranlib "$main"' ;; \ esac \ ) > makelib chmod 755 makelib ./compile buffer.c ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_copy.c ./compile buffer_get.c ./compile buffer_put.c ./compile strerr_die.c ./compile strerr_sys.c ./makelib buffer.a buffer.o buffer_1.o buffer_2.o \ buffer_copy.o buffer_get.o buffer_put.o strerr_die.o \ strerr_sys.o ./compile buffer_read.c ./compile buffer_write.c ./compile error.c ./compile error_str.c ./compile ndelay_off.c ./compile ndelay_on.c ./compile open_read.c ./compile open_trunc.c ./compile openreadclose.c ./compile readclose.c ./compile seek_set.c seek_set.c: In function 'seek_set': seek_set.c:7:1: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; } ^ ./compile socket_accept.c socket_accept.c: In function 'socket_accept4': socket_accept.c:14:25: warning: pointer targets in passing argument 3 of 'accept' differ in signedness [-Wpointer-sign] fd = accept(s,(struct sockaddr *) &sa,&dummy); ^ In file included from socket_accept.c:3:0: /usr/include/sys/socket.h:244:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *' extern int accept (int __fd, __SOCKADDR_ARG __addr, ^ ./compile socket_bind.c ./compile socket_conn.c socket_conn.c: In function 'socket_connected': socket_conn.c:28:29: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (getpeername(s,(struct sockaddr *) &sa,&dummy) == -1) { ^ In file included from socket_conn.c:3:0: /usr/include/sys/socket.h:142:12: note: expected 'socklen_t * __restrict__' but argument is of type 'int *' extern int getpeername (int __fd, __SOCKADDR_ARG __addr, ^ socket_conn.c:29:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(s,&ch,1); /* sets errno */ ^ ./compile socket_listen.c ./compile socket_recv.c socket_recv.c: In function 'socket_recv4': socket_recv.c:14:36: warning: pointer targets in passing argument 6 of 'recvfrom' differ in signedness [-Wpointer-sign] r = recvfrom(s,buf,len,0,(struct sockaddr *) &sa,&dummy); ^ In file included from /usr/include/sys/socket.h:281:0, from socket_recv.c:3: /usr/include/bits/socket2.h:64:1: note: expected 'socklen_t * __restrict__' but argument is of type 'int *' recvfrom (int __fd, void *__restrict __buf, size_t __n, int __flags, ^ ./compile socket_send.c ./compile socket_tcp.c ./compile socket_udp.c ./makelib unix.a buffer_read.o buffer_write.o error.o \ error_str.o ndelay_off.o ndelay_on.o open_read.o \ open_trunc.o openreadclose.o readclose.o seek_set.o \ socket_accept.o socket_bind.o socket_conn.o socket_listen.o \ socket_recv.o socket_send.o socket_tcp.o socket_udp.o ./compile byte_chr.c ./compile byte_copy.c ./compile byte_cr.c ./compile byte_diff.c ./compile byte_zero.c ./compile case_diffb.c ./compile case_diffs.c ./compile case_lowerb.c ./compile fmt_ulong.c ./compile ip4_fmt.c ./compile ip4_scan.c ./compile scan_ulong.c ./compile str_chr.c ./compile str_diff.c ./compile str_len.c ./compile str_rchr.c ./compile str_start.c ./compile uint16_pack.c ./compile uint16_unpack.c ./compile uint32_pack.c ./compile uint32_unpack.c ./makelib byte.a byte_chr.o byte_copy.o byte_cr.o \ byte_diff.o byte_zero.o case_diffb.o case_diffs.o \ case_lowerb.o fmt_ulong.o ip4_fmt.o ip4_scan.o scan_ulong.o \ str_chr.o str_diff.o str_len.o str_rchr.o str_start.o \ uint16_pack.o uint16_unpack.o uint32_pack.o uint32_unpack.o ./load auto-str buffer.a unix.a byte.a ./auto-str auto_home `head -1 conf-home` > auto_home.c ./compile auto_home.c ./compile tai_add.c ./compile tai_now.c ./compile tai_pack.c ./compile tai_sub.c ./compile tai_uint.c ./compile tai_unpack.c ./compile taia_add.c ./compile taia_approx.c ./compile taia_frac.c ./compile taia_less.c ./compile taia_now.c ./compile taia_pack.c ./compile taia_sub.c ./compile taia_tai.c ./compile taia_uint.c ./makelib libtai.a tai_add.o tai_now.o tai_pack.o \ tai_sub.o tai_uint.o tai_unpack.o taia_add.o taia_approx.o \ taia_frac.o taia_less.o taia_now.o taia_pack.o taia_sub.o \ taia_tai.o taia_uint.o ./load dnscache-conf generic-conf.o auto_home.o libtai.a \ buffer.a unix.a byte.a ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./compile dnscache.c dnscache.c: In function 'main': dnscache.c:417:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result] read(0,seed,sizeof seed); ^ dnscache.c:447:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ ./compile droproot.c ./compile okclient.c ./compile log.c log.c: In function 'name': log.c:79:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (state = *q++) { ^ ./compile cache.c ./compile query.c query.c: In function 'doit': query.c:275:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (pos = dns_packet_getname(cached,cachedlen,pos,&t2)) { ^ query.c:292:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (pos = dns_packet_getname(cached,cachedlen,pos,&t2)) { ^ query.c:309:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (pos = dns_packet_copy(cached,cachedlen,pos,misc,2)) { ^ query.c:398:11: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (pos = dns_packet_getname(cached,cachedlen,pos,&t1)) { ^ query.c:175:16: warning: variable 'posglue' set but not used [-Wunused-but-set-variable] unsigned int posglue; ^ ./compile response.c ./compile dd.c ./choose c trydrent direntry.h1 direntry.h2 > direntry.h ./compile roots.c ./choose c trysysel select.h1 select.h2 > select.h ./compile iopause.c ./compile chkshsgr.c chkshsgr.c: In function 'main': chkshsgr.c:8:3: warning: implicit declaration of function 'getgroups' [-Wimplicit-function-declaration] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^ chkshsgr.c:8:3: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] ./load chkshsgr ./chkshsgr || ( cat warn-shsgr; exit 1 ) ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h ./compile prot.c prot.c: In function 'prot_gid': prot.c:11:3: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] if (setgroups(1,&gid) == -1) return -1; ^ prot.c:13:3: warning: implicit declaration of function 'setgid' [-Wimplicit-function-declaration] return setgid(gid); /* _should_ be redundant, but on some systems it isn't */ ^ prot.c: In function 'prot_uid': prot.c:18:3: warning: implicit declaration of function 'setuid' [-Wimplicit-function-declaration] return setuid(uid); ^ ./compile dns_dfd.c ./compile dns_domain.c dns_domain.c: In function 'dns_domain_length': dns_domain.c:13:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (c = *x++) ^ ./compile dns_dtda.c ./compile dns_ip.c ./compile dns_ipq.c ./compile dns_mx.c ./compile dns_name.c ./compile dns_nd.c ./compile dns_packet.c ./compile dns_random.c ./compile dns_rcip.c ./compile dns_rcrw.c ./compile dns_resolve.c ./compile dns_sortip.c ./compile dns_transmit.c ./compile dns_txt.c ./makelib dns.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o \ dns_ipq.o dns_mx.o dns_name.o dns_nd.o dns_packet.o \ dns_random.o dns_rcip.o dns_rcrw.o dns_resolve.o \ dns_sortip.o dns_transmit.o dns_txt.o ./compile env.c ./makelib env.a env.o ./compile alloc.c ./compile alloc_re.c ./compile getln.c ./compile getln2.c ./compile stralloc_cat.c ./compile stralloc_catb.c ./compile stralloc_cats.c ./compile stralloc_copy.c ./compile stralloc_eady.c ./compile stralloc_num.c ./compile stralloc_opyb.c ./compile stralloc_opys.c ./compile stralloc_pend.c ./makelib alloc.a alloc.o alloc_re.o getln.o getln2.o \ stralloc_cat.o stralloc_catb.o stralloc_cats.o \ stralloc_copy.o stralloc_eady.o stralloc_num.o \ stralloc_opyb.o stralloc_opys.o stralloc_pend.o ( ( ./compile trylsock.c && \ ./load trylsock -lsocket -lnsl ) >/dev/null 2>&1 \ && echo -lsocket -lnsl || exit 0 ) > socket.lib rm -f trylsock.o trylsock ./load dnscache droproot.o okclient.o log.o cache.o \ query.o response.o dd.o roots.o iopause.o prot.o dns.a \ env.a alloc.a buffer.a libtai.a unix.a byte.a `cat \ socket.lib` ./compile walldns-conf.c ./load walldns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile walldns.c ./compile server.c ./compile qlog.c ./compile cdb.c ./compile cdb_hash.c ./compile cdb_make.c ./makelib cdb.a cdb.o cdb_hash.o cdb_make.o ./load walldns server.o response.o droproot.o qlog.o \ prot.o dd.o dns.a env.a cdb.a alloc.a buffer.a unix.a \ byte.a `cat socket.lib` ./compile rbldns-conf.c ./load rbldns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile rbldns.c ./load rbldns server.o response.o dd.o droproot.o qlog.o \ prot.o dns.a env.a libtai.a cdb.a alloc.a buffer.a unix.a \ byte.a `cat socket.lib` ./compile rbldns-data.c ./load rbldns-data cdb.a alloc.a buffer.a unix.a byte.a ./compile pickdns-conf.c ./load pickdns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile pickdns.c ./load pickdns server.o response.o droproot.o qlog.o \ prot.o dns.a env.a libtai.a cdb.a alloc.a buffer.a unix.a \ byte.a `cat socket.lib` ./compile pickdns-data.c ./load pickdns-data cdb.a dns.a alloc.a buffer.a unix.a \ byte.a ./compile tinydns-conf.c ./load tinydns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile tinydns.c ./compile tdlookup.c tdlookup.c: In function 'doit': tdlookup.c:133:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (r = find(control,0)) { ^ tdlookup.c:158:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (r = find(wild,wild != q)) { ^ tdlookup.c:215:5: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (r = find(control,0)) { ^ tdlookup.c:230:7: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (r = find(control,0)) { ^ tdlookup.c:255:2: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (r = find(d1,0)) { ^ ./load tinydns server.o droproot.o tdlookup.o response.o \ qlog.o prot.o dns.a libtai.a env.a cdb.a alloc.a buffer.a \ unix.a byte.a `cat socket.lib` ./compile tinydns-data.c tinydns-data.c: In function 'main': tinydns-data.c:254:2: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [enabled by default] if (!scan_ulong(f[3].s,&u)) uint32_unpack_big(defaultsoa,&u); ^ In file included from tinydns-data.c:6:0: uint32.h:9:13: note: expected 'uint32 *' but argument is of type 'long unsigned int *' extern void uint32_unpack_big(const char *,uint32 *); ^ tinydns-data.c:257:2: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [enabled by default] if (!scan_ulong(f[4].s,&u)) uint32_unpack_big(defaultsoa + 4,&u); ^ In file included from tinydns-data.c:6:0: uint32.h:9:13: note: expected 'uint32 *' but argument is of type 'long unsigned int *' extern void uint32_unpack_big(const char *,uint32 *); ^ tinydns-data.c:260:2: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [enabled by default] if (!scan_ulong(f[5].s,&u)) uint32_unpack_big(defaultsoa + 8,&u); ^ In file included from tinydns-data.c:6:0: uint32.h:9:13: note: expected 'uint32 *' but argument is of type 'long unsigned int *' extern void uint32_unpack_big(const char *,uint32 *); ^ tinydns-data.c:263:2: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [enabled by default] if (!scan_ulong(f[6].s,&u)) uint32_unpack_big(defaultsoa + 12,&u); ^ In file included from tinydns-data.c:6:0: uint32.h:9:13: note: expected 'uint32 *' but argument is of type 'long unsigned int *' extern void uint32_unpack_big(const char *,uint32 *); ^ tinydns-data.c:266:2: warning: passing argument 2 of 'uint32_unpack_big' from incompatible pointer type [enabled by default] if (!scan_ulong(f[7].s,&u)) uint32_unpack_big(defaultsoa + 16,&u); ^ In file included from tinydns-data.c:6:0: uint32.h:9:13: note: expected 'uint32 *' but argument is of type 'long unsigned int *' extern void uint32_unpack_big(const char *,uint32 *); ^ ./load tinydns-data cdb.a dns.a alloc.a buffer.a unix.a \ byte.a ./compile tinydns-get.c ./compile printpacket.c ./compile printrecord.c ./compile parsetype.c ./load tinydns-get tdlookup.o response.o printpacket.o \ printrecord.o parsetype.o dns.a libtai.a cdb.a buffer.a \ alloc.a unix.a byte.a ./compile tinydns-edit.c ./load tinydns-edit dns.a alloc.a buffer.a unix.a byte.a ./compile axfr-get.c axfr-get.c: In function 'doit': axfr-get.c:232:9: warning: pointer targets in passing argument 2 of 'stralloc_catb' differ in signedness [-Wpointer-sign] if (!stralloc_catb(&line,&ch,1)) return 0; ^ In file included from axfr-get.c:5:0: stralloc.h:15:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int stralloc_catb(stralloc *,const char *,unsigned int); ^ axfr-get.c:237:9: warning: pointer targets in passing argument 2 of 'stralloc_catb' differ in signedness [-Wpointer-sign] if (!stralloc_catb(&line,&ch2,1)) return 0; ^ In file included from axfr-get.c:5:0: stralloc.h:15:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int stralloc_catb(stralloc *,const char *,unsigned int); ^ axfr-get.c:239:9: warning: pointer targets in passing argument 2 of 'stralloc_catb' differ in signedness [-Wpointer-sign] if (!stralloc_catb(&line,&ch2,1)) return 0; ^ In file included from axfr-get.c:5:0: stralloc.h:15:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int stralloc_catb(stralloc *,const char *,unsigned int); ^ axfr-get.c:241:9: warning: pointer targets in passing argument 2 of 'stralloc_catb' differ in signedness [-Wpointer-sign] if (!stralloc_catb(&line,&ch2,1)) return 0; ^ In file included from axfr-get.c:5:0: stralloc.h:15:12: note: expected 'const char *' but argument is of type 'unsigned char *' extern int stralloc_catb(stralloc *,const char *,unsigned int); ^ ./compile timeoutread.c ./compile timeoutwrite.c ./load axfr-get iopause.o timeoutread.o timeoutwrite.o \ dns.a libtai.a alloc.a buffer.a unix.a byte.a ./compile axfrdns-conf.c ./load axfrdns-conf generic-conf.o auto_home.o buffer.a \ unix.a byte.a ./compile axfrdns.c ./load axfrdns iopause.o droproot.o tdlookup.o response.o \ qlog.o prot.o timeoutread.o timeoutwrite.o dns.a libtai.a \ alloc.a env.a cdb.a buffer.a unix.a byte.a ./compile dnsip.c ./load dnsip iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnsipq.c ./load dnsipq iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnsname.c ./load dnsname iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnstxt.c ./load dnstxt iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnsmx.c ./load dnsmx iopause.o dns.a env.a libtai.a alloc.a \ buffer.a unix.a byte.a `cat socket.lib` ./compile dnsfilter.c ./compile sgetopt.c ./compile subgetopt.c ./makelib getopt.a sgetopt.o subgetopt.o ./load dnsfilter iopause.o getopt.a dns.a env.a libtai.a \ alloc.a buffer.a unix.a byte.a `cat socket.lib` ./compile random-ip.c ./load random-ip dns.a libtai.a buffer.a unix.a byte.a ./compile dnsqr.c dnsqr.c: In function 'main': dnsqr.c:65:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(0); ^ dnsqr.c:65:3: warning: incompatible implicit declaration of built-in function '_exit' [enabled by default] ./load dnsqr iopause.o printrecord.o printpacket.o \ parsetype.o dns.a env.a libtai.a buffer.a alloc.a unix.a \ byte.a `cat socket.lib` ./compile dnsq.c dnsq.c: In function 'main': dnsq.c:97:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(0); ^ dnsq.c:97:3: warning: incompatible implicit declaration of built-in function '_exit' [enabled by default] ./load dnsq iopause.o printrecord.o printpacket.o \ parsetype.o dns.a env.a libtai.a buffer.a alloc.a unix.a \ byte.a `cat socket.lib` ./compile dnstrace.c dnstrace.c: In function 'parsepacket': dnstrace.c:288:10: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses] if (byte_equal(header + 2,2,DNS_C_IN)) ^ dnstrace.c:258:16: warning: variable 'posglue' set but not used [-Wunused-but-set-variable] unsigned int posglue; ^ dnstrace.c:256:16: warning: variable 'posauthority' set but not used [-Wunused-but-set-variable] unsigned int posauthority; ^ ./load dnstrace dd.o iopause.o printrecord.o parsetype.o \ dns.a env.a libtai.a alloc.a buffer.a unix.a byte.a `cat \ socket.lib` cat warn-auto.sh dnstracesort.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > dnstracesort chmod 755 dnstracesort ./compile cachetest.c cachetest.c: In function 'main': cachetest.c:18:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (x = *argv++) { ^ ./load cachetest cache.o libtai.a buffer.a alloc.a unix.a \ byte.a ./compile utime.c utime.c: In function 'main': utime.c:22:3: warning: implicit declaration of function 'utime' [-Wimplicit-function-declaration] if (utime(fn,ut) == -1) _exit(111); ^ ./load utime byte.a cat warn-auto.sh rts.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > rts chmod 755 rts ./compile install.c ./compile hier.c hier.c: In function 'hier': hier.c:5:3: warning: implicit declaration of function 'c' [-Wimplicit-function-declaration] c("/","etc","dnsroots.global",-1,-1,0644); ^ hier.c:7:3: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] h(auto_home,-1,-1,02755); ^ hier.c:8:3: warning: implicit declaration of function 'd' [-Wimplicit-function-declaration] d(auto_home,"bin",-1,-1,02755); ^ ./load install hier.o auto_home.o buffer.a unix.a byte.a ./compile instcheck.c ./load instcheck hier.o auto_home.o buffer.a unix.a byte.a + for i in packages commands cfunctions fileformats ++ find doc/merge -name packages.html + sort -f /dev/null doc/merge/web/djbdns/packages.html + mv doc/packages.new doc/packages.html + for i in packages commands cfunctions fileformats ++ find doc/merge -name commands.html + sort -f /dev/null doc/merge/web/djbdns/commands.html + mv doc/commands.new doc/commands.html + for i in packages commands cfunctions fileformats ++ find doc/merge -name cfunctions.html + sort -f /dev/null doc/merge/web/djbdns/cfunctions.html + mv doc/cfunctions.new doc/cfunctions.html + for i in packages commands cfunctions fileformats ++ find doc/merge -name fileformats.html + sort -f /dev/null + mv doc/fileformats.new doc/fileformats.html + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Yllowc + umask 022 + cd /root/rpmbuild/BUILD + '[' /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 ++ dirname /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 + mkdir -p /root/rpmbuild/BUILDROOT + mkdir /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 + cd djbdns-1.05 + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/etc /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/etc/rc.d/init.d /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + install -m 644 dnsroots.global /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/etc + install -m 700 /root/rpmbuild/SOURCES/djbdns.init /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/etc/rc.d/init.d/djbdns + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 axfr-get /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 axfrdns /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 axfrdns-conf /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnscache /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnscache-conf /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnsfilter /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnsip /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnsipq /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnsmx /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnsname /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnsq /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnsqr /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnstrace /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnstracesort /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 dnstxt /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 pickdns /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 pickdns-conf /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 pickdns-data /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 pickdns-data /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 random-ip /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 rbldns /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 rbldns-conf /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 rbldns-data /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 tinydns /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 tinydns-conf /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 tinydns-data /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 tinydns-edit /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 tinydns-get /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 walldns /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + for i in axfr-get axfrdns axfrdns-conf dnscache dnscache-conf dnsfilter dnsip dnsipq dnsmx dnsname dnsq dnsqr dnstrace dnstracesort dnstxt pickdns pickdns-conf pickdns-data pickdns-data random-ip rbldns rbldns-conf rbldns-data tinydns tinydns-conf tinydns-data tinydns-edit tinydns-get walldns walldns-conf + install -m 755 walldns-conf /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + install -m 755 /root/rpmbuild/SOURCES/djbdns-getdata /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/man/man1 /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/man/man5 /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/man/man8 + install -m644 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnsfilter.1 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnsip.1 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnsipq.1 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnsmx.1 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnsname.1 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnsq.1 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnsqr.1 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnstrace.1 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnstracesort.1 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnstxt.1 /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/man/man1 + install -m644 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/qualification.5 /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/man/man5 + install -m644 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/axfr-get.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/axfrdns.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnscache-conf.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/dnscache.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/pickdns-conf.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/pickdns-data.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/pickdns.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/rbldns-conf.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/rbldns-data.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/rbldns.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/tinydns-conf.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/tinydns-data.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/tinydns.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/walldns-conf.8 /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/walldns.8 /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/man/man8 + cp /root/rpmbuild/BUILD/djbdns-1.05/djbdns-man/README /root/rpmbuild/BUILD/djbdns-1.05/README.manpages + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/log/djbdns + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/etc/cron.daily + install -m755 /root/rpmbuild/SOURCES/djbdns.cron /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/etc/cron.daily/djbdns + install -m755 /root/rpmbuild/SOURCES/tinydns-log.pl /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/bin + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/service + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/service + mkdir -p '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns{' /dnscachex, /dnscache, /tinydns, /axfrdns '}' + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/dnscachex/log/main + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/dnscache/log/main + pushd /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/service ~/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/service ~/rpmbuild/BUILD/djbdns-1.05 + ln -s ../dnscachex dnscachex + ln -s ../dnscache dnscache + cd ../../../service + ln -s /var/djbdns/dnscachex dnscachex + ln -s /var/djbdns/dnscache dnscache + popd ~/rpmbuild/BUILD/djbdns-1.05 + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/tinydns/log/main + pushd /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/service ~/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/service ~/rpmbuild/BUILD/djbdns-1.05 + ln -s ../tinydns tinydns + cd ../../../service + ln -s /var/djbdns/tinydns tinydns + popd ~/rpmbuild/BUILD/djbdns-1.05 + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/axfrdns/log/main + pushd /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/service ~/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/djbdns/service ~/rpmbuild/BUILD/djbdns-1.05 + ln -s ../axfrdns axfrdns + cd ../../../service + ln -s /var/djbdns/axfrdns axfrdns + popd ~/rpmbuild/BUILD/djbdns-1.05 + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/log/djbdns + pushd /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/log/djbdns ~/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/var/log/djbdns ~/rpmbuild/BUILD/djbdns-1.05 + ln -s ../../../var/djbdns/dnscachex/log/main dnscachex + ln -s ../../../var/djbdns/dnscache/log/main dnscache + ln -s ../../../var/djbdns/tinydns/log/main tinydns + ln -s ../../../var/djbdns/axfrdns/log/main axfrdns + popd ~/rpmbuild/BUILD/djbdns-1.05 + mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns + cp -av alloc.h auto_home.h buffer.h byte.h cache.h case.h cdb.h cdb_make.h dd.h direntry.h dns.h droproot.h env.h error.h exit.h fmt.h gen_alloc.h gen_allocdefs.h generic-conf.h getln.h hasdevtcp.h hasshsgr.h iopause.h ip4.h log.h ndelay.h okclient.h open.h openreadclose.h parsetype.h printpacket.h printrecord.h prot.h qlog.h query.h readclose.h response.h roots.h scan.h seek.h select.h sgetopt.h socket.h str.h stralloc.h strerr.h subgetopt.h tai.h taia.h timeoutread.h timeoutwrite.h uint16.h uint32.h uint64.h /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns 'alloc.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/alloc.h' 'auto_home.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/auto_home.h' 'buffer.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/buffer.h' 'byte.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/byte.h' 'cache.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/cache.h' 'case.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/case.h' 'cdb.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/cdb.h' 'cdb_make.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/cdb_make.h' 'dd.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/dd.h' 'direntry.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/direntry.h' 'dns.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/dns.h' 'droproot.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/droproot.h' 'env.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/env.h' 'error.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/error.h' 'exit.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/exit.h' 'fmt.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/fmt.h' 'gen_alloc.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/gen_alloc.h' 'gen_allocdefs.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/gen_allocdefs.h' 'generic-conf.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/generic-conf.h' 'getln.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/getln.h' 'hasdevtcp.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/hasdevtcp.h' 'hasshsgr.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/hasshsgr.h' 'iopause.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/iopause.h' 'ip4.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/ip4.h' 'log.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/log.h' 'ndelay.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/ndelay.h' 'okclient.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/okclient.h' 'open.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/open.h' 'openreadclose.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/openreadclose.h' 'parsetype.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/parsetype.h' 'printpacket.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/printpacket.h' 'printrecord.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/printrecord.h' 'prot.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/prot.h' 'qlog.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/qlog.h' 'query.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/query.h' 'readclose.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/readclose.h' 'response.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/response.h' 'roots.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/roots.h' 'scan.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/scan.h' 'seek.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/seek.h' 'select.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/select.h' 'sgetopt.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/sgetopt.h' 'socket.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/socket.h' 'str.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/str.h' 'stralloc.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/stralloc.h' 'strerr.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/strerr.h' 'subgetopt.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/subgetopt.h' 'tai.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/tai.h' 'taia.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/taia.h' 'timeoutread.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/timeoutread.h' 'timeoutwrite.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/timeoutwrite.h' 'uint16.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/uint16.h' 'uint32.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/uint32.h' 'uint64.h' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/include/djbdns/uint64.h' + cp -av alloc.a buffer.a byte.a cdb.a dns.a env.a getopt.a libtai.a unix.a /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns 'alloc.a' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns/alloc.a' 'buffer.a' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns/buffer.a' 'byte.a' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns/byte.a' 'cdb.a' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns/cdb.a' 'dns.a' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns/dns.a' 'env.a' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns/env.a' 'getopt.a' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns/getopt.a' 'libtai.a' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns/libtai.a' 'unix.a' -> '/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/lib64/djbdns/unix.a' + '[' '%{buildarch}' = noarch ']' + QA_CHECK_RPATHS=1 + case "${QA_CHECK_RPATHS:-}" in + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip /usr/bin/strip + /usr/lib/rpm/redhat/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: djbdns-1.05-1.qt.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.4b4rfS + umask 022 + cd /root/rpmbuild/BUILD + cd djbdns-1.05 + DOCDIR=/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-1.05 + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-1.05 + cp -pr doc/cfunctions.html doc/commands.html doc/fileformats.html doc/packages.html /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-1.05 + cp -pr TINYDNS /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-1.05 + cp -pr TODO /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-1.05 + cp -pr CHANGES /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-1.05 + cp -pr README /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-1.05 + cp -pr README.manpages /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-1.05 + exit 0 Provides: config(djbdns) = 1.05-1.qt.el7 djbdns = 1.05-1.qt.el7 djbdns(x86-64) = 1.05-1.qt.el7 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /bin/sh /usr/bin/perl libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Conflicts: bind caching-nameserver djbdns-extcache Processing files: djbdns-extcache-1.05-1.qt.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.GH39Ky + umask 022 + cd /root/rpmbuild/BUILD + cd djbdns-1.05 + DOCDIR=/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-extcache-1.05 + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-extcache-1.05 + cp -pr doc/cfunctions.html doc/commands.html doc/fileformats.html doc/packages.html /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-extcache-1.05 + cp -pr TINYDNS /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-extcache-1.05 + cp -pr TODO /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-extcache-1.05 + cp -pr CHANGES /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-extcache-1.05 + cp -pr README /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-extcache-1.05 + cp -pr README.manpages /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-extcache-1.05 + exit 0 Provides: config(djbdns-extcache) = 1.05-1.qt.el7 djbdns-extcache = 1.05-1.qt.el7 djbdns-extcache(x86-64) = 1.05-1.qt.el7 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Conflicts: djbdns caching-nameserver bind djbdns-localcache Obsoletes: djbdns-cache Processing files: djbdns-localcache-1.05-1.qt.el7.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ucpw9f + umask 022 + cd /root/rpmbuild/BUILD + cd djbdns-1.05 + DOCDIR=/root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-localcache-1.05 + export DOCDIR + /usr/bin/mkdir -p /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-localcache-1.05 + cp -pr doc/cfunctions.html doc/commands.html doc/fileformats.html doc/packages.html /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-localcache-1.05 + cp -pr TINYDNS /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-localcache-1.05 + cp -pr TODO /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-localcache-1.05 + cp -pr CHANGES /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-localcache-1.05 + cp -pr README /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-localcache-1.05 + cp -pr README.manpages /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64/usr/share/doc/djbdns-localcache-1.05 + exit 0 Provides: config(djbdns-localcache) = 1.05-1.qt.el7 djbdns-localcache = 1.05-1.qt.el7 djbdns-localcache(x86-64) = 1.05-1.qt.el7 Requires(interp): /bin/sh /bin/sh /bin/sh /bin/sh Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(pre): /bin/sh Requires(post): /bin/sh Requires(preun): /bin/sh Requires(postun): /bin/sh Requires: /bin/sh libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.4)(64bit) rtld(GNU_HASH) Conflicts: caching-nameserver bind djbdns-extcache Obsoletes: djbdns-cache Processing files: djbdns-devel-1.05-1.qt.el7.x86_64 Provides: djbdns-devel = 1.05-1.qt.el7 djbdns-devel(x86-64) = 1.05-1.qt.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 Wrote: /root/rpmbuild/RPMS/x86_64/djbdns-1.05-1.qt.el7.x86_64.rpm Wrote: /root/rpmbuild/RPMS/x86_64/djbdns-extcache-1.05-1.qt.el7.x86_64.rpm Wrote: /root/rpmbuild/RPMS/x86_64/djbdns-localcache-1.05-1.qt.el7.x86_64.rpm Wrote: /root/rpmbuild/RPMS/x86_64/djbdns-devel-1.05-1.qt.el7.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.SbivXT + umask 022 + cd /root/rpmbuild/BUILD + cd djbdns-1.05 + '[' -n /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 -a /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 '!=' / ']' + rm -rf /root/rpmbuild/BUILDROOT/djbdns-1.05-1.qt.el7.x86_64 + rm -rf /root/rpmbuild/BUILD/djbdns-1.05 + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.uQWEBD + umask 022 + cd /root/rpmbuild/BUILD + rm -rf djbdns-1.05 + exit 0