Subject: Re: netbsd3 and Re: netbsd-4 build broke while building the floppy images
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Feico Dillema <feico@pasta.cs.uit.no>
List: current-users
Date: 03/06/2007 21:27:11
On Tue, Mar 06, 2007 at 03:03:37PM -0500, Steven M. Bellovin wrote:
> On Tue, 6 Mar 2007 19:46:44 +0100
> Feico Dillema <feico@pasta.cs.uit.no> wrote:
> 
> > The same is happening to me on the netbsd3 branch.
> > 
> 
> Do you have any compile-time options in /etc/mk.conf?

Only options that I expect would reduce the size: 

MKCATPAGES=no
MKDOC=no
MKDYNAMICROOT=yes
MKPROFILE=no
MKHESIOD=no
MKHTML=no
MKKERBEROS4=no
MKKERBEROS=no
MKMANZ=yes
MKPOSTFIX=no
MKSKEY=no
MKUUCP=no
MKYP=no

and then some pkgsrc options.

I used to have -pipe as CCOPT but removed that line just to be sure.
I removed all obj/ under distrib/i386 and restarted the build. Could
-pipe be relevant? I am building on a slightly old machine
(thinkpad570), so I have been avoiding starting the build from scratch.

Feico.