Installing ./ucspi-tcp-0.88-1.qt.src.rpm Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.dKSrB9 + umask 022 + cd /home/build/rpmbuild/BUILD + cd /home/build/rpmbuild/BUILD + rm -rf ucspi-tcp-0.88 + /usr/bin/gzip -dc /home/build/rpmbuild/SOURCES/ucspi-tcp-0.88.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ucspi-tcp-0.88 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (ucspi-tcp-04182004.patch):' Patch #0 (ucspi-tcp-04182004.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file ./error.h patching file ./rblsmtpd.c + echo 'Patch #1 (ucspi-tcp-rbltimeout.patch):' Patch #1 (ucspi-tcp-rbltimeout.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file rblsmtpd.c + echo 'Patch #2 (ucspi-tcp-limits.patch):' Patch #2 (ucspi-tcp-limits.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file CHANGES.tcpserver-limits-patch patching file README.tcpserver-limits-patch patching file tcpserver.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zad5Yb + umask 022 + cd /home/build/rpmbuild/BUILD + cd ucspi-tcp-0.88 + echo 'gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + echo 'gcc -s -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection' + echo /usr + 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 choose.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > choose chmod 755 choose ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./compile tcpserver.c tcpserver.c: In function 'found': tcpserver.c:163:70: warning: pointer targets in passing argument 2 of 'scan_ulong' differ in signedness [-Wpointer-sign] if (str_diff(data+1, "MAXCONNIP") == 0) scan_ulong(data+1+split+1,&maxconnip); ^~~~~~~~~~ In file included from tcpserver.c:16: scan.h:10:21: note: expected 'long unsigned int *' but argument is of type 'long int *' extern unsigned int scan_ulong(char *,unsigned long *); ^~~~~~~~~~ tcpserver.c:164:69: warning: pointer targets in passing argument 2 of 'scan_ulong' differ in signedness [-Wpointer-sign] if (str_diff(data+1, "MAXCONNC") == 0) scan_ulong(data+1+split+1,&maxconnc); ^~~~~~~~~ In file included from tcpserver.c:16: scan.h:10:21: note: expected 'long unsigned int *' but argument is of type 'long int *' extern unsigned int scan_ulong(char *,unsigned long *); ^~~~~~~~~~ tcpserver.c: In function 'doit': tcpserver.c:229:29: warning: implicit declaration of function 'getpid'; did you mean 'getenv'? [-Wimplicit-function-declaration] strnum[fmt_ulong(strnum,getpid())] = 0; ^~~~~~ getenv tcpserver.c:234:5: warning: implicit declaration of function 'socket_ipoptionskill' [-Wimplicit-function-declaration] socket_ipoptionskill(t); ^~~~~~~~~~~~~~~~~~~~ tcpserver.c:236:5: warning: implicit declaration of function 'socket_tcpnodelay'; did you mean 'socket_connect4'? [-Wimplicit-function-declaration] socket_tcpnodelay(t); ^~~~~~~~~~~~~~~~~ socket_connect4 tcpserver.c:296:7: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(fdrules); ^~~~~ tcpserver.c:358:5: warning: implicit declaration of function 'sleep' [-Wimplicit-function-declaration] sleep(1); ^~~~~ tcpserver.c: In function 'sigchld': tcpserver.c:418:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (numchildren) --numchildren; printstatus(); ^~ tcpserver.c:418:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (numchildren) --numchildren; printstatus(); ^~~~~~~~~~~ tcpserver.c: At top level: tcpserver.c:424:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char **argv) ^~~~ tcpserver.c: In function 'main': tcpserver.c:469:49: warning: pointer targets in passing argument 2 of 'scan_ulong' differ in signedness [-Wpointer-sign] x = env_get("MAXCONNIP"); if (x) scan_ulong(x,&maxconnip); ^~~~~~~~~~ In file included from tcpserver.c:16: scan.h:10:21: note: expected 'long unsigned int *' but argument is of type 'long int *' extern unsigned int scan_ulong(char *,unsigned long *); ^~~~~~~~~~ tcpserver.c:470:48: warning: pointer targets in passing argument 2 of 'scan_ulong' differ in signedness [-Wpointer-sign] x = env_get("MAXCONNC"); if (x) scan_ulong(x,&maxconnc); ^~~~~~~~~ In file included from tcpserver.c:16: scan.h:10:21: note: expected 'long unsigned int *' but argument is of type 'long int *' extern unsigned int scan_ulong(char *,unsigned long *); ^~~~~~~~~~ tcpserver.c:553:16: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] switch(pid=fork()) { ^~~~ tcpserver.c:427:9: warning: unused variable 'portname' [-Wunused-variable] char *portname; ^~~~~~~~ tcpserver.c: In function 'getprocla': tcpserver.c:219:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ ( ( ./compile tryulong32.c && ./load tryulong32 && \ ./tryulong32 ) >/dev/null 2>&1 \ && cat uint32.h2 || cat uint32.h1 ) > uint32.h rm -f tryulong32.o tryulong32 ./compile rules.c ./compile remoteinfo.c remoteinfo.c: In function 'mywrite': remoteinfo.c:27:10: warning: implicit declaration of function 'write'; did you mean 'mywrite'? [-Wimplicit-function-declaration] return write(fd,buf,len); ^~~~~ mywrite remoteinfo.c: In function 'myread': remoteinfo.c:45:10: warning: implicit declaration of function 'read'; did you mean 'myread'? [-Wimplicit-function-declaration] return read(fd,buf,len); ^~~~ myread remoteinfo.c: In function 'remoteinfo': remoteinfo.c:96:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(s); ^~~~~ ./compile timeoutconn.c ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\'; \ cat find-systype.sh; \ ) | sh > systype ( 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 cdb.c ./compile cdb_hash.c ./compile cdb_make.c ./makelib cdb.a cdb.o cdb_hash.o cdb_make.o ./compile dns_dfd.c ./compile dns_domain.c dns_domain.c: In function 'dns_domain_length': dns_domain.c:13:10: 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_name.c ./compile dns_nd.c ./compile dns_packet.c dns_packet.c: In function 'dns_packet_getname': dns_packet.c:46:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:46:33: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:50:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~ dns_packet.c:50:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~~~ dns_packet.c:56:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:56:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:59:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:59:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (pos >= len) goto PROTO; ch = buf[pos++]; ^~ dns_packet.c:63:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~ dns_packet.c:63:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (namelen + 1 > sizeof name) goto PROTO; name[namelen++] = ch; ^~~~ ./compile dns_random.c dns_random.c: In function 'dns_random_init': dns_random.c:46:11: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] in[8] = getpid(); ^~~~~~ dns_random.c:47:11: warning: implicit declaration of function 'getppid' [-Wimplicit-function-declaration] in[9] = getppid(); ^~~~~~~ ./compile dns_rcip.c dns_rcip.c: In function 'init': dns_rcip.c:18:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (x) ^ ./compile dns_rcrw.c dns_rcrw.c: In function 'init': dns_rcrw.c:92:7: warning: implicit declaration of function 'gethostname' [-Wimplicit-function-declaration] if (gethostname(host,sizeof host) == -1) return -1; ^~~~~~~~~~~ ./compile dns_resolve.c ./compile dns_sortip.c ./compile dns_transmit.c dns_transmit.c: In function 'socketfree': dns_transmit.c:70:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(d->s1 - 1); ^~~~~ dns_transmit.c: In function 'thisudp': dns_transmit.c:113:15: warning: implicit declaration of function 'send'; did you mean 'read'? [-Wimplicit-function-declaration] if (send(d->s1 - 1,d->query + 2,d->querylen - 2,0) == d->querylen - 2) { ^~~~ read dns_transmit.c: In function 'dns_transmit_get': dns_transmit.c:261:9: warning: implicit declaration of function 'recv'; did you mean 'read'? [-Wimplicit-function-declaration] r = recv(fd,udpbuf,sizeof udpbuf,0); ^~~~ read ./compile dns_txt.c ./makelib dns.a dns_dfd.o dns_domain.o dns_dtda.o dns_ip.o \ dns_ipq.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 ./choose c trysysel select.h1 select.h2 > select.h ./compile iopause.c ./compile tai_pack.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_uint.c ./makelib time.a iopause.o tai_pack.o taia_add.o \ taia_approx.o taia_frac.o taia_less.o taia_now.o \ taia_pack.o taia_sub.o taia_uint.o ./compile alloc.c alloc.c:3:14: warning: conflicting types for built-in function 'malloc' [-Wbuiltin-declaration-mismatch] extern char *malloc(); ^~~~~~ ./compile alloc_re.c ./compile buffer.c ./compile buffer_0.c ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_copy.c ./compile buffer_get.c ./compile buffer_put.c ./compile env.c ./compile error.c ./compile error_str.c ./compile fd_copy.c fd_copy.c: In function 'fd_copy': fd_copy.c:8:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(to); ^~~~~ ./compile fd_move.c fd_move.c: In function 'fd_move': fd_move.c:7:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(from); ^~~~~ ./compile getln.c ./compile getln2.c ./compile ndelay_off.c ./compile ndelay_on.c ./compile open_read.c ./compile open_trunc.c ./compile open_write.c ./compile openreadclose.c ./compile pathexec_env.c pathexec_env.c: In function 'pathexec': pathexec_env.c:25:9: warning: unused variable 'path' [-Wunused-variable] char *path; ^~~~ ./compile pathexec_run.c pathexec_run.c: In function 'pathexec_run': pathexec_run.c:16:5: warning: implicit declaration of function 'execve' [-Wimplicit-function-declaration] execve(file,argv,envp); ^~~~~~ ./compile chkshsgr.c chkshsgr.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ chkshsgr.c: In function 'main': chkshsgr.c:8:7: warning: implicit declaration of function 'getgroups' [-Wimplicit-function-declaration] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^~~~~~~~~ chkshsgr.c:8:32: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^~~~~~~~~ ./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:7: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] if (setgroups(1,&gid) == -1) return -1; ^~~~~~~~~ prot.c:13:10: warning: implicit declaration of function 'setgid'; did you mean 'prot_gid'? [-Wimplicit-function-declaration] return setgid(gid); /* _should_ be redundant, but on some systems it isn't */ ^~~~~~ prot_gid prot.c: In function 'prot_uid': prot.c:18:10: warning: implicit declaration of function 'setuid'; did you mean 'prot_uid'? [-Wimplicit-function-declaration] return setuid(uid); ^~~~~~ prot_uid ./compile readclose.c readclose.c: In function 'readclose_append': readclose.c:9:44: warning: implicit declaration of function 'close'; did you mean 'readclose'? [-Wimplicit-function-declaration] if (!stralloc_readyplus(sa,bufsize)) { close(fd); return -1; } ^~~~~ readclose ./compile seek_set.c seek_set.c: In function 'seek_set': seek_set.c:7:7: warning: implicit declaration of function 'lseek' [-Wimplicit-function-declaration] { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; } ^~~~~ ./compile sgetopt.c ./compile sig.c ./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h ./compile sig_block.c ./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h ./compile sig_catch.c ./compile sig_pause.c ./compile socket_accept.c socket_accept.c: In function 'socket_accept4': socket_accept.c:14:41: 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: /usr/include/sys/socket.h:232:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * 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:45: 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: /usr/include/sys/socket.h:130:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int getpeername (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ ./compile socket_delay.c ./compile socket_listen.c ./compile socket_local.c socket_local.c: In function 'socket_local4': socket_local.c:13:45: warning: pointer targets in passing argument 3 of 'getsockname' differ in signedness [-Wpointer-sign] if (getsockname(s,(struct sockaddr *) &sa,&dummy) == -1) return -1; ^~~~~~ In file included from socket_local.c:3: /usr/include/sys/socket.h:116:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int getsockname (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ ./compile socket_opts.c ./compile socket_remote.c socket_remote.c: In function 'socket_remote4': socket_remote.c:13:45: warning: pointer targets in passing argument 3 of 'getpeername' differ in signedness [-Wpointer-sign] if (getpeername(s,(struct sockaddr *) &sa,&dummy) == -1) return -1; ^~~~~~ In file included from socket_remote.c:3: /usr/include/sys/socket.h:130:12: note: expected 'socklen_t * restrict' {aka 'unsigned int * restrict'} but argument is of type 'int *' extern int getpeername (int __fd, __SOCKADDR_ARG __addr, ^~~~~~~~~~~ ./compile socket_tcp.c socket_tcp.c: In function 'socket_tcp': socket_tcp.c:14:29: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] if (ndelay_on(s) == -1) { close(s); return -1; } ^~~~~ ./compile socket_udp.c socket_udp.c: In function 'socket_udp': socket_udp.c:14:29: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] if (ndelay_on(s) == -1) { close(s); return -1; } ^~~~~ ./compile stralloc_cat.c ./compile stralloc_catb.c ./compile stralloc_cats.c ./compile stralloc_copy.c ./compile stralloc_eady.c ./compile stralloc_opyb.c ./compile stralloc_opys.c ./compile stralloc_pend.c ./compile strerr_die.c ./compile strerr_sys.c ./compile subgetopt.c ./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h ./compile wait_nohang.c ./compile wait_pid.c ./makelib unix.a alloc.o alloc_re.o buffer.o buffer_0.o \ buffer_1.o buffer_2.o buffer_copy.o buffer_get.o \ buffer_put.o env.o error.o error_str.o fd_copy.o fd_move.o \ getln.o getln2.o ndelay_off.o ndelay_on.o open_read.o \ open_trunc.o open_write.o openreadclose.o pathexec_env.o \ pathexec_run.o prot.o readclose.o seek_set.o sgetopt.o \ sig.o sig_block.o sig_catch.o sig_pause.o socket_accept.o \ socket_bind.o socket_conn.o socket_delay.o socket_listen.o \ socket_local.o socket_opts.o socket_remote.o socket_tcp.o \ socket_udp.o stralloc_cat.o stralloc_catb.o stralloc_cats.o \ stralloc_copy.o stralloc_eady.o stralloc_opyb.o \ stralloc_opys.o stralloc_pend.o strerr_die.o strerr_sys.o \ subgetopt.o wait_nohang.o wait_pid.o ./compile byte_chr.c byte_chr.c: In function 'byte_chr': byte_chr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:14:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:15:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:16:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.c:17:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) break; ++t; --n; ^~ ./compile byte_copy.c byte_copy.c: In function 'byte_copy': byte_copy.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:9:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ byte_copy.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:10:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ byte_copy.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ byte_copy.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *to++ = *from++; --n; ^ ./compile byte_cr.c byte_cr.c: In function 'byte_copyr': byte_cr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_cr.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_cr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ byte_cr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return; *--to = *--from; --n; ^ ./compile byte_diff.c byte_diff.c: In function 'byte_diff': byte_diff.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:9:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:10:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:11:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:12:23: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ ./compile byte_rchr.c byte_rchr.c: In function 'byte_rchr': byte_rchr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ byte_rchr.c:16:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ byte_rchr.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ byte_rchr.c:17:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ byte_rchr.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ byte_rchr.c:18:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ byte_rchr.c:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ byte_rchr.c:19:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ ./compile byte_zero.c byte_zero.c: In function 'byte_zero': byte_zero.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; *s++ = 0; --n; ^~ byte_zero.c:8:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; *s++ = 0; --n; ^ byte_zero.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; *s++ = 0; --n; ^~ byte_zero.c:9:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; *s++ = 0; --n; ^ byte_zero.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; *s++ = 0; --n; ^~ byte_zero.c:10:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; *s++ = 0; --n; ^ byte_zero.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; *s++ = 0; --n; ^~ byte_zero.c:11:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!n) break; *s++ = 0; --n; ^ ./compile case_diffb.c ./compile case_diffs.c ./compile fmt_ulong.c ./compile ip4_fmt.c ip4_fmt.c: In function 'ip4_fmt': ip4_fmt.c:11:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (s) *s++ = '.'; ++len; ^~ ip4_fmt.c:11:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (s) *s++ = '.'; ++len; ^~ ip4_fmt.c:13:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (s) *s++ = '.'; ++len; ^~ ip4_fmt.c:13:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (s) *s++ = '.'; ++len; ^~ ip4_fmt.c:15:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (s) *s++ = '.'; ++len; ^~ ip4_fmt.c:15:22: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (s) *s++ = '.'; ++len; ^~ ./compile ip4_scan.c ip4_scan.c: In function 'ip4_scan': ip4_scan.c:12:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (*s != '.') return 0; ++s; ++len; ^~ ip4_scan.c:12:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (*s != '.') return 0; ++s; ++len; ^~ ip4_scan.c:14:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (*s != '.') return 0; ++s; ++len; ^~ ip4_scan.c:14:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (*s != '.') return 0; ++s; ++len; ^~ ip4_scan.c:16:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (*s != '.') return 0; ++s; ++len; ^~ ip4_scan.c:16:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (*s != '.') return 0; ++s; ++len; ^~ ./compile scan_ulong.c ./compile str_chr.c str_chr.c: In function 'str_chr': str_chr.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; if (*t == ch) break; ++t; ^~ str_chr.c:11:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) break; if (*t == ch) break; ++t; ^~ str_chr.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; if (*t == ch) break; ++t; ^~ str_chr.c:12:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) break; if (*t == ch) break; ++t; ^~ str_chr.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; if (*t == ch) break; ++t; ^~ str_chr.c:13:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) break; if (*t == ch) break; ++t; ^~ str_chr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; if (*t == ch) break; ++t; ^~ str_chr.c:14:21: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) break; if (*t == ch) break; ++t; ^~ ./compile str_diff.c ./compile str_len.c str_len.c: In function 'str_len': str_len.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:9:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) return t - s; ++t; ^~ str_len.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:10:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) return t - s; ++t; ^~ str_len.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:11:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) return t - s; ++t; ^~ str_len.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:12:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (!*t) return t - s; ++t; ^~ ./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_rchr.o byte_zero.o case_diffb.o \ case_diffs.o fmt_ulong.o ip4_fmt.o ip4_scan.o scan_ulong.o \ str_chr.o str_diff.o str_len.o str_start.o uint16_pack.o \ uint16_unpack.o uint32_pack.o uint32_unpack.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 tcpserver rules.o remoteinfo.o timeoutconn.o cdb.a \ dns.a time.a unix.a byte.a `cat socket.lib` ./compile tcprules.c tcprules.c: In function 'getnum': tcprules.c:50:15: warning: implicit declaration of function 'scan_ulong'; did you mean 'fmt_ulong'? [-Wimplicit-function-declaration] if (sanum.s[scan_ulong(sanum.s,u)]) die_bad(); ^~~~~~~~~~ fmt_ulong tcprules.c: At top level: tcprules.c:90:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char **argv) ^~~~ tcprules.c: In function 'main': tcprules.c:104:8: warning: implicit declaration of function 'open_trunc' [-Wimplicit-function-declaration] fd = open_trunc(fntemp); ^~~~~~~~~~ tcprules.c:169:7: warning: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] if (fsync(fd) == -1) die_write(); ^~~~~ tcprules.c:170:7: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] if (close(fd) == -1) die_write(); /* NFS stupidity */ ^~~~~ tcprules.c:171:7: warning: implicit declaration of function 'rename' [-Wimplicit-function-declaration] if (rename(fntemp,fn)) ^~~~~~ ./load tcprules cdb.a unix.a byte.a ./compile tcprulescheck.c tcprulescheck.c: In function 'found': tcprulescheck.c:19:2: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(0); ^~~~~ tcprulescheck.c:19:2: warning: incompatible implicit declaration of built-in function '_exit' tcprulescheck.c:31:3: warning: incompatible implicit declaration of built-in function '_exit' _exit(0); ^~~~~ tcprulescheck.c: At top level: tcprulescheck.c:34:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char **argv) ^~~~ tcprulescheck.c: In function 'main': tcprulescheck.c:51:8: warning: implicit declaration of function 'open_read' [-Wimplicit-function-declaration] fd = open_read(fnrules); ^~~~~~~~~ tcprulescheck.c:56:3: warning: incompatible implicit declaration of built-in function '_exit' _exit(0); ^~~~~ ./load tcprulescheck rules.o cdb.a unix.a byte.a ./compile argv0.c argv0.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char **argv,char **envp) ^~~~ ./load argv0 unix.a byte.a ./compile recordio.c recordio.c: In function 'doit': recordio.c:103:9: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(fdleft); ^~~~~ recordio.c: At top level: recordio.c:144:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char **argv,char **envp) ^~~~ recordio.c: In function 'main': recordio.c:149:21: warning: implicit declaration of function 'getpid' [-Wimplicit-function-declaration] pid[fmt_ulong(pid,getpid())] = 0; ^~~~~~ recordio.c:154:7: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration] if (pipe(piin) == -1) ^~~~ recordio.c:159:10: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] switch(fork()) { ^~~~ recordio.c:171:7: warning: implicit declaration of function 'fd_move' [-Wimplicit-function-declaration] if (fd_move(0,piin[0]) == -1) ^~~~~~~ ./load recordio time.a unix.a byte.a ./compile tcpclient.c tcpclient.c:68:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char **argv) ^~~~ tcpclient.c: In function 'main': tcpclient.c:79:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(6); ^~~~~ tcpclient.c:170:5: warning: implicit declaration of function 'socket_tcpnodelay'; did you mean 'socket_connect4'? [-Wimplicit-function-declaration] socket_tcpnodelay(s); /* if it fails, bummer */ ^~~~~~~~~~~~~~~~~ socket_connect4 ./load tcpclient remoteinfo.o timeoutconn.o dns.a time.a \ unix.a byte.a `cat socket.lib` cat warn-auto.sh who@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > who@ chmod 755 who@ cat warn-auto.sh date@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > date@ chmod 755 date@ cat warn-auto.sh finger@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > finger@ chmod 755 finger@ cat warn-auto.sh http@.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > http@ chmod 755 http@ cat warn-auto.sh tcpcat.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > tcpcat chmod 755 tcpcat cat warn-auto.sh mconnect.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > mconnect chmod 755 mconnect ./choose cl tryvfork fork.h1 fork.h2 > fork.h ./compile mconnect-io.c mconnect-io.c:21:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ mconnect-io.c: In function 'main': mconnect-io.c:49:3: warning: implicit declaration of function 'kill' [-Wimplicit-function-declaration] kill(pid,sig_term); ^~~~ ./load mconnect-io unix.a byte.a ./compile addcr.c addcr.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ ./load addcr unix.a byte.a ./compile delcr.c delcr.c:4:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ ./load delcr unix.a byte.a ./compile fixcrio.c fixcrio.c: In function 'doit': fixcrio.c:78:9: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(fdleft); ^~~~~ fixcrio.c: At top level: fixcrio.c:129:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char **argv,char **envp) ^~~~ fixcrio.c: In function 'main': fixcrio.c:137:7: warning: implicit declaration of function 'pipe' [-Wimplicit-function-declaration] if (pipe(piin) == -1) ^~~~ fixcrio.c:142:10: warning: implicit declaration of function 'fork' [-Wimplicit-function-declaration] switch(fork()) { ^~~~ fixcrio.c:154:7: warning: implicit declaration of function 'fd_move' [-Wimplicit-function-declaration] if (fd_move(0,piin[0]) == -1) ^~~~~~~ ./load fixcrio time.a unix.a byte.a ./compile rblsmtpd.c rblsmtpd.c: In function 'rbl': rblsmtpd.c:86:15: warning: unused variable 'x' [-Wunused-variable] char *x; ^ rblsmtpd.c:113:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (text.len) ^ rblsmtpd.c: In function 'put_log': rblsmtpd.c:162:47: warning: implicit declaration of function 'getpid'; did you mean 'getopt'? [-Wimplicit-function-declaration] buffer_put(buffer_2,strnum,fmt_ulong(strnum,getpid())); ^~~~~~ getopt rblsmtpd.c: In function 'rblsmtpd': rblsmtpd.c:192:5: warning: implicit declaration of function 'alarm' [-Wimplicit-function-declaration] alarm(timeout); ^~~~~ rblsmtpd.c:175:7: warning: unused variable 'i' [-Wunused-variable] int i; ^ rblsmtpd.c: At top level: rblsmtpd.c:214:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char **argv,char **envp) ^~~~ ./compile commands.c ./load rblsmtpd commands.o dns.a time.a unix.a byte.a \ `cat socket.lib` cat warn-auto.sh rts.sh \ | sed s}HOME}"`head -1 conf-home`"}g \ > rts chmod 755 rts ./compile install.c install.c: In function 'h': install.c:20:7: warning: implicit declaration of function 'mkdir' [-Wimplicit-function-declaration] if (mkdir(home,0700) == -1) ^~~~~ install.c:23:7: warning: implicit declaration of function 'chown' [-Wimplicit-function-declaration] if (chown(home,uid,gid) == -1) ^~~~~ install.c:25:7: warning: implicit declaration of function 'chmod' [-Wimplicit-function-declaration] if (chmod(home,mode) == -1) ^~~~~ install.c: In function 'd': install.c:36:7: warning: implicit declaration of function 'chdir' [-Wimplicit-function-declaration] if (chdir(home) == -1) ^~~~~ install.c: In function 'c': install.c:63:7: warning: implicit declaration of function 'fchdir' [-Wimplicit-function-declaration] if (fchdir(fdsourcedir) == -1) ^~~~~~ install.c:88:3: warning: implicit declaration of function 'close' [-Wimplicit-function-declaration] close(fdin); ^~~~~ install.c:91:7: warning: implicit declaration of function 'fsync' [-Wimplicit-function-declaration] if (fsync(fdout) == -1) ^~~~~ install.c: At top level: install.c:140:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ install.c: In function 'main': install.c:146:3: warning: implicit declaration of function 'umask' [-Wimplicit-function-declaration] umask(077); ^~~~~ ./compile hier.c hier.c: In function 'hier': hier.c:5:3: warning: implicit declaration of function 'h' [-Wimplicit-function-declaration] h(auto_home,-1,-1,02755); ^ hier.c:6:3: warning: implicit declaration of function 'd' [-Wimplicit-function-declaration] d(auto_home,"bin",-1,-1,02755); ^ hier.c:8:3: warning: implicit declaration of function 'c' [-Wimplicit-function-declaration] c(auto_home,"bin","tcpserver",-1,-1,0755); ^ ./compile auto-str.c auto-str.c:8:6: warning: conflicting types for built-in function 'puts' [-Wbuiltin-declaration-mismatch] void puts(char *s) ^~~~ auto-str.c:13:1: warning: return type defaults to 'int' [-Wimplicit-int] main(int argc,char **argv) ^~~~ auto-str.c: In function 'main': auto-str.c:29:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (ch = *value++) { ^~ ./load auto-str unix.a byte.a ./auto-str auto_home `head -1 conf-home` > auto_home.c ./compile auto_home.c ./load install hier.o auto_home.o unix.a byte.a ./compile instcheck.c instcheck.c: In function 'd': instcheck.c:59:7: warning: implicit declaration of function 'chdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration] if (chdir(home) == -1) ^~~~~ mkdir instcheck.c: At top level: instcheck.c:104:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ ./load instcheck hier.o auto_home.o unix.a byte.a + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.p0gIku + umask 022 + cd /home/build/rpmbuild/BUILD + '[' /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64 '!=' / ']' + rm -rf /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64 ++ dirname /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64 + mkdir -p /home/build/rpmbuild/BUILDROOT + mkdir /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64 + cd ucspi-tcp-0.88 + rm -rf /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64 + mkdir -p /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/bin + mkdir -p /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/share/man/man1 + install -m 755 addcr argv0 date@ delcr finger@ fixcrio http@ mconnect mconnect-io rblsmtpd recordio tcpcat tcpclient tcprules tcprulescheck tcpserver who@ /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/bin + tar xvzf /home/build/rpmbuild/SOURCES/ucspi-tcp-0.88-man.tar.gz ucspi-tcp-0.88-man/ ucspi-tcp-0.88-man/tcpserver.1 ucspi-tcp-0.88-man/tcprules.1 ucspi-tcp-0.88-man/tcprulescheck.1 ucspi-tcp-0.88-man/argv0.1 ucspi-tcp-0.88-man/fixcrio.1 ucspi-tcp-0.88-man/recordio.1 ucspi-tcp-0.88-man/tcpclient.1 ucspi-tcp-0.88-man/who@.1 ucspi-tcp-0.88-man/date@.1 ucspi-tcp-0.88-man/finger@.1 ucspi-tcp-0.88-man/http@.1 ucspi-tcp-0.88-man/tcpcat.1 ucspi-tcp-0.88-man/mconnect.1 ucspi-tcp-0.88-man/README ucspi-tcp-0.88-man/addcr.1 ucspi-tcp-0.88-man/delcr.1 ucspi-tcp-0.88-man/rblsmtpd.1 + install -m 644 ucspi-tcp-0.88-man/addcr.1 ucspi-tcp-0.88-man/argv0.1 ucspi-tcp-0.88-man/date@.1 ucspi-tcp-0.88-man/delcr.1 ucspi-tcp-0.88-man/finger@.1 ucspi-tcp-0.88-man/fixcrio.1 ucspi-tcp-0.88-man/http@.1 ucspi-tcp-0.88-man/mconnect.1 ucspi-tcp-0.88-man/rblsmtpd.1 ucspi-tcp-0.88-man/recordio.1 ucspi-tcp-0.88-man/tcpcat.1 ucspi-tcp-0.88-man/tcpclient.1 ucspi-tcp-0.88-man/tcprules.1 ucspi-tcp-0.88-man/tcprulescheck.1 ucspi-tcp-0.88-man/tcpserver.1 ucspi-tcp-0.88-man/who@.1 /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/share/man/man1 + '[' '%{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-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile 1 + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/libexec/platform-python + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ucspi-tcp-0.88-1.qt.el8.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Pc50aO + umask 022 + cd /home/build/rpmbuild/BUILD + cd ucspi-tcp-0.88 + DOCDIR=/home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/share/doc/ucspi-tcp + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/share/doc/ucspi-tcp + cp -pr CHANGES /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/share/doc/ucspi-tcp + cp -pr README /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/share/doc/ucspi-tcp + cp -pr TODO /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/share/doc/ucspi-tcp + cp -pr VERSION /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64/usr/share/doc/ucspi-tcp + exit 0 Provides: ucspi-tcp = 0.88-1.qt.el8 ucspi-tcp(x86-64) = 0.88-1.qt.el8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 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) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64 Wrote: /home/build/rpmbuild/RPMS/x86_64/ucspi-tcp-0.88-1.qt.el8.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.4PNVF8 + umask 022 + cd /home/build/rpmbuild/BUILD + cd ucspi-tcp-0.88 + rm -rf ../ucspi-tcp-0.88-man /home/build/rpmbuild/BUILDROOT/ucspi-tcp-0.88-1.qt.el8.x86_64 + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.KDURct + umask 022 + cd /home/build/rpmbuild/BUILD + rm -rf ucspi-tcp-0.88 + exit 0