Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 543918 - sys-app/paludis-2.2.0 does not handle ebuild logic for samba-4.17
Summary: sys-app/paludis-2.2.0 does not handle ebuild logic for samba-4.17
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
: 549576 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-03-20 15:34 UTC by Harris Landgarten
Modified: 2018-09-19 11:45 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 Harris Landgarten 2015-03-20 15:34:17 UTC
with the introduction of samba-4.0 and above the smbclient use flag used to pull in the samba client was changed to a client use flag in the new versions.

Because of this, gnome-control-center and gvfs both have logic in their ebuilds which is meant to handle both new and old samba versions with their smbclient or client use flags as appropriate. The ebuild line in gvfs that handles this logic is:

samba? ( || ( >=net-fs/samba-3.4.6[smbclient] >=net-fs/samba-4[client] ) )

with samba-4.17 is already installed with client use flag enabled

cave resolve gvfs causes paludis to attempt to downgrade samba to 3.6.25

If the order is reversed in the ebuild line to:

samba? ( || ( >=net-fs/samba-4[client] >=net-fs/samba-3.4.6[smbclient] ) )

then paludis works as expected.

The same issue can be shown in gnome-control-center.

Obviously paludis is handling this logic differently than portage.
Comment 1 Pacho Ramos gentoo-dev 2016-08-15 08:44:36 UTC
*** Bug 549576 has been marked as a duplicate of this bug. ***
Comment 2 Pacho Ramos gentoo-dev 2016-08-17 09:11:01 UTC
*** Bug 549576 has been marked as a duplicate of this bug. ***
Comment 3 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2018-09-19 11:45:59 UTC
Paludis has been removed from the tee.