Bug#896443: connectagram FTBFS with Qt 5.10

Adrian Bunk bunk at debian.org
Sat Apr 21 08:06:34 BST 2018


Source: connectagram
Version: 1.2.4-1
Severity: serious
Tags: buster sid

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

...
Project ERROR: Connectagram requires Qt 5.2 or greater
dh_auto_configure: qmake -makefile "QMAKE_CFLAGS_RELEASE=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CFLAGS_DEBUG=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CXXFLAGS_RELEASE=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_CXXFLAGS_DEBUG=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2" "QMAKE_LFLAGS_RELEASE=-Wl,-z,relro -Wl,-z,now" "QMAKE_LFLAGS_DEBUG=-Wl,-z,relro -Wl,-z,now" QMAKE_STRIP=: PREFIX=/usr PREFIX=/usr BINDIR=games returned exit code 3
make[1]: *** [debian/rules:10: override_dh_auto_configure] Error 2


connectagram.pro
lessThan(QT_VERSION, 5.2) {
        error("Connectagram 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