>>> Building on localhost under games/wanderer DIST = [games/wanderer:wanderer-3.2.tar.gz] FULLPKGNAME = wanderer-3.2p5 distfiles size=99191 >>> Running build in games/wanderer at 1779821472.38 ===> games/wanderer ===> Building from scratch wanderer-3.2p5 ===> Verifying specs: c curses ===> found c.103.0 curses.16.0 ===> Checking files for wanderer-3.2p5 `/usr/ports/distfiles/wanderer-3.2.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for wanderer-3.2p5 ===> Patching for wanderer-3.2p5 ===> Applying OpenBSD patch patch-display_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: display.c |--- display.c.orig |+++ display.c -------------------------- Patching file display.c using Plan A... Hunk #1 succeeded at 203. done ===> Applying OpenBSD patch patch-edit_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: edit.c |--- edit.c.orig |+++ edit.c -------------------------- Patching file edit.c using Plan A... Hunk #1 succeeded at 61. Hunk #2 succeeded at 257. Hunk #3 succeeded at 457. done ===> Applying OpenBSD patch patch-game_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: game.c |--- game.c.orig |+++ game.c -------------------------- Patching file game.c using Plan A... Hunk #1 succeeded at 400. Hunk #2 succeeded at 431. Hunk #3 succeeded at 514. Hunk #4 succeeded at 562. Hunk #5 succeeded at 636. done ===> Applying OpenBSD patch patch-m_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: m.c |--- m.c.orig |+++ m.c -------------------------- Patching file m.c using Plan A... Hunk #1 succeeded at 21. Hunk #2 succeeded at 148. Hunk #3 succeeded at 183. Hunk #4 succeeded at 202. Hunk #5 succeeded at 216. done ===> Applying OpenBSD patch patch-monsters_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: monsters.c |--- monsters.c.orig |+++ monsters.c -------------------------- Patching file monsters.c using Plan A... Hunk #1 succeeded at 51. done ===> Applying OpenBSD patch patch-read_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: read.c |--- read.c.orig |+++ read.c -------------------------- Patching file read.c using Plan A... Hunk #1 succeeded at 70. done ===> Applying OpenBSD patch patch-scores_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: scores.c |--- scores.c.orig |+++ scores.c -------------------------- Patching file scores.c using Plan A... Hunk #1 succeeded at 28. done ===> Applying OpenBSD patch patch-wand_head_h Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: wand_head.h |--- wand_head.h.orig |+++ wand_head.h -------------------------- Patching file wand_head.h using Plan A... Hunk #1 succeeded at 21. Hunk #2 succeeded at 60. done ===> Applying OpenBSD patch patch-wanderer_6 Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- wanderer.6.orig Wed Dec 19 03:20:35 2001 |+++ wanderer.6 Tue Feb 17 19:00:26 2015 -------------------------- Patching file wanderer.6 using Plan A... Hunk #1 succeeded at 65. Hunk #2 succeeded at 84. 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 wanderer-3.2p5 ===> Configuring for wanderer-3.2p5 ===> Building for wanderer-3.2p5 cc -O2 -pipe -c monsters.c monsters.c:51:17: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 51 | struct mon_rec *make_monster(x,y) | ^ In file included from monsters.c:23: ./wand_head.h:206:25: 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] 206 | extern struct mon_rec *make_monster(); | ^ monsters.c:78:11: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 78 | direction new_direction(x,y,bx,by) | ^ monsters.c:30:11: 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] 30 | direction new_direction(); | ^ monsters.c:133:20: warning: passing arguments to 'draw_symbol' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 133 | draw_symbol(50,11,' '); | ^ monsters.c:150:28: warning: passing arguments to 'draw_symbol' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 150 | draw_symbol((*mxp-sx+5)*3,(*myp-sy+3)*2,' '); | ^ monsters.c:179:28: warning: passing arguments to 'draw_symbol' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 179 | draw_symbol((*mxp-sx+5)*3,(*myp-sy+3)*2,'M'); | ^ monsters.c:210:32: warning: passing arguments to 'draw_symbol' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 210 | draw_symbol((monster->x-sx+5)*3,(monster->y-sy+3)*2,monster->under); | ^ monsters.c:218:31: warning: passing arguments to 'check' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 218 | deadyet+=check(&*mxp,&*myp,monster->x,monster->y,new_disp.d[0],new_disp.d[1],sx,sy,howdead); | ^ monsters.c:231:28: warning: passing arguments to 'draw_symbol' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 231 | draw_symbol((monster->x-sx+5)*3,(monster->y-sy+3)*2,'S'); | ^ monsters.c:271:32: warning: passing arguments to 'draw_symbol' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 271 | draw_symbol((monster->x-sx+5)*3,(monster->y-sy+3)*2,'*'); | ^ monsters.c:114:5: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 114 | int move_monsters(mxp, myp, score, howdead, sx, sy, nf, bell, x, y, diamonds) | ^ 12 warnings generated. cc -O2 -pipe -c m.c m.c:123:26: error: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] 123 | select(1,&inp,&nul,&nul,&tv); | ^~~~ /usr/include/sys/select.h:128:36: note: passing argument to parameter here 128 | int select(int, fd_set * __restrict, fd_set * __restrict, | ^ m.c:123:31: error: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] 123 | select(1,&inp,&nul,&nul,&tv); | ^~~~ /usr/include/sys/select.h:128:57: note: passing argument to parameter here 128 | int select(int, fd_set * __restrict, fd_set * __restrict, | ^ m.c:123:36: error: incompatible pointer types passing 'int *' to parameter of type 'fd_set *' (aka 'struct fd_set *') [-Wincompatible-pointer-types] 123 | select(1,&inp,&nul,&nul,&tv); | ^~~~ /usr/include/sys/select.h:129:25: note: passing argument to parameter here 129 | fd_set * __restrict, struct timeval * __restrict); | ^ m.c:79:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 79 | void show_credits(opt) | ^ m.c:243:26: warning: passing arguments to 'savescore' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 243 | savescore("-",-1,-1,"-"); /* savescore bug ! */ | ^ m.c:260:24: warning: passing arguments to 'rscreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 260 | rscreen(0,&maxmoves); | ^ m.c:262:20: warning: passing arguments to 'map' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 262 | map(frow); | ^ m.c:299:24: warning: passing arguments to 'rscreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 299 | if (rscreen(num,&maxmoves)) | ^ m.c:304:30: warning: passing arguments to 'playscreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 304 | dead = playscreen(&num,&score,&bell,maxmoves,keys); | ^ m.c:319:15: warning: passing arguments to 'rscreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 319 | if(rscreen(num,&maxmoves)) | ^ m.c:325:15: warning: passing arguments to 'editscreen' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 325 | editscreen(num,&score,&bell,maxmoves,keys); | ^ m.c:339:58: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] 338 | printf("%s killed by %s with a score of %d on level %d.\n", | ~~ | %ld 339 | name,howdead,score,num); | ^~~~~ m.c:341:22: warning: passing arguments to 'savescore' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 341 | if((savescore(howdead,score,num,name) == 0)&&(score != 0)) | ^ 10 warnings and 3 errors generated. *** Error 1 in /usr/obj/ports/wanderer-3.2/wanderer-3.2 (:87 'm.o') *** Error 2 in games/wanderer (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/wanderer-3.2/.build_done': @cd /usr/obj/ports/w...) *** Error 2 in games/wanderer (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=wanderer-3.2p5; export _LOCKS_HELD=" wanderer-3...) ===> Exiting games/wanderer 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 1779821482.23 max_stuck=0.00/build=9.87 Error: job failed with 512 on localhost at 1779821482