make buildworld 5.3.0
Lane
lane at joeandlane.com
Sun Dec 26 18:28:38 PST 2004
On Sunday 26 December 2004 18:45, sdhawley wrote:
> Thanks for any help
> stewart at sdhawley at 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 at 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!
More information about the freebsd-questions
mailing list