Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 84256 - [PATCH] Fix dbus compilation when qt4 is installed.
Summary: [PATCH] Fix dbus compilation when qt4 is installed.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
: 84384 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-05 17:46 UTC by Simone Gotti (RETIRED)
Modified: 2005-07-13 23:18 UTC (History)
2 users (show)

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


Attachments
dbus-0.23-qt.patch (dbus-0.23-qt.patch,1010 bytes, patch)
2005-03-05 17:49 UTC, Simone Gotti (RETIRED)
Details | Diff
dbus-0.23.2.ebuild.patch (dbus-0.23.2.ebuild.patch,542 bytes, patch)
2005-03-05 17:50 UTC, Simone Gotti (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simone Gotti (RETIRED) gentoo-dev 2005-03-05 17:46:18 UTC
dbus with use QT enabled needs qt3 and won't work with qt4. Its build system has a little bug that will broke the compilation. It's also different from the current kde one that will find automatically the right qt to use so we have to force it.

Here there's a patch for the build system and a patch for the latest ebuild. 
Please review.
Thanks.
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2005-03-05 17:49:16 UTC
Created attachment 52757 [details, diff]
dbus-0.23-qt.patch

Updated qt patch. It hardcodes the "moc" path to the qt3 dir, or it will find
the qt4's moc as it's previous in the $PATH.
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2005-03-05 17:50:09 UTC
Created attachment 52758 [details, diff]
dbus-0.23.2.ebuild.patch

make the qt deps:  =x11-libs/qt-3*
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2005-03-05 17:52:34 UTC
He, he Simone: Please use "New -> Gentoo Linux -> Component: Ebuilds" in future. Infrastructure is not the correct addressee. :P
Comment 4 foser (RETIRED) gentoo-dev 2005-03-09 02:10:19 UTC

*** This bug has been marked as a duplicate of 84384 ***
Comment 5 Simone Gotti (RETIRED) gentoo-dev 2005-03-09 06:18:30 UTC
*** Bug 84384 has been marked as a duplicate of this bug. ***
Comment 6 Simone Gotti (RETIRED) gentoo-dev 2005-03-09 06:18:59 UTC
Changing resolution.
Comment 7 foser (RETIRED) gentoo-dev 2005-03-09 08:09:17 UTC
stop being silly & creating bugspam
Comment 8 foser (RETIRED) gentoo-dev 2005-03-15 14:32:00 UTC
added fixed dep to 0.23.4
Comment 9 Lachlan Pease 2005-07-11 07:39:35 UTC
A rather simpler, non-version dependant way of fixing this is merely to set
QT_MOC=/usr/qt/3/bin/moc before running econf, in the ebuild. It requires no
patches and no maintenance.
Comment 10 Christian Hesse 2005-07-13 23:18:09 UTC
So can you please add this to the ebuild? dbus-0.23.4-r1 still does not include  
it. 
 
Thanks.