FS#36056 - [qtcreator] Binary Compatibility issue
Attached to Project:
Community Packages
Opened by Leonardo (leobackes) - Sunday, 07 July 2013, 07:20 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 08 July 2013, 16:14 GMT
Opened by Leonardo (leobackes) - Sunday, 07 July 2013, 07:20 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Monday, 08 July 2013, 16:14 GMT
|
Details
Description:
Qt has a new override in version 5.1, which makes QtCreator freezes and unable to compile projects. Details in https://bugreports.qt-project.org/browse/QTBUG-32284. Additional info: This issue can affect other Qt5 apps too. Steps to reproduce: Update QtCreator to version 2.7.2 and Qt5 to 5.1; Start QtCreator and try to build a project. It will freezes for 30 seconds and output an error in Compile Output tab it could not start qmake/make. |
This task depends upon
Comment by
Sven-Hendrik Haase (Svenstaro) -
Sunday, 07 July 2013, 15:08 GMT
Comment by Jan Rüegg (rggjan) -
Monday, 08 July 2013, 08:09 GMT
Comment by m (macioosch) - Monday,
08 July 2013, 09:53 GMT
Comment by
Sven-Hendrik Haase (Svenstaro) -
Monday, 08 July 2013, 13:02 GMT
Comment by Sergey (bsergik) -
Monday, 08 July 2013, 13:25 GMT
Comment by m (macioosch) - Monday,
08 July 2013, 13:33 GMT
This is a grave problem that has no patch for now. Upstream is
aware of the issue and seems to be taking it very seriously. I
think we can expect a fix release rather soon.
When (re-)compiled with qt5.1, it works...
As a temporal workaround, programs may be compiled on the command
line with qmake, make, and flags suggested by qtcreator.
Please test the rebuild.
Just have tested. qtcreator-2.7.2-2-x86_64 works fine.
New rebuild (qtcreator-2.7.2-2-x86_64) works fine, thanks.