>>> Building on exopi-6 under sysutils/shmux BDEPENDS = [devel/pcre;devel/dwz] DIST = [sysutils/shmux:shmux-1.0.3.tgz] FULLPKGNAME = shmux-1.0.3p1 RDEPENDS = [devel/pcre;net/fping] (Junk lock obtained for exopi-6 at 1764962100.75) >>> Running depends in sysutils/shmux at 1764962100.80 last junk was in math/p5-Math-MatrixReal /usr/sbin/pkg_add -aI -Drepair dwz-0.16p0 pcre-8.45 was: /usr/sbin/pkg_add -aI -Drepair dwz-0.16p0 pcre-8.45 /usr/sbin/pkg_add -aI -Drepair dwz-0.16p0 pcre-8.45 >>> Running show-prepare-results in sysutils/shmux at 1764962102.59 ===> sysutils/shmux ===> Building from scratch shmux-1.0.3p1 ===> shmux-1.0.3p1 depends on: dwz-* -> dwz-0.16p0 ===> shmux-1.0.3p1 depends on: pcre-* -> pcre-8.45 ===> Verifying specs: c curses pcre ===> found c.102.2 curses.16.0 pcre.3.0 dwz-0.16p0 pcre-8.45 (Junk lock released for exopi-6 at 1764962103.29) distfiles size=116613 >>> Running build in sysutils/shmux at 1764962103.33 ===> sysutils/shmux ===> Checking files for shmux-1.0.3p1 `/exopi-cvs/ports/distfiles/shmux-1.0.3.tgz' is up to date. >> (SHA256) all files: OK ===> Extracting for shmux-1.0.3p1 ===> Patching for shmux-1.0.3p1 ===> 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.3p1 ===> Configuring for shmux-1.0.3p1 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.8 checking host system type... x86_64-unknown-openbsd7.8 checking target system type... x86_64-unknown-openbsd7.8 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.3p1 cc -O2 -pipe -g -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 C23 [-Wdeprecated-non-prototype] 58 | 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 C23 [-Wdeprecated-non-prototype] 109 | 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 C23 [-Wdeprecated-non-prototype] 136 | 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 C23 [-Wdeprecated-non-prototype] 166 | 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 C23 [-Wdeprecated-non-prototype] 192 | 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 C23 [-Wdeprecated-non-prototype] 258 | 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 C23 [-Wdeprecated-non-prototype] 385 | 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 C23 [-Wdeprecated-non-prototype] 495 | 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 C23 [-Wdeprecated-non-prototype] 651 | analyzer_lnrun(type, what, str) | ^ 9 warnings generated. cc -O2 -pipe -g -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 C23 [-Wdeprecated-non-prototype] 25 | 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 C23 [-Wdeprecated-non-prototype] 83 | byteset_test(set, byte) | ^ 2 warnings generated. cc -O2 -pipe -g -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 C23 [-Wdeprecated-non-prototype] 26 | exec(fd0, fd1, fd2, target, argv, timeout) | ^ cc -O2 -pipe -g -I/usr/local/include -c loop.c 1 warning generated. loop.c:81:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 81 | 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 C23 [-Wdeprecated-non-prototype] 95 | 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 C23 [-Wdeprecated-non-prototype] 166 | 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 C23 [-Wdeprecated-non-prototype] 190 | 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 C23 [-Wdeprecated-non-prototype] 428 | 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 C23 [-Wdeprecated-non-prototype] 471 | 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 C23 [-Wdeprecated-non-prototype] 677 | 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 C23 [-Wdeprecated-non-prototype] 717 | 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 C23 [-Wdeprecated-non-prototype] 770 | 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 C23 [-Wdeprecated-non-prototype] 795 | loop(cmd, ctimeout, max, spawn, fail, outmode, odir, utest, ping, test) | ^ 10 warnings generated. cc -O2 -pipe -g -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 C23 [-Wdeprecated-non-prototype] 57 | 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 -g -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 C23 [-Wdeprecated-non-prototype] 20 | getsignumbyname(name) | ^ 1 warning generated. cc -O2 -pipe -g -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 C23 [-Wdeprecated-non-prototype] 34 | 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 C23 [-Wdeprecated-non-prototype] 53 | 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 C23 [-Wdeprecated-non-prototype] 65 | status_phase(phase, count) | ^ 3 warnings generated. cc -O2 -pipe -g -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 C23 [-Wdeprecated-non-prototype] 55 | 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 C23 [-Wdeprecated-non-prototype] 80 | 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 C23 [-Wdeprecated-non-prototype] 155 | 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 C23 [-Wdeprecated-non-prototype] 173 | 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 C23 [-Wdeprecated-non-prototype] 202 | 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 C23 [-Wdeprecated-non-prototype] 249 | 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 C23 [-Wdeprecated-non-prototype] 344 | 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 C23 [-Wdeprecated-non-prototype] 488 | 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 C23 [-Wdeprecated-non-prototype] 525 | 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 C23 [-Wdeprecated-non-prototype] 555 | 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 C23 [-Wdeprecated-non-prototype] 594 | 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 C23 [-Wdeprecated-non-prototype] 609 | 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 C23 [-Wdeprecated-non-prototype] 691 | target_results(seconds) | ^ 13 warnings generated. cc -O2 -pipe -g -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 C23 [-Wdeprecated-non-prototype] 53 | 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 C23 [-Wdeprecated-non-prototype] 81 | 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 C23 [-Wdeprecated-non-prototype] 219 | tty_init(interactive) | ^ term.c:273:20: warning: format specifies type 'unsigned long' but the argument has type 'tcflag_t' (aka 'unsigned int') [-Wformat] 272 | dprint("Input tty initialized (0x%lX -> 0x%lX)", | ~~~ | %X 273 | 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] 272 | dprint("Input tty initialized (0x%lX -> 0x%lX)", | ~~~ | %X 273 | 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 C23 [-Wdeprecated-non-prototype] 407 | 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 C23 [-Wdeprecated-non-prototype] 418 | putchar3(c) | ^ 7 warnings generated. cc -O2 -pipe -g -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 C23 [-Wdeprecated-non-prototype] 19 | unit_time(timestr) | ^ 1 warning generated. cc -I/usr/local/include -O2 -pipe -g 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 1764962111.01 ===> sysutils/shmux ===> Faking installation for shmux-1.0.3p1 `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! Reading existing plist for shmux-1.0.3p1 Writing /exopi-obj/pobj/shmux-1.0.3/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/shmux-1.0.3/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/shmux-1.0.3/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/shmux-1.0.3/fake-amd64/usr/local/bin/shmux ===> Building package for shmux-1.0.3p1 Create /exopi-cvs/ports/packages/amd64/all/shmux-1.0.3p1.tgz Creating package shmux-1.0.3p1 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% Creating package debug-shmux-1.0.3p1 reading plist| checking dependencies| checking dependencies|devel/pcre checking dependencies|net/fping checking dependencies|sysutils/shmux checksumming| checksumming| | 0% checksumming|**** | 7% checksumming|******** | 13% checksumming|************ | 20% checksumming|**************** | 27% checksumming|******************** | 33% checksumming|************************ | 40% checksumming|**************************** | 47% checksumming|********************************* | 53% checksumming|************************************* | 60% checksumming|***************************************** | 67% checksumming|********************************************* | 73% checksumming|************************************************* | 80% checksumming|***************************************************** | 87% checksumming|********************************************************* | 93% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/shmux-1.0.3p1.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-shmux-1.0.3p1.tgz >>> Running clean in sysutils/shmux at 1764962114.09 ===> sysutils/shmux ===> Cleaning for shmux-1.0.3p1 >>> Ended at 1764962114.33 max_stuck=0.59/depends=1.79/show-prepare-results=0.74/build=7.67/package=3.09/clean=0.27