Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137918 - cmake path to kde plugin missing
Summary: cmake path to kde plugin missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Black (RETIRED)
URL: http://bugs.kde.org/show_bug.cgi?id=1...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-25 03:10 UTC by Michael Siebert
Modified: 2006-07-04 06:12 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Siebert 2006-06-25 03:10:53 UTC
I tried to compile games-strathegy/boson and it failed. I submitted a bugreport to the KDE guys and they found out what was wrong: cmake-2.4.2 needs a little patch, see http://bugs.kde.org/show_bug.cgi?id=129737

I tried it out and now boson compiles and works.
Comment 2 Daniel Black (RETIRED) gentoo-dev 2006-06-29 23:44:53 UTC
I'll take care of this one (and bug 135816)
Comment 3 Daniel Black (RETIRED) gentoo-dev 2006-06-30 01:50:14 UTC
thanks Michael for going all the way and getting an answer off the kde folks.

I really appreciate this kind of dedication.

Hopefully I've read/applied and tested it ok and it works now. I compiled the boson-0.12 without the error in kde bug 129737. Please tell me if it isn't fixed for you.
Comment 4 Michael Siebert 2006-06-30 23:07:07 UTC
I removed the entry from /usr/share/cmake/Modules/kde3uic.cmake and compiled the svn version. Now the bug does not occur anymore (the svn version is still buggy, but a "make -k" does it).
Comment 5 Daniel Black (RETIRED) gentoo-dev 2006-07-01 01:53:45 UTC
(In reply to comment #4)
> I removed the entry from /usr/share/cmake/Modules/kde3uic.cmake
ok. And replaced it with what cmake-2.4.2-r1 installed?

> and compiled
> the svn version.

of cmake or boson?

> Now the bug does not occur anymore
So cmake-2.4.2-r1 in portage is ok right?

> (the svn version is still
> buggy,

> but a "make -k" does it).
in boson particually or for cmake compile failures in general?

Comment 6 Michael Siebert 2006-07-02 00:15:41 UTC
I'm talking of boson ;) Boson compiles with some errors, but these are not related to cmake. What they did is using their own kde3uic.cmake, ignoring the system's default.

There are two ways to solve the problem:
- Clean version: Providing a patch to cmake as in "Description"
- Dirty hack: Let boson use its own files as in Comment #1

Both options work, but the second one is first dirtier, since other programs still  suffer from the cmake bug and more difficult to implement, since we either have to wait for the next release or to build a patch for the current - and I don't know the minimum set of changes needed to introduce the patched files.

So what I suggest is to patch cmake by changing the kde3uic.cmake as in http://www.cmake.org/Bug/bug.php?op=show&bugid=3324&pos=0
The solution provided there is a very general one, that means especially independend of the kde version.
Comment 7 Daniel Black (RETIRED) gentoo-dev 2006-07-02 00:48:34 UTC
(In reply to comment #6)
> I'm talking of boson ;) Boson compiles with some errors, but these are not
> related to cmake. What they did is using their own kde3uic.cmake, ignoring the
> system's default.

Ok. makes more sense now.

> There are two ways to solve the problem:
> - Clean version: Providing a patch to cmake as in "Description"

Hopefully done in cmake-2.4.2-r1.

> - Dirty hack: Let boson use its own files as in Comment #1
> 
> Both options work, but the second one is first dirtier, since other programs
> still  suffer from the cmake bug and more difficult to implement, since we
> either have to wait for the next release or to build a patch for the current -
> and I don't know the minimum set of changes needed to introduce the patched
> files.

Hopefully I've done it right. It seemed to have the right results by all documentation that I could sanely read.

> 
> So what I suggest is to patch cmake by changing the kde3uic.cmake as in
> http://www.cmake.org/Bug/bug.php?op=show&bugid=3324&pos=0

Yes I took those two patches and made them into this patch:
/usr/portage/dev-util/cmake/files/cmake-2.4.2-kde.patch

> The solution provided there is a very general one, that means especially
> independend of the kde version.
 
I was grateful for it too.
Comment 8 Michael Siebert 2006-07-04 06:12:14 UTC
I emerged cmake-2.4.2-r1 and now I can compile boson without problems.