>>> Building on exopi-3 under games/tutris BDEPENDS = [devel/sdl-image] DIST = [games/tutris:Tutris-1.0.1.tar.gz] FULLPKGNAME = tutris-1.0.1p4 RDEPENDS = [devel/sdl-image] (Junk lock obtained for exopi-3 at 1713779859.76) >>> Running depends in games/tutris at 1713779859.79 last junk was in audio/snack,-main /usr/sbin/pkg_add -aI -Drepair sdl-image-1.2.12p5 was: /usr/sbin/pkg_add -aI -Drepair sdl-image-1.2.12p5 /usr/sbin/pkg_add -aI -Drepair sdl-image-1.2.12p5 >>> Running show-prepare-results in games/tutris at 1713779861.54 ===> games/tutris ===> Building from scratch tutris-1.0.1p4 ===> tutris-1.0.1p4 depends on: sdl-image-* -> sdl-image-1.2.12p5 ===> Verifying specs: SDL X11 Xext c m pthread c++ c++abi pthread usbhid xcb SDL_image ===> found SDL.8.0 X11.18.0 Xext.13.0 c.100.0 m.10.1 pthread.27.1 c++.10.0 c++abi.7.0 usbhid.7.1 xcb.4.1 SDL_image.3.1 sdl-image-1.2.12p5 (Junk lock released for exopi-3 at 1713779862.74) distfiles size=626445 >>> Running build in games/tutris at 1713779862.80 ===> games/tutris ===> Checking files for tutris-1.0.1p4 `/exopi-cvs/ports/distfiles/Tutris-1.0.1.tar.gz' is up to date. >> (SHA256) Tutris-1.0.1.tar.gz: OK ===> Extracting for tutris-1.0.1p4 ===> Patching for tutris-1.0.1p4 ===> Applying OpenBSD patch patch-src_Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/Makefile.in.orig Tue Mar 4 09:23:18 2003 |+++ src/Makefile.in Mon Mar 24 00:40:18 2003 -------------------------- Patching file src/Makefile.in using Plan A... Hunk #1 succeeded at 86 with fuzz 2 (offset 14 lines). 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 tutris-1.0.1p4 ===> Configuring for tutris-1.0.1p4 Using /exopi-obj/pobj/tutris-1.0.1/config.site (generated) configure: loading site script /exopi-obj/pobj/tutris-1.0.1/config.site checking for a BSD-compatible install... /exopi-obj/pobj/tutris-1.0.1/bin/install -c checking whether build environment is sane... yes /exopi-obj/pobj/tutris-1.0.1/Tutris-1.0.1/missing: Unknown `--run' option Try `/exopi-obj/pobj/tutris-1.0.1/Tutris-1.0.1/missing --help' for more information configure: WARNING: `missing' script is too old or missing checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking for a BSD-compatible install... /exopi-obj/pobj/tutris-1.0.1/bin/install -c checking for ranlib... (cached) ranlib 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 make... 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 how to run the C preprocessor... cc -E checking for egrep... (cached) grep -E checking for ANSI C header files... (cached) yes checking target system type... x86_64-unknown-openbsd7.5 checking for sdl-config... /usr/local/bin/sdl-config checking for SDL - version >= 1.2.0... yes checking for IMG_Load in -lSDL_image... yes configure: creating ./config.status config.status: creating Makefile config.status: creating data/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for tutris-1.0.1p4 /usr/bin/make all-recursive Making all in data Making all in src source='Main.cpp' object='Main.o' libtool=no depfile='.deps/Main.Po' tmpdepfile='.deps/Main.TPo' depmode=gcc3 /bin/sh ../depcomp c++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/local/share/tutris/\" -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -Wall -O2 -pipe -c -o Main.o `test -f 'Main.cpp' || echo './'`Main.cpp source='cTutris.cpp' object='cTutris.o' libtool=no depfile='.deps/cTutris.Po' tmpdepfile='.deps/cTutris.TPo' depmode=gcc3 /bin/sh ../depcomp c++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/local/share/tutris/\" -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -Wall -O2 -pipe -c -o cTutris.o `test -f 'cTutris.cpp' || echo './'`cTutris.cpp cTutris.cpp:450:50: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] int randomShape = int (1.0f + 7.0f * rand () / (RAND_MAX + 1.0f)); ^~~~~~~~ ~ /usr/include/stdlib.h:83:18: note: expanded from macro 'RAND_MAX' #define RAND_MAX 0x7fffffff ^~~~~~~~~~ 1 warning generated. source='SoFont.cpp' object='SoFont.o' libtool=no depfile='.deps/SoFont.Po' tmpdepfile='.deps/SoFont.TPo' depmode=gcc3 /bin/sh ../depcomp c++ -DHAVE_CONFIG_H -I. -I. -I.. -DDATA_DIR=\"/usr/local/share/tutris/\" -O2 -pipe -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -Wall -O2 -pipe -c -o SoFont.o `test -f 'SoFont.cpp' || echo './'`SoFont.cpp c++ -O2 -pipe -o tutris Main.o cTutris.o SoFont.o -lSDL_image -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib cTutris.cpp(cTutris.o:(cTutris::RandomShape(unsigned char*))): warning: rand() may return deterministic values, is that what you want? >>> Running package in games/tutris at 1713779875.08 ===> games/tutris ===> Faking installation for tutris-1.0.1p4 /exopi-obj/pobj/tutris-1.0.1/bin/install -d -m 755 /exopi-obj/pobj/tutris-1.0.1/fake-amd64/usr/local/share/{doc/tutris,tutris} /exopi-obj/pobj/tutris-1.0.1/bin/install -c -s -m 755 /exopi-obj/pobj/tutris-1.0.1/Tutris-1.0.1/src/tutris /exopi-obj/pobj/tutris-1.0.1/fake-amd64/usr/local/bin /exopi-obj/pobj/tutris-1.0.1/bin/install -c -m 644 /exopi-obj/pobj/tutris-1.0.1/Tutris-1.0.1/README /exopi-obj/pobj/tutris-1.0.1/fake-amd64/usr/local/share/doc/tutris /exopi-obj/pobj/tutris-1.0.1/bin/install -c -m 644 /exopi-obj/pobj/tutris-1.0.1/Tutris-1.0.1/data/*.png /exopi-obj/pobj/tutris-1.0.1/fake-amd64/usr/local/share/tutris ===> Building package for tutris-1.0.1p4 Create /exopi-cvs/ports/packages/amd64/all/tutris-1.0.1p4.tgz Creating package tutris-1.0.1p4 reading plist| checking dependencies| checking dependencies|devel/sdl-image checksumming| checksumming| | 0% checksumming|** | 4% checksumming|***** | 8% checksumming|******* | 12% checksumming|********* | 15% checksumming|************ | 19% checksumming|************** | 23% checksumming|**************** | 27% checksumming|******************* | 31% checksumming|********************* | 35% checksumming|*********************** | 38% checksumming|************************** | 42% checksumming|**************************** | 46% checksumming|******************************* | 50% checksumming|********************************* | 54% checksumming|*********************************** | 58% checksumming|************************************** | 62% checksumming|**************************************** | 65% checksumming|****************************************** | 69% checksumming|********************************************* | 73% checksumming|*********************************************** | 77% checksumming|************************************************* | 81% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************** | 92% checksumming|*********************************************************** | 96% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|**** | 7% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/tutris-1.0.1p4.tgz >>> Running clean in games/tutris at 1713779880.15 ===> games/tutris ===> Cleaning for tutris-1.0.1p4 >>> Ended at 1713779880.39 max_stuck=0.75/depends=1.75/show-prepare-results=1.24/build=12.31/package=5.06/clean=0.27