>>> Building on amd64-1 under games/foobillard BDEPENDS = [graphics/png;devel/sdl;devel/gmake] DIST = [games/foobillard:foobillard-3.0a.tar.gz] FULLPKGNAME = foobillard-3.0ap2 RDEPENDS = [graphics/png;devel/sdl] (Junk lock obtained for amd64-1 at 1779489216.74) >>> Running depends in games/foobillard at 1779489216.78 last junk was in net/nagios/nsca-ng,-client /usr/sbin/pkg_add -aI -Drepair png-1.6.58 sdl-1.2.15p12 was: /usr/sbin/pkg_add -aI -Drepair gmake-4.4.1p0 png-1.6.58 sdl-1.2.15p12 /usr/sbin/pkg_add -aI -Drepair png-1.6.58 sdl-1.2.15p12 >>> Running show-prepare-results in games/foobillard at 1779489219.11 ===> games/foobillard ===> Building from scratch foobillard-3.0ap2 ===> foobillard-3.0ap2 depends on: gmake-* -> gmake-4.4.1p0 ===> foobillard-3.0ap2 depends on: png-* -> png-1.6.58 ===> foobillard-3.0ap2 depends on: sdl-* -> sdl-1.2.15p12 ===> Verifying specs: GL GLU ICE SDL SM Xaw Xi c freetype m png pthread z ===> found GL.19.2 GLU.9.0 ICE.12.0 SDL.8.0 SM.9.0 Xaw.16.0 Xi.12.2 c.103.0 freetype.31.1 m.10.1 png.18.2 pthread.28.1 z.7.2 gmake-4.4.1p0 png-1.6.58 sdl-1.2.15p12 (Junk lock released for amd64-1 at 1779489220.07) distfiles size=1138477 >>> Running build in games/foobillard at 1779489220.13 ===> games/foobillard ===> Checking files for foobillard-3.0ap2 `/usr/ports/distfiles/foobillard-3.0a.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for foobillard-3.0ap2 ===> Patching for foobillard-3.0ap2 ===> Applying OpenBSD patch patch-src_ball_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/ball.c.orig Mon Nov 23 11:49:01 2015 |+++ src/ball.c Mon Nov 23 11:49:30 2015 -------------------------- Patching file src/ball.c using Plan A... Hunk #1 succeeded at 32. 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 foobillard-3.0ap2 ===> Configuring for foobillard-3.0ap2 Using /usr/obj/ports/foobillard-3.0a/config.site (generated) configure: loading site script /usr/obj/ports/foobillard-3.0a/config.site checking for a BSD-compatible install... /usr/obj/ports/foobillard-3.0a/bin/install -c checking whether build environment is sane... yes checking for gawk... (cached) awk checking whether gmake sets $(MAKE)... yes checking for gcc... cc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... (cached) o checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... none needed checking for style of include used by gmake... GNU checking dependency style of cc... gcc3 checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... gcc3 checking for a BSD-compatible install... /usr/obj/ports/foobillard-3.0a/bin/install -c checking how to run the C preprocessor... cc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking for strings.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for unistd.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for math.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdio.h... (cached) yes checking ft2build.h usability... no checking ft2build.h presence... no checking for ft2build.h... no checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include checking for gethostbyname... (cached) yes checking for connect... (cached) yes checking for remove... (cached) yes checking for shmat... (cached) yes checking for IceConnectionNumber in -lICE... (cached) yes checking for socket... (cached) yes checking for poll... (cached) yes checking "for SDL support"... "yes" checking "for glut support"... "no" configure: creating ./config.status config.status: creating Makefile config.status: creating foobillard.spec config.status: creating foobillard-SDL.spec config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating src/config.h config.status: executing depfiles commands ===> Building for foobillard-3.0ap2 Making all in src gmake[1]: Entering directory '/usr/obj/ports/foobillard-3.0a/foobillard-3.0a/src' gmake all-am gmake[2]: Entering directory '/usr/obj/ports/foobillard-3.0a/foobillard-3.0a/src' if cc -DHAVE_CONFIG_H -I. -I. -I. -DNDEBUG -DDATA_DIRECTORY='"/usr/local/share/foobillard/"' -Wall `freetype-config --cflags` `sdl-config --cflags` -DUSE_SDL -DNO_NV_BUMPREF -DNO_NV_FRESNEL -DUSE_SOUND -O2 -pipe -DNO_NV_BUMPREF -MT billard3d.o -MD -MP -MF ".deps/billard3d.Tpo" \ -c -o billard3d.o `test -f 'billard3d.c' || echo './'`billard3d.c; \ then mv ".deps/billard3d.Tpo" ".deps/billard3d.Po"; \ else rm -f ".deps/billard3d.Tpo"; exit 1; \ fi billard3d.c:651:55: warning: for loop has empty body [-Wempty-body] 651 | if( i!=(*confc)-1 ){ for(;(*str)!=0;str++); str++; } | ^ billard3d.c:651:55: note: put the semicolon on a separate line to silence this warning billard3d.c:1592:16: warning: variable 'first_time' set but not used [-Wunused-but-set-variable] 1592 | static int first_time=1; | ^ billard3d.c:1599:16: warning: variable 'dt_rest' set but not used [-Wunused-but-set-variable] 1599 | static int dt_rest=0; | ^ billard3d.c:2111:43: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 2111 | Xoffs += (double)(y-start_y)*fabs(y-start_y)*0.01*acc; | ^ billard3d.c:2111:43: note: use function 'abs' instead 2111 | Xoffs += (double)(y-start_y)*fabs(y-start_y)*0.01*acc; | ^~~~ | abs billard3d.c:2149:43: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 2149 | Xoffs += (double)(y-start_y)*fabs(y-start_y)*0.01*acc; | ^ billard3d.c:2149:43: note: use function 'abs' instead 2149 | Xoffs += (double)(y-start_y)*fabs(y-start_y)*0.01*acc; | ^~~~ | abs billard3d.c:2150:43: warning: using floating point absolute value function 'fabs' when argument is of integer type [-Wabsolute-value] 2150 | Zoffs += (double)(x-start_x)*fabs(x-start_x)*0.01*acc; | ^ billard3d.c:2150:43: note: use function 'abs' instead 2150 | Zoffs += (double)(x-start_x)*fabs(x-start_x)*0.01*acc; | ^~~~ | abs billard3d.c:2806:18: warning: variable 'fps' set but not used [-Wunused-but-set-variable] 2806 | static double fps; | ^ billard3d.c:4411:56: warning: for loop has empty body [-Wempty-body] 4411 | for(mode_num=0;modes[mode_num].w!=0;mode_num++); | ^ billard3d.c:4411:56: note: put the semicolon on a separate line to silence this warning billard3d.c:5103:17: error: incompatible pointer types initializing 'char *' with an expression of type 'short *' [-Wincompatible-pointer-types] 5103 | char *snd=ball_ball_snd.data; | ^ ~~~~~~~~~~~~~~~~~~ 8 warnings and 1 error generated. gmake[2]: *** [Makefile:322: billard3d.o] Error 1 gmake[2]: Leaving directory '/usr/obj/ports/foobillard-3.0a/foobillard-3.0a/src' gmake[1]: Leaving directory '/usr/obj/ports/foobillard-3.0a/foobillard-3.0a/src' gmake[1]: *** [Makefile:238: all] Error 2 gmake: *** [Makefile:179: all-recursive] Error 1 *** Error 2 in games/foobillard (/usr/ports/infrastructure/mk/bsd.port.mk:3079 '/usr/obj/ports/foobillard-3.0a/.build_done': @cd /usr/obj/po...) *** Error 2 in games/foobillard (/usr/ports/infrastructure/mk/bsd.port.mk:2722 'build': @lock=foobillard-3.0ap2; export _LOCKS_HELD=" foobi...) ===> Exiting games/foobillard 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 1779489225.77 max_stuck=0.00/depends=2.32/show-prepare-results=1.01/build=5.68 Error: job failed with 512 on amd64-1 at 1779489225