Subject: Re: -current build problem in src/bin/dd on NetBSD/alpha
To: Erik E. Fair <fair@jittery.clock.org>
From: Leo Weppelman <leo@wau.mis.ah.nl>
List: current-users
Date: 02/10/2000 10:12:50
On Wed, Feb 09, 2000 at 11:19:44PM -0800, Erik E. Fair wrote:
> cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -c /usr/src/bin/dd/dd.c
> cc1: warnings being treated as errors
> /usr/src/bin/dd/dd.c: In function `setup':
> /usr/src/bin/dd/dd.c:159: warning: null format string
> /usr/src/bin/dd/dd.c:164: warning: null format string
> *** Error code 1

I think this is due to an old egcs version on your building machine. I had
the same error yesterday and after rebuilding egcs it went away.

Leo.