Installing ./daemontools-0.76-1.qt.src.rpm Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ouny7M + umask 022 + cd /home/build/rpmbuild/BUILD + cd /home/build/rpmbuild/BUILD + rm -rf admin/daemontools-0.76 + /usr/bin/gzip -dc /home/build/rpmbuild/SOURCES/daemontools-0.76.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd admin/daemontools-0.76 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch (daemontools-errno.patch):' Patch (daemontools-errno.patch): + /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 patching file ./src/error.h + cd /home/build/rpmbuild/BUILD + /usr/bin/mkdir -p admin/daemontools-0.76 + cd admin/daemontools-0.76 + /usr/bin/gzip -dc /home/build/rpmbuild/SOURCES/daemontools-0.76-man.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5F6DvB + umask 022 + cd /home/build/rpmbuild/BUILD + cd admin/daemontools-0.76 + 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 + package/compile Linking ./src/* into ./compile... Compiling everything in ./compile... sh find-systype.sh > systype rm -f compile sh print-cc.sh > compile chmod 555 compile ./compile byte_chr.c byte_chr.c: In function 'byte_chr': 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; ^~ byte_chr.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.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) break; ++t; --n; ^~ byte_chr.c:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) break; ++t; --n; ^~ byte_chr.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) break; ++t; --n; ^~ ./compile byte_copy.c byte_copy.c: In function 'byte_copy': 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; ^ byte_copy.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.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_copy.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *to++ = *from++; --n; ^~ byte_copy.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_cr.c byte_cr.c: In function 'byte_copyr': 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; ^ byte_cr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:15: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:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return; *--to = *--from; --n; ^~ byte_cr.c:16: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: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; ^~ byte_diff.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:13: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:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) return 0; if (*s != *t) break; ++s; ++t; --n; ^~ byte_diff.c:14: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: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; ^~ byte_rchr.c:20:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ byte_rchr.c:20: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:21:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!n) break; if (*t == ch) u = t; ++t; --n; ^~ byte_rchr.c:21: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 fmt_uint.c ./compile fmt_uint0.c ./compile fmt_ulong.c rm -f makelib sh print-ar.sh > makelib chmod 555 makelib ./compile scan_ulong.c ./compile str_chr.c str_chr.c: In function 'str_chr': 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; ^~ str_chr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; if (*t == ch) break; ++t; ^~ str_chr.c:15: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:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) break; if (*t == ch) break; ++t; ^~ str_chr.c:16: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: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; ^~ str_len.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:13: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:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!*t) return t - s; ++t; ^~ str_len.c:14: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 ./makelib byte.a byte_chr.o byte_copy.o byte_cr.o byte_diff.o \ byte_rchr.o fmt_uint.o fmt_uint0.o fmt_ulong.o scan_ulong.o str_chr.o \ str_diff.o str_len.o str_start.o rm -f choose cat warn-auto.sh choose.sh \ | sed s}HOME}"`head -1 home`"}g \ > choose chmod 555 choose ./choose c trydrent direntry.h1 direntry.h2 > direntry.h ./compile envdir.c rm -f load sh print-ld.sh > load chmod 555 load ./compile alloc.c ./compile alloc_re.c ./compile buffer.c ./compile buffer_0.c ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_get.c ./compile buffer_put.c ./compile buffer_read.c ./compile buffer_write.c ./compile coe.c ./compile env.c ./compile error.c ./compile error_str.c ./compile fd_copy.c ./compile fd_move.c ./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 > hasmkffo.h ./compile fifo.c ./choose cl tryflock hasflock.h1 hasflock.h2 > hasflock.h ./compile lock_ex.c ./compile lock_exnb.c ./compile ndelay_off.c ./compile ndelay_on.c ./compile open_append.c ./compile open_read.c ./compile open_trunc.c ./compile open_write.c ./compile openreadclose.c ./compile pathexec_env.c ./compile pathexec_run.c pathexec_run.c: In function 'pathexec_run': pathexec_run.c:18:5: warning: implicit declaration of function 'execve' [-Wimplicit-function-declaration] execve(file,argv,envp); ^~~~~~ ./compile chkshsgr.c chkshsgr.c: In function 'main': chkshsgr.c:10:19: warning: passing argument 2 of 'getgroups' from incompatible pointer type [-Wincompatible-pointer-types] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^ In file included from /usr/include/features.h:428, from /usr/include/unistd.h:25, from chkshsgr.c:3: /usr/include/bits/unistd.h:265:1: note: expected '__gid_t *' {aka 'unsigned int *'} but argument is of type 'short int *' __NTH (getgroups (int __size, __gid_t __list[])) ^~~~~ chkshsgr.c:10:32: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^~~~~~~~~ getgroups ./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:13:7: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] if (setgroups(1,&gid) == -1) return -1; ^~~~~~~~~ prot.c:15: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:20:10: warning: implicit declaration of function 'setuid'; did you mean 'prot_uid'? [-Wimplicit-function-declaration] return setuid(uid); ^~~~~~ prot_uid ./compile readclose.c ./compile seek_set.c seek_set.c: In function 'seek_set': seek_set.c:9: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 stralloc_cat.c ./compile stralloc_catb.c ./compile stralloc_cats.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_get.o buffer_put.o buffer_read.o buffer_write.o \ coe.o env.o error.o error_str.o fd_copy.o fd_move.o fifo.o lock_ex.o \ lock_exnb.o ndelay_off.o ndelay_on.o open_append.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 stralloc_cat.o stralloc_catb.o \ stralloc_cats.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 ./load envdir unix.a byte.a ./compile envuidgid.c ./load envuidgid unix.a byte.a ./compile fghack.c fghack.c: In function 'main': fghack.c:31:9: warning: ignoring return value of 'dup', declared with attribute warn_unused_result [-Wunused-result] dup(pi[1]); ^~~~~~~~~~ ./load fghack unix.a byte.a ./compile match.c ./compile matchtest.c matchtest.c: In function 'main': matchtest.c:22:3: warning: implicit declaration of function '_exit' [-Wimplicit-function-declaration] _exit(0); ^~~~~ matchtest.c:22:3: warning: incompatible implicit declaration of built-in function '_exit' ./load matchtest match.o unix.a byte.a ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./compile deepsleep.c ./compile multilog.c multilog.c: In function 'startprocessor': multilog.c:200:20: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] execve("/bin/sh",args,environ); ^~~~ In file included from multilog.c:1: /usr/include/unistd.h:551:52: note: expected 'char * const*' but argument is of type 'const char **' extern int execve (const char *__path, char *const __argv[], ~~~~~~~~~~~~^~~~~~~~ multilog.c: In function 'fullcurrent': multilog.c:216:10: warning: implicit declaration of function 'rename'; did you mean 'revoke'? [-Wimplicit-function-declaration] while (rename("current","previous") == -1) ^~~~~~ revoke multilog.c: In function 'doit': multilog.c:528:16: warning: suggest parentheses around assignment used as truth value [-Wparentheses] for (i = 0;action = script[i];++i) ^~~~~~ ./choose c trysysel select.h1 select.h2 > select.h ./compile iopause.c ./compile tai_now.c ./compile tai_pack.c ./compile tai_sub.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_uint.c ./makelib time.a iopause.o tai_now.o tai_pack.o tai_sub.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_uint.o ./compile timestamp.c ./load multilog deepsleep.o timestamp.o match.o time.a unix.a byte.a ./compile pgrphack.c ./load pgrphack unix.a byte.a ./compile readproctitle.c ./load readproctitle unix.a byte.a ./compile setlock.c ./load setlock unix.a byte.a ./compile setuidgid.c ./load setuidgid unix.a byte.a ./compile softlimit.c ./load softlimit unix.a byte.a ./compile supervise.c supervise.c: In function 'announce': supervise.c:78:7: warning: implicit declaration of function 'rename'; did you mean 'revoke'? [-Wimplicit-function-declaration] if (rename("supervise/status.new","supervise/status") == -1) ^~~~~~ revoke supervise.c: In function 'trystart': supervise.c:102:19: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] execve(*run,run,environ); ^~~ In file included from supervise.c:1: /usr/include/unistd.h:551:52: note: expected 'char * const*' but argument is of type 'const char **' extern int execve (const char *__path, char *const __argv[], ~~~~~~~~~~~~^~~~~~~~ supervise.c: In function 'trigger': supervise.c:84:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] write(selfpipe[1],"",1); ^~~~~~~~~~~~~~~~~~~~~~~ ./load supervise deepsleep.o time.a unix.a byte.a ./compile svc.c svc.c: In function 'main': svc.c:43:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (dir = *argv++) { ^~~ ./load svc unix.a byte.a ./compile svok.c ./load svok unix.a byte.a ./compile svscan.c svscan.c: In function 'start': svscan.c:104:26: warning: passing argument 3 of 'pathexec_run' from incompatible pointer type [-Wincompatible-pointer-types] pathexec_run(*args,args,environ); ^~~~~~~ In file included from svscan.c:13: pathexec.h:6:60: note: expected 'const char * const*' but argument is of type 'char **' extern void pathexec_run(const char *,const char * const *,const char * const *); ^~~~~~~~~~~~~~~~~~~~ svscan.c:123:26: warning: passing argument 3 of 'pathexec_run' from incompatible pointer type [-Wincompatible-pointer-types] pathexec_run(*args,args,environ); ^~~~~~~ In file included from svscan.c:13: pathexec.h:6:60: note: expected 'const char * const*' but argument is of type 'char **' extern void pathexec_run(const char *,const char * const *,const char * const *); ^~~~~~~~~~~~~~~~~~~~ ./load svscan unix.a byte.a rm -f svscanboot cat warn-auto.sh svscanboot.sh \ | sed s}HOME}"`head -1 home`"}g \ > svscanboot chmod 555 svscanboot ./compile svstat.c svstat.c: In function 'main': svstat.c:134:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] while (dir = *argv++) { ^~~ ./load svstat time.a unix.a byte.a ./compile tai64n.c ./load tai64n timestamp.o time.a unix.a byte.a ./compile tai64nlocal.c ./load tai64nlocal unix.a byte.a env - /bin/sh rts.tests 2>&1 | cat -v > rts rm -f sysdeps cat systype compile load >> sysdeps grep sysdep direntry.h >> sysdeps grep sysdep haswaitp.h >> sysdeps grep sysdep hassgact.h >> sysdeps grep sysdep hassgprm.h >> sysdeps grep sysdep select.h >> sysdeps grep sysdep uint64.h >> sysdeps grep sysdep iopause.h >> sysdeps grep sysdep hasmkffo.h >> sysdeps grep sysdep hasflock.h >> sysdeps grep sysdep hasshsgr.h >> sysdeps Copying commands into ./command... + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.BUW052 + umask 022 + cd /home/build/rpmbuild/BUILD + '[' /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64 '!=' / ']' + rm -rf /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64 ++ dirname /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64 + mkdir -p /home/build/rpmbuild/BUILDROOT + mkdir /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64 + cd admin/daemontools-0.76 + rm -rf /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64 + mkdir -p /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/usr/bin + mkdir -p /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/usr/share/man/man8 + mkdir -p /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command + mkdir -p /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/service + install -m 755 command/envdir command/envuidgid command/fghack command/multilog command/pgrphack command/readproctitle command/setlock command/setuidgid command/softlimit command/supervise command/svc command/svok command/svscan command/svscanboot command/svstat command/tai64n command/tai64nlocal /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/usr/bin + install -m 644 daemontools-man/envdir.8 daemontools-man/envuidgid.8 daemontools-man/fghack.8 daemontools-man/multilog.8 daemontools-man/pgrphack.8 daemontools-man/readproctitle.8 daemontools-man/setlock.8 daemontools-man/setuidgid.8 daemontools-man/softlimit.8 daemontools-man/supervise.8 daemontools-man/svc.8 daemontools-man/svok.8 daemontools-man/svscan.8 daemontools-man/svscanboot.8 daemontools-man/svstat.8 daemontools-man/tai64n.8 daemontools-man/tai64nlocal.8 /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/usr/share/man/man8 ++ cat package/commands + for i in `cat package/commands` + ln -s ../usr/bin/svscan /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svscan + for i in `cat package/commands` + ln -s ../usr/bin/svscanboot /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svscanboot + for i in `cat package/commands` + ln -s ../usr/bin/supervise /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/supervise + for i in `cat package/commands` + ln -s ../usr/bin/svc /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svc + for i in `cat package/commands` + ln -s ../usr/bin/svok /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svok + for i in `cat package/commands` + ln -s ../usr/bin/svstat /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svstat + for i in `cat package/commands` + ln -s ../usr/bin/fghack /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/fghack + for i in `cat package/commands` + ln -s ../usr/bin/pgrphack /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/pgrphack + for i in `cat package/commands` + ln -s ../usr/bin/readproctitle /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/readproctitle + for i in `cat package/commands` + ln -s ../usr/bin/multilog /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/multilog + for i in `cat package/commands` + ln -s ../usr/bin/tai64n /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/tai64n + for i in `cat package/commands` + ln -s ../usr/bin/tai64nlocal /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/tai64nlocal + for i in `cat package/commands` + ln -s ../usr/bin/softlimit /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/softlimit + for i in `cat package/commands` + ln -s ../usr/bin/setuidgid /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/setuidgid + for i in `cat package/commands` + ln -s ../usr/bin/envuidgid /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/envuidgid + for i in `cat package/commands` + ln -s ../usr/bin/envdir /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/envdir + for i in `cat package/commands` + ln -s ../usr/bin/setlock /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/setlock + '[' '%{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: daemontools-0.76-1.qt.el8.x86_64 warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/envdir warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/envuidgid warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/fghack warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/multilog warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/pgrphack warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/readproctitle warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/setlock warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/setuidgid warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/softlimit warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/supervise warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svc warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svok warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svscan warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svscanboot warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/svstat warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/tai64n warning: Explicit %attr() mode not applicable to symlink: /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/command/tai64nlocal Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.DeNQhw + umask 022 + cd /home/build/rpmbuild/BUILD + cd admin/daemontools-0.76 + DOCDIR=/home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/usr/share/doc/daemontools + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/usr/share/doc/daemontools + cp -pr src/CHANGES /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/usr/share/doc/daemontools + cp -pr package/README /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/usr/share/doc/daemontools + cp -pr src/TODO /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64/usr/share/doc/daemontools + exit 0 Provides: daemontools = 0.76-1.qt.el8 daemontools(x86-64) = 0.76-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/daemontools-0.76-1.qt.el8.x86_64 Wrote: /home/build/rpmbuild/RPMS/x86_64/daemontools-0.76-1.qt.el8.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.M0fP8Z + umask 022 + cd /home/build/rpmbuild/BUILD + cd admin/daemontools-0.76 + rm -rf /home/build/rpmbuild/BUILD/admin /home/build/rpmbuild/BUILDROOT/daemontools-0.76-1.qt.el8.x86_64 + exit 0 Executing(--clean): /bin/sh -e /var/tmp/rpm-tmp.iWd73t + umask 022 + cd /home/build/rpmbuild/BUILD + rm -rf admin/daemontools-0.76 + exit 0