From owner-freebsd-questions@FreeBSD.ORG Mon Dec 5 09:40:36 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2C47E16A41F for ; Mon, 5 Dec 2005 09:40:36 +0000 (GMT) (envelope-from mayday@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id D7C7743D64 for ; Mon, 5 Dec 2005 09:40:25 +0000 (GMT) (envelope-from mayday@gmx.net) Received: (qmail invoked by alias); 05 Dec 2005 09:40:24 -0000 Received: from p54A085C8.dip0.t-ipconnect.de (EHLO [192.168.2.11]) [84.160.133.200] by mail.gmx.net (mp035) with SMTP; 05 Dec 2005 10:40:24 +0100 X-Authenticated: #431110 From: Benjamin Sobotta To: freebsd-questions@freebsd.org Date: Mon, 5 Dec 2005 10:41:15 +0000 User-Agent: KMail/1.8.3 References: <20051205091146.GF3151@zeus.itg.uiuc.edu> In-Reply-To: <20051205091146.GF3151@zeus.itg.uiuc.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512051041.16552.mayday@gmx.net> X-Y-GMX-Trusted: 0 Cc: Anthony Philipp Subject: Re: make buildworld fails from 5.4->6.0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Dec 2005 09:40:36 -0000 Hey! You might want to have a look at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html especially subsection 20.4.16.6. What do I do if something goes wrong Further, I believe that you run mergemaster -p before make installworld. Not buildworld, after all I believe buildworld has to finish so you know what to merge in the first place. So if buildworld fails, that has nothing to do with mergemaster. HTH, Ben On Monday 05 December 2005 09:11, Anthony Philipp wrote: > Hello, > > I am trying to upgrade from 5.4 to 6.0. I ran cvsup and tried a make > buildworld, but it failed. So I checked out the handbook and noticed > that it mentioned I should run a mergemaster -p first. So I did that > > and I still failed. Here are the last few lines: > : undefined reference to `Buf_AddByte' > > var.o(.text+0x2b5e): In function `Var_Dump': > : undefined reference to `Buf_Data' > > var.o(.text+0x2ba2): In function `Var_Dump': > : undefined reference to `Buf_Data' > > var.o(.text+0x2c31): In function `Var_Print': > : undefined reference to `Buf_Peel' > > *** Error code 1 > > Stop in /usr/src/usr.bin/make. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > I've searched the archives and couldn't find anything relating to > this, but hopefully someone knows the answer. Also I have have done > minor version changes before, but never a major one, so maybe I am > just missing a key step. > > Thanks in advance! > > Anthony Philipp > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"