Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-32587

build configuration option "-no-opengl" causes build failure in module "quick"

    XMLWordPrintable

Details

    • I8fd0a244708b0c5a820a0edc0fc9c9ce2e5513c0

    Description

      When building the current Qt release (5.1.0), issuing the option "-no-opengl" to "configure" causes compilation to fail.

      To reproduce, build with

      configure -opensource -confirm-license -debug -no-opengl
      make

      I can post as much of a build log as desired. Here is the tail.

      g++ -Wl,-rpath,/usr/local/Qt-5.1.0/lib -shared -o libqmlxmllistmodelplugin.so .obj/debug-shared/qqmlxmllistmodel.o .obj/debug-shared/plugin.o .obj/debug-shared/moc_qqmlxmllistmodel_p.o -L/tmp/Build/qtdeclarative/lib -lQt5Qml -L/tmp/Build/qtbase/lib -L/tmp/Build/qtxmlpatterns/lib -lQt5XmlPatterns -lQt5Network -L/tmp/Build/qtjsbackend/lib -lQt5V8 -lQt5Core -lpthread
      mv -f libqmlxmllistmodelplugin.so ../../../qml/QtQuick/XmlListModel/

      { test -z "../../../qml/QtQuick/XmlListModel/" || cd "../../../qml/QtQuick/XmlListModel/"; }

      && test $(gdb --version | sed -e 's,[^0-9]+([0-9])\.([0-9]).*,\1\2,;q') -gt 72 && gdb --nx --batch --quiet -ex 'set confirm off' -ex "save gdb-index ." -ex quit 'libqmlxmllistmodelplugin.so' && test -f libqmlxmllistmodelplugin.so.gdb-index && objcopy --add-section '.gdb_index=libqmlxmllistmodelplugin.so.gdb-index' --set-section-flags '.gdb_index=readonly' 'libqmlxmllistmodelplugin.so' 'libqmlxmllistmodelplugin.so' && rm -f libqmlxmllistmodelplugin.so.gdb-index || true
      make[4]: Leaving directory `/tmp/Build/qtdeclarative/src/imports/xmllistmodel'
      cd widgets/ && ( test -e Makefile || /tmp/Build/qtbase/bin/qmake /src/Qt-5.1.0/qtdeclarative/src/imports/widgets/widgets.pro -o Makefile ) && make -f Makefile
      Project ERROR: Unknown module(s) in QT: quick
      make[3]: *** [sub-widgets-make_first] Error 3

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kkohne Kai Köhne
            kiri Kiri
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes