Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124779 - sys-devel/gcc-config should depend on app-shells/bash
Summary: sys-devel/gcc-config should depend on app-shells/bash
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-03 05:19 UTC by Jaco Kroon
Modified: 2006-03-03 05:23 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaco Kroon 2006-03-03 05:19:30 UTC
We are using the following script to maintain a cross-compiled ARM installation on a pentium4 machine:

---
#! /bin/bash

export CTARGET="armeb-unknown-linux-gnu"
export CHOST="i686-pc-linux-gnu"
export ROOT="/root/perch"
export CFLAGS="-O2 -pipe"

emerge "$@"
---

Now, the first thing we did was emerge gcc (partly because this is a good test that things is working and partly because we need glibc and libstdc++).  We just happened to notice that gcc-config doesn't actually depend on bash.  What would have happened if we were going to install only tsh or busybox inside the ARM environment?

Also, does gcc-config really need to make use of bash or will /bin/sh do?

Is there any plans to switch to using eselect?
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-03-03 05:23:32 UTC
Gentoo won't even boot without bash.