From owner-freebsd-stable Wed Nov 12 10:55:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA27351 for stable-outgoing; Wed, 12 Nov 1997 10:55:11 -0800 (PST) (envelope-from owner-freebsd-stable) Received: from ohio.river.org (ohio.river.org [199.4.65.219]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA27341 for ; Wed, 12 Nov 1997 10:55:08 -0800 (PST) (envelope-from dhawk@ohio.river.org) Received: (from dhawk@localhost) by ohio.river.org (8.7.3/8.7.3) id KAA27697 for stable@freebsd.org; Wed, 12 Nov 1997 10:54:16 -0800 (PST) From: David Hawkins Message-Id: <199711121854.KAA27697@ohio.river.org> Subject: Trying to upgrade: 2.1.7.1 to 2.2.5 To: stable@freebsd.org Date: Wed, 12 Nov 1997 10:54:15 -0800 (PST) X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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.