Details
Description
With CMake 3.24.3 everything works fine but after an update to 3.25.0 I am no longer able to compile Qt. Looks like the Problem is in QtWebEngine even if I use `-skip qtwebengine`.
Configure:
qtbase/configure -top-level -release -optimize-size -force-debug-info -prefix /[...]/toolchain-test/dist -system-proxies -openssl-linked -I /[...]/toolchain-test/dist/include -L /[...]/toolchain-test/dist/lib -no-feature-calendarwidget -no-feature-colordialog -no-feature-dial -no-feature-fontcombobox -no-feature-fontdialog -no-feature-lcdnumber -no-feature-splashscreen -no-feature-syntaxhighlighter -no-feature-undoview -no-feature-mdiarea -no-journald -no-directfb -no-linuxfb -no-libproxy --linker=gold -no-qml-debug -opensource -confirm-license -nomake examples -nomake tests -no-mtdev -no-dbus -no-sql-sqlite -qt-zlib -qt-pcre -qt-harfbuzz -qt-libpng -qt-libjpeg -no-feature-hijricalendar -no-feature-islamiccivilcalendar -no-feature-jalalicalendar -no-feature-designer -no-feature-testlib_selfcover -no-feature-imageformat_bmp -no-feature-imageformat_ppm -no-feature-imageformat_xbm -no-feature-sharedmemory -no-feature-textodfwriter -no-feature-undocommand -no-feature-undogroup -no-feature-undostack -no-feature-printsupport -no-feature-dtls -no-feature-dom -no-feature-sql -no-feature-xml -skip qtopcua -skip qtwebchannel -skip qtlanguageserver -skip qtspeech -skip qtwebengine -skip qtactiveqt -skip qtserialbus -skip qt5compat -skip qtsensors -skip qtserialport -skip qtvirtualkeyboard -skip qtcharts -skip qtdatavis3d -skip qt3d -skip qtwayland -skip qtremoteobjects -skip qtwebview -skip qtmultimedia -skip qtlottie -skip qtquick3d -skip qtquick3dphysics -skip qtnetworkauth -skip qtmqtt -skip qtcoap -skip qtquicktimeline -skip qtdoc -skip qtpositioning -- -DOPENSSL_ROOT_DIR=/[...]/toolchain-test/dist -DCMAKE_PREFIX_PATH=/[...]/toolchain-test/dist
Error:
CMake Warning (dev) at /[...]/toolchain-test/b/src/qt/qtbase/cmake/QtBuildInformation.cmake:257 (set): Cannot set "__qt_configure_reports": current scope has no parent. Call Stack (most recent call first): /[...]/toolchain-test/b/src/qt/qtsensors/src/sensors/configure.cmake:45 (qt_configure_add_report) /[...]/toolchain-test/b/src/qt/qtbase/cmake/QtProcessConfigureArgs.cmake:242 (include) This warning is for project developers. Use -Wno-dev to suppress it. CMake Error at /[...]/toolchain-test/b/src/qt/qtwebengine/configure.cmake:63 (check_for_ulimit): Unknown CMake command "check_for_ulimit". Call Stack (most recent call first): /[...]/toolchain-test/b/src/qt/qtbase/cmake/QtProcessConfigureArgs.cmake:242 (include)