>>> Building on octeon under games/hyperrogue BDEPENDS = [devel/sdl-ttf;devel/sdl-gfx;devel/gmake;graphics/glew;graphics/png;devel/sdl-mixer] DIST = [games/hyperrogue:hyperrogue-13.0i.tar.gz] FULLPKGNAME = hyperrogue-13.0i RDEPENDS = [graphics/png;devel/sdl-mixer;devel/sdl-gfx;devel/sdl-ttf;graphics/glew] (Junk lock obtained for octeon at 1720385047.50) >>> Running depends in games/hyperrogue at 1720385047.55 last junk was in security/ccid /usr/sbin/pkg_add -aI -Drepair glew-2.2.0p0 png-1.6.43 sdl-gfx-2.0.25p1 was: /usr/sbin/pkg_add -aI -Drepair glew-2.2.0p0 gmake-4.4.1 png-1.6.43 sdl-gfx-2.0.25p1 sdl-mixer-1.2.12p5 sdl-ttf-2.0.11p3 /usr/sbin/pkg_add -aI -Drepair glew-2.2.0p0 png-1.6.43 sdl-gfx-2.0.25p1 >>> Running show-prepare-results in games/hyperrogue at 1720385060.12 ===> games/hyperrogue ===> Building from scratch hyperrogue-13.0i ===> hyperrogue-13.0i depends on: gmake-* -> gmake-4.4.1 ===> hyperrogue-13.0i depends on: sdl-gfx-* -> sdl-gfx-2.0.25p1 ===> hyperrogue-13.0i depends on: sdl-mixer-* -> sdl-mixer-1.2.12p5 ===> hyperrogue-13.0i depends on: sdl-ttf-* -> sdl-ttf-2.0.11p3 ===> hyperrogue-13.0i depends on: glew-* -> glew-2.2.0p0 ===> hyperrogue-13.0i depends on: png-* -> png-1.6.43 ===> Verifying specs: c++ c++abi pthread GL GLEW SDL SDL_gfx SDL_mixer SDL_ttf c m png z ===> found c++.10.0 c++abi.7.0 pthread.27.1 GL.19.1 GLEW.9.0 SDL.8.0 SDL_gfx.15.0 SDL_mixer.5.0 SDL_ttf.8.1 c.100.1 m.10.1 png.18.0 z.7.0 glew-2.2.0p0 gmake-4.4.1 png-1.6.43 sdl-gfx-2.0.25p1 sdl-mixer-1.2.12p5 sdl-ttf-2.0.11p3 (Junk lock released for octeon at 1720385068.98) distfiles size=87772760 >>> Running patch in games/hyperrogue at 1720385069.13 ===> games/hyperrogue ===> Checking files for hyperrogue-13.0i `/ports/distfiles/hyperrogue-13.0i.tar.gz' is up to date. >> (SHA256) hyperrogue-13.0i.tar.gz: OK ===> Extracting for hyperrogue-13.0i ===> Patching for hyperrogue-13.0i ===> Applying OpenBSD patch patch-Makefile Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Remove hardcoded optimisation flags and -Werror, add a consistent |flag set for clang and ports-gcc | |Index: Makefile |--- Makefile.orig |+++ Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 50. Hunk #2 succeeded at 58. Hunk #3 succeeded at 151. Hunk #4 succeeded at 172. 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++ >>> Running configure in games/hyperrogue at 1720385089.11 ===> games/hyperrogue ===> Generating configure for hyperrogue-13.0i ===> Configuring for hyperrogue-13.0i >>> Running build in games/hyperrogue at 1720385090.66 ===> games/hyperrogue ===> Building for hyperrogue-13.0i c++ -std=c++14 -DLINUX -fPIC -W -Wall -Wextra -Wsuggest-override -pedantic -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -Wno-char-subscripts -Wno-unknown-warning-option -Wno-invalid-offsetof -DCAP_GLEW=1 -DCAP_PNG=1 -O2 -pipe -I/usr/local/include -I/usr/X11R6/include -DFHS -DHYPERPATH=\"/usr/local/share/hyperrogue/\" langen.cpp -L/usr/local/lib -L/usr/X11R6/lib -o langen /tmp/langen-37efcf.o: In function `main': langen.cpp:(.text+0x4814): warning: rand() may return deterministic values, is that what you want? /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object. ./langen > language-data.cpp c++ -std=c++14 -DLINUX -fPIC -W -Wall -Wextra -Wsuggest-override -pedantic -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -Wno-char-subscripts -Wno-unknown-warning-option -Wno-invalid-offsetof -DCAP_GLEW=1 -DCAP_PNG=1 -O2 -pipe -I/usr/local/include -I/usr/X11R6/include -DFHS -DHYPERPATH=\"/usr/local/share/hyperrogue/\" makeh.cpp -L/usr/local/lib -L/usr/X11R6/lib -o makeh /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object. ./makeh classes.cpp locations.cpp colors.cpp hyperpoint.cpp geometry.cpp embeddings.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp util.cpp complex.cpp multigame.cpp arbitrile.cpp rulegen.cpp *.cpp > autohdr.h c++ -std=c++14 -DLINUX -fPIC -W -Wall -Wextra -Wsuggest-override -pedantic -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -Wno-char-subscripts -Wno-unknown-warning-option -Wno-invalid-offsetof -DCAP_GLEW=1 -DCAP_PNG=1 -O2 -pipe -I/usr/local/include -I/usr/X11R6/include -DFHS -DHYPERPATH=\"/usr/local/share/hyperrogue/\" -c hyper.cpp -o hyper.o In file included from hyper.cpp:44: ./rulegen3.cpp:1291:13: warning: variable 'err' set but not used [-Wunused-but-set-variable] int err = 0; ^ In file included from hyper.cpp:65: ./checkmove.cpp:342:7: warning: variable 'index' set but not used [-Wunused-but-set-variable] int index = 0; ^ In file included from hyper.cpp:85: In file included from ./3d-models.cpp:9: ./earcut.hpp:283:9: warning: variable 'iterations' set but not used [-Wunused-but-set-variable] int iterations = 0; ^ In file included from hyper.cpp:85: ./3d-models.cpp:551:7: warning: variable 'it' set but not used [-Wunused-but-set-variable] int it = 0; ^ ./3d-models.cpp:790:16: warning: variable 'qtyall' set but not used [-Wunused-but-set-variable] int qty = 0, qtyall = 0; ^ In file included from hyper.cpp:120: ./barriers.cpp:1042:7: warning: variable 'a0' set but not used [-Wunused-but-set-variable] int a0 = 0; ^ 6 warnings generated. c++ -std=c++14 -DLINUX -fPIC -W -Wall -Wextra -Wsuggest-override -pedantic -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -Wno-char-subscripts -Wno-unknown-warning-option -Wno-invalid-offsetof -DCAP_GLEW=1 -DCAP_PNG=1 -O2 -pipe -I/usr/local/include -I/usr/X11R6/include -DFHS -DHYPERPATH=\"/usr/local/share/hyperrogue/\" -c savepng.cpp -o savepng.o c++ hyper.o savepng.o -L/usr/local/lib -L/usr/X11R6/lib -lGL -lSDL -lSDL_gfx -lSDL_mixer -lSDL_ttf -lpthread -lz -lGLEW -lpng -o hyperrogue /usr/X11R6/lib/libGL.so.19.1: warning: random() may return deterministic values, is that what you want? /usr/local/lib/libSDL_mixer.so.5.0: warning: strcpy() is almost always misused, please use strlcpy() hyper.o: In function `hr::rcolor()': hyper.cpp:(.text+0xcf0): warning: rand() may return deterministic values, is that what you want? /usr/local/lib/libSDL_mixer.so.5.0: warning: strcat() is almost always misused, please use strlcat() /usr/X11R6/lib/libX11.so.18.0: warning: sprintf() is often misused, please use snprintf() /usr/local/lib/libsmpeg.so.2.0: warning: vsprintf() is often misused, please use vsnprintf() hyper.o: In function `hr::darkena(unsigned int, int, int)': hyper.cpp:(.text+0x37c): relocation truncated to fit: R_MIPS_GOT_DISP against `hr::ginf' hyper.cpp:(.text+0x384): relocation truncated to fit: R_MIPS_GOT_DISP against `hr::geometry' hyper.o: In function `hr::darkened(unsigned int)': hyper.cpp:(.text+0x47c): relocation truncated to fit: R_MIPS_GOT_DISP against `hr::inmirrorcount' hyper.cpp:(.text+0x4a0): relocation truncated to fit: R_MIPS_GOT_DISP against `hr::winf' hyper.cpp:(.text+0x514): relocation truncated to fit: R_MIPS_GOT_DISP against `hr::winf' hyper.cpp:(.text+0x650): relocation truncated to fit: R_MIPS_GOT_DISP against `hr::vid' hyper.o: In function `hr::rcolor()': hyper.cpp:(.text+0xa68): relocation truncated to fit: R_MIPS_GOT_DISP against `hr::hrngen' hyper.cpp:(.text+0xcf0): relocation truncated to fit: R_MIPS_CALL16 against `rand' hyper.cpp:(.text+0xd30): relocation truncated to fit: R_MIPS_CALL16 against `rand' hyper.o: In function `hr::hrand(int)': hyper.cpp:(.text+0xe50): relocation truncated to fit: R_MIPS_GOT_DISP against `hr::hrngen' hyper.o: In function `hr::apply_neon(unsigned int&, int&)': hyper.cpp:(.text+0x156c): additional relocation overflows omitted from the output /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object. c++: error: linker command failed with exit code 1 (use -v to see invocation) gmake: *** [Makefile:154: hyperrogue] Error 1 *** Error 2 in games/hyperrogue (/ports/infrastructure/mk/bsd.port.mk:3061 '/pobj/hyperrogue-13.0i/.build_done': @cd /pobj/hyperrogue-13.0i/...) *** Error 2 in games/hyperrogue (/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=hyperrogue-13.0i; export _LOCKS_HELD=" hyperrogue...) ===> Exiting games/hyperrogue with an error *** Error 1 in /ports (infrastructure/mk/bsd.port.subdir.mk:144 'build': @: ${echo_msg:=echo}; : ${target:=build}; for i in ; do eval ${e...) >>> Ended at 1720390325.40 max_stuck=4554.75/depends=12.58/show-prepare-results=8.90/patch=20.07/configure=1.55/build=5234.78 Error: job failed with 512 on octeon at 1720390325