>>> Building on amd64-3 under x11/bclock BDEPENDS = [devel/imake;devel/imake-cf] DIST = [x11/bclock:bclock-1.0.tar.gz] FULLPKGNAME = bclock-1.0p3 Woken up net/pounce (Junk lock failure for amd64-3 at 1779486521.13254) Received IO (Junk lock obtained for amd64-3 at 1779486548.70) Short-cut: depends already handled by net/pounce >>> Running show-prepare-results in x11/bclock at 1779486550.29 ===> 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 Still tainted: no >>> Running junk in x11/bclock at 1779486551.68 /usr/sbin/pkg_delete -aIXq boehm-gc-8.2.12 dwz-0.16p1 gmp-6.3.0p0 imake-1.0.10 imake-cf-1.0.8 lua-5.1.5p8 lua-5.3.6p0 p5-Class-Mix-0.006p0 p5-DBD-SQLite-1.78v0 p5-Devel-CheckLib-1.16 p5-Module-Build-0.4234 pcre-8.45 pcre2-10.47 sqlite3-3.53.1p0 unzip-6.0p18 --- -libdockapp-0.7.3p0 ------------------- You may wish to remove /usr/local/share/fonts/libdockapps from your font path --- -tcl-8.5.19p6 ------------------- You may wish to remove /usr/local/lib/tcl/tcl8.5/man from man.conf --- -tcl-8.6.18 ------------------- You may wish to remove /usr/local/lib/tcl/tcl8.6/man from man.conf (Junk lock released for amd64-3 at 1779486558.27) Woken up devel/luafs,lua53 distfiles size=11981 >>> Running build in x11/bclock at 1779486558.36 ===> 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 1779486559.49 max_stuck=14.71/waiting-for-lock #177=29.10/show-prepare-results=1.07/junk=6.64/build=1.22 Error: job failed with 512 on amd64-3 at 1779486559