Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53271 - 3ddesktop cannot find KDE
Summary: 3ddesktop cannot find KDE
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jonathan Smith (RETIRED)
URL:
Whiteboard:
Keywords:
: 49576 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-06-07 20:41 UTC by James Roberts-Thomson
Modified: 2005-06-15 14:26 UTC (History)
3 users (show)

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


Attachments
Patch to explicitly define KDE paths to enable KDE support (patch,419 bytes, patch)
2004-06-07 20:43 UTC, James Roberts-Thomson
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Roberts-Thomson 2004-06-07 20:41:49 UTC
As reported on the forums, the 3ddesktop 0.2.6 ebuild can't find KDE, and therefore disables KDE support.

A small modification to the ebuild to explicitly pass the kde includes and library paths to ./configure seems to solve this.

Reproducible: Always
Steps to Reproduce:
1.  Ensure KDE 3.2 is installed (may take some time!)
2.  Emerge x11-misc/3ddesktop-0.2.6
    Note that KDE support is not compiled in.
Comment 1 James Roberts-Thomson 2004-06-07 20:43:57 UTC
Created attachment 32902 [details, diff]
Patch to explicitly define KDE paths to enable KDE support

Here is a patch which passes --with-kde-includes and --with-kde-libraries to
./configure in the ebuild
Comment 2 Brandon Hale (RETIRED) gentoo-dev 2004-09-03 18:06:27 UTC
*** Bug 49576 has been marked as a duplicate of this bug. ***
Comment 3 Jonathan Smith (RETIRED) gentoo-dev 2005-06-15 06:58:36 UTC
(In reply to comment #1)
> Patch to explicitly define KDE paths to enable KDE support

but the problem is... what if a user uses KDE 3.4? 3.3? 3.1? we shouldn't force
them to use a particular version if any version will work...
Comment 4 James Roberts-Thomson 2005-06-15 14:24:58 UTC
(In reply to comment #3)
> but the problem is... what if a user uses KDE 3.4? 3.3? 3.1? we shouldn't force
> them to use a particular version if any version will work...

I raised this bug over 1 year ago - 7th June 2004.

At that time, KDE 3.2 was the version that was released, which is why the
supplied patch specifically targets that version.  Since then, the world has
moved on.  The patch probably should too.  

There are probably better methods now of determining which KDE version is
installed, but now one year on from my original issue, I've a) given up looking
at 3ddesktop, and b) lost all interest in this problem.

You could work out a different way to fix it or just close the bug, I really
don't care any more.  :-)
Comment 5 Jonathan Smith (RETIRED) gentoo-dev 2005-06-15 14:26:57 UTC
sorry, we are a little short staffed... if anyone else cares, reopen

LATER