>>> Building on amd64-2 under security/strobe DIST = [security/strobe:strobe-1.06.tar.gz] FULLPKGNAME = strobe-1.06p0 distfiles size=35674 >>> Running build in security/strobe at 1779827186.91 ===> security/strobe ===> Building from scratch strobe-1.06p0 ===> Verifying specs: c ===> found c.103.0 ===> Checking files for strobe-1.06p0 `/usr/ports/distfiles/strobe-1.06.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for strobe-1.06p0 ===> Patching for strobe-1.06p0 ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- Makefile.orig Thu Jul 3 13:48:00 1997 |+++ Makefile Tue Jan 20 03:26:26 2015 -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 32. Hunk #3 succeeded at 41. done ===> Applying OpenBSD patch patch-strobe_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- strobe.c.orig Sun Mar 21 06:49:27 1999 |+++ strobe.c Tue Jan 20 03:27:42 2015 -------------------------- Patching file strobe.c using Plan A... Hunk #1 succeeded at 1297. done ===> 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 strobe-1.06p0 ===> Configuring for strobe-1.06p0 ===> Building for strobe-1.06p0 cc -O2 -pipe -DLIB_STROBE_SERVICES='"/usr/local/lib/strobe.services"' -DSTROBE_SERVICES='"strobe.services"' -DETC_SERVICES='"/etc/services"' -c strobe.c strobe.c:174:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 174 | Srealloc (ptr, len) | ^ strobe.c:195:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 195 | Smalloc (len) | ^ strobe.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 | sock_block (sfd) | ^ strobe.c:211:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 211 | sock_unblock (sfd) | ^ strobe.c:220:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 220 | timeval_subtract (result, x, y) /* why not floating point? */ | ^ strobe.c:235:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 235 | attempt_clear (h) | ^ strobe.c:304:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 304 | sc_connect (h) | ^ strobe.c:374:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 374 | gen_port_simple (h, buf) | ^ strobe.c:382:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 382 | display_port_simple (h, fh) | ^ strobe.c:393:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 393 | display_port (h, fh) | ^ strobe.c:416:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 416 | conv_char(c, c2) | ^ strobe.c:466:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 466 | asciidump (h, fh) | ^ strobe.c:520:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 520 | hexdump(h, fh) | ^ strobe.c:567:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 567 | trslash (s) | ^ strobe.c:582:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 582 | blddir (name) | ^ strobe.c:625:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 625 | display_port_sw (h) | ^ strobe.c:718:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 718 | init_capture_tcp (h) | ^ strobe.c:727:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 727 | capture_tcp (h) | ^ strobe.c:774:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 774 | gatherer_tcp (h) | ^ strobe.c:790:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 790 | gather (timeout_secs) | ^ strobe.c:883:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 883 | add_attempt (add) | ^ strobe.c:918:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 918 | scatter (host, timeout) | ^ strobe.c:936:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 936 | wait_end (t) | ^ strobe.c:949:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 949 | resolve (name) | ^ strobe.c:998:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 998 | next_port (h) | ^ strobe.c:1028:37: error: incompatible pointer types passing 'int *' to parameter of type 'char *' [-Wincompatible-pointer-types] 1028 | h->portlist=(int *)Srealloc(h->portlist,h->portlist_alloc*sizeof(int)); | ^~~~~~~~~~~ strobe.c:1019:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1019 | add_port(h,p) | ^ strobe.c:1035:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1035 | host_init (h, name, nocheck) | ^ strobe.c:1122:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1122 | host_clear (h) | ^ strobe.c:1133:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1133 | host_stats (h) | ^ strobe.c:1158:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1158 | bool skip_host(h) | ^ strobe.c:1373:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 1373 | main (argc, argv) | ^ 31 warnings and 1 error generated. *** Error 1 in /usr/obj/ports/strobe-1.06/strobe (:87 'strobe.o') *** Error 2 in security/strobe (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/strobe-1.06/.build_done': @cd /usr/obj/ports/s...) *** Error 2 in security/strobe (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=strobe-1.06p0; export _LOCKS_HELD=" strobe-1.0...) ===> Exiting security/strobe with an error *** Error 1 in /usr/ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval...) >>> Ended at 1779827188.80 max_stuck=0.00/build=1.92 Error: job failed with 512 on amd64-2 at 1779827188