From owner-freebsd-questions Tue Feb 4 6:45:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9798E37B401 for ; Tue, 4 Feb 2003 06:45:25 -0800 (PST) Received: from pressure.noc.uk.easynet.net (pressure.noc.uk.easynet.net [195.40.7.165]) by mx1.FreeBSD.org (Postfix) with ESMTP id A52CF43FAF for ; Tue, 4 Feb 2003 06:45:21 -0800 (PST) (envelope-from marc.silver@uk.easynet.net) Received: by pressure.noc.uk.easynet.net (Postfix, from userid 1332) id 78DF86C801; Tue, 4 Feb 2003 14:45:20 +0000 (GMT) Date: Tue, 4 Feb 2003 14:45:20 +0000 From: Marc Silver To: Gerard Samuel Cc: FreeBSD Questions Subject: Re: Buildworld Failing Message-ID: <20030204144520.GK88454@uk.easynet.net> References: <3E3F5194.2070201@trini0.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E3F5194.2070201@trini0.org> User-Agent: Mutt/1.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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