Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 284001 - [kde-testing] smb4k depends on net-fs/mount-cifs and blocks net-fs/samba-client
Summary: [kde-testing] smb4k depends on net-fs/mount-cifs and blocks net-fs/samba-client
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: InOverlay
Depends on:
Blocks:
 
Reported: 2009-09-07 18:25 UTC by Eugene Shalygin
Modified: 2009-10-10 21:19 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated dependencies (smb4k-0.10.2.ebuild.patch,243 bytes, patch)
2009-09-28 16:38 UTC, Mike
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eugene Shalygin 2009-09-07 18:25:10 UTC
The dependency should be updated according to new samba packages in the tree 

Reproducible: Always

Steps to Reproduce:
1. update samba to 3.3.7. It will pull samba-client and samba-server packages
2. emerge -pv smb4k
3. "net-fs/mount-cifs" is blocking net-fs/samba-client-3.3.7
Comment 1 Shufeng Zheng 2009-09-10 10:41:29 UTC
I second it. Please update the smb4k ebuild.

(In reply to comment #0)
> The dependency should be updated according to new samba packages in the tree 
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1. update samba to 3.3.7. It will pull samba-client and samba-server packages
> 2. emerge -pv smb4k
> 3. "net-fs/mount-cifs" is blocking net-fs/samba-client-3.3.7
> 

Comment 2 Mike 2009-09-28 16:38:07 UTC
Created attachment 205489 [details, diff]
Updated dependencies

Someone will want to double check it, but I believe this patch will work?
Comment 3 Mike 2009-10-07 18:48:07 UTC
Come to think of it, this patch is only needed *if* you have samba 3.3.7. I wasn't really thinking. So the patch should be something more like:

( || ( net-fs/mount-cifs >=net-fs/samba-client-3.3.7 ) )
but I am not sure of the syntax.
Comment 4 Tomáš Chvátal (RETIRED) gentoo-dev 2009-10-10 21:19:48 UTC
Fixed.