Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 215859 - pango-1.20 breaks Firefox / Thunderbird
Summary: pango-1.20 breaks Firefox / Thunderbird
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 12:12 UTC by Oliver Welter
Modified: 2008-04-04 08:04 UTC (History)
1 user (show)

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 Oliver Welter 2008-04-02 12:12:06 UTC
Firefox / Thunderbird need libpangoxft from x11-libs/pango which is no longer present when emerging pango-1.20 from current portage.
Comment 1 Peter Sääf 2008-04-02 20:09:47 UTC
swany@spiderpig ~/Desktop $ eix -s pango

...

[I] x11-libs/pango
     Available versions:  1.16.5 1.18.3 1.18.4 (~)1.20.0 {X debug doc}
     Installed versions:  1.20.0(08:27:55 PM 03/24/2008)(X -debug -doc)
     Homepage:            http://www.pango.org/
     Description:         Text rendering and layout library


swany@spiderpig ~/Desktop $ slocate libpangoxft
/usr/lib/libpangoxft-1.0.so.0.2000.0
/usr/lib/libpangoxft-1.0.so.0
/usr/lib/libpangoxft-1.0.la
/usr/lib/libpangoxft-1.0.so

Are you sure you don't just need to do a revdep-rebuild ?
Comment 2 Oliver Welter 2008-04-04 08:04:53 UTC
Hmm I guess I got it...

RDEPEND changed and it seems that I got a dependancy problem here during rebuild.
Adding USE="X" and reemerging solved te problem.