Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 364459 - x11-libs/pango-1.28.3-r1: libpangocairo-1.0.so.0 seems to automagically depend on libXrender.so.1 regardless of USE=X
Summary: x11-libs/pango-1.28.3-r1: libpangocairo-1.0.so.0 seems to automagically depen...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-22 08:45 UTC by Dennis Schridde
Modified: 2011-04-23 12:45 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 Dennis Schridde 2011-04-22 08:45:20 UTC
I built a binary package of x11-libs/pango-1.28.3-r1 on a host where libXrender.so.1 is present. Now libpangocairo-1.0.so.0 depends on it, even though USE=X was not set. This creates problems on another system where USE=X is also not set, but Xrender is not available.

Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2011-04-22 09:56:09 UTC
Do you get the same with 1.28.4?
Comment 2 Dennis Schridde 2011-04-22 13:24:49 UTC
Have not tried yet, since I am on stable. Will try later.
Comment 3 Dennis Schridde 2011-04-22 13:41:37 UTC
test-pango-3 # tar -xjf /var/cache/portage/packages/x11-libs/pango-1.28.3-r1.tbz2.xrender-backup 
test-pango-3 # scanelf -n usr/lib/libpangocairo-1.0.so
 TYPE   NEEDED FILE 
ET_DYN libcairo.so.2,libpixman-1.so.0,libpng14.so.14,libXrender.so.1,libxcb.so.1,libXau.so.6,libXdmcp.so.6,libX11.so.6,libpangoft2-1.0.so.0,libpango-1.0.so.0,libgobject-2.0.so.0,libgthread-2.0.so.0,libpthread.so.0,libgmodule-2.0.so.0,libdl.so.2,librt.so.1,libglib-2.0.so.0,libm.so.6.1,libfontconfig.so.1,libfreetype.so.6,libz.so.1,libexpat.so.1,libc.so.6.1 usr/lib/libpangocairo-1.0.so 
test-pango-4 # tar -xjf /var/cache/portage/packages/x11-libs/pango-1.28.4.tbz2 
test-pango-4 # scanelf -n usr/lib/libpangocairo-1.0.so
 TYPE   NEEDED FILE 
ET_DYN libpango-1.0.so.0,libgobject-2.0.so.0,libglib-2.0.so.0,libcairo.so.2,libm.so.6.1,libpangoft2-1.0.so.0,libfreetype.so.6,libfontconfig.so.1,libpthread.so.0,libc.so.6.1 usr/lib/libpangocairo-1.0.so 

-> seems fixed in 1.28.4
-> please stabilise it quickly :)
Comment 4 Pacho Ramos gentoo-dev 2011-04-23 12:45:07 UTC
This is fixed then (per out policy we close bugs as fixed when fixed version is in the tree, even in "testing")

Will stabilize it probably around May 4 or so (if we forget, please comment here to remember it to us ;))