>>> Building on amd64-1 under games/spatial DIST = [games/spatial:threedee.tar.Z] FULLPKGNAME = spatial-1.0.1p2 distfiles size=63063 >>> Running build in games/spatial at 1779821462.30 ===> games/spatial ===> Building from scratch spatial-1.0.1p2 ===> Verifying specs: X11 c m xcb ===> found X11.19.0 c.103.0 m.10.1 xcb.4.1 ===> Checking files for spatial-1.0.1p2 `/usr/ports/distfiles/threedee.tar.Z' is up to date. >> (SHA256) all files: OK ===> Extracting for spatial-1.0.1p2 ===> Patching for spatial-1.0.1p2 ===> Applying OpenBSD patch patch-spatial_deco_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/deco.c.orig Mon Aug 23 20:31:10 1993 |+++ spatial/deco.c Thu Sep 8 14:12:49 2005 -------------------------- Patching file spatial/deco.c using Plan A... Hunk #1 succeeded at 3. done ===> Applying OpenBSD patch patch-spatial_disp_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/disp.c.orig Thu Aug 26 01:09:16 1993 |+++ spatial/disp.c Thu Sep 8 11:57:48 2005 -------------------------- Patching file spatial/disp.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 44. Hunk #3 succeeded at 442. done ===> Applying OpenBSD patch patch-spatial_game_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/game.c.orig Mon Aug 23 21:28:21 1993 |+++ spatial/game.c Wed Dec 5 15:03:28 2007 -------------------------- Patching file spatial/game.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 31. Hunk #3 succeeded at 380. done ===> Applying OpenBSD patch patch-spatial_intro_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/intro.c.orig Fri Aug 27 21:02:51 1993 |+++ spatial/intro.c Wed Dec 5 15:03:28 2007 -------------------------- Patching file spatial/intro.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 23. Hunk #3 succeeded at 121. done ===> Applying OpenBSD patch patch-spatial_rots_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/rots.c.orig Mon Aug 23 20:45:55 1993 |+++ spatial/rots.c Wed Dec 5 15:03:28 2007 -------------------------- Patching file spatial/rots.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 25. Hunk #3 succeeded at 127. done ===> Applying OpenBSD patch patch-spatial_score_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/score.c.orig Fri Aug 27 21:49:34 1993 |+++ spatial/score.c Thu Sep 8 23:45:54 2005 -------------------------- Patching file spatial/score.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 16. Hunk #3 succeeded at 55. Hunk #4 succeeded at 102. Hunk #5 succeeded at 121. Hunk #6 succeeded at 144. Hunk #7 succeeded at 163. Hunk #8 succeeded at 183. done ===> Applying OpenBSD patch patch-spatial_spatial_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/spatial.c.orig Thu Aug 26 00:26:15 1993 |+++ spatial/spatial.c Wed Dec 5 15:03:28 2007 -------------------------- Patching file spatial/spatial.c using Plan A... Hunk #1 succeeded at 3. Hunk #2 succeeded at 13. done ===> Applying OpenBSD patch patch-spatial_spatial_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- spatial/spatial.h.orig Mon Aug 23 20:48:54 1993 |+++ spatial/spatial.h Thu Sep 8 23:42:22 2005 -------------------------- Patching file spatial/spatial.h using Plan A... Hunk #1 succeeded at 87. 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 spatial-1.0.1p2 ===> Configuring for spatial-1.0.1p2 ===> Building for spatial-1.0.1p2 cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c spatial.c spatial.c:21:1: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 21 | main(argc, argv) | ^ 1 warning generated. cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c disp.c disp.c:219:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 219 | void setup_one_fieldpm(fips) | ^ disp.c:260:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 260 | void draw_score(drw) | ^ disp.c:352:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 352 | void back_to_disp(all) | ^ disp.c:387:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 387 | void loadpieces(flname) | ^ 4 warnings generated. cc -O2 -pipe -DSCOREFILENAME=\"/usr/local/share/spatial/spatial.sco\" -DPIECEFILENAME=\"/usr/local/share/spatial/spatial.shp\" -I/usr/X11R6/include -c game.c game.c:114:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] 114 | if (eventp = XCheckWindowEvent(dpy, win, evmasks, &event)) | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ game.c:114:13: note: place parentheses around the assignment to silence this warning 114 | if (eventp = XCheckWindowEvent(dpy, win, evmasks, &event)) | ^ | ( ) game.c:114:13: note: use '==' to turn this assignment into an equality comparison 114 | if (eventp = XCheckWindowEvent(dpy, win, evmasks, &event)) | ^ | == game.c:124:17: error: incompatible pointer types passing 'XEvent *' (aka 'union _XEvent *') to parameter of type 'XKeyEvent *' [-Wincompatible-pointer-types] 124 | XLookupString(&event, &key, 1, &ksym, NULL); | ^~~~~~ /usr/X11R6/include/X11/Xutil.h:535:35: note: passing argument to parameter here 535 | XKeyEvent* /* event_struct */, | ^ 1 warning and 1 error generated. *** Error 1 in /usr/obj/ports/spatial-1.0.1/threedee/spatial (:87 'game.o') *** Error 2 in games/spatial (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/spatial-1.0.1/.build_done': @cd /usr/obj/ports/s...) *** Error 2 in games/spatial (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=spatial-1.0.1p2; export _LOCKS_HELD=" spatial-1....) ===> Exiting games/spatial 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 1779821463.68 max_stuck=0.00/build=1.41 Error: job failed with 512 on amd64-1 at 1779821463