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

Bug 20729

Summary: pygtk missing a dependancy
Product: Gentoo Linux Reporter: Lawren Burch <sircaren>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: 1.4_rc4   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Lawren Burch 2003-05-09 21:35:25 UTC
pygtk requires the pango libraries, but the ebuild doesn't list pango as a
dependancy.  I had to manually emerge pango.  In addition I had to manually
create a symlink like so:

ln -s /usr/lib/libpangoft2-1.0.la /usr/lib/libpangoxft-1.0.la

pygtk would not build without this file
Comment 1 Alastair Tse (RETIRED) gentoo-dev 2003-07-18 20:19:13 UTC
reassigning. dunno why it was assigned to roughneck in the first place.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2003-07-18 20:23:10 UTC
well, you didn't say which version of pygtk or pango you were having problems with?

pygtk-1.99* are the ones that need pango, and they have that as a dep already (don't know when that was added or whether they always had them before). 

as for pango missing pangoxft-1.0.la, that should be created by pango. try re-emerging pango because it seems like a broken installation on your machine.