Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Feb 2003 14:45:20 +0000
From:      Marc Silver <marc.silver@uk.easynet.net>
To:        Gerard Samuel <gsam@trini0.org>
Cc:        FreeBSD Questions <questions@FreeBSD.ORG>
Subject:   Re: Buildworld Failing
Message-ID:  <20030204144520.GK88454@uk.easynet.net>
In-Reply-To: <3E3F5194.2070201@trini0.org>
References:  <3E3F5194.2070201@trini0.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi there,

Did you clean out /usr/obj before you started the 'make buildworld'??
If you have previously compiled buildworld, then this is something you
should do.  To do this:

cd /usr/obj
chflags -R noschg *
rm -fr /usr/obj/usr

Then, 'make clean' in /usr/src and start again.  Hopefully that'll fix
it.

- Marc

On Tue, Feb 04, 2003 at 12:37:24AM -0500, Gerard Samuel wrote:
> I have a FreeBSD 4.7 p2 box, and Im trying to upgrade to p3.
> I just did a fresh cvsup, and cd to /usr/src
> Execute make buildworld, and its failing at ->
> 
> cc -O -pipe  
> -DINFODIR=\"/usr/share/info:/usr/local/info:/usr/X11R6/info:.\" 
> -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\"  
> -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo 
> -I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/lib    
> -D__FBSDID=__RCSID  -static -o info dir.o display.o doc.o dribble.o 
> echo-area.o filesys.o footnotes.o gc.o indices.o info-utils.o info.o 
> infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.o session.o 
> signals.o terminal.o tilde.o variables.o window.o -ltermcap 
> /usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a
> /usr/libexec/elf/ld: cannot find -ltermcap
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/texinfo/info.
> *** Error code 1
> 
> Stop in /usr/src/gnu/usr.bin/texinfo.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> *** Error code 1
> 
> Stop in /usr/src.
> gatekeeper#
> 
> 
> Any ideas what I can do to recitify this problem.
> Thanks.
> 
> -- 
> Gerard Samuel
> http://www.trini0.org:81/
> http://dev.trini0.org:81/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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