Upgrading from 4.7p2 to 4.7p3

2003-01-29 Thread Gerard Samuel
My buildworld is failing.  I've tried getting fresh pulls from 2 
different cvsup mirrors, and I've
tried deleting all content under /usr/src and /usr/obj and starting from 
scratch.
Here is the error -

cc -O -pipe  
-DINFODIR=\/usr/share/info:/usr/local/info:/usr/X11R6/info:.\ 
-DHAVE_CONFIG_H -DLOCALEDIR=\/usr/share/locale\  
-I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo 
-I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/lib
-D__FBSDID=__RCSID  -static -o info dir.o display.o doc.o dribble.o 
echo-area.o filesys.o footnotes.o gc.o indices.o info-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 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a
/usr/libexec/elf/ld: cannot find -ltermcap
*** Error code 1

Stop in /usr/src/gnu/usr.bin/texinfo/info.
*** 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.
gatekeeper#

Any help would be appreciated.
Thanks

--
Gerard Samuel
http://www.trini0.org:81/
http://dev.trini0.org:81/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: Upgrading from 4.7p2 to 4.7p3

2003-01-29 Thread Gerard Samuel
If it means anything, here is my /etc/make.conf file -
CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
NOPROFILE= true
USA_RESIDENT= YES
NOGAMES= true
NO_CVS=true# do not build CVS
NO_BIND=   true# do not build BIND
NO_SENDMAIL=   true# do not build sendmail and related programs
NO_X=  true# do not compile in XWindows support (e.g. doscmd)
NO_MAILWRAPPER=true

Gerard Samuel wrote:


My buildworld is failing.  I've tried getting fresh pulls from 2 
different cvsup mirrors, and I've
tried deleting all content under /usr/src and /usr/obj and starting 
from scratch.
Here is the error -

cc -O -pipe  
-DINFODIR=\/usr/share/info:/usr/local/info:/usr/X11R6/info:.\ 
-DHAVE_CONFIG_H -DLOCALEDIR=\/usr/share/locale\  
-I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo 
-I/usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/lib
-D__FBSDID=__RCSID  -static -o info dir.o display.o doc.o dribble.o 
echo-area.o filesys.o footnotes.o gc.o indices.o info-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 
/usr/obj/usr/src/i386/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a
/usr/libexec/elf/ld: cannot find -ltermcap
*** Error code 1

Stop in /usr/src/gnu/usr.bin/texinfo/info.
*** 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.
gatekeeper#

Any help would be appreciated.
Thanks


--
Gerard Samuel
http://www.trini0.org:81/
http://dev.trini0.org:81/



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message