Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 210679

Summary: sys-apps/coreutils have wrong depends on g/fbsd
Product: Gentoo/Alt Reporter: MT <toffanin.mauro>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED WONTFIX    
Severity: normal CC: base-system
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: coreutils-6.10-r1.ebuild.patch
coreutils-6.10-r1.ebuild.patch
coreutils-6.9-r1.ebuild.patch

Description MT 2008-02-19 10:24:03 UTC
sys-apps/coreutils try to inject sys-apps/attr on g/fbsd which is a component provided by freebsd-bin itselft; sys-apps/attr must be inherit only on Linux archs.

attached there is an ebuild patch that fix the problem.

Reproducible: Always
Comment 1 MT 2008-02-19 10:25:17 UTC
Created attachment 143944 [details, diff]
coreutils-6.10-r1.ebuild.patch
Comment 2 MT 2008-02-19 10:46:19 UTC
Created attachment 143950 [details, diff]
coreutils-6.10-r1.ebuild.patch

also sys-apps/acl is a wrong dependency for g/fbsd, this new ebuild patch correct both the problems.
Comment 3 MT 2008-02-19 11:11:52 UTC
Created attachment 143952 [details, diff]
coreutils-6.9-r1.ebuild.patch

also coreutils-6.9 have the same problems; here the ebuild patch for this release.
Comment 4 Doug Goldstein (RETIRED) gentoo-dev 2008-02-19 21:04:11 UTC
I would suggest the BSD team close this bug. coreutils will have a lot more issues then acl/attr support since BSD provides the same utilities already so you would get some serious file collisions.
Comment 5 SpanKY gentoo-dev 2008-04-12 18:47:58 UTC
kernel_linux?() is the wrong check.  these libraries are not specific to linux, nor are they dependent on the kernel.
Comment 6 Alexis Ballier gentoo-dev 2013-08-27 17:34:05 UTC
(In reply to Doug Goldstein from comment #4)
> I would suggest the BSD team close this bug. coreutils will have a lot more
> issues then acl/attr support since BSD provides the same utilities already
> so you would get some serious file collisions.

+1, we don't really need coreutils on fbsd