Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543622 - app-crypt/qca-2.1.0.3 fails to build with Qt 5.5
Summary: app-crypt/qca-2.1.0.3 fails to build with Qt 5.5
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Crypto team [DISABLED]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-17 15:46 UTC by francesco florian
Modified: 2015-04-02 14:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
'emerge --info' output (emergeinfo,5.87 KB, text/plain)
2015-03-17 15:46 UTC, francesco florian
Details
build log (build.log,37.57 KB, text/x-log)
2015-03-29 19:39 UTC, francesco florian
Details
build log (build.log,35.05 KB, text/x-log)
2015-04-01 12:32 UTC, francesco florian
Details
build log (build.log,37.40 KB, text/x-log)
2015-04-01 13:20 UTC, francesco florian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description francesco florian 2015-03-17 15:46:09 UTC
Created attachment 399128 [details]
'emerge --info' output

/var/tmp/portage/app-crypt/qca-2.1.0.3/work/qca-qt5-2.1.0.3/include/QtCrypto/qca_basic.h:325:
14: error: 'QIODevice' has not been declared
  void update(QIODevice *file);


adding

#include <QIODevice>

in qca-qt5-2.1.0.3/include/QtCrypto/qca_basic.h makes it compile
Comment 1 Michael Palimaka (kensington) gentoo-dev 2015-03-17 16:00:51 UTC
Please attach build log.
Comment 2 francesco florian 2015-03-29 19:39:45 UTC
Created attachment 400070 [details]
build log
Comment 3 Michael Palimaka (kensington) gentoo-dev 2015-03-30 14:15:34 UTC
Can you try with ccache disabled please?
Comment 4 francesco florian 2015-04-01 12:32:55 UTC
Created attachment 400334 [details]
build log
Comment 5 Michael Palimaka (kensington) gentoo-dev 2015-04-01 12:34:13 UTC
(In reply to francesco.florian94 from comment #4)
> Created attachment 400334 [details]
> build log

> FEATURES:   ccache
Comment 6 francesco florian 2015-04-01 13:20:25 UTC
Created attachment 400336 [details]
build log

sorry, the previous one was wrong
Comment 7 Michael Palimaka (kensington) gentoo-dev 2015-04-01 13:56:59 UTC
Are you using qt 5.5.9999 or 5.9999?
Comment 8 francesco florian 2015-04-01 14:56:19 UTC
it seems qt 5.9999 (i emerged @qt5-essentials @qt5-tools @qt5-addons)
two exceptions are
dev-qt/qtsensors-5.4.1 
dev-qt/qtpositioning-5.4.1
Comment 9 Michael Palimaka (kensington) gentoo-dev 2015-04-02 14:06:48 UTC
Thanks, fixed in CVS.

+  02 Apr 2015; Michael Palimaka <kensington@gentoo.org>
+  +files/qca-2.1.0.3-qt55.patch, qca-2.1.0.3.ebuild:
+  Backport patch from upstream to solve build failure with Qt 5.5 wrt bug
+  #543622.