Subject: Re: Today's build fails
To: William Allen Simpson <wsimpson@greendragon.com>
From: Matthias Drochner <M.Drochner@fz-juelich.de>
List: current-users
Date: 06/27/2003 21:37:31
wsimpson@greendragon.com said:
> if [ \! -d cat ]; then mkdir cat; fi; cd cat;  printf ".PATH: /home/
> current/src/bin/cat\n.CURDIR:= /home/current/src/bin/cat\n.include
> \"\${.CURDIR}/Makefile\"\n"  | /usr/tools/bin/nbmake CRUNCHEDPROG=1
> DBG="-Os" -f- depend cat.o nbmake: "/usr/obj/rescue/cat/(stdin)" line
> 1: Need an operator 

That happened to me too -- there was a short time window where
printf(1) was completely broken, it always returned argv[0].
And since /bin/sh pulls in this one as a builtin...
So just rebuild these two manually, and it should be fine again.

best regards
Matthias