Subject: Re: build keeps failing in 1.4 series
To: Mipam <mipam@ibb.net>
From: Ignatios Souvatzis <is@beverly.kleinbus.org>
List: tech-net
Date: 12/28/2000 19:19:11
On Thu, Dec 28, 2000 at 05:33:02PM +0100, Mipam wrote:
> Hi,
> 
> I am trying now to do a new build as i always do from 1.4.3.
> On this machine is the 1.4.3 release version.
> The build of the release source didnt work well.
> After trying stuff again and again i descided to remove the complete
> source tree and make all again without changes to the source.
> However, the build keeps failing here:
> 
> nroff -Tascii -mandoc /usr/src/libexec/rexecd/rexecd.8 > rexecd.cat8
> all ===> libexec/rlogind
> nroff -Tascii -mandoc /usr/src/libexec/rlogind/rlogind.8 > rlogind.cat8
> all ===> libexec/rmail
> cc -O2  -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Werror   -c /usr/src/libexec/rmail/rmail.c
> cc1: warnings being treated as errors
> /usr/src/libexec/rmail/rmail.c: In function `main':
> /usr/src/libexec/rmail/rmail.c:193: warning: null format string

you need to build and install the new (1.4.3) compiler first, before trying to
compile the other 1.4.3 sources.

	-is