Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518750 - net-misc/icaclient should RDEPEND on app-crypt/mit-krb5
Summary: net-misc/icaclient should RDEPEND on app-crypt/mit-krb5
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal critical (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 548428
  Show dependency tree
 
Reported: 2014-08-01 15:14 UTC by Mark Tomich
Modified: 2016-10-10 06:15 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 Mark Tomich 2014-08-01 15:14:59 UTC
/opt/Citrix/ICAClient/VDMSSPI.DLL and /opt/Citrix/ICAClient/lib/libkcpm.so from icaclient depend upon libgssapi_krb5.so.2 provided by mit-krb5.

Reproducible: Always

Steps to Reproduce:
1. emerge -C mit-krb5 icaclient
2. emerge icaclient
3. ldd /opt/Citrix/ICAClient/lib/libkcpm.so /opt/Citrix/ICAClient/VDMSSPI.DLL|grep krb
Actual Results:  
libgssapi_krb5.so.2 is not found

Expected Results:  
libgssapi_krb5.so.2 should be found

NB: the other krb5 implementation providing virtual/krb5 (heimdal) does *not* provide the required .so library; thus, the RDEPEND should be upon app-crypt/mit-krb5 and *not* virtual/krb5.
Comment 1 Mark Tomich 2014-08-01 15:18:42 UTC
NB: I reproduced this with net-misc/icaclient-12.1.0.
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-10-07 14:39:06 UTC
Does this still happen with icaclient-13 series?
Comment 3 Mark Tomich 2016-10-07 19:10:48 UTC
It looks like the referenced .so is now static (at least in v13.2.1.328635) and the mentioned DLL no longer exists.  Additionally, none of the other .so and .DLL files found in this version have a dependency upon any of the *krb* libraries.  Resolving as upstream.
Comment 4 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2016-10-10 06:15:02 UTC
It's rather an obsolete problem.