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

Beta4 NUC crosscompile build fails on qtwebengine, was fine in beta3

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.9.1
    • 5.9.0 Beta 4
    • Build System, WebEngine
    • None
    • using gcc v5.3, dbus is available and got compiled in without using for beta3 and earlier
    • 9e04102180e9cd2d57c8b11ac3ef4bc9da15bcde

    Description

      beta3 and earlier were compiling fine after configure while using:

      -device nuc -device-option CROSS_COMPILE=/usr/bin/ -sysroot / -xplatform linux-g++ -pkg-config
      

      beta4 configure chokes on these options with the message that "-device" and "-xplatform" cannot be combined, so I configured using

       
      -device nuc -device-option CROSS_COMPILE=/usr/bin/ -sysroot / -pkg-config"
      

      after this quite a bit of Qt gets compiled, but while compiling qtwebengine it fails on:

      ninja: Entering directory `/tmp/qt-5.9.0-64bit_broadwell/qtwebengine/src/core/Release'
      
      In file included from ../../3rdparty/chromium/dbus/exported_object.cc:5:0:
      ../../3rdparty/chromium/dbus/exported_object.h:8:23: fatal error: dbus/dbus.h: No such file or directory
      compilation terminated.
      
      In file included from ../../3rdparty/chromium/dbus/message.cc:5:0:
      ../../3rdparty/chromium/dbus/message.h:8:23: fatal error: dbus/dbus.h: No such file or directory
      compilation terminated.
      
      In file included from ../../3rdparty/chromium/dbus/bus.cc:5:0:
      ../../3rdparty/chromium/dbus/bus.h:8:23: fatal error: dbus/dbus.h: No such file or directory
      compilation terminated.
      
      In file included from ../../3rdparty/chromium/dbus/object_proxy.cc:5:0:
      ../../3rdparty/chromium/dbus/object_proxy.h:8:23: fatal error: dbus/dbus.h: No such file or directory
      compilation terminated.
      

      Attachments

        1. config.cache
          24 kB
          user-678dd
        2. config.log
          177 kB
          user-678dd
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            buddenha Oswald Buddenhagen
            jirauser24743 user-678dd (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes