Control: retitle -1 nextpnr should build depend on libqt5opengl5-desktop-dev
On Thu, Jun 06, 2024 at 08:14:24PM +0900, Kentaro HAYASHI wrote: > Source: nextpnr > Severity: serious > Tags: ftbfs > Control: found -1 0.7-1 > X-Debbugs-Cc: [email protected] > > Dear Maintainer, > > nextpnr fails to build on armel, armhf. > > FYI: > > https://buildd.debian.org/status/fetch.php?pkg=nextpnr&arch=armel&ver=0.7-1&stamp=1714863100&raw=0 > https://buildd.debian.org/status/fetch.php?pkg=nextpnr&arch=armhf&ver=0.7-1&stamp=1714849886&raw=0 Qt5 in Debian is built with OpenGL ES instead of OpenGL on 32-bit ARM, which is incompatible with such direct OpenGL usage. Changing the build dependency from libqt5opengl5-dev to libqt5opengl5-desktop-dev will stop the package from attempting to build there. > Regards, cu Adrian

