Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 550160 - dev-qt/qtquickcontrols-5.4.1 needs a patch
Summary: dev-qt/qtquickcontrols-5.4.1 needs a patch
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-22 11:22 UTC by Helmut Jarausch
Modified: 2015-06-14 14:53 UTC (History)
0 users

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


Attachments
patch to add the QT_NO_QWARNING_MACRO (qtquickcontrols-5.4.1-QWARNING.patch,401 bytes, patch)
2015-05-22 11:22 UTC, Helmut Jarausch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2015-05-22 11:22:15 UTC
Created attachment 403760 [details, diff]
patch to add the QT_NO_QWARNING_MACRO

qtquickcontrols-5.4.1 use the macro QT_NO_QWARNING_MACRO which isn't contained
in the qt5 headers.

Simply copying the macro definition from the qt4 headers does the job.
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2015-05-27 09:45:36 UTC
What is the problem you are trying to solve?
Comment 2 Helmut Jarausch 2015-06-14 14:35:05 UTC
(In reply to Davide Pesavento from comment #1)
> What is the problem you are trying to solve?

Quite simple, I'd like to emerge it. As I said before, it doesn't compile here
without my patch.
Comment 3 Davide Pesavento (RETIRED) gentoo-dev 2015-06-14 14:53:34 UTC
(In reply to Helmut Jarausch from comment #2)
> As I said before, it doesn't compile here without my patch.

No, you never said that before.
Also, you're supposed to attach your emerge --info and a full build.log of the failure, especially since I cannot reproduce it.