Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81645 - net.lo in baselayout-1.11-9-r1 uses /bin/sort but does not depend on coreutils that provides it
Summary: net.lo in baselayout-1.11-9-r1 uses /bin/sort but does not depend on coreutil...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 11:12 UTC by Peter Stuge
Modified: 2005-04-01 17:05 UTC (History)
1 user (show)

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


Attachments
Addes sys-apps/coreutils to RDEPEND (coreutils_rdepend.patch,399 bytes, patch)
2005-02-11 11:16 UTC, Peter Stuge
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Stuge 2005-02-11 11:12:35 UTC
While doing some work on a server that hasn't been touched in a while, I wanted to use the iproute2 module in /etc/conf.d/net so emerged ~x86 baselayout which is currently 1.11.9-r1. net.lo in there uses /bin/sort for sorting, but the ebuild doesn't depend on coreutils, which provides /bin/sort.


Reproducible: Always
Steps to Reproduce:
emerge baselayout without having coreutils

Actual Results:  
beta init.d # ./net.tap0 start
 * Starting tap0
/etc/init.d/net.tap0: line 57: /bin/sort: No such file or directory
 *       iproute2 is not a valid module (missing provides)


Expected Results:  
beta init.d # ./net.tap0 start
 * Starting tap0 [ok]
Comment 1 Peter Stuge 2005-02-11 11:16:30 UTC
Created attachment 51015 [details, diff]
Addes sys-apps/coreutils to RDEPEND

Untested since I emerged coreutils manually, but I think it should work.
Comment 2 SpanKY gentoo-dev 2005-04-01 17:05:55 UTC
updated in cvs