Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284639 - [x11-libs/qt-xmlpatterns-4.6.0_alpha_pre1] [qting-edge overlay] - missing files for compilation
Summary: [x11-libs/qt-xmlpatterns-4.6.0_alpha_pre1] [qting-edge overlay] - missing fil...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-11 20:32 UTC by Rafal Lalik
Modified: 2009-09-27 20:15 UTC (History)
0 users

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


Attachments
fixed errors with missing headers (qt-xmlpatterns-4.6.0_alpha_pre1.ebuild,687 bytes, text/plain)
2009-09-11 20:33 UTC, Rafal Lalik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rafal Lalik 2009-09-11 20:32:36 UTC
Because of missing files for compilation (missing headers) here I present fixed version of the ebuild. The differences are shown below:

--- x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.6.0_alpha_pre1.ebuild 2009-09-09 22:53:45.000000000 +0200
+++ x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.6.0_alpha_pre1.ebuild 2009-09-10 08:14:53.000000000 +0200
@@ -17,9 +17,11 @@
 QT4_EXTRACT_DIRECTORIES="${QT4_TARGET_DIRECTORIES}
 include/QtCore
 include/QtNetwork
+include/QtXml
 include/QtXmlPatterns
 src/network/
-src/corelib/"
+src/corelib/
+src/xml/stream"

 QCONFIG_ADD="xmlpatterns"
 QCONFIG_DEFINE="QT_XMLPATTERNS"

Regards,
Rafal
Comment 1 Rafal Lalik 2009-09-11 20:33:11 UTC
Created attachment 203833 [details]
fixed errors with missing headers
Comment 2 Wormo (RETIRED) gentoo-dev 2009-09-18 05:59:28 UTC
Thanks for another patch; assigning to qt team.
Comment 3 Dominik Kapusta (RETIRED) gentoo-dev 2009-09-18 06:48:09 UTC
Rafal, this was fixed several days ago in qting-edge[1]. If you can, please resync your overlay and verify that it's working.

[1] http://github.com/gentoo-qt/qting-edge/blob/master/x11-libs/qt-xmlpatterns/qt-xmlpatterns-4.6.0_alpha_pre1.ebuild
Comment 4 Alex Alexander (RETIRED) gentoo-dev 2009-09-27 10:52:23 UTC
This has been fixed by Dominik :)
Comment 5 Rafal Lalik 2009-09-27 20:05:15 UTC
I have been AFK for several days. Dominik, I know it is already fixed, but when I was reporting bug (2009-09-11) it haven't been done yet. You replied one week after bug report. I glad it works now.

Cheers,
Rafal
Comment 6 Dominik Kapusta (RETIRED) gentoo-dev 2009-09-27 20:15:49 UTC
Sure, I was aware of dates.
Still, I noticed this bug several days after fixing ;-) Thanks for reporting.