>>> Building on armv7-1 under games/hyperrogue BDEPENDS = [devel/sdl-ttf;devel/sdl-gfx;graphics/png;devel/sdl-mixer;devel/gmake;graphics/glew] DIST = [games/hyperrogue:hyperrogue-12.0f.tar.gz] FULLPKGNAME = hyperrogue-12.0f RDEPENDS = [graphics/glew;devel/sdl-gfx;graphics/png;devel/sdl-mixer;devel/sdl-ttf] (Junk lock obtained for armv7-1 at 1716818621.67) >>> Running depends in games/hyperrogue at 1716818621.80 last junk was in multimedia/playerctl /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 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 gmake-4.4.1 png-1.6.43 sdl-gfx-2.0.25p1 sdl-mixer-1.2.12p5 sdl-ttf-2.0.11p3 >>> Running show-prepare-results in games/hyperrogue at 1716818629.29 ===> games/hyperrogue ===> Building from scratch hyperrogue-12.0f ===> hyperrogue-12.0f depends on: gmake-* -> gmake-4.4.1 ===> hyperrogue-12.0f depends on: sdl-gfx-* -> sdl-gfx-2.0.25p1 ===> hyperrogue-12.0f depends on: sdl-mixer-* -> sdl-mixer-1.2.12p5 ===> hyperrogue-12.0f depends on: sdl-ttf-* -> sdl-ttf-2.0.11p3 ===> hyperrogue-12.0f depends on: glew-* -> glew-2.2.0p0 ===> hyperrogue-12.0f 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.0 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 armv7-1 at 1716818650.52) distfiles size=79946099 >>> Running patch in games/hyperrogue at 1716818650.60 ===> games/hyperrogue ===> Checking files for hyperrogue-12.0f `/usr/ports/distfiles/hyperrogue-12.0f.tar.gz' is up to date. >> (SHA256) hyperrogue-12.0f.tar.gz: OK ===> Extracting for hyperrogue-12.0f ===> Patching for hyperrogue-12.0f ===> 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 120. Hunk #5 succeeded at 141. 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 1716818709.40 ===> games/hyperrogue ===> Generating configure for hyperrogue-12.0f ===> Configuring for hyperrogue-12.0f >>> Running build in games/hyperrogue at 1716818712.84 ===> games/hyperrogue ===> Building for hyperrogue-12.0f 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 -DHYPERPATH=\"/usr/local/share/hyperrogue/\" langen.cpp -L/usr/local/lib -L/usr/X11R6/lib -o langen langen.cpp(/tmp/langen-49b89d.o:(main)): 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 -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 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 *.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 -DHYPERPATH=\"/usr/local/share/hyperrogue/\" -c hyper.cpp -o hyper.o In file included from hyper.cpp:40: ./archimedean.cpp:1286:25: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] tilings.push_back(move(tested)); ^ std:: In file included from hyper.cpp:42: ./rulegen.cpp:1168:23: warning: variable 'eatcount' set but not used [-Wunused-but-set-variable] int advcount = 0, eatcount = 0; ^ ./rulegen.cpp:1492:9: warning: variable 'gr' set but not used [-Wunused-but-set-variable] int gr = 0; ^ In file included from hyper.cpp:45: ./fake.cpp:86:24: warning: 'get_corner' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] virtual hyperpoint get_corner(cell *c, int cid, ld cf=3) { ^ cell.cpp:61:22: note: overridden virtual function is here virtual hyperpoint get_corner(cell *c, int cid, ld cf=3) { return C0; } ^ In file included from hyper.cpp:47: ./crystal.cpp:272:31: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] crystal_structure csx = move(*this); ^ std:: ./crystal.cpp:854:7: warning: variable 'steps' set but not used [-Wunused-but-set-variable] int steps = 0; ^ In file included from hyper.cpp:48: ./reg3.cpp:1234:24: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] boundaries = move(nb); ^ std:: In file included from hyper.cpp:52: ./expansion.cpp:192:14: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] children = move(newchildren); ^ std:: In file included from hyper.cpp:54: ./irregular.cpp:151:21: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] cells[i].neid = move(newnei); ^ std:: ./irregular.cpp:244:90: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] if(mindist > bestval) bestval = mindist, s.owner = c, s.p = h, s.relmatrices = move(relmatrices); ^ std:: In file included from hyper.cpp:58: ./complex.cpp:2076:22: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] offscreen_heat = move(offscreen2); ^ std:: ./complex.cpp:2323:22: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] offscreen_fire = move(offscreen2); ^ std:: In file included from hyper.cpp:59: ./complex2.cpp:151:16: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] auto m = move(futures[c]); ^ std:: In file included from hyper.cpp:65: ./environment.cpp:840:15: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] crush_now = move(crush_next); ^ std:: In file included from hyper.cpp:82: 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:82: ./3d-models.cpp:530:7: warning: variable 'it' set but not used [-Wunused-but-set-variable] int it = 0; ^ ./3d-models.cpp:745:16: warning: variable 'qtyall' set but not used [-Wunused-but-set-variable] int qty = 0, qtyall = 0; ^ In file included from hyper.cpp:85: ./drawing.cpp:1384:11: warning: variable 'ia' set but not used [-Wunused-but-set-variable] int ia = 0, ib = 0, ic = 0; ^ ./drawing.cpp:1384:19: warning: variable 'ib' set but not used [-Wunused-but-set-variable] int ia = 0, ib = 0, ic = 0; ^ ./drawing.cpp:1384:27: warning: variable 'ic' set but not used [-Wunused-but-set-variable] int ia = 0, ib = 0, ic = 0; ^ ./drawing.cpp:2203:64: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] for(int i = 0; iprio)]++] = move(ptds[i]); ^ std:: In file included from hyper.cpp:86: ./mapeditor.cpp:2140:40: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] vector oldlist = move(dsCur->list); ^ std:: In file included from hyper.cpp:102: ./racing.cpp:1340:27: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] subtrack[ngh] = move(subtrack[i]); ^ std:: In file included from hyper.cpp:110: ./textures.cpp:982:19: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] texturesavers = move(savers); ^ std:: ./textures.cpp:1130:14: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] string s = move(texture_tuner); ^ std:: ./textures.cpp:1133:19: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] texture_tuner = move(s); ^ std:: ./textures.cpp:1664:23: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] mi2.tvertices = move(new_tvertices); ^ std:: In file included from hyper.cpp:117: ./barriers.cpp:965:7: warning: variable 'a0' set but not used [-Wunused-but-set-variable] int a0 = 0; ^ In file included from hyper.cpp:118: ./surface.cpp:194:10: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] return flag_clamp_min(coord, minv) & flag_clamp_max(coord, maxv); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ && ./surface.cpp:194:10: note: cast one or both operands to int to silence this warning ./surface.cpp:212:14: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] return flag_clamp_min(x, 0) & flag_clamp_sym(y, M_PI); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ && ./surface.cpp:212:14: note: cast one or both operands to int to silence this warning ./surface.cpp:215:14: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] return flag_clamp(x, 0, M_PI) & flag_clamp(y, 0, 2*M_PI); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ && ./surface.cpp:215:14: note: cast one or both operands to int to silence this warning ./surface.cpp:218:14: warning: use of bitwise '&' with boolean operands [-Wbitwise-instead-of-logical] return flag_clamp_sym(x, M_PI) & flag_clamp_sym(y, hyperlike_bound()); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ && ./surface.cpp:218:14: note: cast one or both operands to int to silence this warning ./surface.cpp:483:33: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] vector mesh = move(rug::points); ^ std:: ./surface.cpp:484:41: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] vector old_triangles = move(rug::triangles); ^ std:: In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./archimedean.cpp:1039:54: note: in instantiation of function template specialization 'hr::gamedata::store>>>' requested here + addHook(hooks_gamedata, 0, [] (gamedata* gd) { gd->store(altmap); gd->store(archimedean_gmatrix); gd->store(current_altmap); }); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./archimedean.cpp:1039:73: note: in instantiation of function template specialization 'hr::gamedata::store>>' requested here + addHook(hooks_gamedata, 0, [] (gamedata* gd) { gd->store(altmap); gd->store(archimedean_gmatrix); gd->store(current_altmap); }); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./archimedean.cpp:1039:105: note: in instantiation of function template specialization 'hr::gamedata::store' requested here + addHook(hooks_gamedata, 0, [] (gamedata* gd) { gd->store(altmap); gd->store(archimedean_gmatrix); gd->store(current_altmap); }); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex.cpp:3482:9: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(heat::offscreen_heat); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex.cpp:3484:9: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(princess::infos); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex.cpp:3485:9: note: in instantiation of function template specialization 'hr::gamedata::store>>>' requested here gd->store(mirror::mirrors); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex.cpp:3486:9: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(clearing::bpdata); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex.cpp:3487:9: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(tortoise::emap); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex.cpp:3489:9: note: in instantiation of function template specialization 'hr::gamedata::store' requested here gd->store(prairie::lasttreasure); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex.cpp:3493:9: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(sword::dir); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex.cpp:3494:9: note: in instantiation of function template specialization 'hr::gamedata::store' requested here gd->store(elec::haveelec); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex.cpp:3496:9: note: in instantiation of function template specialization 'hr::gamedata::store' requested here gd->store(elec::lightningfast); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./complex2.cpp:204:58: note: in instantiation of function template specialization 'hr::gamedata::store>>>' requested here + addHook(hooks_gamedata, 0, [] (gamedata* gd) { gd->store(futures); }); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./system.cpp:1685:7: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(recallCell); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./system.cpp:1686:7: note: in instantiation of function template specialization 'hr::gamedata::store>>' requested here gd->store(butterflies); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./system.cpp:1692:7: note: in instantiation of function template specialization 'hr::gamedata::store>>' requested here gd->store(adj_memo); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./system.cpp:1696:7: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(reachedfrom); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./system.cpp:1697:7: note: in instantiation of function template specialization 'hr::gamedata::store' requested here gd->store(gravity_state); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./system.cpp:1699:7: note: in instantiation of function template specialization 'hr::gamedata::store>>' requested here gd->store(shpos); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./shmup.cpp:2855:9: note: in instantiation of function template specialization 'hr::gamedata::store' requested here gd->store(pc[0]); // assuming 1 player! ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./shmup.cpp:2860:9: note: in instantiation of function template specialization 'hr::gamedata::store>>' requested here gd->store(traplist); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./shmup.cpp:2861:9: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(monstersAt); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./shmup.cpp:2862:9: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(active); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./shmup.cpp:2867:23: note: in instantiation of function template specialization 'hr::gamedata::store' requested here if(WDIM == 3) gd->store(swordmatrix[0]); // assuming 1 player! ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./graph.cpp:5579:7: note: in instantiation of function template specialization 'hr::gamedata::store, 4>>' requested here gd->store(animations); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./graph.cpp:5580:7: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(flashes); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./graph.cpp:5581:7: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(fallanims); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./blizzard.cpp:261:7: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(blizzardcells); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./blizzard.cpp:262:7: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(bcells); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./bigstuff.cpp:2009:7: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(euland); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./bigstuff.cpp:2010:7: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd->store(euland3); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./multigame.cpp:56:6: note: in instantiation of function template specialization 'hr::gamedata::store' requested here gd.store(firstland); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./multigame.cpp:59:6: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd.store(allmaps); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./multigame.cpp:61:6: note: in instantiation of function template specialization 'hr::gamedata::store' requested here gd.store(land_structure); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./multigame.cpp:62:6: note: in instantiation of function template specialization 'hr::gamedata::store' requested here gd.store(*current_display); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./multigame.cpp:63:6: note: in instantiation of function template specialization 'hr::gamedata::store' requested here gd.store(cgip); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:43:11: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] *copy = move(x); ^ std:: ./multigame.cpp:64:6: note: in instantiation of function template specialization 'hr::gamedata::store_ptr' requested here gd.store_ptr(vid); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:47:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(*copy); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: multigame.cpp:45:3: note: in instantiation of function template specialization 'hr::gamedata::store' requested here store(copy); ^ ./multigame.cpp:64:6: note: in instantiation of function template specialization 'hr::gamedata::store_ptr' requested here gd.store_ptr(vid); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./multigame.cpp:70:8: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd.store(radarlines); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./multigame.cpp:71:8: note: in instantiation of function template specialization 'hr::gamedata::store>' requested here gd.store(radarpoints); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: multigame.cpp:30:8: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] at = move(x); ^ std:: ./multigame.cpp:73:19: note: in instantiation of function template specialization 'hr::gamedata::store' requested here if(GOLDBERG) gd.store(gp::param); ^ In file included from hyper.cpp:23: In file included from ./hyper.h:931: multigame.cpp:34:7: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call] x = move(at); ^ std:: LLVM ERROR: out of memory Allocation failed c++: error: clang frontend command failed with exit code 134 (use -v to see invocation) OpenBSD clang version 16.0.6 Target: armv7-unknown-openbsd7.5-gnueabi Thread model: posix InstalledDir: /usr/bin c++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: c++: note: diagnostic msg: /tmp/hyper-a496ab.cpp c++: note: diagnostic msg: /tmp/hyper-a496ab.sh c++: note: diagnostic msg: ******************** gmake: *** [Makefile:126: hyper.o] Error 1 *** Error 2 in games/hyperrogue (/usr/ports/infrastructure/mk/bsd.port.mk:3061 '/usr/obj/ports/hyperrogue-12.0f/.build_done': @cd /usr/obj/p...) *** Error 2 in games/hyperrogue (/usr/ports/infrastructure/mk/bsd.port.mk:2704 'build': @lock=hyperrogue-12.0f; 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...) >>> Running clean in games/hyperrogue at 1716827251.87 ===> games/hyperrogue ===> Cleaning for hyperrogue-12.0f >>> Ended at 1716827256.37 max_stuck=6192.96/depends=7.55/show-prepare-results=21.31/patch=58.80/configure=3.45/build=8539.02/clean=4.56 Error: job failed with 512 on armv7-1 at 1716827256