Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11054 - gtk-2.0.9 fails to configure when using xft-2.0
Summary: gtk-2.0.9 fails to configure when using xft-2.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 11171 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-11-21 09:14 UTC by Haroon Rafique
Modified: 2003-02-04 19:42 UTC (History)
2 users (show)

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


Attachments
config.log for failure (config.log,50.82 KB, application/octet-stream)
2002-11-21 09:15 UTC, Haroon Rafique
Details
plain text config.log for failure (config.log,50.82 KB, text/plain)
2002-11-21 09:18 UTC, Haroon Rafique
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Haroon Rafique 2002-11-21 09:14:34 UTC
gtk-2.0.9 ebuild fails with the following error:

checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XRenderFindFormat in -lXrender... yes
checking for XftFontOpen in -lXft... yes
checking X11/Xft/XftFreetype.h usability... no
checking X11/Xft/XftFreetype.h presence... no
checking for X11/Xft/XftFreetype.h... no
configure: error: pangoxft Pango backend found, but Xft not found

!!! ERROR: x11-libs/gtk+-2.0.9 failed.
!!! Function econf, Line 193, Exitcode 1
!!! econf failed

this is with:

sys-devel/gcc-3.2-r4 *
media-libs/freetype-1.3.1-r3 *
media-libs/freetype-2.1.2-r1 *
x11-libs/xft-2.0-r1 *
x11-libs/pango-1.0.5 *
Comment 1 Haroon Rafique 2002-11-21 09:15:47 UTC
Created attachment 5844 [details]
config.log for failure

The config.log for the failure.
Comment 2 Haroon Rafique 2002-11-21 09:18:36 UTC
Created attachment 5845 [details]
plain text config.log for failure
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-24 13:44:09 UTC
You need to unmask pango-1.1 and gtk+2.1 and use those.  I do with gnome-2.0 and
it works fine.
(just update libgnomeui to latest revision, else you may get segfaults).
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2002-11-24 18:28:14 UTC
After thought:  gtk+-2.0 failing with Xft2.0 installed is not a bug, but rather
a known limitation.  That
is why atk+-1.1, pango-1.1 and gtk+-2.1 is in the works ...
Comment 5 foser (RETIRED) gentoo-dev 2002-11-25 10:26:28 UTC
And you are chosen to test it with us since you unmasked the xft2 ebuild ;) May
i add that you really need libgnomeui-2.0.5-r1 as Azarah said or things will
segfault.
Comment 6 foser (RETIRED) gentoo-dev 2002-11-25 10:43:10 UTC
*** Bug 11171 has been marked as a duplicate of this bug. ***
Comment 7 Haroon Rafique 2002-11-25 11:44:58 UTC
I won't be able to test this anymore since I have a successful compile for:

x11-libs/gtk+-2.1.2

by upgrading to:

x11-libs/pango-1.1.3
dev-libs/atk-1.1.1

sorry...
Comment 8 foser (RETIRED) gentoo-dev 2002-11-25 17:20:37 UTC
that is the test
Comment 9 Leon Chiver 2002-11-26 02:28:37 UTC
I've unmerged xft2, then re-emerged gtk-2.0.9 and got it working. Thanks for
your fast reaction.