Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 13896] gcc34 compile fails when root has a shell other than bash

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 13896] gcc34 compile fails when root has a shell other than bash
  • Date: 18 Jul 2007 18:00:54 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13896





------- Additional Comments From wich AT stack.nl 2007-07-18 13:00 -------
# vim /etc/passwd (set root shell to /bin/tcsh)
# ^D
> su
# ls -ald /bin/sh
lrwxrwxrwx 1 root root 4 2007-06-19 18:33 /bin/sh -> bash
# cast -c gcc34
<snip/>
make[3]: Entering directory `/usr/src/gcc-3.4.6.bld/gcc/fixinc'
/bin/tcsh /usr/src/gcc-3.4.6/gcc/fixinc/genfixes machname.h
SHELL=/bin/sh: Command not found.
export: Command not found.
if: Expression Syntax.
# vim /etc/passwd (set root shell to /bin/bash)
# ^D
> su
# cast -c gcc34
<snip/>
Spells installed successfully:
------------------------------
gcc34

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




Archive powered by MHonArc 2.6.24.

Top of Page