Bug#896444: cutemaze FTBFS with Qt 5.10

Adrian Bunk bunk at debian.org
Sat Apr 21 08:10:23 BST 2018


Source: cutemaze
Version: 1.2.0-1
Severity: serious

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cutemaze.html

...
Project ERROR: CuteMaze requires Qt 5.2 or greater
make[1]: *** [debian/rules:14: override_dh_auto_configure] Error 3


cutemaze.pro:
lessThan(QT_VERSION, 5.2) {
        error("CuteMaze requires Qt 5.2 or greater")
}


This is interpreted as float, so 5.10 < 5.2



More information about the Pkg-games-devel mailing list