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]
Created attachment 51015 [details, diff] Addes sys-apps/coreutils to RDEPEND Untested since I emerged coreutils manually, but I think it should work.
updated in cvs