Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 186317 - net-misc/openssh has wrong dependencies
Summary: net-misc/openssh has wrong dependencies
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-23 09:54 UTC by Philipp Riegger
Modified: 2007-07-24 04:16 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 Philipp Riegger 2007-07-23 09:54:14 UTC
When installing current stable openssh with USE="X509 ldap" i get a message like "Ldap and smartcard are not supported when X509 is used. Disabling ldap and smartcard".
So these features are not built, but the dependencies are still there. Theese should be changed to something like "!X509? ( ldap? ( foo ) )".

The same is probably valid for smartcard, but i did not check this.
Comment 1 SpanKY gentoo-dev 2007-07-23 17:18:29 UTC
dont know what you're really referring to

the openssh only pulls in ldap when USE=ldap
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-07-23 21:11:16 UTC
(In reply to comment #1)
> the openssh only pulls in ldap when USE=ldap

Which is useless w/ USE=X509 as ldap gets disabled (same with dev-libs/opensc, smartcard support is also disabled w/ USE=X509). virtual/pam dependency is equally unneeded w/ USE=static, pam gets disabled.
Comment 3 SpanKY gentoo-dev 2007-07-24 04:16:46 UTC
not worth the effort of tracking this since these things change between release according to patch differences

if you have USE=ldap on your system then you're going to have ldap pulled in somehow ... whether it's by openssh is irrelevant