Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 353347 - net-misc/icaclient-11.100-r1 should RDEPEND on app-emulation/emul-linux-x86-motif
Summary: net-misc/icaclient-11.100-r1 should RDEPEND on app-emulation/emul-linux-x86-m...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Christian Faulhammer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-31 21:45 UTC by Arnaud Lech
Modified: 2011-02-05 20:08 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 Arnaud Lech 2011-01-31 21:45:20 UTC
Since version 20110129 app-emulation/emul-linux-x86-xlibs doesn't provide libXm.so.4 anymore, whereas it's needed for icaclient.
A dependency against app-emulation/emul-linux-x86-motif should be added for newer emul-linux-x86-xlibs.

Reproducible: Always

Steps to Reproduce:
1. emerge icaclient on amd64 (with latest emul-linux-x86-*)
2. launch /opt/ICAClient/wfcmgr


Actual Results:  
Fails on missing libXm.so.4

Expected Results:  
wfcmgr works fine.
Comment 1 Christian Faulhammer (RETIRED) gentoo-dev 2011-02-02 20:35:55 UTC
This should be fixed now, please report back if you find any problems.  Thanks for the notice.
Comment 2 Ulrich Müller gentoo-dev 2011-02-05 20:08:55 UTC
Small typo in your fix, the second dependency should be < not <=.

        || (
           ( >=app-emulation/emul-linux-x86-xlibs-20110129 >=app-emulation/emul-linux-x86-motif-20110129  )
-           <=app-emulation/emul-linux-x86-xlibs-20110129
+           <app-emulation/emul-linux-x86-xlibs-20110129
        )