Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2005 08:25:29 -0800 (PST)
From:      Joe <josepha48@yahoo.com>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: FreeBSD 5.2 RELENG source fails to build
Message-ID:  <20050111162529.30236.qmail@web41007.mail.yahoo.com>
In-Reply-To: <20050111023938.GA57410@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Thanks, That seems to have worked.

Joe

--- Kris Kennaway <kris@obsecurity.org> wrote:

> On Mon, Jan 10, 2005 at 06:23:10PM -0800, Joe wrote:
> > Hmm, now 5.2.1 is having problems with config.h missing.
> > 
> > 
> > > cd /usr/src
> > > rm -rf contrib gnu
> > > cat supfile 
> >     *default host=cvsup6.freebsd.org
> >     *default base=/usr
> >     *default prefix=/usr
> >     *default release=cvs
> >     *default delete use-rel-suffix
> >     *default tag=RELENG_5_2
> >     *default compress
> > # this is all that is needed for the base system
> >     src-all
> >     ports-all tag=.
> > 
> > > cvsup supfile 
> > > cd /usr/src
> > > make buildworld
> > 
> > ERROR as follows:
> > 
> > ===> gnu/usr.bin/man/man
> > cc -O -pipe -mcpu=pentiumpro
> > -I/usr/obj/usr/src/gnu/usr.bin/man/man/../lib -DHAVE_LIBZ=1
> > -I/usr/src/gnu/usr.bin/man/man/../lib -DSTDC_HEADERS -DPOSIX
> > -DHAS_TROFF -DDO_COMPRESS -DCATMODE=0644  -c
> > /usr/src/gnu/usr.bin/man/man/man.c
> > cc -O -pipe -mcpu=pentiumpro
> > -I/usr/obj/usr/src/gnu/usr.bin/man/man/../lib -DHAVE_LIBZ=1
> > -I/usr/src/gnu/usr.bin/man/man/../lib -DSTDC_HEADERS -DPOSIX
> > -DHAS_TROFF -DDO_COMPRESS -DCATMODE=0644  -c
> > /usr/src/gnu/usr.bin/man/manpath/manpath.c
> > cc -O -pipe -mcpu=pentiumpro
> > -I/usr/obj/usr/src/gnu/usr.bin/man/man/../lib -DHAVE_LIBZ=1
> > -I/usr/src/gnu/usr.bin/man/man/../lib -DSTDC_HEADERS -DPOSIX
> > -DHAS_TROFF -DDO_COMPRESS -DCATMODE=0644  -c
> > /usr/src/gnu/usr.bin/man/man/glob.c
> > cc -O -pipe -mcpu=pentiumpro
> > -I/usr/obj/usr/src/gnu/usr.bin/man/man/../lib -DHAVE_LIBZ=1
> > -I/usr/src/gnu/usr.bin/man/man/../lib -DSTDC_HEADERS -DPOSIX
> > -DHAS_TROFF -DDO_COMPRESS -DCATMODE=0644   -o man man.o
> > manpath.o glob.o
> > /usr/obj/usr/src/gnu/usr.bin/man/man/../lib/libman.a -lz
> > echo Making man.1 from man.man
> > gzip -cn man.1 > man.1.gz
> > ===> gnu/usr.bin/man/manpath
> > make: don't know how to make
> > /usr/src/gnu/usr.bin/man/lib/config.h. Stop
> > *** Error code 2
> 
> I can't see how gnu/usr.bin/man/manpath/Makefile should be
> trying to
> build /usr/src/gnu/usr.bin/man/lib/config.h.  Try 
> 
> cd /usr/src
> make cleandir
> make cleandir
> 
> (yes, twice).
> 
> Kris
> 
> 

> ATTACHMENT part 2 application/pgp-signature 




		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Helps protect you from nasty viruses. 
http://promotions.yahoo.com/new_mail



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