Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198874 - x11-wm/icewm-1.2.32 automagic dependency on libSM and libICE
Summary: x11-wm/icewm-1.2.32 automagic dependency on libSM and libICE
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High minor
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-12 00:07 UTC by Sascha G.
Modified: 2008-04-14 03:07 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
icewm-1.2.32.ebuild.diff (ICEDIFF,808 bytes, patch)
2007-11-12 00:08 UTC, Sascha G.
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha G. 2007-11-12 00:07:45 UTC
Currently, the icewm-1.2.32 ebuild does not handle the session libraries (libSM / libICE) dependency correctly. If these are installed, icewm will be automatically linked against those:

$ readelf -d /usr/bin/icewm

Dynamic section at offset 0xe9e14 contains 33 entries:
  Tag        Type                         Name/Value
 0x00000001 (NEEDED)                     Shared library: [libSM.so.6]
 0x00000001 (NEEDED)                     Shared library: [libICE.so.6]
 0x00000001 (NEEDED)                     Shared library: [libX11.so.6]
[...]

The attached patch to the ebuild fixes this (I think :-) ), making this optional.
Comment 1 Sascha G. 2007-11-12 00:08:39 UTC
Created attachment 135781 [details, diff]
icewm-1.2.32.ebuild.diff
Comment 2 Steve Dibb (RETIRED) gentoo-dev 2008-04-14 03:07:48 UTC
I'm not a big fan of the idea of adding a use flag for two small X11 deps, so I've included them as a base dependency since 1.2.34.

thanks for the bug report