<div dir="ltr">fixes/0.28 now compiles against qt5.8. Thanks for uploading the patch.<div>I did a quick sanity check with the FE binary, and we seem to be in good shape.</div><div>I will keep soaking this here until this fix gets picked up by the Arch maintainers.</div><div><br></div><div>I have observed a slight regression upgrading qt5.7.1->qt5.8</div><div>On FE, Setup->Video->Playback, observe skipping forward through screens is very slow compared to qt5.7.1</div><div>I have observed this deficiency with the official Arch package, as well as my test builds.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 26, 2017 at 4:51 PM, Stuart Auchterlonie <span dir="ltr"><<a href="mailto:stuarta@squashedfrog.net" target="_blank">stuarta@squashedfrog.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 24/02/17 15:13, Martin Gallant wrote:<br>
> Oops. Arch has been on 5.8 for about a month now.<br>
><br>
> Is there an open mythtv ticket I can use to track theses issues?<br>
<br>
</span>Pushed fixes for this issue. Do a git pull and you should bring<br>
in the fix.<br>
<br>
Please let me know how you get on with this.<br>
<br>
Regards<br>
Stuart<br>
<span class=""><br>
<br>
><br>
> On Fri, Feb 24, 2017 at 2:35 AM, Stuart Auchterlonie<br>
</span><div><div class="h5">> <<a href="mailto:stuarta@squashedfrog.net">stuarta@squashedfrog.net</a> <mailto:<a href="mailto:stuarta@squashedfrog.net">stuarta@squashedfrog.<wbr>net</a>>> wrote:<br>
><br>
> On 24/02/17 04:27, Martin Gallant wrote:<br>
> > Hello,<br>
> ><br>
> > I am trying to compile the 0.28.1 release on Arch Linux.<br>
> ><br>
> > Can anyone point me in the right direction with these errors<br>
> before I go<br>
> > into a deep dive?<br>
> > Looks to me like an issue with bleeding edge build tools, but that's<br>
> > just a guess.<br>
> ><br>
> > Does this look familiar to anyone?<br>
> ><br>
> > loggingserver.cpp: In member function 'virtual void<br>
> DBLoggerThread::run()':<br>
> > loggingserver.cpp:725:36: error: ambiguous overload for 'operator!='<br>
> > (operand types are 'QCharRef' and 'char')<br>
> > if (item->message()[0] != '\0')<br>
> > ~~~~~~~~~~~~~~~~~~~^~~~~~~<br>
> > In file included from /usr/include/qt/QtCore/<wbr>qobject.h:47:0,<br>
> > from /usr/include/qt/QtCore/<wbr>qiodevice.h:45,<br>
> > from /usr/include/qt/QtCore/<wbr>qdatastream.h:44,<br>
> > from /usr/include/qt/QtGui/qregion.<wbr>h:49,<br>
> > from /usr/include/qt/QtGui/qevent.<wbr>h:45,<br>
> > from /usr/include/qt/QtGui/QList:1,<br>
> > from loggingserver.cpp:5:<br>
> > /usr/include/qt/QtCore/<wbr>qstring.h:1639:13: note: candidate: bool<br>
> > operator!=(QChar, const QStringRef&)<br>
> > inline bool operator!=(QChar lhs, const QStringRef &rhs)<br>
> Q_DECL_NOTHROW<br>
> > { return !(lhs == rhs); }<br>
> > ^~~~~~~~<br>
> > /usr/include/qt/QtCore/<wbr>qstring.h:1620:13: note: candidate: bool<br>
> > operator!=(QChar, const QString&)<br>
> > inline bool operator!=(QChar lhs, const QString &rhs)<br>
> Q_DECL_NOTHROW {<br>
> > return !(lhs == rhs); }<br>
> > ^~~~~~~~<br>
> > In file included from /usr/include/qt/QtCore/<wbr>qstring.h:48:0,<br>
> > from /usr/include/qt/QtCore/<wbr>qobject.h:47,<br>
> > from /usr/include/qt/QtCore/<wbr>qiodevice.h:45,<br>
> > from /usr/include/qt/QtCore/<wbr>qdatastream.h:44,<br>
> > from /usr/include/qt/QtGui/qregion.<wbr>h:49,<br>
> > from /usr/include/qt/QtGui/qevent.<wbr>h:45,<br>
> > from /usr/include/qt/QtGui/QList:1,<br>
> > from loggingserver.cpp:5:<br>
> > /usr/include/qt/QtCore/qchar.<wbr>h:576:30: note: candidate: constexpr bool<br>
> > operator!=(QChar, QChar)<br>
> > Q_DECL_CONSTEXPR inline bool operator!=(QChar c1, QChar c2)<br>
> > Q_DECL_NOTHROW { return !operator==(c1, c2); }<br>
> > ^~~~~~~~<br>
> ><br>
><br>
> What version of Qt are you trying to build against?<br>
><br>
> You should use 5.7 at this time, we've had a report of issues with<br>
> 5.8.<br>
><br>
><br>
> Regards<br>
> Stuart<br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> mythtv-users mailing list<br>
</div></div>> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a> <mailto:<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.<wbr>org</a>><br>
> <a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br>
> <<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a>><br>
> <a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>
<div class="HOEnZb"><div class="h5">> <<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a>><br>
> MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
><br>
><br>
><br>
><br>
> --<br>
> Marty<br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> mythtv-users mailing list<br>
> <a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
> <a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br>
> <a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>
> MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
><br>
<br>
______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div>Marty</div></div>
</div>