Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579618 - net-fs/samba-4.2.9 automagic dependency on dev-libs/cyrus-sasl
Summary: net-fs/samba-4.2.9 automagic dependency on dev-libs/cyrus-sasl
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-11 13:30 UTC by Paolo Pedroni
Modified: 2022-02-23 02:29 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 Paolo Pedroni 2016-04-11 13:30:00 UTC
Running 'emerge --depclean' today I got this:
 * In order to avoid breakage of link level dependencies, one or more
 * packages will not be removed. This can be solved by rebuilding the
 * packages that pulled them in.
 * 
 *   dev-libs/cyrus-sasl-2.1.26-r9 pulled in by:
 *     net-fs/samba-4.2.9 needs libsasl2.so.3
 * 

which, AFAIK, means that some net-fs/samba library or executable is linked to the libsasl2.so.3 library without it being a dependency of the net-fs/samba package.

If I 'emerge -avC cyrus-sasl' and the rebuild net-fs/samba, the latter is rebuilt without errors.