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

Bug 166940

Summary: sys-apps/baselayout-1.12.9 uses various binaries without proper depends
Product: Gentoo Linux Reporter: Jan Kundrát (RETIRED) <jkt>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jan Kundrát (RETIRED) gentoo-dev 2007-02-15 00:44:04 UTC
$SUBJECT says it all. According to the changelog, this dep was added in 2004 but has been removed after that. My crippled-down system with incomplete "system" target can't boot without /bin/mount :).

I think adding it back won't cause any trouble...
Comment 1 Jan Kundrát (RETIRED) gentoo-dev 2007-02-15 01:07:10 UTC
/sbin/rc: line 348: awk: command not found
/etc/init.d/checkroot: line 33: awk: command not found
/etc/init.d/checkroot: line 73: awk: command not found
/sbin/depscan.sh: line 137: /bin/gawk: No such file or directory
/sbin/depscan.sh: line 131: /bin/gawk: No such file or directory

-> sys-apps/gawk as well

/etc/init.d/bootmisc: line 51: find: command not found
/etc/init.d/bootmisc: line 11: find: command not found
/etc/init.d/bootmisc: line 51: xargs: command not found

-> sys-apps/findutils

/etc/init.d/hostname: line 16: hostname: command not found

-> sys-apps/net-tools
Comment 2 SpanKY gentoo-dev 2007-02-15 04:37:43 UTC
those are system packages, merge them
Comment 3 Roy Marples (RETIRED) gentoo-dev 2007-02-15 08:58:13 UTC
Or add them to your crippled system profile.

Seriously, mount and hostname *should* be part of any unix system.
Comment 4 SpanKY gentoo-dev 2007-02-15 14:02:19 UTC
we dont force the packages because things like busybox could be used instead