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
___
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-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
___
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 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 unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 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 something not part of fbsd-base.

tom
___
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 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  v0  I  0:00.01 -csh (csh)
544  v0  I  0:00.01 bash
545  v0  I  0:00.03 zsh
547  v0  I+ 0:00.01 make buildworld
552  v0  I+ 0:00.00 [sh]
553  v0  I+ 0:00.02 make -m /usr/src/share/mk
634  v0  I+ 0:00.00 /bin/sh -ec MAKEFLAGS= make -C
/usr/src/tools/build/make_check shell_1 || MAKEFLAGS= make -C
/usr/src/tools/build/make_check failure
635  v0  I+ 0:00.01 make -C /usr/src/tools/build/make_check shell_1
636  v0  I+ 0:00.00 /bin/sh -ec MAKEFLAGS= make -C
/usr/src/tools/build/make_check shell_1_csh
637  v0  I+ 0:00.01 make -C /usr/src/tools/build/make_check shell_1_csh
638  v0  I+ 0:00.01 /bin/csh -ec ps -ax -opid,command | awk
'$1=="'$$'" { print $2 }' | grep -E -q '^(/bin/)?csh$'
639  v0  I+ 0:00.00 bash

tom
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


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 does nothing. There's no output at
all and no acitivity - clean and kernel targets are doing something, but
kernel fails. I don't know where to start looking for problems since I
have no error message - nothing.

Overnight I build some ports and let a 'make buildword' job idling
around for 8 hours - with nothing done.

What can I do? Where can I look?

tom
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"