Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 297796 - x11-misc/pypanel depends on imlib2 with X USE flag active
Summary: x11-misc/pypanel depends on imlib2 with X USE flag active
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-21 16:15 UTC by Henrique Rodrigues
Modified: 2009-12-27 13:38 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 Henrique Rodrigues 2009-12-21 16:15:04 UTC
On a minimal system I've installed pypanel, but it failed to work:

Traceback (most recent call last):
  File "/usr/bin/pypanel", line 892, in <module>
    from ppmodule import ppinit, ppshade, ppicon, ppfont, ppfontsize, ppclear
ImportError: /usr/lib/python2.6/site-packages/ppmodule.so: undefined symbol: imlib_context_set_display

After compiling imlib2 with the "X" USE flag active, it works fine. Afterwards I've compiled imlib2 without the "X" USE flag, again, and again it failed with the same error.

I guess this means that x11-misc/pypanel depends on imlib2 with X USE flag active.

Reproducible: Always

Steps to Reproduce:
Comment 1 Ben de Groot (RETIRED) gentoo-dev 2009-12-27 13:38:20 UTC
Fixed without revbump. Thanks for reporting!