FreeBSD 5.2 RELENG source fails to build
Kris Kennaway
kris at obsecurity.org
Mon Jan 10 18:39:40 PST 2005
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20050110/3116a3b4/attachment.bin
More information about the freebsd-questions
mailing list