<86>Apr 27 09:19:28 userdel[156030]: delete user 'rooter' <86>Apr 27 09:19:28 groupadd[156063]: group added to /etc/group: name=rooter, GID=1799 <86>Apr 27 09:19:28 groupadd[156063]: group added to /etc/gshadow: name=rooter <86>Apr 27 09:19:28 groupadd[156063]: new group: name=rooter, GID=1799 <86>Apr 27 09:19:28 useradd[156085]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none <86>Apr 27 09:19:28 userdel[156115]: delete user 'builder' <86>Apr 27 09:19:28 userdel[156115]: removed group 'builder' owned by 'builder' <86>Apr 27 09:19:28 userdel[156115]: removed shadow group 'builder' owned by 'builder' <86>Apr 27 09:19:28 groupadd[156142]: group added to /etc/group: name=builder, GID=1800 <86>Apr 27 09:19:28 groupadd[156142]: group added to /etc/gshadow: name=builder <86>Apr 27 09:19:28 groupadd[156142]: new group: name=builder, GID=1800 <86>Apr 27 09:19:28 useradd[156181]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/runit-2.1.2-alt2.src.rpm: license not found in '/usr/share/license' directory: BSD-3-clause Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/runit-2.1.2-alt2.nosrc.rpm (w1.gzdio) Installing runit-2.1.2-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.30100 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf runit-2.1.2 + echo 'Source #0 (runit-2.1.2.tar):' Source #0 (runit-2.1.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/runit-2.1.2.tar + cd runit-2.1.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #1 (runit-2.1.2-service-dir-alt.patch):' Patch #1 (runit-2.1.2-service-dir-alt.patch): + /usr/bin/patch -p2 patching file man/runsv.8 patching file man/runsvchdir.8 patching file man/sv.8 patching file src/sv.c patching file etc/2 + echo 'Patch #2 (0002-support-etc-runit-nosync-file-to-make-sync-on-shutdow.diff):' Patch #2 (0002-support-etc-runit-nosync-file-to-make-sync-on-shutdow.diff): + /usr/bin/patch -p2 patching file doc/runit.8.html patching file man/runit.8 patching file src/runit.c patching file src/runit.h + echo 'Patch #3 (0003-utmpset.c-mixes-int32_t-and-time_t.diff):' Patch #3 (0003-utmpset.c-mixes-int32_t-and-time_t.diff): + /usr/bin/patch -p2 patching file src/utmpset.c + echo 'Patch #4 (0004-src-Makefile-don-t-use-static-to-link-runit-runit-ini.diff):' Patch #4 (0004-src-Makefile-don-t-use-static-to-link-runit-runit-ini.diff): + /usr/bin/patch -p2 patching file src/Makefile + echo 'Patch #6 (0006-make-buildsystem-respect-CFLAGS.patch):' Patch #6 (0006-make-buildsystem-respect-CFLAGS.patch): + /usr/bin/patch -p2 patching file src/print-cc.sh patching file src/print-ld.sh + echo 'Patch #7 (0007-move-communication-files.patch):' Patch #7 (0007-move-communication-files.patch): + /usr/bin/patch -p2 patching file etc/debian/1 patching file etc/debian/3 patching file etc/debian/ctrlaltdel patching file man/runit-init.8 patching file man/runit.8 patching file src/runit.h + echo 'Patch #8 (0008-emulate-sysv-runlevel-5.patch):' Patch #8 (0008-emulate-sysv-runlevel-5.patch): + /usr/bin/patch -p2 patching file etc/debian/1 + echo 'Patch #9 (0009-fix-error-in-manpage.patch):' Patch #9 (0009-fix-error-in-manpage.patch): + /usr/bin/patch -p2 patching file man/runsv.8 + echo 'Patch #10 (runit-2.1.2-disable-chkshsgr-alt.patch):' Patch #10 (runit-2.1.2-disable-chkshsgr-alt.patch): + /usr/bin/patch -p2 patching file src/Makefile + rm -fv doc/debian removed 'doc/debian' + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.30100 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd runit-2.1.2 + package/compile Linking ./src/* into ./compile... Compiling everything in ./compile... + cd compile + exec make make: Entering directory '/usr/src/RPM/BUILD/runit-2.1.2/compile' sh find-systype.sh > systype rm -f compile sh print-cc.sh > compile chmod 555 compile rm -f choose cat warn-auto.sh choose.sh \ > choose chmod 555 choose ./choose c trydrent direntry.h1 direntry.h2 > direntry.h rm -f load sh print-ld.sh > load chmod 555 load ./choose cl tryflock hasflock.h1 hasflock.h2 > hasflock.h ./choose cl trymkffo hasmkffo.h1 hasmkffo.h2 > hasmkffo.h ./choose cl trysgact hassgact.h1 hassgact.h2 > hassgact.h ./choose cl trysgprm hassgprm.h1 hassgprm.h2 > hassgprm.h ./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] 10 | if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); | ^ | | | short int * In file included from /usr/include/features.h:503, from /usr/include/unistd.h:25, from chkshsgr.c:3: /usr/include/bits/unistd.h:113:1: note: expected '__gid_t *' {aka 'unsigned int *'} but argument is of type 'short int *' 113 | __NTH (getgroups (int __size, __gid_t __list[])) | ^~~~~ chkshsgr.c:10:32: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration] 10 | if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); | ^~~~~~~~~ | getgroups ./load chkshsgr ./choose clr tryshsgr hasshsgr.h1 hasshsgr.h2 > hasshsgr.h ./choose cl trywaitp haswaitp.h1 haswaitp.h2 > haswaitp.h ./choose clr trypoll iopause.h1 iopause.h2 > iopause.h ./choose c trysysel select.h1 select.h2 > select.h ./choose clr tryulong64 uint64.h1 uint64.h2 > uint64.h ./choose c tryreboot reboot_system.h1 reboot_system.h2 > \ reboot_system.h ( ./compile tryuwtmpx.c 2>/dev/null && cat uw_tmp.h2 >uw_tmp.h ) || \ ( ./compile tryuwtmp.c 2>/dev/null && cat uw_tmp.h1 >uw_tmp.h ) rm -f tryuwtmp.o tryuwtmpx.o ./compile trysocketlib.c ( ./load trysocketlib >/dev/null 2>&1 || \ ( ./load trysocketlib -lxnet >/dev/null 2>&1 && echo '-lxnet' ) || \ ( ./load trysocketlib -lsocket -lnsl >/dev/null 2>&1 && \ echo '-lsocket -lnsl' ) \ ) >socket.lib rm -f trysocketlib.o trysocketlib rm -f sysdeps cat systype compile load socket.lib >>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 grep sysdep reboot_system.h >>sysdeps grep sysdep uw_tmp.h >>sysdeps cat sysdeps linux-6.1.82-std-def-alt1-:i386-:-:authenticamd-00a00f11-178bfbff-:- #!/bin/sh # WARNING: This file was auto-generated. Do not edit! exec gcc -O2 -Wall -c ${1+"$@"} #!/bin/sh # WARNING: This file was auto-generated. Do not edit! main="$1"; shift exec gcc -s -o "$main" "$main".o ${1+"$@"} /* sysdep: +dirent */ /* sysdep: +waitpid */ /* sysdep: +sigaction */ /* sysdep: +sigprocmask */ /* sysdep: +sysselect */ /* sysdep: -ulong64 */ /* sysdep: +poll */ /* sysdep: +mkfifo */ /* sysdep: +flock */ /* sysdep: -shortsetgroups */ /* sysdep: +std reboot */ /* sysdep: -utmpx */ ./compile chpst.c chpst.c: In function 'suidgid': chpst.c:80:7: warning: implicit declaration of function 'setgroups'; did you mean 'getgroups'? [-Wimplicit-function-declaration] 80 | if (setgroups(ugid.gids, ugid.gid) == -1) fatal("unable to setgroups"); | ^~~~~~~~~ | getgroups chpst.c: In function 'main': chpst.c:311:33: warning: operation on 'subgetoptarg' may be undefined [-Wsequence-point] 311 | if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul; chpst.c:311:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 311 | if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul; | ^~ chpst.c:311:59: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 311 | if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul; | ^~~~~~~ chpst.c:316:11: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 316 | if (optarg[scan_ulong(optarg, &ul)]) usage(); nicelvl =ul; | ^~ chpst.c:316:57: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 316 | if (optarg[scan_ulong(optarg, &ul)]) usage(); nicelvl =ul; | ^~~~~~~ ./compile uidgid.c ./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 ./compile fifo.c ./compile lock_ex.c ./compile lock_exnb.c rm -f makelib sh print-ar.sh > makelib chmod 555 makelib ./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] 18 | execve(file,argv,envp); | ^~~~~~ pathexec_run.c:18:17: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] 18 | execve(file,argv,envp); | ^~~~ | | | const char * const* pathexec_run.c:18:17: note: expected 'char * const*' but argument is of type 'const char * const*' pathexec_run.c:18:22: warning: passing argument 3 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] 18 | execve(file,argv,envp); | ^~~~ | | | const char * const* pathexec_run.c:18:22: note: expected 'char * const*' but argument is of type 'const char * const*' pathexec_run.c:35:18: warning: passing argument 2 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] 35 | execve(tmp.s,argv,envp); | ^~~~ | | | const char * const* pathexec_run.c:35:18: note: expected 'char * const*' but argument is of type 'const char * const*' pathexec_run.c:35:23: warning: passing argument 3 of 'execve' from incompatible pointer type [-Wincompatible-pointer-types] 35 | execve(tmp.s,argv,envp); | ^~~~ | | | const char * const* pathexec_run.c:35:23: note: expected 'char * const*' but argument is of type 'const char * const*' ./compile prot.c prot.c: In function 'prot_gid': prot.c:13:7: warning: implicit declaration of function 'setgroups' [-Wimplicit-function-declaration] 13 | if (setgroups(1,&gid) == -1) return -1; | ^~~~~~~~~ prot.c:15:10: warning: implicit declaration of function 'setgid' [-Wimplicit-function-declaration] 15 | return setgid(gid); /* _should_ be redundant, but on some systems it isn't */ | ^~~~~~ prot.c: In function 'prot_uid': prot.c:20:10: warning: implicit declaration of function 'setuid' [-Wimplicit-function-declaration] 20 | return setuid(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] 9 | { if (lseek(fd,(off_t) pos,SET) == -1) return -1; return 0; } | ^~~~~ ./compile sgetopt.c ./compile sig.c ./compile sig_block.c ./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 ./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 ./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] 16 | 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' 16 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_chr.c:17:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 17 | 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' 17 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_chr.c:18:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 18 | 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' 18 | if (!n) break; if (*t == ch) break; ++t; --n; | ^~ byte_chr.c:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | 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' 19 | 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] 11 | 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' 11 | if (!n) return; *to++ = *from++; --n; | ^ byte_copy.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | 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' 12 | if (!n) return; *to++ = *from++; --n; | ^ byte_copy.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | 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' 13 | if (!n) return; *to++ = *from++; --n; | ^ byte_copy.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | 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' 14 | 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] 13 | 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' 13 | if (!n) return; *--to = *--from; --n; | ^ byte_cr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | 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' 14 | if (!n) return; *--to = *--from; --n; | ^ byte_cr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | 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' 15 | if (!n) return; *--to = *--from; --n; | ^ byte_cr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | 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' 16 | 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] 11 | 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' 11 | 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] 12 | 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' 12 | 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] 13 | 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' 13 | 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] 14 | 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' 14 | 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] 18 | 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' 18 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:19:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 19 | 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' 19 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:20:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 20 | 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' 20 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ byte_rchr.c:21:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 21 | 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' 21 | if (!n) break; if (*t == ch) u = t; ++t; --n; | ^~ ./compile fmt_uint.c ./compile fmt_uint0.c ./compile fmt_ulong.c ./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] 13 | 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' 13 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | 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' 14 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:15:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 15 | 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' 15 | if (!*t) break; if (*t == ch) break; ++t; | ^~ str_chr.c:16:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 16 | 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' 16 | 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] 11 | 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' 11 | if (!*t) return t - s; ++t; | ^~ str_len.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12 | 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' 12 | if (!*t) return t - s; ++t; | ^~ str_len.c:13:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 13 | 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' 13 | if (!*t) return t - s; ++t; | ^~ str_len.c:14:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 14 | 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' 14 | 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 ./load chpst uidgid.o unix.a byte.a ./compile runit.c runit.c: In function 'sig_cont_handler': runit.c:36:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 36 | write(selfpipe[1], "", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ runit.c: In function 'sig_int_handler': runit.c:40:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 40 | write(selfpipe[1], "", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ runit.c: In function 'sig_child_handler': runit.c:42:33: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 42 | void sig_child_handler (void) { write(selfpipe[1], "", 1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~ runit.c: In function 'main': runit.c:209:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 209 | write(selfpipe[1], "", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./load runit unix.a byte.a ./compile runit-init.c ./load runit-init unix.a byte.a ./compile runsv.c runsv.c: In function 's_child': runsv.c:86:18: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 86 | void s_child() { write(selfpipe[1], "", 1); } | ^~~~~~~~~~~~~~~~~~~~~~~~~ runsv.c: In function 's_term': runsv.c:89:3: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 89 | write(selfpipe[1], "", 1); /* XXX */ | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./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 ./load runsv unix.a byte.a time.a ./compile runsvchdir.c ./load runsvchdir unix.a byte.a ./compile runsvdir.c runsvdir.c: In function 'main': runsvdir.c:254:9: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 254 | write(logpipe[1], ".", 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./load runsvdir unix.a byte.a time.a ./compile sv.c sv.c: In function 'main': sv.c:293:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 293 | if (!(action =*argv++)) usage(); --argc; | ^~ sv.c:293:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 293 | if (!(action =*argv++)) usage(); --argc; | ^~ sv.c: In function 'done': sv.c:59:47: warning: ignoring return value of 'fchdir' declared with attribute 'warn_unused_result' [-Wunused-result] 59 | void done(unsigned int e) { if (curdir != -1) fchdir(curdir); _exit(e); } | ^~~~~~~~~~~~~~ ./load sv unix.a byte.a time.a ./compile svlogd.c svlogd.c: In function 'ip4_scan': svlogd.c:394:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 394 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:394:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 394 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:396:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 396 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:396:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 396 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:398:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 398 | if (*s != '.') return 0; ++s; ++len; | ^~ svlogd.c:398:28: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 398 | if (*s != '.') return 0; ++s; ++len; | ^~ ./compile pmatch.c ./compile fmt_ptime.c ./load svlogd pmatch.o fmt_ptime.o unix.a byte.a time.a \ `cat socket.lib` ./compile utmpset.c utmpset.c: In function 'wtmp_logout': utmpset.c:80:5: warning: ignoring return value of 'ftruncate' declared with attribute 'warn_unused_result' [-Wunused-result] 80 | ftruncate(fd, st.st_size); | ^~~~~~~~~~~~~~~~~~~~~~~~~ ./load utmpset unix.a byte.a make: Leaving directory '/usr/src/RPM/BUILD/runit-2.1.2/compile' Copying commands into ./command... + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.44341 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/runit-buildroot + : + /bin/rm -rf -- /usr/src/tmp/runit-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd runit-2.1.2 + mkdir -p -m0755 /usr/src/tmp/runit-buildroot/etc/runit/service ++ cat package/commands + for cmd in `cat package/commands` + case "$cmd" in + install -D -m0755 compile/chpst /usr/src/tmp/runit-buildroot/usr/bin/chpst + install -D -m0755 man/chpst.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/chpst.8 + for cmd in `cat package/commands` + case "$cmd" in + install -D -m0755 compile/runit /usr/src/tmp/runit-buildroot/sbin/runit + install -D -m0755 man/runit.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runit.8 + for cmd in `cat package/commands` + case "$cmd" in + install -D -m0755 compile/runit-init /usr/src/tmp/runit-buildroot/sbin/runit-init + install -D -m0755 man/runit-init.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runit-init.8 + for cmd in `cat package/commands` + case "$cmd" in + install -D -m0755 compile/runsv /usr/src/tmp/runit-buildroot/usr/bin/runsv + install -D -m0755 man/runsv.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runsv.8 + for cmd in `cat package/commands` + case "$cmd" in + install -D -m0755 compile/runsvchdir /usr/src/tmp/runit-buildroot/usr/sbin/runsvchdir + install -D -m0755 man/runsvchdir.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runsvchdir.8 + for cmd in `cat package/commands` + case "$cmd" in + install -D -m0755 compile/runsvdir /usr/src/tmp/runit-buildroot/usr/bin/runsvdir + install -D -m0755 man/runsvdir.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/runsvdir.8 + for cmd in `cat package/commands` + case "$cmd" in + install -D -m0755 compile/sv /usr/src/tmp/runit-buildroot/usr/bin/sv + install -D -m0755 man/sv.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/sv.8 + for cmd in `cat package/commands` + case "$cmd" in + install -D -m0755 compile/svlogd /usr/src/tmp/runit-buildroot/usr/bin/svlogd + install -D -m0755 man/svlogd.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/svlogd.8 + for cmd in `cat package/commands` + case "$cmd" in + install -D -m0755 compile/utmpset /usr/src/tmp/runit-buildroot/usr/sbin/utmpset + install -D -m0755 man/utmpset.8 /usr/src/tmp/runit-buildroot//usr/share/man/man8/utmpset.8 + install -D -m0755 etc/2 /usr/src/tmp/runit-buildroot/etc/runit/2 + install -D -m0644 /usr/src/RPM/SOURCES/runit.service /usr/src/tmp/runit-buildroot/lib/systemd/system/runit.service + install -D -m0644 /usr/src/RPM/SOURCES/sv.bash-completion /usr/src/tmp/runit-buildroot/etc/bash_completion.d/sv + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/runit-buildroot (auto) mode of 'usr/share/man/man8/utmpset.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/svlogd.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/sv.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/runsvdir.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/runsvchdir.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/runsv.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/runit-init.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/runit.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) mode of 'usr/share/man/man8/chpst.8' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/runit-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/runit-buildroot/ (default) Compressing files in /usr/src/tmp/runit-buildroot (auto) Verifying systemd units in /usr/src/tmp/runit-buildroot Adjusting library links in /usr/src/tmp/runit-buildroot ./lib: (from :0) 056-debuginfo.brp: WARNING: You have 9 stripped ELF objects. Please compile with debugging information! 056-debuginfo.brp: WARNING: An excerpt from the list of affected files follows: ./sbin/runit ./sbin/runit-init ./usr/bin/chpst ./usr/bin/runsv ./usr/bin/runsvdir ./usr/bin/sv ./usr/bin/svlogd ./usr/sbin/runsvchdir ./usr/sbin/utmpset Verifying ELF objects in /usr/src/tmp/runit-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./sbin/runit-init: uses non-LFS functions: open verify-elf: WARNING: ./sbin/runit: uses non-LFS functions: fcntl open stat verify-elf: WARNING: ./usr/sbin/utmpset: uses non-LFS functions: fstat ftruncate lseek open verify-elf: WARNING: ./usr/sbin/runsvchdir: uses non-LFS functions: stat verify-elf: WARNING: ./usr/bin/svlogd: uses non-LFS functions: fcntl open readdir stat verify-elf: WARNING: ./usr/bin/sv: uses non-LFS functions: open stat verify-elf: WARNING: ./usr/bin/runsvdir: uses non-LFS functions: fcntl open readdir stat verify-elf: WARNING: ./usr/bin/runsv: uses non-LFS functions: fcntl open stat verify-elf: WARNING: ./usr/bin/chpst: uses non-LFS functions: getrlimit open readdir setrlimit Splitting links to aliased files under /{,s}bin in /usr/src/tmp/runit-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.3110 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd runit-2.1.2 + package/check Checking commands in ./command... + cd compile + exec make check make: Entering directory '/usr/src/RPM/BUILD/runit-2.1.2/compile' ./check-local chpst runit runit-init runsv runsvchdir runsvdir sv svlogd utmpset Checking chpst... Checking runit... Checking runit-init... Checking runsv... Checking runsvchdir... Checking runsvdir... Checking sv... Checking svlogd... Checking utmpset... make: Leaving directory '/usr/src/RPM/BUILD/runit-2.1.2/compile' + exit 0 Processing files: runit-2.1.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.13221 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd runit-2.1.2 + DOCDIR=/usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2 + export DOCDIR + rm -rf /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2 + /bin/mkdir -p /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2 + cp -prL doc /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2 + chmod -R go-w /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2 + chmod -R a+rX /usr/src/tmp/runit-buildroot/usr/share/doc/runit-2.1.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.guIUn9 find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ZTFQGI find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) find-requires: FINDPACKAGE-COMMANDS: env Requires: /bin/sh, /lib/ld-linux.so.2, coreutils, libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1.3), libc.so.6(GLIBC_2.2), libc.so.6(GLIBC_2.28), libc.so.6(GLIBC_2.33), libc.so.6(GLIBC_2.34), libc.so.6(GLIBC_2.4), rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AzYCoe Wrote: /usr/src/RPM/RPMS/i586/runit-2.1.2-alt2.i586.rpm (w2.lzdio) 3.11user 3.22system 0:18.87elapsed 33%CPU (0avgtext+0avgdata 30252maxresident)k 0inputs+0outputs (0major+636044minor)pagefaults 0swaps /.out/runit-2.1.2-alt2.i586.rpm: license not found in '/usr/share/license' directory: BSD-3-clause 0.63user 1.68system 0:23.83elapsed 9%CPU (0avgtext+0avgdata 12472maxresident)k 0inputs+0outputs (0major+93635minor)pagefaults 0swaps --- runit-2.1.2-alt2.i586.rpm.repo 2021-07-04 16:20:23.000000000 +0000 +++ runit-2.1.2-alt2.i586.rpm.hasher 2024-04-27 09:19:48.784317054 +0000 @@ -52,2 +52,4 @@ Requires: libc.so.6(GLIBC_2.28) +Requires: libc.so.6(GLIBC_2.33) +Requires: libc.so.6(GLIBC_2.34) Requires: libc.so.6(GLIBC_2.4) @@ -61,11 +63,11 @@ File: /lib/systemd/system/runit.service 100644 root:root 57c96c57b51addd5ed0b83a6db528c9f -File: /sbin/runit 100755 root:root 5da76d8d7071bd8af97dbf027ca45ed0 -File: /sbin/runit-init 100755 root:root 6f7d4cb7159461a9db42dc06d375d03c -File: /usr/bin/chpst 100755 root:root 10d0482f365d720e3777bf40a9be838f -File: /usr/bin/runsv 100755 root:root a84f619f5e95164d3fc34415ed69ab12 -File: /usr/bin/runsvdir 100755 root:root 3604396f33a1686e5014425ac7462bad -File: /usr/bin/sv 100755 root:root 578087ba29f8b7a20dd2d53a4286cb52 -File: /usr/bin/svlogd 100755 root:root b7f9aa160728c1e9968ab72da6b06690 -File: /usr/sbin/runsvchdir 100755 root:root 113ecd8aa4b2af56ef667ae88f555953 -File: /usr/sbin/utmpset 100755 root:root 8fc3192f0ec798bff64211577f91eb7b +File: /sbin/runit 100755 root:root 895bc8088399a5aac27a6ee5ec048db2 +File: /sbin/runit-init 100755 root:root 905515cd98b5778fa578811be0cca8c2 +File: /usr/bin/chpst 100755 root:root a787291e42e68cbf4b3cf2d594412740 +File: /usr/bin/runsv 100755 root:root e32daed5ef454c1d622c5fd9ac4ec719 +File: /usr/bin/runsvdir 100755 root:root 0a1605d11600ec3490b3cb590ac431b3 +File: /usr/bin/sv 100755 root:root a7cd38ec9685dbbefcf23748ef6af928 +File: /usr/bin/svlogd 100755 root:root d723e3238cbf9ac72d7e1eeca9d3ddd2 +File: /usr/sbin/runsvchdir 100755 root:root d3ce34c92583e9a1e4a8bf86a51f8fbb +File: /usr/sbin/utmpset 100755 root:root 8ae01162f72d53a7772e34dd717ffe30 File: /usr/share/doc/runit-2.1.2 40755 root:root @@ -101,2 +103,2 @@ File: /usr/share/man/man8/utmpset.8.xz 100644 root:root a4f06e1775fe539cf8160c76e461fa76 -RPMIdentity: ff5b836b39cce0b234c34ec9315b9733b6992449acf0a90d6fb42419dc3e451dfa18d5a0e8e454dbeec5768488188ab93a5a3719d75ca6001cfebcdf49e80c2f +RPMIdentity: f1e839864760077c3e0c8cec332f996b5b4d8ea7fa69eb35c663d6f82137539166198678f0384115d51783e0b87f2fcb48b1531b141b74700f703d9eb6efd853