Re: make buildworld does nothing

2006-08-22 Thread Oliver Fromme
Doug Barton [EMAIL PROTECTED] wrote: Oliver Fromme wrote: Doug Barton wrote: Tom Hummel wrote: alright, it was bash :( stupid shell. Um, sorry, let's not blame the shell for the BCK (between chair and keyboard) problem. Lots of us use bash as our everyday shell (for

Re: make buildworld does nothing

2006-08-22 Thread Doug Barton
Oliver Fromme wrote: Me too. That's why I have this in my ~/.zshrc: That's the great thing about Unix, more than one way to do things. :) Doug -- This .signature sanitized for your protection ___ freebsd-stable@freebsd.org mailing list

Re: make buildworld does nothing

2006-08-21 Thread Oliver Fromme
Doug Barton wrote: Tom Hummel wrote: alright, it was bash :( stupid shell. Um, sorry, let's not blame the shell for the BCK (between chair and keyboard) problem. Lots of us use bash as our everyday shell (for privileged and unprivileged users) without the kinds of problems you

Re: make buildworld does nothing

2006-08-21 Thread Doug Barton
Oliver Fromme wrote: Doug Barton wrote: Tom Hummel wrote: alright, it was bash :( stupid shell. Um, sorry, let's not blame the shell for the BCK (between chair and keyboard) problem. Lots of us use bash as our everyday shell (for privileged and unprivileged users) without

Re: make buildworld does nothing

2006-08-20 Thread Doug Barton
Tom Hummel wrote: alright, it was bash :( stupid shell. Um, sorry, let's not blame the shell for the BCK (between chair and keyboard) problem. Lots of us use bash as our everyday shell (for privileged and unprivileged users) without the kinds of problems you described. The first thing I do when

Re: make buildworld does nothing

2006-08-18 Thread Tom Hummel
I don't know if fixing your broken shell is within its list of powers :-) Kris alright, it was bash :( stupid shell. I'll just keep csh for root's shell - it's a bit annoying sometimes, but still good enough to do the little what needs to be done sometimes :D thanks a bunch tom

Re: make buildworld does nothing

2006-08-18 Thread Kris Kennaway
On Fri, Aug 18, 2006 at 02:02:19PM +0200, Tom Hummel wrote: I don't know if fixing your broken shell is within its list of powers :-) Kris alright, it was bash :( stupid shell. I'll just keep csh for root's shell - it's a bit annoying sometimes, but still good enough to do the little

Re: make buildworld does nothing

2006-08-18 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom Hummel wrote: | alright, it was bash :( stupid shell. | I'll just keep csh for root's shell - it's a bit annoying sometimes, but | still good enough to do the little what needs to be done sometimes :D FWIW I use /bin/tcsh as the root shell since

Re: make buildworld does nothing

2006-08-18 Thread Tom Hummel
FWIW I use /bin/tcsh as the root shell since it includes command-line editing and my fingers are often dyslexic before a sufficient caffeine intake ;-) 'buildworld' works with it, I dont want to use anything not in base for root's login shell tom

Re: make buildworld does nothing

2006-08-18 Thread Kevin Oberman
Date: Fri, 18 Aug 2006 14:24:05 +0200 From: Tom Hummel [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] FWIW I use /bin/tcsh as the root shell since it includes command-line editing and my fingers are often dyslexic before a sufficient caffeine intake ;-) 'buildworld' works with it, I

Re: make buildworld does nothing

2006-08-18 Thread John-Mark Gurney
Tom Hummel wrote this message on Thu, Aug 17, 2006 at 17:17 +0200: Where did bash come from? It's not part of FreeBSD; I guess you somehow replaced /bin/sh with bash. gosh, no. Bash should be located in /usr/local/bin/ and I invoke it at login for root in chase of an interactive session

make buildworld does nothing

2006-08-17 Thread Tom Hummel
Hi list, a recent test-install of OBSD somehow destroyed parts of my FBSD installation so I was forced to reinstall, which wasn't so much of a problem since my ~ partition was still fine. However since the new installation of FBSD6_1 a 'make buildworld' in a freshly csup'ed /usr/src of RELENG_6

Re: make buildworld does nothing

2006-08-17 Thread Kris Kennaway
On Thu, Aug 17, 2006 at 12:21:10PM +0200, Tom Hummel wrote: Hi list, a recent test-install of OBSD somehow destroyed parts of my FBSD installation so I was forced to reinstall, which wasn't so much of a problem since my ~ partition was still fine. However since the new installation of

Re: make buildworld does nothing

2006-08-17 Thread Tom Hummel
You have no output at all? What commands are running (check via ps)? What does ^T report at the command line running make? goes as follows ^T: load: 0.01 cmd: bash 673 [ttyin] 0.00u 0.00s 0% 1908k ps -h -t v0: PID TT STAT TIME COMMAND 533 v0 Is 0:00.02 login [pam] (login) 541

Re: make buildworld does nothing

2006-08-17 Thread Kris Kennaway
On Thu, Aug 17, 2006 at 04:06:29PM +0200, Tom Hummel wrote: You have no output at all? What commands are running (check via ps)? What does ^T report at the command line running make? goes as follows ^T: load: 0.01 cmd: bash 673 [ttyin] 0.00u 0.00s 0% 1908k Where did bash come from?

Re: make buildworld does nothing

2006-08-17 Thread Tom Hummel
Where did bash come from? It's not part of FreeBSD; I guess you somehow replaced /bin/sh with bash. gosh, no. Bash should be located in /usr/local/bin/ and I invoke it at login for root in chase of an interactive session through ~/.cshrc. I didn't want to change root's login shell into

Re: make buildworld does nothing

2006-08-17 Thread Kris Kennaway
On Thu, Aug 17, 2006 at 05:17:34PM +0200, Tom Hummel wrote: Where did bash come from? It's not part of FreeBSD; I guess you somehow replaced /bin/sh with bash. gosh, no. Bash should be located in /usr/local/bin/ and I invoke it at login for root in chase of an interactive session through

Re: make buildworld does nothing

2006-08-17 Thread Tom Hummel
Why was zsh also running on that tty? invoked in manually, makes no difference, outcome is the same. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: make buildworld does nothing

2006-08-17 Thread Kris Kennaway
On Thu, Aug 17, 2006 at 07:27:40PM +0200, Tom Hummel wrote: Why was zsh also running on that tty? invoked in manually, makes no difference, outcome is the same. bash is still the problem somehow, as you can see since it's the process sitting waiting for input. Kris pgpXLvFn7rgWN.pgp

Re: make buildworld does nothing

2006-08-17 Thread Tom Hummel
bash is still the problem somehow, as you can see since it's the process sitting waiting for input. shouldn't 'make buildenv' solve this? ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To

Re: make buildworld does nothing

2006-08-17 Thread Kris Kennaway
On Thu, Aug 17, 2006 at 08:10:49PM +0200, Tom Hummel wrote: bash is still the problem somehow, as you can see since it's the process sitting waiting for input. shouldn't 'make buildenv' solve this? I don't know if fixing your broken shell is within its list of powers :-) Kris

Re: make buildworld does nothing

2006-08-17 Thread Kevin Oberman
Date: Thu, 17 Aug 2006 13:32:00 -0400 From: Kris Kennaway [EMAIL PROTECTED] Sender: [EMAIL PROTECTED] --9amGYk9869ThD9tj Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 17, 2006 at 07:27:40PM +0200, Tom