>>> Building on exopi-3 under games/barrage BDEPENDS = [devel/sdl-mixer;devel/dwz] DIST = [games/barrage:barrage-1.0.7.tar.gz] FULLPKGNAME = barrage-1.0.7 RDEPENDS = [x11/gtk+4,-guic;devel/desktop-file-utils;devel/sdl-mixer] (Junk lock obtained for exopi-3 at 1713356469.55) >>> Running depends in games/barrage at 1713356469.60 last junk was in net/py-trio-websocket,python3 /usr/sbin/pkg_add -aI -Drepair dwz-0.15 sdl-mixer-1.2.12p5 was: /usr/sbin/pkg_add -aI -Drepair dwz-0.15 sdl-mixer-1.2.12p5 /usr/sbin/pkg_add -aI -Drepair dwz-0.15 sdl-mixer-1.2.12p5 >>> Running show-prepare-results in games/barrage at 1713356474.74 ===> games/barrage ===> Building from scratch barrage-1.0.7 ===> barrage-1.0.7 depends on: dwz-* -> dwz-0.15 ===> barrage-1.0.7 depends on: sdl-mixer-* -> sdl-mixer-1.2.12p5 ===> Verifying specs: SDL c m pthread SDL_mixer ===> found SDL.8.0 c.100.0 m.10.1 pthread.27.1 SDL_mixer.5.0 dwz-0.15 sdl-mixer-1.2.12p5 (Junk lock released for exopi-3 at 1713356475.71) distfiles size=510855 >>> Running build in games/barrage at 1713356475.76 ===> games/barrage ===> Checking files for barrage-1.0.7 `/exopi-cvs/ports/distfiles/barrage-1.0.7.tar.gz' is up to date. >> (SHA256) barrage-1.0.7.tar.gz: OK ===> Extracting for barrage-1.0.7 ===> Patching for barrage-1.0.7 ===> Applying OpenBSD patch patch-src_main_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |--- src/main.c.orig Sun Jan 5 11:12:40 2020 |+++ src/main.c Sun Jan 5 11:12:48 2020 -------------------------- Patching file src/main.c using Plan A... Hunk #1 succeeded at 35. 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 barrage-1.0.7 ===> Configuring for barrage-1.0.7 Using /exopi-obj/pobj/barrage-1.0.7/config.site (generated) configure: WARNING: unrecognized options: --disable-gtk-doc configure: loading site script /exopi-obj/pobj/barrage-1.0.7/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 checking target system type... x86_64-unknown-openbsd7.5 checking for a BSD-compatible install... /exopi-obj/pobj/barrage-1.0.7/bin/install -c checking whether build environment is sane... yes /exopi-obj/pobj/barrage-1.0.7/barrage-1.0.7/missing: Unknown `--is-lightweight' option Try `/exopi-obj/pobj/barrage-1.0.7/barrage-1.0.7/missing --help' for more information configure: WARNING: 'missing' script is too old or missing checking for a race-free mkdir -p... mkdir -p checking for gawk... (cached) awk checking whether make sets $(MAKE)... (cached) yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... cc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking whether cc understands -c and -o together... yes checking dependency style of cc... gcc3 checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for gcc... (cached) cc checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... (cached) none needed checking whether cc understands -c and -o together... (cached) yes checking dependency style of cc... (cached) gcc3 checking for ranlib... (cached) ranlib checking for main in -lm... (cached) yes checking for sdl-config... /usr/local/bin/sdl-config checking for SDL - version >= 1.2.0... yes checking for main in -lSDL_mixer... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for inline... inline checking for size_t... (cached) yes checking for working alloca.h... (cached) no checking for alloca... (cached) checking for GNU libc compatible malloc... yes checking for GNU libc compatible realloc... yes checking for working strtod... (cached) yes checking for memset... (cached) yes checking for strchr... (cached) yes checking for strdup... (cached) yes checking for strrchr... (cached) yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/gfx/Makefile config.status: creating src/sounds/Makefile config.status: creating barrage.spec config.status: creating config.h config.status: executing depfiles commands configure: WARNING: unrecognized options: --disable-gtk-doc ===> Building for barrage-1.0.7 /usr/bin/make all-recursive Making all in src Making all in gfx Making all in sounds cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c main.c:304:24: warning: too many arguments in call to 'refresh_screen' refresh_screen(screen); ~~~~~~~~~~~~~~ ^ main.c:304:17: warning: passing arguments to 'refresh_screen' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] refresh_screen(screen); ^ main.c:314:23: warning: too many arguments in call to 'refresh_screen' refresh_screen(screen); ~~~~~~~~~~~~~~ ^ main.c:314:16: warning: passing arguments to 'refresh_screen' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] refresh_screen(screen); ^ main.c:532:25: warning: too many arguments in call to 'refresh_screen' refresh_screen(screen); ~~~~~~~~~~~~~~ ^ main.c:532:18: warning: passing arguments to 'refresh_screen' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] refresh_screen(screen); ^ main.c:541:25: warning: too many arguments in call to 'refresh_screen' refresh_screen(screen); ~~~~~~~~~~~~~~ ^ main.c:541:18: warning: passing arguments to 'refresh_screen' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] refresh_screen(screen); ^ main.c:638:24: warning: too many arguments in call to 'refresh_screen' refresh_screen(screen); ~~~~~~~~~~~~~~ ^ main.c:638:17: warning: passing arguments to 'refresh_screen' without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype] refresh_screen(screen); ^ 10 warnings generated. mv -f .deps/main.Tpo .deps/main.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -MT particle.o -MD -MP -MF .deps/particle.Tpo -c -o particle.o particle.c mv -f .deps/particle.Tpo .deps/particle.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -MT shots.o -MD -MP -MF .deps/shots.Tpo -c -o shots.o shots.c mv -f .deps/shots.Tpo .deps/shots.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -MT units.o -MD -MP -MF .deps/units.Tpo -c -o units.o units.c mv -f .deps/units.Tpo .deps/units.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -MT data.o -MD -MP -MF .deps/data.Tpo -c -o data.o data.c mv -f .deps/data.Tpo .deps/data.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -MT chart.o -MD -MP -MF .deps/chart.Tpo -c -o chart.o chart.c mv -f .deps/chart.Tpo .deps/chart.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -MT bfield.o -MD -MP -MF .deps/bfield.Tpo -c -o bfield.o bfield.c mv -f .deps/bfield.Tpo .deps/bfield.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -MT menu.o -MD -MP -MF .deps/menu.Tpo -c -o menu.o menu.c mv -f .deps/menu.Tpo .deps/menu.Po cc -DHAVE_CONFIG_H -I. -I.. -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -MT SFont.o -MD -MP -MF .deps/SFont.Tpo -c -o SFont.o SFont.c mv -f .deps/SFont.Tpo .deps/SFont.Po cc -O2 -pipe -g -Wall -I/usr/local/include -I/usr/local/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/X11R6/include -DXTHREADS -DAUDIO_ENABLED -DSRC_DIR=\"/usr/local/share/barrage\" -DCONFIGDIRNAME=\"~/.config\" -DHISCOREDIR=\"/var\" -L/usr/local/lib -o barrage main.o particle.o shots.o units.o data.o chart.o bfield.o menu.o SFont.o -lSDL_mixer -lm -lm -L/usr/local/lib -lSDL -pthread -L/usr/X11R6/lib -lSDL_mixer units.c:0(units.o:(units_get_rand_strip)): warning: rand() may return deterministic values, is that what you want? main.c:524(main.o:(main)): warning: sprintf() is often misused, please use snprintf() >>> Running package in games/barrage at 1713356488.21 ===> games/barrage ===> Faking installation for barrage-1.0.7 Making install in src Making install in gfx /bin/sh ../../mkinstalldirs /exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/barrage/gfx mkdir /exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/barrage mkdir /exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/barrage/gfx Making install in sounds /bin/sh ../../mkinstalldirs /exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/barrage/sounds mkdir /exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/barrage/sounds mkdir -p '/exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/bin' /exopi-obj/pobj/barrage-1.0.7/bin/install -c -m 755 barrage '/exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/bin' /bin/sh ../mkinstalldirs /exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/barrage /bin/sh ../mkinstalldirs /exopi-obj/pobj/barrage-1.0.7/fake-amd64/var if ! test -f /exopi-obj/pobj/barrage-1.0.7/fake-amd64/var/barrage.hscr; then /exopi-obj/pobj/barrage-1.0.7/bin/install -c -m 644 -m 666 empty.hscr /exopi-obj/pobj/barrage-1.0.7/fake-amd64/var/barrage.hscr; fi; mkdir -p '/exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/applications' /exopi-obj/pobj/barrage-1.0.7/bin/install -c -m 644 barrage.desktop '/exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/applications' mkdir -p '/exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/icons' /exopi-obj/pobj/barrage-1.0.7/bin/install -c -m 644 barrage48.png '/exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/icons' /exopi-obj/pobj/barrage-1.0.7/bin/install -d -m 755 /exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/doc/barrage /exopi-obj/pobj/barrage-1.0.7/bin/install -c -m 644 /exopi-obj/pobj/barrage-1.0.7/barrage-1.0.7/README /exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/share/doc/barrage Reading existing plist for barrage-1.0.7 Writing /exopi-obj/pobj/barrage-1.0.7/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/barrage-1.0.7/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/barrage-1.0.7/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/barrage-1.0.7/fake-amd64/usr/local/bin/barrage ===> Building package for barrage-1.0.7 Create /exopi-cvs/ports/packages/amd64/all/barrage-1.0.7.tgz Creating package barrage-1.0.7 reading plist| checking dependencies| checking dependencies|devel/desktop-file-utils checking dependencies|devel/sdl-mixer checking dependencies|x11/gtk+4,-guic checksumming| checksumming| | 0% checksumming|* | 2% checksumming|*** | 4% checksumming|**** | 6% checksumming|***** | 8% checksumming|****** | 10% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 17% checksumming|*********** | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|*************** | 25% checksumming|***************** | 27% checksumming|****************** | 29% checksumming|******************* | 31% checksumming|******************** | 33% checksumming|********************** | 35% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 42% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|***************************** | 48% checksumming|******************************* | 50% checksumming|******************************** | 52% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|************************************ | 58% checksumming|************************************* | 60% checksumming|************************************** | 63% checksumming|*************************************** | 65% checksumming|***************************************** | 67% checksumming|****************************************** | 69% checksumming|******************************************* | 71% checksumming|******************************************** | 73% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************** | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 88% checksumming|******************************************************* | 90% checksumming|******************************************************** | 92% checksumming|********************************************************* | 94% checksumming|********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*** | 4% archiving|*** | 5% archiving|**** | 6% archiving|******* | 10% archiving|********** | 16% archiving|**************** | 26% archiving|******************** | 31% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|******************************************************** | 87% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|*********************************************************** | 92% archiving|************************************************************ | 94% archiving|*************************************************************** | 98% archiving|****************************************************************| 99% archiving|****************************************************************|100% Creating package debug-barrage-1.0.7 reading plist| checking dependencies| checking dependencies|devel/desktop-file-utils checking dependencies|devel/sdl-mixer checking dependencies|games/barrage checking dependencies|x11/gtk+4,-guic checksumming| checksumming| | 0% checksumming|*** | 6% checksumming|******* | 11% checksumming|********** | 17% checksumming|************** | 22% checksumming|***************** | 28% checksumming|******************** | 33% checksumming|************************ | 39% checksumming|*************************** | 44% checksumming|******************************* | 50% checksumming|********************************** | 56% checksumming|************************************* | 61% checksumming|***************************************** | 67% checksumming|******************************************** | 72% checksumming|*********************************************** | 78% checksumming|*************************************************** | 83% checksumming|****************************************************** | 89% checksumming|********************************************************** | 94% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/barrage-1.0.7.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-barrage-1.0.7.tgz >>> Running clean in games/barrage at 1713356505.18 ===> games/barrage ===> Cleaning for barrage-1.0.7 >>> Ended at 1713356505.53 max_stuck=9.45/depends=5.11/show-prepare-results=1.04/build=12.39/package=17.04/clean=0.38