<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 4, 2014 at 11:38 PM, Matthias Kuhn <span dir="ltr"><<a href="mailto:matthias.kuhn@gmx.ch" target="_blank">matthias.kuhn@gmx.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Dave<br>
<br>
there is still Qt 4 involved (partially?) as the 4 in the end of this line indicates:<span class=""><br>
<br>
#10 0x00007ffff3e24ce6 in __do_global_ctors_aux () from /usr/lib64/libQtCore.so.4<br>
<br></span>
Did you clean the build directory after the build attempts for master?<br></blockquote><div><br></div><div>I just did a complete clean build just to be sure and it had the same crash. The same crash happened. Here's the output from ldd grepped for qt:<br><br>    libQt5Sql.so.5 => /usr/lib64/libQt5Sql.so.5 (0x000000357c400000)<br>    libQt5WebKit.so.5 => /usr/lib64/libQt5WebKit.so.5 (0x0000003585200000)<br>    libQt5WebKitWidgets.so.5 => /usr/lib64/libQt5WebKitWidgets.so.5 (0x0000003580000000)<br>    libqgis_core.so.2.4.0 => /home/dlj/projects/qgis-qt5/build/../install/lib/libqgis_core.so.2.4.0 (0x00007faf1211c000)<br>    libqgis_gui.so.2.4.0 => /home/dlj/projects/qgis-qt5/build/../install/lib/libqgis_gui.so.2.4.0 (0x00007faf11a01000)<br>    libqgis_analysis.so.2.4.0 => /home/dlj/projects/qgis-qt5/build/../install/lib/libqgis_analysis.so.2.4.0 (0x00007faf11772000)<br>    libQt5Quick.so.5 => /usr/lib64/libQt5Quick.so.5 (0x000000357c800000)<br>    libQt5Qml.so.5 => /usr/lib64/libQt5Qml.so.5 (0x000000357b200000)<br>    libQt5OpenGL.so.5 => /usr/lib64/libQt5OpenGL.so.5 (0x000000357f400000)<br>    libQt5Sensors.so.5 => /usr/lib64/libQt5Sensors.so.5 (0x000000357fc00000)<br>    libQt5Network.so.5 => /usr/lib64/libQt5Network.so.5 (0x0000003579e00000)<br>    libQt5PrintSupport.so.5 => /usr/lib64/libQt5PrintSupport.so.5 (0x000000357ee00000)<br>    libQt5Positioning.so.5 => /usr/lib64/libQt5Positioning.so.5 (0x000000357f800000)<br>    libQt5Xml.so.5 => /usr/lib64/libQt5Xml.so.5 (0x000000357a200000)<br>    libQt5Concurrent.so.5 => /usr/lib64/libQt5Concurrent.so.5 (0x00007faf1133c000)<br>    libQt5Svg.so.5 => /usr/lib64/libQt5Svg.so.5 (0x00007faf110eb000)<br>    libQt5Widgets.so.5 => /usr/lib64/libQt5Widgets.so.5 (0x000000357ba00000)<br>    libQt5Gui.so.5 => /usr/lib64/libQt5Gui.so.5 (0x000000357aa00000)<br>    libQt5Core.so.5 => /usr/lib64/libQt5Core.so.5 (0x0000003578a00000)<br>    libQtSvg.so.4 => /usr/lib64/libQtSvg.so.4 (0x0000003582200000)<br>    libQtGui.so.4 => /usr/lib64/libQtGui.so.4 (0x00007faf0fda5000)<br>    libQtCore.so.4 => /usr/lib64/libQtCore.so.4 (0x00007faf0f941000)<br><br></div><div>So it looks like you already pointed out that the Qt4 libraries are being linked in as well for some reason. Any ideas on what I should do to run down where this issue is coming from?<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

For your other question (lrelease-qt5) you can revert this commit:<br>
9c6f1698fcb3df758f024fad99ed65<u></u>06d6a38e0d<br>
<br>
I guess I'll have to figure out another approach to handle this suffix than just deleting it like this commit does.<span class=""><font color="#888888"></font></span><br></blockquote></div><br></div><div class="gmail_extra">I reverted that commit and it built without me specifying the path to lrelease-qt5.<br></div></div>