Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-454

Mac OS online installer creates broken qmlscene

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • P2: Important
    • None
    • 1.5.0
    • General
    • None
    • Mac OS 10.9
    • macOS

    Description

      I've used the online installer from http://download.qt-project.org/official_releases/online_installers/qt-opensource-mac-x64-1.5.0-1-online.dmg to install all available Qt versions on Mac OS 10.9. When it's done the library paths seem to be broken. Trying to start the qmlscene binaries of each version gives me

      gockel:Qt ulf$ find . -name qmlscene -type f | while read qmlscene; do echo $qmlscene; done
      ./5.0.2/clang_64/bin/qmlscene
      ./5.1.0/clang_64/bin/qmlscene
      ./5.1.1/clang_64/bin/qmlscene
      ./5.2.0/clang_64/bin/qmlscene
      ./5.2.1/clang_64/bin/qmlscene
      gockel:Qt ulf$ find . -name qmlscene -type f | while read qmlscene; do echo $qmlscene && $qmlscene; done
      ./5.0.2/clang_64/bin/qmlscene
      dyld: Library not loaded: /Users/bld.qt/bamboo-agent-home/xml-data/build-dir/DQTC-RELBUILD502LGPL-OSX106/______________________________PADDING______________________________/lib/QtQuick.framework/Versions/5/QtQuick
        Referenced from: /Users/ulf/Qt/./5.0.2/clang_64/bin/qmlscene
        Reason: image not found
      ./5.1.0/clang_64/bin/qmlscene
      dyld: Library not loaded: /Users/bld.qt/bamboo-agent-home/xml-data/build-dir/DQTC-LGPLRELEASEBUILD510-OSX106/______________________________PADDING______________________________/lib/QtQuick.framework/Versions/5/QtQuick
        Referenced from: /Users/ulf/Qt/./5.1.0/clang_64/bin/qmlscene
        Reason: image not found
      ./5.1.1/clang_64/bin/qmlscene
      dyld: Library not loaded: /Users/bld.qt/bamboo-agent-home/xml-data/build-dir/DQTC-LGPLRELEASEBUILD510-OSX106/______________________________PADDING______________________________/lib/QtQuick.framework/Versions/5/QtQuick
        Referenced from: /Users/ulf/Qt/./5.1.1/clang_64/bin/qmlscene
        Reason: image not found
      ./5.2.0/clang_64/bin/qmlscene
      dyld: Library not loaded: /usr/local/Qt-5.2.0/lib/QtQuick.framework/Versions/5/QtQuick
        Referenced from: /Users/ulf/Qt/./5.2.0/clang_64/bin/qmlscene
        Reason: image not found
      ./5.2.1/clang_64/bin/qmlscene
      dyld: Library not loaded: /work/build/______________________________PADDING______________________________/lib/QtQuick.framework/Versions/5/QtQuick
        Referenced from: /Users/ulf/Qt/./5.2.1/clang_64/bin/qmlscene
        Reason: image not found
      gockel:Qt ulf$
      

      otool was installed semi-automatically sometime during the installation. A dialog box popped up asking me if I want it to be downloaded from apple. I confirmed that. Now:

      gockel:Qt ulf$ otool -h
      /Library/Developer/CommandLineTools/usr/bin/otool: at least one file must be specified
      Usage: /Library/Developer/CommandLineTools/usr/bin/otool [-arch arch_type] [-fahlLDtdorSTMRIHGvVcXmqQj] [-mcpu=arg] <object file> ...
      	-f print the fat headers
      	-a print the archive header
      	-h print the mach header
      	-l print the load commands
      [...]
      

      I'm attaching the installation log.

      Attachments

        Issue Links

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

          Activity

            People

              releaseteam Qt Release Team
              ulherman Ulf Hermann
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes