>>> Building on amd64-3 under x11/bclock BDEPENDS = [devel/imake-cf;devel/imake] DIST = [x11/bclock:bclock-1.0.tar.gz] FULLPKGNAME = bclock-1.0p3 (Junk lock obtained for amd64-3 at 1779824645.50) >>> Running depends in x11/bclock at 1779824645.56 last junk was in lang/iverilog /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 was: /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 /usr/sbin/pkg_add -aI -Drepair imake-1.0.10 imake-cf-1.0.8 >>> Running show-prepare-results in x11/bclock at 1779824648.48 ===> x11/bclock ===> Building from scratch bclock-1.0p3 ===> bclock-1.0p3 depends on: imake-* -> imake-1.0.10 ===> bclock-1.0p3 depends on: imake-cf-* -> imake-cf-1.0.8 ===> Verifying specs: ICE SM X11 Xau Xdmcp Xext Xmu Xt c m ===> found ICE.12.0 SM.9.0 X11.19.0 Xau.10.0 Xdmcp.11.0 Xext.13.0 Xmu.11.1 Xt.11.1 c.103.0 m.10.1 imake-1.0.10 imake-cf-1.0.8 (Junk lock released for amd64-3 at 1779824649.82) distfiles size=11981 >>> Running build in x11/bclock at 1779824649.85 ===> x11/bclock ===> Checking files for bclock-1.0p3 `/usr/ports/distfiles/bclock-1.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for bclock-1.0p3 ===> Patching for bclock-1.0p3 ===> Applying OpenBSD patch patch-Imakefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |app-defaults/Clock-color is installed by X.org. | |--- Imakefile.orig Tue Aug 8 13:07:52 2006 |+++ Imakefile Tue Aug 8 13:07:52 2006 -------------------------- Patching file Imakefile using Plan A... Hunk #1 succeeded at 8. 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 bclock-1.0p3 ===> Configuring for bclock-1.0p3 mv -f Makefile Makefile.bak imake -DPorts -DUseInstalled -I/usr/local/lib/X11/config make Makefiles make includes make depend rm -f .depend gccmakedep -f- -- -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -- bclock.c Clock.c transform.c > .depend ===> Building for bclock-1.0p3 cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c bclock.c bclock.c:53:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 53 | static void die(w, client_data, call_data) | ^ bclock.c:91:1: warning: return type of 'main' is not 'int' [-Wmain-return-type] 91 | void main(argc, argv) | ^ bclock.c:91:1: note: change return type to 'int' 91 | void main(argc, argv) | ^~~~ | int bclock.c:91:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 91 | void main(argc, argv) | ^ bclock.c:139:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 139 | static void quit(w, event, params, num_params) | ^ bclock.c:44:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 44 | static void quit(); | ^ 5 warnings generated. cc -O2 -I/usr/local/include -I/usr/X11R6/include -DCSRG_BASED -DFUNCPROTO=15 -DNARROWPROTO -c Clock.c Clock.c:145:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 145 | static void Initialize (greq, gnew, args, num_args) | ^ Clock.c:88:13: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 88 | static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); | ^ Clock.c:172:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 172 | static void Resize (widget) | ^ Clock.c:88:62: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 88 | static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); | ^ Clock.c:379:10: error: incompatible pointer types passing 'ClockWidget' (aka 'struct _ClockRec *') to parameter of type 'Widget' (aka 'struct _WidgetRec *') [-Wincompatible-pointer-types] 379 | Resize (w); | ^ Clock.c:380:14: warning: passing arguments to 'new_time' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 380 | new_time ((XtPointer) gw, 0); | ^ Clock.c:349:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 349 | static void Realize (gw, valueMask, attrs) | ^ Clock.c:88:27: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 88 | static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); | ^ Clock.c:383:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 383 | static void Destroy (gw) | ^ Clock.c:88:38: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 88 | static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); | ^ Clock.c:402:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 402 | static void Redisplay(gw, event, region) | ^ Clock.c:88:49: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 88 | static void Initialize(), Realize(), Destroy(), Redisplay(), Resize(); | ^ Clock.c:459:14: error: incompatible pointer types passing 'ClockWidget' (aka 'struct _ClockRec *') to parameter of type 'Widget' (aka 'struct _WidgetRec *') [-Wincompatible-pointer-types] 459 | Resize (w); | ^ Clock.c:427:13: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 427 | static void new_time (client_data, id) | ^ Clock.c:86:14: warning: a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C23, conflicting with a subsequent definition [-Wdeprecated-non-prototype] 86 | static void new_time(); | ^ 13 warnings and 2 errors generated. *** Error 1 in /usr/obj/ports/bclock-1.0/bclock-1.0 (:87 'Clock.o') *** Error 2 in x11/bclock (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/bclock-1.0/.build_done': @cd /usr/obj/ports/bclock-...) *** Error 2 in x11/bclock (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=bclock-1.0p3; export _LOCKS_HELD=" bclock-1.0p3"; ...) ===> Exiting x11/bclock 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 1779824652.51 max_stuck=0.00/depends=2.94/show-prepare-results=1.38/build=2.69 Error: job failed with 512 on amd64-3 at 1779824652