Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Dec 2005 08:12:50 -1000
From:      Robert Marella <rmarella@gmail.com>
To:        Anthony Philipp <philipp1@uiuc.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: make buildworld fails from 5.4->6.0
Message-ID:  <20051205081250.07cd6e20@frankie.konav201.local>
In-Reply-To: <20051205091146.GF3151@zeus.itg.uiuc.edu>
References:  <20051205091146.GF3151@zeus.itg.uiuc.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 5 Dec 2005 03:11:46 -0600
Anthony Philipp <philipp1@uiuc.edu> 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
Hello Anthony

Did you remove everything under the /usr/obj directory before make
buildworld?

Good luck
Robert



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