Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81515 - kdesktop-3.4.0_beta2 does not use freetype
Summary: kdesktop-3.4.0_beta2 does not use freetype
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-10 09:51 UTC by Adrian von Buttlar
Modified: 2005-05-12 10:12 UTC (History)
0 users

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 Adrian von Buttlar 2005-02-10 09:51:17 UTC
KFontInstall control module got disabled from compilation
because of missing FreeType 2.x libraries/headers.
You can download the freetype library from http://www.freetype.org/.

even though freetype is installed:
media-libs/freetype-2.1.5-r1 *
media-libs/freetype-1.3.1-r4 *

[ebuild   R   ] media-libs/freetype-2.1.5-r1  -bindist -cjk -debug -doc +zlib


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Adrian von Buttlar 2005-02-10 09:53:37 UTC
getting the same message in ksplashml. wonder why.
Comment 2 Carsten Lohrke (RETIRED) gentoo-dev 2005-02-10 10:14:44 UTC

*** This bug has been marked as a duplicate of 78206 ***
Comment 3 Simone Gotti (RETIRED) gentoo-dev 2005-02-10 14:30:53 UTC
I don't think the bug is a problem in freetype but only the fact that the error message is in the file kdebase-x.x.x/configure.in.bot that is extracted for every ebuild while the check is in file  and it's not extracted for every ebuild but only for the control center module.

So the solution is to fix it upstream moving that error message in a new file called kdebase-x.x.x/kcontrol/kfontinst/configure.in.bot
Comment 4 Dan Armak (RETIRED) gentoo-dev 2005-02-11 04:32:28 UTC
Yeah, almost every module has harmless error messages like that coming from its
toplevel configure.in.bot. Should be fixed centrally.
The problem is that in many cases those errors are pertinent to severas
subdirs and so can't be relocated to a configure.in.bot in just one of them;
but if you copy it to all of them, it'll get printed several times (when
building the entire module). Maybe there's an autoconf trick to get around 
this.
Comment 5 Simone Gotti (RETIRED) gentoo-dev 2005-02-11 05:57:39 UTC
Yeah. I've changed the freetype check as it's only related to the /kcontrol/kfontinst/ dir. So I'll test it and commit it upstream.

If I found other similar problems in other modules I'll try fix them. I'll also try to add some configure flags to enable/disable some library/programs checks like I did in the akode ones.
Comment 6 Simone Gotti (RETIRED) gentoo-dev 2005-02-12 08:14:20 UTC
I commited the fix upstream. No one complained again :D.

I'll leave this open to avoid duplicates (I hope) until the message will disapper in the future kde 3.4 rc.
Comment 7 Simone Gotti (RETIRED) gentoo-dev 2005-02-12 08:14:39 UTC
...
Comment 8 Gregorio Guidi (RETIRED) gentoo-dev 2005-05-12 10:12:17 UTC
Should be fixed now.