>>> Building on exopi-2 under sysutils/runit DIST = [sysutils/runit:runit-2.1.2.tar.gz] FULLPKGNAME = runit-2.1.2p1 distfiles size=110916 >>> Running build in sysutils/runit at 1713950560.41 ===> sysutils/runit ===> Building from scratch runit-2.1.2p1 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for runit-2.1.2p1 `/exopi-cvs/ports/distfiles/runit-2.1.2.tar.gz' is up to date. >> (SHA256) runit-2.1.2.tar.gz: OK ===> Extracting for runit-2.1.2p1 ===> Patching for runit-2.1.2p1 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for runit-2.1.2p1 ===> Configuring for runit-2.1.2p1 echo "cc -O2 -pipe " > /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/src/conf-cc echo "cc " > /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/src/conf-ld ===> Building for runit-2.1.2p1 cd /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2 && package/compile Linking ./src/* into ./compile... Compiling everything in ./compile... + cd compile + exec make 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:10:19: warning: incompatible pointer types passing 'short[4]' to parameter of type 'gid_t *' (aka 'unsigned int *') [-Wincompatible-pointer-types] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^ /usr/include/unistd.h:350:28: note: passing argument to parameter here int getgroups(int, gid_t *); ^ chkshsgr.c:10:44: warning: incompatible pointer types passing 'short[4]' to parameter of type 'const gid_t *' (aka 'const unsigned int *') [-Wincompatible-pointer-types] if (getgroups(1,x) == 0) if (setgroups(1,x) == -1) _exit(1); ^ /usr/include/unistd.h:513:34: note: passing argument to parameter here int setgroups(int, const gid_t *); ^ 2 warnings generated. ./load chkshsgr ./chkshsgr || ( cat warn-shsgr; exit 1 ) ./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 openbsd-7.5-:amd64-:-:intel.xeon.processor.(skylake)-:- #!/bin/sh # WARNING: This file was auto-generated. Do not edit! exec cc -O2 -pipe -c ${1+"$@"} #!/bin/sh # WARNING: This file was auto-generated. Do not edit! main="$1"; shift exec cc -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:137:23: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] sa.len =byte_chr(sa.s, sa.len, '\n'); ^ chpst.c:311:33: warning: unsequenced modification and access to 'subgetoptarg' [-Wunsequenced] if (optarg[scan_ulong(++optarg, &ul)]) usage(); nicelvl =ul; ~~~~~~ ^ 2 warnings generated. ./compile uidgid.c ./compile alloc.c alloc.c:15:26: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] /*@null@*//*@out@*/char *alloc(n) ^ In file included from alloc.c:4: ./alloc.h:6:33: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern /*@null@*//*@out@*/char *alloc(); ^ alloc.c:26:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void alloc_free(x) ^ In file included from alloc.c:4: ./alloc.h:7:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void alloc_free(); ^ 4 warnings generated. ./compile alloc_re.c alloc_re.c:13:12: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] y = alloc(n); ^ alloc_re.c:15:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(y,m,*x); ^ alloc_re.c:16:13: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alloc_free(*x); ^ alloc_re.c:6:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int alloc_re(x,m,n) ^ In file included from alloc_re.c:3: ./alloc.h:8:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int alloc_re(); ^ 5 warnings generated. ./compile buffer.c ./compile buffer_0.c buffer_0.c:5:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int buffer_0_read(fd,buf,len) int fd; char *buf; int len; ^ 1 warning generated. ./compile buffer_1.c ./compile buffer_2.c ./compile buffer_get.c buffer_get.c:12:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] r = op(fd,buf,len); ^ buffer_get.c:22:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(buf,len,s->x + s->n); ^ buffer_get.c:36:27: warning: passing arguments to 'byte_copyr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (s->n > 0) byte_copyr(s->x + s->n,r,s->x); ^ 3 warnings generated. ./compile buffer_put.c buffer_put.c:13:11: warning: passing arguments to a function without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] w = op(fd,buf,len); ^ buffer_put.c:18:17: warning: if statement has empty body [-Wempty-body] if (w == 0) ; /* luser's fault */ ^ buffer_put.c:18:17: note: put the semicolon on a separate line to silence this warning buffer_put.c:40:14: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(s->x + s->p,n,buf); s->p += n; buf += n; len -= n; ^ buffer_put.c:44:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(s->x + s->p,len,buf); ^ buffer_put.c:66:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(s->x + s->p,len,buf); ^ 5 warnings generated. ./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 pathexec_env.c:43:28: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] e = (const char **) alloc((elen + 1) * sizeof(char *)); ^ pathexec_env.c:55:13: warning: passing arguments to 'byte_diff' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (byte_equal(plus.s + j,split,e[t])) ^ ./byte.h:13:38: note: expanded from macro 'byte_equal' #define byte_equal(s,n,t) (!byte_diff((s),(n),(t))) ^ pathexec_env.c:68:13: warning: passing arguments to 'alloc_free' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] alloc_free(e); ^ 3 warnings generated. ./compile pathexec_run.c pathexec_run.c:18:5: warning: call to undeclared function 'execve'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] execve(file,argv,envp); ^ pathexec_run.c:35:5: warning: call to undeclared function 'execve'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] execve(tmp.s,argv,envp); ^ 2 warnings generated. ./compile prot.c prot.c:13:7: warning: call to undeclared function 'setgroups'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] if (setgroups(1,&gid) == -1) return -1; ^ prot.c:15:10: warning: call to undeclared function 'setgid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return setgid(gid); /* _should_ be redundant, but on some systems it isn't */ ^ prot.c:20:10: warning: call to undeclared function 'setuid'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] return setuid(uid); ^ 3 warnings generated. ./compile readclose.c ./compile seek_set.c ./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 stralloc_catb.c:10:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(sa->s + sa->len,n,s); ^ 1 warning generated. ./compile stralloc_cats.c ./compile stralloc_eady.c stralloc_eady.c:7:1: warning: passing arguments to 'alloc_re' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GEN_ALLOC_ready(stralloc,char,s,len,a,i,n,x,30,stralloc_ready) ^ ./gen_allocdefs.h:13:19: note: expanded from macro 'GEN_ALLOC_ready' if (alloc_re(&x->field,i * sizeof(type),x->a * sizeof(type))) return 1; \ ^ stralloc_eady.c:7:1: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./gen_allocdefs.h:17:38: note: expanded from macro 'GEN_ALLOC_ready' return !!(x->field = (type *) alloc((x->a = n) * sizeof(type))); } ^ stralloc_eady.c:8:1: warning: passing arguments to 'alloc_re' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] GEN_ALLOC_readyplus(stralloc,char,s,len,a,i,n,x,30,stralloc_readyplus) ^ ./gen_allocdefs.h:26:19: note: expanded from macro 'GEN_ALLOC_readyplus' if (alloc_re(&x->field,i * sizeof(type),x->a * sizeof(type))) return 1; \ ^ stralloc_eady.c:8:1: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] ./gen_allocdefs.h:30:38: note: expanded from macro 'GEN_ALLOC_readyplus' return !!(x->field = (type *) alloc((x->a = n) * sizeof(type))); } ^ 4 warnings generated. ./compile stralloc_opyb.c ./compile stralloc_opys.c stralloc_opyb.c:9:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(sa->s,n,s); ^ 1 warning generated. ./compile stralloc_pend.c ./compile strerr_die.c ./compile strerr_sys.c ./compile subgetopt.c ./compile wait_nohang.c wait_nohang.c:7:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wait_nohang(wstat) int *wstat; ^ 1 warning generated. ./compile wait_pid.c wait_pid.c:10:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int wait_pid(wstat,pid) int *wstat; int pid; ^ 1 warning generated. ./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:5:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned int byte_chr(s,n,c) ^ In file included from byte_chr.c:3: ./byte.h:6:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern unsigned int byte_chr(); ^ 2 warnings generated. ./compile byte_copy.c byte_copy.c:5:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void byte_copy(to,n,from) ^ In file included from byte_copy.c:3: ./byte.h:8:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void byte_copy(); ^ 2 warnings generated. ./compile byte_cr.c byte_cr.c:5:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void byte_copyr(to,n,from) ^ In file included from byte_cr.c:3: ./byte.h:9:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern void byte_copyr(); ^ 2 warnings generated. ./compile byte_diff.c byte_diff.c:5:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] int byte_diff(s,n,t) ^ In file included from byte_diff.c:3: ./byte.h:10:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern int byte_diff(); ^ 2 warnings generated. ./compile byte_rchr.c byte_rchr.c:5:14: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unsigned int byte_rchr(s,n,c) ^ In file included from byte_rchr.c:3: ./byte.h:7:21: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a subsequent definition [-Wdeprecated-non-prototype] extern unsigned int byte_rchr(); ^ 2 warnings generated. ./compile fmt_uint.c ./compile fmt_uint0.c ./compile fmt_ulong.c ./compile scan_ulong.c ./compile str_chr.c ./compile str_diff.c ./compile str_len.c ./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:161:33: warning: passing arguments to 'wait_nohang' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while ((child =wait_nohang(&wstat)) > 0) ^ runit.c:234:21: warning: passing arguments to 'wait_pid' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (wait_pid(&wstat, pid2) == -1) ^ runit.c:254:34: warning: passing arguments to 'wait_nohang' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((child =wait_nohang(&wstat)) == pid) { ^ runit.c:275:23: warning: passing arguments to 'wait_pid' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (wait_pid(&wstat, pid) == -1) ^ runit.c:338:18: warning: passing arguments to 'wait_pid' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (wait_pid(0, pid) == -1); ^ 5 warnings generated. ./load runit unix.a byte.a -static ./compile runit-init.c ./load runit-init unix.a byte.a -static ./compile runsv.c runsv.c:216:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(a, 10, "control/?"); ^ runsv.c:232:22: warning: passing arguments to 'wait_pid' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (wait_pid(&w, pid) == -1) { ^ runsv.c:553:25: warning: passing arguments to 'wait_nohang' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] child =wait_nohang(&wstat); ^ 3 warnings generated. ./compile iopause.c In file included from iopause.c:4: ./select.h:11:12: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype] extern int select(); ^ /usr/include/sys/select.h:128:5: note: conflicting prototype is here int select(int, fd_set * __restrict, fd_set * __restrict, ^ 1 warning generated. ./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:203:28: warning: passing arguments to 'wait_nohang' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if ((pid =wait_nohang(&wstat)) <= 0) break; ^ 1 warning generated. ./load runsvdir unix.a byte.a time.a ./compile sv.c sv.c:204:18: warning: passing arguments to 'wait_pid' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (wait_pid(&w, pid) == -1) { ^ 1 warning generated. ./load sv unix.a byte.a time.a ./compile svlogd.c svlogd.c:185:20: warning: passing arguments to 'wait_pid' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while (wait_pid(&wstat, ld->ppid) == -1) ^ svlogd.c:204:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(f, 26, ld->fnsave); ^ svlogd.c:239:55: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] if (str_diff(f->d_name, oldest) < 0) byte_copy(oldest, 27, f->d_name); ^ svlogd.c:337:22: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(oldest, 27, f->d_name); ^ svlogd.c:448:20: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] len =byte_chr(&sa.s[i], sa.len -i, '\n'); ^ svlogd.c:626:27: warning: passing arguments to 'wait_nohang' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] while ((pid =wait_nohang(&wstat)) > 0) ^ svlogd.c:661:17: warning: passing arguments to 'byte_chr' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] i +=byte_chr(&ld->inst.s[i], ld->inst.len -i, 0); ^ svlogd.c:706:29: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dir =(struct logdir*)alloc(dirn *sizeof(struct logdir)); ^ svlogd.c:710:30: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] dir[i].btmp =(char*)alloc(buflen *sizeof(char)); ^ svlogd.c:714:24: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] databuf =(char*)alloc(buflen *sizeof(char)); ^ svlogd.c:717:21: warning: passing arguments to 'alloc' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] line =(char*)alloc(linemax *sizeof(char)); ^ 11 warnings generated. ./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:67:12: warning: passing arguments to 'byte_copy' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_copy(ut.ut_line, len, line); ^ 1 warning generated. ./load utmpset unix.a byte.a Copying commands into ./command... >>> Running package in sysutils/runit at 1713950586.07 ===> sysutils/runit ===> Faking installation for runit-2.1.2p1 /exopi-obj/pobj/runit-2.1.2/bin/install -c -s -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/command/chpst /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -s -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/command/runit /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -s -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/command/runit-init /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -s -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/command/runsv /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -s -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/command/runsvchdir /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -s -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/command/runsvdir /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -s -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/command/sv /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -s -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/command/svlogd /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -s -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/command/utmpset /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 755 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/etc/2 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/sbin/runsvdir-start /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/man/chpst.8 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/man/runit.8 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/man/runit-init.8 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/man/runsv.8 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/man/runsvchdir.8 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/man/runsvdir.8 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/man/sv.8 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/man/svlogd.8 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/man/utmpset.8 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/runit-2.1.2/bin/install -d -m 755 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/benefits.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/chpst.8.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/dependencies.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/faq.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/index.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/install.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/replaceinit.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/runit-init.8.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/runit.8.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/runlevels.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/runscripts.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/runsv.8.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/runsvchdir.8.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/runsvdir.8.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/sv.8.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/svlogd.8.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/upgrade.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/useinit.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/index.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/doc/utmpset.8.html /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/package/CHANGES /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/package/README /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/package/COPYING /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/package/THANKS /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/runit/ /exopi-obj/pobj/runit-2.1.2/bin/install -d -m 755 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit /usr/bin/perl /exopi-cvs/ports/infrastructure/bin/pkg_subst -DARCH=amd64 -DBASE_PKGPATH=sysutils/runit -DFLAVOR_EXT= -DFULLPKGNAME=runit-2.1.2p1 -DHOMEPAGE=http://www.smarden.org/runit/ -DLOCALBASE=/usr/local -DLOCALSTATEDIR=/var -DMACHINE_ARCH=amd64 -DMAINTAINER=The\ OpenBSD\ ports\ mailing-list\ \ -DPREFIX=/exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local -DRCDIR=/etc/rc.d -DSYSCONFDIR=/etc -DTRUEPREFIX=/usr/local -DX11BASE=/usr/X11R6 -DPKGSTEM=runit -i -B /exopi-obj/pobj/runit-2.1.2 -m 0644 -c /exopi-cvs/ports/sysutils/runit/files/rc.shutdown /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit/rc.shutdown /exopi-obj/pobj/runit-2.1.2/bin/install -d -m 755 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit/init /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/etc/2 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit/init/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/etc/openbsd/1 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit/init/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/etc/openbsd/3 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit/init/ /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/etc/openbsd/ctrlaltdel /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit/init/ /exopi-obj/pobj/runit-2.1.2/bin/install -d -m 755 /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit/init/getty-ttyC4 /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/etc/openbsd/getty-ttyC4/run /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit/init/getty-ttyC4/run /exopi-obj/pobj/runit-2.1.2/bin/install -c -m 644 /exopi-obj/pobj/runit-2.1.2/admin/runit-2.1.2/etc/openbsd/getty-ttyC4/finish /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/examples/runit/init/getty-ttyC4/finish Installing /exopi-cvs/ports/sysutils/runit/pkg/README as /exopi-obj/pobj/runit-2.1.2/fake-amd64/usr/local/share/doc/pkg-readmes/runit ===> Building package for runit-2.1.2p1 Create /exopi-cvs/ports/packages/amd64/all/runit-2.1.2p1.tgz Creating package runit-2.1.2p1 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 3% checksumming|*** | 5% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 10% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 14% checksumming|********** | 16% checksumming|*********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 22% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 27% checksumming|***************** | 29% checksumming|****************** | 30% checksumming|******************* | 32% checksumming|******************** | 33% checksumming|********************* | 35% checksumming|********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|*************************************** | 63% checksumming|**************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 71% checksumming|********************************************* | 73% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*** | 5% archiving|****** | 10% archiving|******** | 12% archiving|********** | 16% archiving|************* | 20% archiving|***************** | 26% archiving|****************** | 29% archiving|********************************* | 51% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 77% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************* | 85% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/runit-2.1.2p1.tgz >>> Running clean in sysutils/runit at 1713950593.40 ===> sysutils/runit ===> Cleaning for runit-2.1.2p1 >>> Ended at 1713950593.81 max_stuck=0.00/build=25.56/package=7.43/clean=0.48