Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 2004 20:29:30 -0600
From:      Lane <lane@joeandlane.com>
To:        freebsd-questions@freebsd.org
Cc:        sdhawley <sdhawley@eatel.net>
Subject:   Re: make buildworld 5.3.0
Message-ID:  <200412262029.30834.lane@joeandlane.com>
In-Reply-To: <200412261845.34625.sdhawley@eatel.net>
References:  <200412261845.34625.sdhawley@eatel.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sunday 26 December 2004 18:45, sdhawley wrote:
> Thanks for any help
> stewart at sdhawley@eatel.net
>  Errors at end of make buildworld
> xml.o(.text+0x1764): more undefined references to `xmalloc' follow
> *** Error code 1
>
> Stop in /usr/src/gnu/usr.bin/texinfo/makeinfo.
> *** 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.
>  Freebsd version # 5.3.0
>  Contents of /var/run/dmesg.boot file attached
>  Output of uname -a
> FreeBSD sdhawley.eatel.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5
> 04:19:18 UTC 2004
> root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
>  Thankes stewart
stewart,

It's probably an issue with outdated source.

do this:

cd /usr/ports/net/cvsup-without-gui
make all install clean
rehash

... then create a supfile ... something like this:

ee /etc/cvsupfile (to start the ee editor).  Add the following lines:

*default host=cvsup3.freebsd.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_5_3
*default delete use-rel-suffix
*default compress
src-all

hit <ESC> to exit, and save the file.  Then, issue this command from the 
command line:

cvsup -g -L 2 /etc/cvsupfile 

This will update your /usr/src directory with relevant code for FreeBSD 
5.3-RELEASE

Finally, start from where you started:

cd /usr/src
make buildworld
make installworld
... etc

Make sure you read /usr/src/UPDATING (all the way through) before you restart 
"make buildworld"

good luck!



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