Created attachment 759373 [details] emerge --info naev emerge naev fails. Is it x86/amd64 only since output.exe is mentioned? > /var/tmp/portage/games-strategy/naev-0.8.2/work/naev-0.8.2-build/meson-private/tmpeu0zcaua/output.exe System is a Pi400 with arm64.
Created attachment 759374 [details] build.log
Created attachment 759375 [details] glxinfo -B
Package should be dropped from tree. There is newer package available https://naev.org/page/1/ Naev 0.9.1 BY NAEV DEVTEAM, ON JANUARY 2ND, 2022 The Naev DevTeam is proud to announce the release of Naev version 0.9.1. This release addresses minor issues and bugs from the 0.9.0 release and does not add any new content. It is highly recommended to update from 0.9.0 as soon as possible
Can't reproduce with either 0.8.2 or 0.9.1, probably something to do with the detected GPU but I don't get this on amd64 with my nvidia card. (In reply to Roman Gruber from comment #3) > Package should be dropped from tree. There is newer package available Please use separate bugs for version bump requests, that the version is in the bug summary doesn't mean it's necessarily specific to it. That aside, I've still added 0.9.1 to the tree.
With 0.9.2 the same happens. sam_ gave me the hint to add addpredict in the ebuild. src_configure() { addpredict /dev/dri/card0 addpredict /dev/dri/card1 addpredict /dev/vchiq It compiled. naev needs OpenGL>=3.1 and the Pi only has 2.1, therefore running naev stops with: naev Naev v0.9.2 (linux-aarch64) Trying default datapath: /usr/share/naev/dat Loaded configuration: /home/<user>/.config/naev/conf.lua Read locations, searched in order: /home/<user>/.local/share/naev/ /usr/share/naev/dat Write location: /home/<user>/.local/share/naev/ Sea of Darkness ERROR ../naev-0.9.2/src/opengl.c:275 [gl_createWindow]: Unable to create OpenGL context! Could not create GL context: GLXBadFBConfig Aborted