Qt 5.0.0 Beta 2 Known Issues: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=Known Issues – Qt 5.0.0 beta 2=
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


==All platforms==
[[Category:Known Issues]]


* [https://bugs.webkit.org/show_bug.cgi?id=101735 WebKit bug #101735] ''[bugs.webkit.org]'' Fix installation of QtWebProcess binary
= Known Issues - Qt 5.0.0 beta 2 =
** Workaround: Manually add '''Qt5.0.0beta2/5.0.0-beta2/&lt;platform&gt;/bin''' to <span class="caps">PATH</span>
* WebKit requires -<span class="caps">DQT</span>_DLL when compiling : https://bugreports.qt.io/browse/QTBUG-28043
** Workaround for cmake: add_definitions(-<span class="caps">DQT</span>_DLL) in the CMakeLists.txt using webkit.


==Linux==
== All platforms ==


* Undefined references when building QtWebKit or projects that directly use the <span class="caps">ICU</span> library
* [https://bugs.webkit.org/show_bug.cgi?id=101735 WebKit bug #101735] Fix installation of QtWebProcess binary
** <span class="caps">QTBUG</span>-27930: Unresolved <span class="caps">ICU</span> symbols due to shipping lib <span class="caps">ICU</span> without headers.
** Workaround: Manually add '''Qt5.0.0beta2/5.0.0-beta2/<platform>/bin''' to PATH
*** Workaround: Remove the unversioned <span class="caps">ICU</span> libraries shipped with Qt.
* WebKit requires -DQT_DLL when compiling : https://bugreports.qt.io/browse/QTBUG-28043
*** Qt5.0.0beta2/5.0.0-beta2/&lt;platform&gt;/lib/libicudata.so
** Workaround for cmake: add_definitions(-DQT_DLL) in the CMakeLists.txt using webkit.
*** Qt5.0.0beta2/5.0.0-beta2/&lt;platform&gt;/lib/libicui18n.so
*** Qt5.0.0beta2/5.0.0-beta2/&lt;platform&gt;/lib/libicuuc.so


* <span class="caps">QTBUG</span>-27877 Qt 5.0.0 Beta 2 does not get patched properly (<span class="caps">PADDING</span>)
== Linux ==
 
* Undefined references when building QtWebKit or projects that directly use the ICU library
** QTBUG-27930: Unresolved ICU symbols due to shipping lib ICU without headers.
*** Workaround: Remove the unversioned ICU libraries shipped with Qt.
*** Qt5.0.0beta2/5.0.0-beta2/<platform>/lib/libicudata.so
*** Qt5.0.0beta2/5.0.0-beta2/<platform>/lib/libicui18n.so
*** Qt5.0.0beta2/5.0.0-beta2/<platform>/lib/libicuuc.so
 
* QTBUG-27877 Qt 5.0.0 Beta 2 does not get patched properly (PADDING)
** No workaround, should be fixed for Qt5.0.0 RC1
** No workaround, should be fixed for Qt5.0.0 RC1


Line 23: Line 27:
** '''sudo yum libpng-compat'''
** '''sudo yum libpng-compat'''


==Windows==
== Windows ==


* <span class="caps">QTBUG</span>-27953: Installing vcredist.exe stops with unexpected exit code
* QTBUG-27953: Installing vcredist.exe stops with unexpected exit code
** Can be ignored if Visual C++ 2010 Redistributable Package is already installed; this happens when the version installed in the system is newer than the one provided by the installer.
** Can be ignored if Visual C++ 2010 Redistributable Package is already installed; this happens when the version installed in the system is newer than the one provided by the installer.


* <del><span class="caps">QTBUG</span>-27903</del>: Qt5 Beta2 does not register <span class="caps">DLL</span>s properly so that no examples can be run
* -QTBUG-27903-: Qt5 Beta2 does not register DLLs properly so that no examples can be run
** Use '''Start Menu -&gt; All programs -&gt; Qt 5.0.0 Beta 2 -&gt; 5.0.0 -&gt; <span class="caps">MSVC</span> 2010 (32/64) bit -&gt; Qt 5.0.0 (32/64) bit for Desktop (<span class="caps">MSVC</span> 2010)'''
** Use '''Start Menu -> All programs-> Qt 5.0.0 Beta 2 -> 5.0.0-> MSVC 2010 (32/64) bit -> Qt 5.0.0 (32/64) bit for Desktop (MSVC 2010)'''


* <del><span class="caps">QTBUG</span>-27893</del>: MaintenanceTool.exe on Windows 7 hangs while uninstalling
* -QTBUG-27893-: MaintenanceTool.exe on Windows 7 hangs while uninstalling
** It just takes some time to finish.
** It just takes some time to finish.


* <del><span class="caps">QTBUG</span>-27961</del>: Unable to recompile Qt on Windows using Installer Packages Builds
* -QTBUG-27961-: Unable to recompile Qt on Windows using Installer Packages Builds
** configure.exe is missing in the Qt Essentials sources that ship with the binary installer.
** configure.exe is missing in the Qt Essentials sources that ship with the binary installer.  
** Work around is to create a file .gitignore, and using the top level configure.bat:
** Work around is to create a file .gitignore, and using the top level configure.bat:  
*** C:\&gt; touch qtbase\.gitignore
*** C:gt; touch qtbaseitignore
*** C:\&gt; configure.bat [options…]
*** C:gt; configure.bat [options…]


* <span class="caps">QTBUG</span>-27980: qmake is run every time an application is compiled
* QTBUG-27980: qmake is run every time an application is compiled
** Workaround: Edit Tools\Qt Creator\share\qtcreator\QtProject\qtcreator\qtversion.xml so that the qmake path only contains forward slashes + no double slash
** Workaround: Edit Tools\Qt Creator\share\qtcreator\QtProject\qtcreator\qtversion.xml so that the qmake path only contains forward slashes + no double slash


* <span class="caps">QTWEBKIT</span>-382: '''MinGW''': Compiling qtwebkit under MinGW, or MinGW-w64 based toolchains fails.
* QTWEBKIT-382: '''MinGW''': Compiling qtwebkit under MinGW, or MinGW-w64 based toolchains fails.
** No workaround.
** No workaround.


* <span class="caps">QTBUG</span>-8241: cdb debugger doesn’t stop: Cannot start …\win64interrupt.exe
* QTBUG-8241: cdb debugger doesn't stop: Cannot start …terrupt.exe
** Workaround: Rename “Tools\Qt Creator” to “Tools\QtCreator”
** Workaround: Rename "Tools\Qt Creator" to "Tools\QtCreator"


* '''QtCreator''': Visual Studio C++ 2010 Express on Windows 7 64 bit does not work.
* '''QtCreator''': Visual Studio C++ 2010 Express on Windows 7 64 bit does not work.
** Install [http://www.microsoft.com/en-us/download/details.aspx?id=8279 Windows <span class="caps">SDK</span>] ''[microsoft.com]''
** Install [http://www.microsoft.com/en-us/download/details.aspx?id=8279 Windows SDK ]
** Create an empty file called: '''C:\Program Files (x86)\Microsoft Visual Studio 10.0\vc\bin\amd64\vcvars64.bat'''
** Create an empty file called: '''C:Files (x86)Visual Studio 10.0\vc\bin\amd64\vcvars64.bat'''
** Add the following line: '''<span class="caps">CALL</span> “C:\Program Files\Microsoft <span class="caps">SDK</span>s\Windows\v7.1\Bin\SetEnv.cmd” /x64'''
** Add the following line: '''CALL "C:Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64'''


==Mac OS X==
== Mac OS X ==


* Qt Creator, Assistant, and other tools crash at startup on Mac OS X 10.6 (Snow Leopard)
* Qt Creator, Assistant, and other tools crash at startup on Mac OS X 10.6 (Snow Leopard)
** For the Beta 2, only Mac OS X 10.7 (Lion) and 10.8 (Mountain Lion) are supported
** For the Beta 2, only Mac OS X 10.7 (Lion) and 10.8 (Mountain Lion) are supported


* <span class="caps">QTBUG</span>-27898: libdeclarative_multimedia.dylib has wrong dependencies
* QTBUG-27898: libdeclarative_multimedia.dylib has wrong dependencies
** No workaround yet.
** No workaround yet.


* <span class="caps">QTBUG</span>-27894: Installed qtdeclarative/examples don’t work
* QTBUG-27894: Installed qtdeclarative/examples don't work
** Example applications fail to find qml files from the application bundle. Launching content with qmlscene works.
** Example applications fail to find qml files from the application bundle. Launching content with qmlscene works.
** Workaround: Apply [https://codereview.qt.io/39195 this] ''[codereview.qt.io]'' one-liner fix and rebuild the example(s).
** Workaround: Apply [https://codereview.qt.io/39195 this] one-liner fix and rebuild the example(s).
 
* Installation fails with error “… can’t be opened because it is from an unidentified developer.” [Mac OS X 10.7.5 and newer]
** Right-click on the installer file, select “Open”, then “Ok”.
** See [http://support.apple.com/kb/HT5290 HT5290] ''[support.apple.com]'' for more information about the Gatekeeper security feature .
 
===Categories:===


* [[:Category:Release|Release]]
* Installation fails with error "… can’t be opened because it is from an unidentified developer." [Mac OS X 10.7.5 and newer]
** [[:Category:Release::Known-Issues|Known Issues]]
** Right-click on the installer file, select "Open", then "Ok".

Latest revision as of 10:11, 28 October 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Known Issues - Qt 5.0.0 beta 2

All platforms

Linux

  • Undefined references when building QtWebKit or projects that directly use the ICU library
    • QTBUG-27930: Unresolved ICU symbols due to shipping lib ICU without headers.
      • Workaround: Remove the unversioned ICU libraries shipped with Qt.
      • Qt5.0.0beta2/5.0.0-beta2/<platform>/lib/libicudata.so
      • Qt5.0.0beta2/5.0.0-beta2/<platform>/lib/libicui18n.so
      • Qt5.0.0beta2/5.0.0-beta2/<platform>/lib/libicuuc.so
  • QTBUG-27877 Qt 5.0.0 Beta 2 does not get patched properly (PADDING)
    • No workaround, should be fixed for Qt5.0.0 RC1
  • Fedora 17: Some additional libraries might be needed
    • sudo yum libpng-compat

Windows

  • QTBUG-27953: Installing vcredist.exe stops with unexpected exit code
    • Can be ignored if Visual C++ 2010 Redistributable Package is already installed; this happens when the version installed in the system is newer than the one provided by the installer.
  • -QTBUG-27903-: Qt5 Beta2 does not register DLLs properly so that no examples can be run
    • Use Start Menu -> All programs-> Qt 5.0.0 Beta 2 -> 5.0.0-> MSVC 2010 (32/64) bit -> Qt 5.0.0 (32/64) bit for Desktop (MSVC 2010)
  • -QTBUG-27893-: MaintenanceTool.exe on Windows 7 hangs while uninstalling
    • It just takes some time to finish.
  • -QTBUG-27961-: Unable to recompile Qt on Windows using Installer Packages Builds
    • configure.exe is missing in the Qt Essentials sources that ship with the binary installer.
    • Work around is to create a file .gitignore, and using the top level configure.bat:
      • C:gt; touch qtbaseitignore
      • C:gt; configure.bat [options…]
  • QTBUG-27980: qmake is run every time an application is compiled
    • Workaround: Edit Tools\Qt Creator\share\qtcreator\QtProject\qtcreator\qtversion.xml so that the qmake path only contains forward slashes + no double slash
  • QTWEBKIT-382: MinGW: Compiling qtwebkit under MinGW, or MinGW-w64 based toolchains fails.
    • No workaround.
  • QTBUG-8241: cdb debugger doesn't stop: Cannot start …terrupt.exe
    • Workaround: Rename "Tools\Qt Creator" to "Tools\QtCreator"
  • QtCreator: Visual Studio C++ 2010 Express on Windows 7 64 bit does not work.
    • Install Windows SDK
    • Create an empty file called: C:Files (x86)Visual Studio 10.0\vc\bin\amd64\vcvars64.bat
    • Add the following line: CALL "C:Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64

Mac OS X

  • Qt Creator, Assistant, and other tools crash at startup on Mac OS X 10.6 (Snow Leopard)
    • For the Beta 2, only Mac OS X 10.7 (Lion) and 10.8 (Mountain Lion) are supported
  • QTBUG-27898: libdeclarative_multimedia.dylib has wrong dependencies
    • No workaround yet.
  • QTBUG-27894: Installed qtdeclarative/examples don't work
    • Example applications fail to find qml files from the application bundle. Launching content with qmlscene works.
    • Workaround: Apply this one-liner fix and rebuild the example(s).
  • Installation fails with error "… can’t be opened because it is from an unidentified developer." [Mac OS X 10.7.5 and newer]
    • Right-click on the installer file, select "Open", then "Ok".