>>> Building on exopi-5 under games/fire BDEPENDS = [devel/sdl] DIST = [games/fire:fire-1.0.tar.gz] FULLPKGNAME = fire-1.0p4 RDEPENDS = [devel/sdl] (Junk lock failure for exopi-5 at 1711575464.73767) Received IO (Junk lock obtained for exopi-5 at 1711575466.55) Received IO Woken up games/fire Woken up games/fire Woken up games/fire Woken up games/fire >>> Running depends in games/fire at 1711575468.34 last junk was in security/argon2 /usr/sbin/pkg_add -aI -Drepair sdl-1.2.15p12 was: /usr/sbin/pkg_add -aI -Drepair sdl-1.2.15p12 /usr/sbin/pkg_add -aI -Drepair sdl-1.2.15p12 >>> Running show-prepare-results in games/fire at 1711575470.73 ===> games/fire ===> Building from scratch fire-1.0p4 ===> fire-1.0p4 depends on: sdl-* -> sdl-1.2.15p12 ===> Verifying specs: X11 Xext c m pthread usbhid xcb SDL ===> found X11.18.0 Xext.13.0 c.99.0 m.10.1 pthread.27.1 usbhid.7.1 xcb.4.1 SDL.8.0 sdl-1.2.15p12 (Junk lock released for exopi-5 at 1711575471.93) distfiles size=26855 >>> Running build in games/fire at 1711575471.96 ===> games/fire ===> Checking files for fire-1.0p4 `/exopi-cvs/ports/distfiles/fire-1.0.tar.gz' is up to date. >> (SHA256) fire-1.0.tar.gz: OK ===> Extracting for fire-1.0p4 ===> Patching for fire-1.0p4 ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- configure.orig Thu Nov 28 21:34:03 2002 |+++ configure Thu Nov 28 21:34:04 2002 -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 1112. done ===> Applying OpenBSD patch patch-fire_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- fire.c.orig Tue Dec 21 00:19:06 1999 |+++ fire.c Thu Aug 24 06:10:54 2006 -------------------------- Patching file fire.c using Plan A... Hunk #1 succeeded at 105. 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 fire-1.0p4 ===> Configuring for fire-1.0p4 Using /exopi-obj/pobj/fire-1.0/config.site (generated) loading site script /exopi-obj/pobj/fire-1.0/config.site creating cache ./config.cache checking for a BSD compatible install... /exopi-obj/pobj/fire-1.0/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... (cached) yes checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking for gcc... cc checking whether the C compiler (cc -O2 -pipe ) works... yes checking whether the C compiler (cc -O2 -pipe ) is a cross-compiler... no checking whether we are using GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for sdl-config... /usr/local/bin/sdl-config checking for SDL - version >= 1.0.1... yes updating cache ./config.cache creating ./config.status creating Makefile ===> Building for fire-1.0p4 cc -DPACKAGE=\"fire\" -DVERSION=\"1.0\" -I. -I/exopi-obj/pobj/fire-1.0/fire-1.0 -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -c /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:117:15: warning: parameter 'rad' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] void disk(x,y,rad) ^ /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:117:13: warning: parameter 'y' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] void disk(x,y,rad) ^ /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:117:11: warning: parameter 'x' was not declared, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] void disk(x,y,rad) ^ /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:117:6: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] void disk(x,y,rad) ^ /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:169:13: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] while(ablob=*lastblob) ~~~~~^~~~~~~~~~ /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:169:13: note: place parentheses around the assignment to silence this warning while(ablob=*lastblob) ^ ( ) /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:169:13: note: use '==' to turn this assignment into an equality comparison while(ablob=*lastblob) ^ == /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:246:43: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] map[i]=j<256 ? (j>=RATE ? j-RATE : 0) : 255; ~ ^~~ /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:252:49: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] for(i=0;i<8192;i++) map[i]=i>>3<255 ? (i>>3) : 255; ~ ^~~ /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:320:8: warning: operator '<<' has lower precedence than '-'; '-' will be evaluated first [-Wshift-op-parentheses] j=31-(i&31)<<1; ~~^~~~~~~~~ /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:320:8: note: place parentheses around the '-' expression to silence this warning j=31-(i&31)<<1; ^ ( ) /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:339:1: warning: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(int argc, char *argv[]) ^ int /exopi-obj/pobj/fire-1.0/fire-1.0/fire.c:506:22: warning: format specifies type 'int' but the argument has type 'long' [-Wformat] printf("fps = %d\n",1000*frames/starttime); ~~ ^~~~~~~~~~~~~~~~~~~~~ %ld 10 warnings generated. cc -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -o fire fire.o -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib fire.c(fire.o:(addblob)): warning: rand() may return deterministic values, is that what you want? >>> Running package in games/fire at 1711575476.78 ===> games/fire ===> Faking installation for fire-1.0p4 /bin/sh /exopi-obj/pobj/fire-1.0/fire-1.0/mkinstalldirs /exopi-obj/pobj/fire-1.0/fake-amd64/usr/local/bin /exopi-obj/pobj/fire-1.0/bin/install -c -s -m 755 fire /exopi-obj/pobj/fire-1.0/fake-amd64/usr/local/bin/fire /exopi-obj/pobj/fire-1.0/bin/install -d -m 755 /exopi-obj/pobj/fire-1.0/fake-amd64/usr/local/share/doc/fire /exopi-obj/pobj/fire-1.0/bin/install -c -m 644 /exopi-obj/pobj/fire-1.0/fire-1.0/README /exopi-obj/pobj/fire-1.0/fake-amd64/usr/local/share/doc/fire ===> Building package for fire-1.0p4 Create /exopi-cvs/ports/packages/amd64/all/fire-1.0p4.tgz Creating package fire-1.0p4 reading plist| checking dependencies| checking dependencies|devel/sdl checksumming| checksumming| | 0% checksumming|*** | 5% checksumming|****** | 11% checksumming|********** | 16% checksumming|************* | 21% checksumming|**************** | 26% checksumming|******************* | 32% checksumming|********************** | 37% checksumming|************************** | 42% checksumming|***************************** | 47% checksumming|******************************** | 53% checksumming|*********************************** | 58% checksumming|*************************************** | 63% checksumming|****************************************** | 68% checksumming|********************************************* | 74% checksumming|************************************************ | 79% checksumming|*************************************************** | 84% checksumming|******************************************************* | 89% checksumming|********************************************************** | 95% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/fire-1.0p4.tgz >>> Running clean in games/fire at 1711575479.60 ===> games/fire ===> Cleaning for fire-1.0p4 >>> Ended at 1711575480.13 max_stuck=0.61/waiting-for-lock #75=3.61/depends=2.39/show-prepare-results=1.24/build=4.82/package=2.81/clean=0.56