>>> Building on exopi-5 under sysutils/socklog DIST = [sysutils/socklog:socklog-2.1.0.tar.gz] FULLPKGNAME = socklog-2.1.0 (Junk lock failure for exopi-5 at 1714025175.60792) Received IO (Junk lock obtained for exopi-5 at 1714025207.85) Received IO Still tainted: host marked nojunk by x11/qt5/qt3d >>> Running junk in sysutils/socklog at 1714025210.11 Can't run junk because of lock on x11/qt5/qt3d (Junk lock released for exopi-5 at 1714025216.40) Woken up games/vitetris distfiles size=56942 >>> Running build in sysutils/socklog at 1714025217.80 ===> sysutils/socklog ===> Building from scratch socklog-2.1.0 ===> Verifying specs: c ===> found c.100.0 ===> Checking files for socklog-2.1.0 `/exopi-cvs/ports/distfiles/socklog-2.1.0.tar.gz' is up to date. >> (SHA256) socklog-2.1.0.tar.gz: OK ===> Extracting for socklog-2.1.0 ===> Patching for socklog-2.1.0 ===> 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 socklog-2.1.0 ===> Configuring for socklog-2.1.0 ===> Building for socklog-2.1.0 echo "cc -O2 -pipe " > /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/src/conf-cc echo "cc " > /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/src/conf-ld cd /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0 && 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 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 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 */ ./compile socklog.c socklog.c:169:12: warning: passing arguments to 'byte_zero' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_zero(&sa, sizeof(sa)); ^ socklog.c:186:12: warning: passing arguments to 'byte_zero' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_zero(&sa, sizeof(sa)); ^ 2 warnings generated. ./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(); ^ ./compile buffer.c 5 warnings generated. ./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] ./compile pathexec_run.c e = (const char **) alloc((elen + 1) * sizeof(char *)); ^ pathexec_env.c:55:6: 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. 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 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_opys.c ./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 byte_zero.c byte_zero.c:3: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_zero(s,n) ^ In file included from byte_zero.c:1: ./byte.h:11: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_zero(); ^ 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 byte_zero.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 ./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 ./load socklog unix.a byte.a `cat socket.lib` ./compile socklog-check.c ./load socklog-check unix.a byte.a `cat socket.lib` ./compile socklog-conf.c socklog-check.c:46:12: warning: passing arguments to 'byte_zero' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byte_zero(&sa, sizeof(sa)); ^ 1 warning generated. socklog-conf.c:76:19: warning: incompatible function pointer types passing 'ssize_t (int, const void *, size_t)' (aka 'long (int, const void *, unsigned long)') to parameter of type 'int (*)()' [-Wincompatible-function-pointer-types] buffer_init(&b, write, fd, buf, sizeof buf); ^~~~~ ./buffer.h:18:40: note: passing argument to parameter here extern void buffer_init(buffer *,int (*)(),int,char *,unsigned int); ^ 1 warning generated. ./load socklog-conf unix.a byte.a ./compile tryto.c tryto.c:175:22: 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 (wait_nohang(&rc) == pid) break; ^ tryto.c:206:22: 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 (wait_nohang(&rc) == pid) break; ^ tryto.c:225:24: 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 (wait_nohang(&rc) == pid) { ^ 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 tryto unix.a byte.a time.a ./compile uncat.c uncat.c:167:19: 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) != pid) { ^ 1 warning generated. ./load uncat unix.a byte.a time.a Copying commands into ./command... >>> Running package in sysutils/socklog at 1714025231.77 ===> sysutils/socklog ===> Faking installation for socklog-2.1.0 /exopi-obj/pobj/socklog-2.1.0/bin/install -c -s -m 755 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/command/tryto /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/bin/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -s -m 755 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/command/uncat /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/bin/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -s -m 755 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/command/socklog /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -s -m 755 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/command/socklog-check /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -s -m 755 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/command/socklog-conf /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/sbin/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/man/tryto.1 /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/man/uncat.1 /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/man/socklog-check.8 /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/man/socklog-conf.8 /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/man/socklog.8 /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/man/man8 /exopi-obj/pobj/socklog-2.1.0/bin/install -d -m 755 /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/benefits.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/network.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/socklog.8.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/configuration.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/notify.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/tryto.1.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/examples.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/uncat.1.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/index.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/socklog-check.8.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/upgrade.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/install.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/doc/socklog-conf.8.html /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/package/CHANGES /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/package/README /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ /exopi-obj/pobj/socklog-2.1.0/bin/install -c -m 644 /exopi-obj/pobj/socklog-2.1.0/admin/socklog-2.1.0/package/COPYING /exopi-obj/pobj/socklog-2.1.0/fake-amd64/usr/local/share/doc/socklog/ ===> Building package for socklog-2.1.0 Create /exopi-cvs/ports/packages/amd64/all/socklog-2.1.0.tgz Creating package socklog-2.1.0 reading plist| checking dependencies| checksumming| checksumming| | 0% checksumming|** | 3% checksumming|*** | 6% checksumming|***** | 9% checksumming|******* | 11% checksumming|********* | 14% checksumming|********** | 17% checksumming|************ | 20% checksumming|************** | 23% checksumming|**************** | 26% checksumming|***************** | 29% checksumming|******************* | 31% checksumming|********************* | 34% checksumming|*********************** | 37% checksumming|************************ | 40% checksumming|************************** | 43% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|*********************************** | 57% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|**************************************** | 66% checksumming|****************************************** | 69% checksumming|******************************************** | 71% checksumming|********************************************* | 74% checksumming|*********************************************** | 77% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|**************************************************** | 86% checksumming|****************************************************** | 89% checksumming|******************************************************** | 91% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 97% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|******** | 13% archiving|**************** | 25% archiving|************************ | 37% archiving|**************************** | 44% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|***************************************** | 64% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|********************************************** | 72% archiving|*********************************************** | 73% archiving|************************************************ | 75% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|****************************************************** | 84% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|********************************************************** | 90% archiving|************************************************************ | 93% archiving|************************************************************* | 95% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/socklog-2.1.0.tgz >>> Running clean in sysutils/socklog at 1714025234.85 ===> sysutils/socklog ===> Cleaning for socklog-2.1.0 >>> Ended at 1714025236.18 max_stuck=31.00/waiting-for-lock #344=34.60/junk=6.33/build=13.95/package=3.11/clean=1.36