Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82394 - gtk+-2.6.2 failed to emerge using xorg-x11-6.8.2
Summary: gtk+-2.6.2 failed to emerge using xorg-x11-6.8.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: AMD64 All
: High normal (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
: 82225 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-02-17 12:51 UTC by Kris Kersey (RETIRED)
Modified: 2005-07-20 11:18 UTC (History)
3 users (show)

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


Attachments
config.log of error (config.log,59.57 KB, text/plain)
2005-02-17 12:55 UTC, Kris Kersey (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kris Kersey (RETIRED) gentoo-dev 2005-02-17 12:51:39 UTC
On a clean install of 2004.3 AMD64, I can not emerge gtk+-2.6.2.  Portage is up-to-date as of time of writing this bug.

Error:
checking for freetype-config... /usr/bin/freetype-config
checking For sufficiently new FreeType (at least 2.0.1)... yes
configure: error: Xft Pango backend is required for x11 target

Pango is installed: pango-1.8.0
xorg-x11 is installed: xorg-x11-6.8.2

I will attach the config.log
Comment 1 Kris Kersey (RETIRED) gentoo-dev 2005-02-17 12:55:55 UTC
Created attachment 51468 [details]
config.log of error
Comment 2 foser (RETIRED) gentoo-dev 2005-02-18 06:29:06 UTC
pango is built without xft backend for some reason, find out why that is.
Comment 3 Raffi Chaglassian 2005-02-19 16:38:49 UTC
PKG_CONFIG_PATH is probably set to non 64 bit lib.

running the following should fix this:

PKG_CONFIG_PATH="/usr/lib64/pkgconfig" 
export PKG_CONFIG_PATH

also see http://forums.gentoo.org/viewtopic-t-264359-start-0-postdays-0-postorder-asc-highlight-pango+xft+backend.html
Comment 4 foser (RETIRED) gentoo-dev 2005-02-20 08:22:48 UTC
arch specific libdir stuff then.
Comment 5 Simon Strandman 2005-02-21 03:40:03 UTC
I had this problem too. Why isn't PKG_CONFIG_PATH set in the first place? I added PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/lib64/pkgconfig" to my /etc/env.d/00basic to make it work.
Comment 6 Simon Strandman 2005-02-21 04:05:32 UTC
I think the main problem here is when /usr/lib64 is a directory and not a symlink to /usr/lib. I moved everything over from /usr/lib64 to /usr/lib, removed /usr/lib64 and symlinked it to /usr/lib. That did not only fix the compilation of pango/gtk+ but also several other packages like qt and jpeg.
Comment 7 Tom Martin (RETIRED) gentoo-dev 2005-02-27 02:19:39 UTC
*** Bug 82225 has been marked as a duplicate of this bug. ***
Comment 8 Kris Kersey (RETIRED) gentoo-dev 2005-07-20 11:18:01 UTC
I'm no longer having any problem with this.  I'll close it out.