Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 3327

Summary: gtk 2 needs pango
Product: Gentoo Linux Reporter: Chris Moore <kurisu>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Chris Moore 2002-06-02 10:49:28 UTC
checking Pango flags...   -I/usr/include/pango-1.0 -I/usr/X11R6/include
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2   
 -lpangox-1.0 -lpangoxft-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl
-lglib-2.0  
checking for pango_context_new in -lpango-1.0... no
configure: error:
*** Can't link to Pango. Pango is required to build
*** GTK+. For more information see http://www.pango.org

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 48, Exitcode 1
!!! (no error message)

!!! emerge aborting on  /usr/portage/x11-libs/gtk+/gtk+-2.0.3.ebuild .
Comment 1 Spider (RETIRED) gentoo-dev 2002-06-02 10:53:17 UTC
you have a broken version of freetype (2.1.0) installed

remove freetype 2.1.0 and reinstall 2.0.9 and it will work.

 (( emerge -C freetype  ))
emerge freetype
emerge pango gtk+