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

Installing Qt3D fails, due to this cannot install a build from master repo

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P1: Critical
    • 5.3.0
    • None
    • Qt3D
    • None
    • Mac OS 10.8, the same happens when I do the same steps with BB10 NDK 10.1 or 10.2

    Description

      Synced from git to SHA 770893c71b179aa87c1bf2d83318ba62c8c2aa96.

      Checked out stable.

      Ran configure as:

      ./configure -prefix /Users/vminenko/builds/qt5-repo-stable-macos -opensource -confirm-license

      A build failed with:

      cd qt3d/ && ( test -e Makefile || /Users/vminenko/development/qt5-repo/qtbase/bin/qmake /Users/vminenko/development/qt5-repo/qt3d/qt3d.pro -o Makefile ) && make -f Makefile install
      Project WARNING: No .qmake.cache is present. This significantly slows down qmake with this makespec.
      Project WARNING: Call 'cache()' in the top-level project file to rectify this problem.
      cd src/ && ( test -e Makefile || /Users/vminenko/development/qt5-repo/qtbase/bin/qmake /Users/vminenko/development/qt5-repo/qt3d/src/src.pro -o Makefile ) && make -f Makefile install
      Project WARNING: No .qmake.cache is present. This significantly slows down qmake with this makespec.
      Project WARNING: Call 'cache()' in the top-level project file to rectify this problem.
      cd threed/ && ( test -e Makefile || /Users/vminenko/development/qt5-repo/qtbase/bin/qmake /Users/vminenko/development/qt5-repo/qt3d/src/threed/threed.pro -o Makefile ) && make -f Makefile install
      Project WARNING: You should probably load(qt_build_config) first in threed.pro for threed, as the latter also load()s qt_module.
      Project MESSAGE: Not doing so may lead to qt_module.prf overriding compiler/linker options in your .pro file.
      Project MESSAGE: Ignore this warning with CONFIG+=no_qt_module_warning if you know what you are doing.
      Project ERROR: Module does not define version.
      make[2]: *** [sub-threed-install_subtargets-ordered] Error 3
      make[1]: *** [module-qt3d-src-install_subtargets] Error 2
      make: *** [module-qt3d-install_subtargets] Error 2

      Initialized the repo excluding Qt3D with:

      ./init-repository -f --no-webkit --module-subset=qtbase,qtjsbackend,qtxmlpatterns,qtdeclarative,qtsensors,qtmultimedia,qtgraphicaleffects,qtdoc,qtgraphicaleffects,qtimageformats,qtquickcontrols,qttranslations,qttools,qtsvg,qtconnectivity,qtlocation

      Cleaned master repo and all modules. Repeated configure. Make fails with the same report.

      Attachments

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

        Activity

          People

            seanharmer Sean Harmer
            vminenko Vladimir Minenko
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes