Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.11.0 RC 1
-
None
-
Debian Stretch Chroot (With the Debian Buster kernel, and linux-libc-dev, but I tried to rebuild the chroot with Strech linux-libc-dev with the same results)
Building qtbase with
../configure -confirm-license -opensource -qpa wayland -egl -prefix $INSTALLDIR -libdir $INSTALLDIR/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) -release -dbus -no-gtk -system-sqlite -no-warnings-are-errors -no-separate-debug-info -nomake tests -nomake examples -libinputDebian Stretch Chroot (With the Debian Buster kernel, and linux-libc-dev, but I tried to rebuild the chroot with Strech linux-libc-dev with the same results) Building qtbase with ../configure -confirm-license -opensource -qpa wayland -egl -prefix $INSTALLDIR -libdir $INSTALLDIR/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH) -release -dbus -no-gtk -system-sqlite -no-warnings-are-errors -no-separate-debug-info -nomake tests -nomake examples -libinput
-
6eef81ee1c82f934e14d47047d8b6103b8755321
Description
Hi
I am trying to build Qt 5.11 on Debian Stretch (I was last building Qt 5.10)
I get the below error output early, when it tries to make qmake for building the rest of Qt
Thanks
Creating qmake... /srcbuild/qtbase/src/corelib/io/qfilesystemengine_unix.cpp: In function ‘int qt_real_statx(int, const char*, int, statx*)’: /srcbuild/qtbase/src/corelib/io/qfilesystemengine_unix.cpp:342:59: error: no matching function for call to ‘statx::statx(int&, const char*&, int&, unsigned int&, statx*&)’ int ret = statx(fd, pathname, flags, mask, statxBuffer); ^ In file included from /srcbuild/qtbase/src/corelib/io/qfilesystemengine_unix.cpp:94:0: /usr/include/linux/stat.h:99:8: note: candidate: statx::statx() struct statx \{ ^~~~~ /usr/include/linux/stat.h:99:8: note: candidate expects 0 arguments, 5 provided /usr/include/linux/stat.h:99:8: note: candidate: constexpr statx::statx(const statx&) /usr/include/linux/stat.h:99:8: note: candidate expects 1 argument, 5 provided /usr/include/linux/stat.h:99:8: note: candidate: constexpr statx::statx(statx&&) /usr/include/linux/stat.h:99:8: note: candidate expects 1 argument, 5 provided Makefile:423: recipe for target 'qfilesystemengine_unix.o' failed make: *** [qfilesystemengine_unix.o] Error 1 make: *** Waiting for unfinished jobs.... PackagePrepareBuild finished in 30 seconds