>>> Building on sparc64-2d under games/hyperrogue BDEPENDS = [graphics/glew;devel/sdl-ttf;lang/gcc/8,-c++;devel/sdl-mixer;devel/gmake;graphics/png;lang/gcc/8,-libs;lang/gcc/8;devel/sdl-gfx] DIST = [games/hyperrogue:hyperrogue-13.0d.tar.gz] FULLPKGNAME = hyperrogue-13.0d RDEPENDS = [graphics/png;devel/sdl-gfx;lang/gcc/8,-libs;graphics/glew;devel/sdl-ttf;devel/sdl-mixer] (Junk lock failure for sparc64-2d at 1715276086.43138) Received IO (Junk lock obtained for sparc64-2d at 1715276147.76) Received IO Woken up games/hyperrogue Short-cut: depends already handled by archivers/ancient >>> Running show-prepare-results in games/hyperrogue at 1715276154.32 ===> games/hyperrogue ===> Building from scratch hyperrogue-13.0d ===> hyperrogue-13.0d depends on: gcc->=8,<9 -> gcc-8.4.0p22 ===> hyperrogue-13.0d depends on: g++->=8,<9 -> g++-8.4.0p23 ===> hyperrogue-13.0d depends on: gmake-* -> gmake-4.4.1 ===> hyperrogue-13.0d depends on: sdl-gfx-* -> sdl-gfx-2.0.25p1 ===> hyperrogue-13.0d depends on: sdl-mixer-* -> sdl-mixer-1.2.12p5 ===> hyperrogue-13.0d depends on: sdl-ttf-* -> sdl-ttf-2.0.11p3 ===> hyperrogue-13.0d depends on: glew-* -> glew-2.2.0p0 ===> hyperrogue-13.0d depends on: png-* -> png-1.6.43 ===> hyperrogue-13.0d depends on: gcc-libs->=8,<9 -> gcc-libs-8.4.0p22 ===> Verifying specs: estdc++>=17 pthread GL GLEW SDL SDL_gfx SDL_mixer SDL_ttf c m png z estdc++>=19 ===> found estdc++.19.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.0 m.10.1 png.18.0 z.7.0 g++-8.4.0p23 gcc-8.4.0p22 gcc-libs-8.4.0p22 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 sparc64-2d at 1715276167.68) Woken up www/p5-Plack-Middleware-FixMissingBodyInRedirect distfiles size=87765129 >>> Running patch in games/hyperrogue at 1715276167.78 ===> games/hyperrogue ===> Checking files for hyperrogue-13.0d `/usr/ports/distfiles/hyperrogue-13.0d.tar.gz' is up to date. >> (SHA256) hyperrogue-13.0d.tar.gz: OK ===> Extracting for hyperrogue-13.0d ===> Patching for hyperrogue-13.0d ===> 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 42. Hunk #2 succeeded at 50. Hunk #3 succeeded at 77. Hunk #4 succeeded at 125. Hunk #5 succeeded at 146. done ===> Compiler link: gcc -> /usr/local/bin/egcc ===> Compiler link: cc -> /usr/local/bin/egcc ===> Compiler link: c++ -> /usr/local/bin/eg++ ===> Compiler link: g++ -> /usr/local/bin/eg++ >>> Running configure in games/hyperrogue at 1715276192.89 ===> games/hyperrogue ===> Generating configure for hyperrogue-13.0d ===> Configuring for hyperrogue-13.0d >>> Running build in games/hyperrogue at 1715276195.04 ===> games/hyperrogue ===> Building for hyperrogue-13.0d c++ -std=c++11 -DLINUX -fPIC -W -Wall -Wextra -Wsuggest-override -pedantic -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -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//ccoD5tNN.o: In function `main': langen.cpp:(.text.startup+0x10fc): warning: rand() may return deterministic values, is that what you want? ./langen > language-data.cpp c++ -std=c++11 -DLINUX -fPIC -W -Wall -Wextra -Wsuggest-override -pedantic -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -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 ./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++11 -DLINUX -fPIC -W -Wall -Wextra -Wsuggest-override -pedantic -Wno-unused-parameter -Wno-implicit-fallthrough -Wno-maybe-uninitialized -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:65: checkmove.cpp:405:4: warning: extra ';' [-Wpedantic] }; ^ In file included from hyper.cpp:73: monstergen.cpp: In function 'void hr::wandering()': monstergen.cpp:379:44: warning: default argument specified for lambda parameter [-Wpedantic] auto wchance = [c] (int a, int of, int reduction = 0) { return wchance_in(c->land, a, of, reduction); }; ~~~~^~~~~~~~~~~~~ In file included from hyper.cpp:85: 3d-models.cpp: In member function 'hr::hpcshape& hr::geometry_information::gen_pipe(hr::hpcshape&, hr::ePipeEnd, hr::ld, const hr::function&)': 3d-models.cpp:1294:33: warning: default argument specified for lambda parameter [-Wpedantic] auto at = [&] (ld i, ld a, ld z = 1, ld s = 1) { ~~~^~~~~ 3d-models.cpp:1294:43: warning: default argument specified for lambda parameter [-Wpedantic] auto at = [&] (ld i, ld a, ld z = 1, ld s = 1) { ~~~^~~~~ cc1plus: out of memory allocating 2475360 bytes after a total of 0 bytes gmake: *** [Makefile:131: hyper.o] Error 1 *** Error 2 in games/hyperrogue (/usr/ports/infrastructure/mk/bsd.port.mk:3061 '/usr/obj/ports/hyperrogue-13.0d/.build_done': @cd /usr/obj/p...) *** Error 2 in games/hyperrogue (/usr/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=hyperrogue-13.0d; export _LOCKS_HELD=" hyperr...) ===> Exiting games/hyperrogue 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 1715281415.54 max_stuck=4805.26/waiting-for-lock #90=67.88/show-prepare-results=13.47/patch=24.95/configure=2.31/build=5220.57 Error: job failed with 512 on sparc64-2d at 1715281415