Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3327 - gtk 2 needs pango
Summary: gtk 2 needs pango
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-02 10:49 UTC by Chris Moore
Modified: 2003-02-04 19:42 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 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+