Date: Wed, 12 Nov 1997 10:54:15 -0800 (PST) From: David Hawkins <dhawk@river.org> To: stable@freebsd.org Subject: Trying to upgrade: 2.1.7.1 to 2.2.5 Message-ID: <199711121854.KAA27697@ohio.river.org>
next in thread | raw e-mail | index | archive | help
I'm trying to upgrade to 2.2.5 from 2.1.7.1 I've been running cvsup for the past few weeks to get the files in sync, but hadn't tried compiling until now. I removed /usr/obj and compiled a new /usr/bin/make since it was griping about the '-m' flag. Did a 'make depend all install' on /usr/src/include and that went OK. Trying the same on /usr/src/lib fails repeatedly. So I did rm -rf /usr/src/lib and called up cvsup and it rebuilt the directory. But 'make depend' and 'make all' still fail. ===> libgnumalloc ===> libipx rm -f .depend files=""; if [ "$files" != "" ]; then mkdep -a $files; fi files="ipx_addr.c ipx_ntoa.c"; if [ "$files" != "" ]; then mkdep -a $files; fi ipx_addr.c:42: netipx/ipx.h: No such file or directory ipx_ntoa.c:39: netipx/ipx.h: No such file or directory mkdep: compile failed. *** Error code 1 Stop. *** Error code 1 Stop. Also, is the following from my cvsup file correct? # Defaults that apply to all the collections *default host=cvsup2.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_2_2 *default delete use-rel-suffix Thanks. later, david -- David Hawkins -- dhawk@river.org http://www.river.org To err is human, to moo bovine.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711121854.KAA27697>