Summary: | =dev-qt/qtquick1-5.4.2 fails to build with GCC 5.3.0 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Peter Asplund <azpegath> |
Component: | [OLD] Library | Assignee: | Qt Bug Alias <qt> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
Patch
New ebuild |
Description
Peter Asplund
2016-04-03 13:20:43 UTC
Created attachment 429570 [details, diff]
Patch
Created attachment 429572 [details]
New ebuild
This worked for me to get it to compile, hope it's useful! I think it should be #include <QtCore/qdatastream.h> Wait a second, why are you trying to build qtquick1-5.4.2 against qt*-5.6.0 ? Anyway, this bug was fixed upstream long ago[1], before 5.5.0. And 5.4.2 is no longer in the tree. [1] http://code.qt.io/cgit/qt/qtquick1.git/commit/?id=802ac9c0af4617246d496157448064bd85b738c3 It also has nothing to do with gcc-5 (In reply to Davide Pesavento from comment #5) > Wait a second, why are you trying to build qtquick1-5.4.2 against qt*-5.6.0 ? > > Anyway, this bug was fixed upstream long ago[1], before 5.5.0. And 5.4.2 is > no longer in the tree. > > [1] > http://code.qt.io/cgit/qt/qtquick1.git/commit/ > ?id=802ac9c0af4617246d496157448064bd85b738c3 Hi, I'm sorry I was mistaken for the reason it failed, I just saw that it started happening. I actually have NO IDEA why I'm getting these versions, since they are all marked as "(deprecated)" in their description. I know that it is because I have the qt repository installed via Layman, but that was only because I wanted the latest version of QtCreator, and at the time the main tree was several versions behind. All the Qt packages has been updated to 5.6.0 in the Qt overlay, except qtquick1. It seems like dropbox is the (bastard) app that is pulling it in.. :'( root@skare$ equery d qtquick1 * These packages depend on qtquick1: net-misc/dropbox-3.17.31 (X ? dev-qt/qtquick1:5) We might need to unpin the qt dependencies in qtquick1. 5.5.1 has been working ok against 5.6.0 for a while here. (In reply to Michael Palimaka (kensington) from comment #9) > We might need to unpin the qt dependencies in qtquick1. 5.5.1 has been > working ok against 5.6.0 for a while here. Ah yes, thanks for reminding me. I was expecting a 5.6.0 release for qtquick1, like they did for qtwebkit, but at this point it's clear that it's not gonna happen. Which is very weird if you consider that they did release a qtquick1-5.7.0_alpha... meh. |