>>> Building on exopi-5 under sysutils/shmux BDEPENDS = [devel/pcre] DIST = [sysutils/shmux:shmux-1.0.3.tgz] FULLPKGNAME = shmux-1.0.3 RDEPENDS = [net/fping;devel/pcre] (Junk lock obtained for exopi-5 at 1713480446.87) >>> Running depends in sysutils/shmux at 1713480446.91 last junk was in devel/py-xdis,python3 /usr/sbin/pkg_add -aI -Drepair pcre-8.45 was: /usr/sbin/pkg_add -aI -Drepair pcre-8.45 /usr/sbin/pkg_add -aI -Drepair pcre-8.45 >>> Running show-prepare-results in sysutils/shmux at 1713480448.69 ===> sysutils/shmux ===> Building from scratch shmux-1.0.3 ===> shmux-1.0.3 depends on: pcre-* -> pcre-8.45 ===> Verifying specs: c curses pcre ===> found c.100.0 curses.15.0 pcre.3.0 pcre-8.45 (Junk lock released for exopi-5 at 1713480449.50) distfiles size=116613 >>> Running build in sysutils/shmux at 1713480449.54 ===> sysutils/shmux ===> Checking files for shmux-1.0.3 `/exopi-cvs/ports/distfiles/shmux-1.0.3.tgz' is up to date. >> (SHA256) shmux-1.0.3.tgz: OK ===> Extracting for shmux-1.0.3 ===> Patching for shmux-1.0.3 ===> 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 shmux-1.0.3 ===> Configuring for shmux-1.0.3 Using /exopi-obj/pobj/shmux-1.0.3/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/shmux-1.0.3/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ISO C89... none needed checking for a BSD-compatible install... /exopi-obj/pobj/shmux-1.0.3/bin/install -c checking for library containing tgetent... -ltermcap checking for library containing basename... none required checking for library containing pcre_compile... -lpcre checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for libgen.h... (cached) yes checking for paths.h... (cached) yes checking termcap.h usability... yes checking termcap.h presence... yes checking for termcap.h... yes checking curses.h usability... yes checking curses.h presence... yes checking for curses.h... yes checking term.h usability... yes checking term.h presence... yes checking for term.h... yes checking sys/loadavg.h usability... no checking sys/loadavg.h presence... no checking for sys/loadavg.h... no checking pcre.h usability... yes checking pcre.h presence... yes checking for pcre.h... yes checking for pid_t... (cached) yes checking whether sys_signame is declared... yes checking for basename... (cached) yes checking for getloadavg... (cached) yes checking for strlcpy... (cached) yes configure: creating ./config.status config.status: creating src/Makefile config.status: creating Makefile config.status: creating src/config.h configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc ===> Building for shmux-1.0.3 cc -O2 -pipe -I/usr/local/include -c analyzer.c analyzer.c:58:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] mapfile(errto, fd, name, len) ^ analyzer.c:109:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unmapfile(errto, name, mm, len) ^ analyzer.c:136:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compile_re(mline, reptr, str) ^ analyzer.c:166:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] compile_pcre(mline, pcreptr, str) ^ analyzer.c:192:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] restr_init(re, comp, ok, str) ^ analyzer.c:258:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] loadfile(type, file, list) ^ analyzer.c:385:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] analyzer_init(type, outdef, errdef) ^ analyzer.c:495:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] analyzer_run(type, ofd, oname, efd, ename) ^ analyzer.c:651:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] analyzer_lnrun(type, what, str) ^ 9 warnings generated. cc -O2 -pipe -I/usr/local/include -c byteset.c byteset.c:25:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byteset_init(set, definition) ^ byteset.c:83:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] byteset_test(set, byte) ^ 2 warnings generated. cc -O2 -pipe -I/usr/local/include -c exec.c exec.c:26:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] exec(fd0, fd1, fd2, target, argv, timeout) ^ 1 warning generated. cc -O2 -pipe -I/usr/local/include -c loop.c loop.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] shmux_sigint(sig) ^ loop.c:95:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] setup_fdlimit(fdfactor, max) ^ loop.c:166:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] init_child(kid) ^ loop.c:190:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_child(name, isfping, verbose_tests, analyzer, kid, std, buffer) ^ loop.c:428:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_fping(line) ^ loop.c:471:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] parse_user(c, children, max) ^ loop.c:677:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] output_file(fname, dir, name, extension) ^ loop.c:717:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] output_show(name, fd, fname, type) ^ loop.c:770:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] set_cmdstatus(result) ^ loop.c:795:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] loop(cmd, ctimeout, max, spawn, fail, outmode, odir, utest, ping, test) ^ 10 warnings generated. cc -O2 -pipe -I/usr/local/include -c shmux.c shmux.c:57:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] usage(detailed) ^ 1 warning generated. cat /usr/include/signal.h /usr/include/sys/signal.h /usr/include/sys/iso/signal_iso.h /usr/include/bits/signum.h 2> /dev/null | awk -f signals.awk > signals.h cc -O2 -pipe -I/usr/local/include -c siglist.c siglist.c:20:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] getsignumbyname(name) ^ 1 warning generated. cc -O2 -pipe -I/usr/local/include -c status.c status.c:34:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status_init(pings, tests, analyzer) ^ status.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status_spawned(count) ^ status.c:65:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] status_phase(phase, count) ^ 3 warnings generated. cc -O2 -pipe -I/usr/local/include -c target.c target.c:55:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_default(cmd) ^ target.c:80:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_add(name) ^ target.c:155:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_setbyname(name) ^ target.c:173:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_setbyhname(name) ^ target.c:202:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_setbynum(num) ^ target.c:249:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] split_argv(opts, maxargs, args) ^ target.c:344:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_getcmd(cmd) ^ target.c:488:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_next(phase) ^ target.c:525:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_result(ok) ^ target.c:555:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_pong(name) ^ target.c:594:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_cmdstatus(status) ^ target.c:609:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_status(status) ^ target.c:691:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] target_results(seconds) ^ 13 warnings generated. cc -O2 -pipe -I/usr/local/include -c term.c term.c:53:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] shmux_signal(sig) ^ term.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] term_init(maxlen, prefix, progress, internal, debug, interactive) ^ term.c:219:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] tty_init(interactive) ^ term.c:273:20: warning: format specifies type 'unsigned long' but the argument has type 'tcflag_t' (aka 'unsigned int') [-Wformat] origt.c_lflag, shmuxt.c_lflag); ^~~~~~~~~~~~~ term.c:273:35: warning: format specifies type 'unsigned long' but the argument has type 'tcflag_t' (aka 'unsigned int') [-Wformat] origt.c_lflag, shmuxt.c_lflag); ^~~~~~~~~~~~~~ term.c:407:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] putchar2(c) ^ term.c:418:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] putchar3(c) ^ 7 warnings generated. cc -O2 -pipe -I/usr/local/include -c units.c units.c:19:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] unit_time(timestr) ^ 1 warning generated. cc -I/usr/local/include -O2 -pipe analyzer.o byteset.o exec.o loop.o shmux.o siglist.o status.o target.o term.o units.o -L/usr/local/lib -lpcre -ltermcap -o shmux >>> Running package in sysutils/shmux at 1713480459.77 ===> sysutils/shmux ===> Faking installation for shmux-1.0.3 `shmux' is up to date. /exopi-obj/pobj/shmux-1.0.3/bin/install -c -d -m 0755 /exopi-obj/pobj/shmux-1.0.3/fake-amd64/usr/local/bin /exopi-obj/pobj/shmux-1.0.3/bin/install -c -m 755 src/shmux /exopi-obj/pobj/shmux-1.0.3/fake-amd64/usr/local/bin /exopi-obj/pobj/shmux-1.0.3/bin/install -c -d -m 0755 /exopi-obj/pobj/shmux-1.0.3/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/shmux-1.0.3/bin/install -c -m 644 shmux.1 /exopi-obj/pobj/shmux-1.0.3/fake-amd64/usr/local/man/man1 /exopi-obj/pobj/shmux-1.0.3/bin/install -c -d -m 0755 /exopi-obj/pobj/shmux-1.0.3/fake-amd64/usr/local/share/doc/shmux /exopi-obj/pobj/shmux-1.0.3/bin/install -c -m 644 mcmd.sh /exopi-obj/pobj/shmux-1.0.3/fake-amd64/usr/local/share/doc/shmux Done! ===> Building package for shmux-1.0.3 Create /exopi-cvs/ports/packages/amd64/all/shmux-1.0.3.tgz Creating package shmux-1.0.3 reading plist| checking dependencies| checking dependencies|devel/pcre checking dependencies|net/fping checksumming| checksumming| | 0% checksumming|**** | 6% checksumming|******** | 13% checksumming|*********** | 19% checksumming|*************** | 25% checksumming|******************* | 31% checksumming|*********************** | 38% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************** | 63% checksumming|****************************************** | 69% checksumming|********************************************** | 75% checksumming|************************************************** | 81% checksumming|***************************************************** | 88% checksumming|********************************************************* | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving| | 1% archiving|************************************************** | 77% archiving|************************************************************* | 96% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/shmux-1.0.3.tgz >>> Running clean in sysutils/shmux at 1713480462.41 ===> sysutils/shmux ===> Cleaning for shmux-1.0.3 >>> Ended at 1713480462.75 max_stuck=0.00/depends=1.79/show-prepare-results=0.85/build=10.21/package=2.66/clean=0.37