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

qtbase fails to compile: "Unknown module(s) in QT: dbus"

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.4.1
    • 5.4.0 RC
    • Build System
    • None
    • Shadow build
      Configure line:
      {code}
      /home/micurtis/dev/qt5.4/configure -debug -developer-build -opensource -confirm-license -skip webkit -nomake examples -nomake tests -silent
      {code}
    • 182bb7c3d0afdcc4c49958bb1bef3760680cdc5d (qtbase)

    Description

      Affects 5.4 and 5.4.0 branches.

      QtPlatformSupport: created version header
      QtPlatformSupport: created master header
      QtPlatformSupport: created headers.pri file
      Project ERROR: Unknown module(s) in QT: dbus
      make[2]: *** [sub-platformsupport-make_first] Error 3
      make[2]: *** Waiting for unfinished jobs....
      

      I don't see the "debug me" message if I change src/src.pro like so:

      diff --git a/src/src.pro b/src/src.pro
      index ab93641..c8928f8 100644
      --- a/src/src.pro
      +++ b/src/src.pro
      @@ -130,8 +130,10 @@ contains(QT_CONFIG, dbus) {
           force_bootstrap: SUBDIRS += src_tools_bootstrap_dbus
           SUBDIRS += src_tools_qdbusxml2cpp src_tools_qdbuscpp2xml
           TOOLS += src_tools_qdbusxml2cpp src_tools_qdbuscpp2xml
      -    contains(QT_CONFIG, accessibility-atspi-bridge): \
      +    contains(QT_CONFIG, accessibility-atspi-bridge) {
      +        message("debug me")
               src_platformsupport.depends += src_dbus src_tools_qdbusxml2cpp
      +    }
           src_plugins.depends += src_dbus src_tools_qdbusxml2cpp src_tools_qdbuscpp2xml
       }
       contains(QT_CONFIG, concurrent):SUBDIRS += src_concurrent
      

      Might be related to a2da88712f1e057747f68a28361b300faac5e605.

      Attachments

        Issue Links

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

          Activity

            People

              shausman Simon Hausmann
              mitch_curtis Mitch Curtis
              Votes:
              3 Vote for this issue
              Watchers:
              10 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes