Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 1997 11:01:54 -0800
From:      John Polstra <jdp@polstra.com>
To:        ji@research.att.com
Cc:        bugs@freebsd.org
Subject:   Re: FreeBSD-stable usr.bin/printf/printf.c problem
Message-ID:  <199711181901.LAA18482@austin.polstra.com>
In-Reply-To: <199711180751.CAA18970@bual.research.att.com>
References:  <199711180751.CAA18970@bual.research.att.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In article <199711180751.CAA18970@bual.research.att.com>,
John Ioannidis  <ji@research.att.com> wrote:
> I just cvsupped the last week's worth of updates of FreeBSD-stable;
> one of the twenty or so files supped was usr.bin/printf/printf.c. When
> I do a "make" in /usr/src (I had already done a "make buildworld" when
> I did the first cvsup) I get the following output:
> 
> ===> bin/sh
> cc -O -DSHELL -I. -I/usr/cvsrc/src/bin/sh   -c
> /usr/cvsrc/src/bin/sh/../../usr.bin/printf/printf.c
> /usr/cvsrc/src/bin/sh/../../usr.bin/printf/printf.c:139: macro `warnx'
> used with just one arg
> /usr/cvsrc/src/bin/sh/../../usr.bin/printf/printf.c:188: macro `warnx'
> used with just one arg
> /usr/cvsrc/src/bin/sh/../../usr.bin/printf/printf.c:229: macro `warnx'
> used with only 2 args
> /usr/cvsrc/src/bin/sh/../../usr.bin/printf/printf.c:362: macro `warnx'
> used with only 2 args
> *** Error code 1
> 
> What broke?

I broke it last night, but it's fixed now.  I didn't realize that sh
was reaching way up and over into printf's tree for its sources.
Sorry for the hassle.

John
--
   John Polstra                                       jdp@polstra.com
   John D. Polstra & Co., Inc.                Seattle, Washington USA
   "Self-knowledge is always bad news."                 -- John Barth



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711181901.LAA18482>