From owner-freebsd-stable@FreeBSD.ORG Wed Jun 7 14:09:41 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F5E416A9F1 for ; Wed, 7 Jun 2006 12:25:04 +0000 (UTC) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: from mail5.sea5.speakeasy.net (mail5.sea5.speakeasy.net [69.17.117.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 314B143D48 for ; Wed, 7 Jun 2006 12:25:04 +0000 (GMT) (envelope-from freebsd-stable-local@be-well.ilk.org) Received: (qmail 28182 invoked from network); 7 Jun 2006 12:25:03 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail5.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 7 Jun 2006 12:25:03 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id C6C6A2842A; Wed, 7 Jun 2006 08:25:02 -0400 (EDT) To: markov@sigasis.ru References: <23213573.20060607100312@sigasis.ru> From: Lowell Gilbert Date: Wed, 07 Jun 2006 08:25:02 -0400 In-Reply-To: <23213573.20060607100312@sigasis.ru> (=?utf-8?B?0JzQsNGA0Lo=?= =?utf-8?B?0L7QsiDQlNC80LjRgtGA0LjQuSDQktC70LDQtNC40LzQuNGA0L7QstC40Ycn?= =?utf-8?B?cw==?= message of "Wed, 7 Jun 2006 10:03:12 +0900") Message-ID: <44ejy16tlt.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-stable@freebsd.org Subject: Re: Error while 'make buildworld' in terminal.o X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 14:09:41 -0000 =D0=9C=D0=B0=D1=80=D0=BA=D0=BE=D0=B2 =D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8= =D0=B9 =D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B8= =D1=87 writes: > A was synchronise my source to RELENG_5_3 by cvsup. That branch is no longer active. The release engineers are not necessarily paying attention to it. > cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:/usr/X11R6/inf= o:.\" -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/u= sr.bin/texinfo/info/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texi= nfo/info/../../../../contrib/texinfo/lib -I/usr/obj/usr/src/i386/legacy/us= r/include -static -L/usr/obj/usr/src/i386/legacy/usr/lib -o info dir.o dis= play.o doc.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o inf= o-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 /us= r/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a -leg= acy > terminal.o(.text+0xa3): In function `terminal_goto_xy': > : undefined reference to `tgoto' I do not seem to have the file at all on RELENG_6, so I have to guess. Where did you get your sources from before running cvsup? Is it possible that you have gotten some stale files in there? [See the cvsup FAQ.] You could remove the whole directory (or even all of /usr/src/contrib/texinfo) and cvsup again. That would get rid of stale files in that part of the tree.