From owner-freebsd-questions Sun Jul 2 11: 9: 8 2000 Delivered-To: freebsd-questions@freebsd.org Received: from goose.prod.itd.earthlink.net (goose.prod.itd.earthlink.net [207.217.120.18]) by hub.freebsd.org (Postfix) with ESMTP id 5D2C637BE08 for ; Sun, 2 Jul 2000 11:08:53 -0700 (PDT) (envelope-from mikegoe@earthlink.net) Received: from localhost (1Cust69.tnt2.montgomery.al.da.uu.net [63.27.156.69]) by goose.prod.itd.earthlink.net (8.9.3-EL_1_3/8.9.3) with SMTP id LAA00391 for ; Sun, 2 Jul 2000 11:08:51 -0700 (PDT) Message-Id: <200007021808.LAA00391@goose.prod.itd.earthlink.net> From: "Michael G." To: "freebsd-questions@freebsd.org" Date: Sun, 02 Jul 2000 13:04:25 Reply-To: "Michael G." X-Mailer: Emerald Mail (Evaluation) 1.30 running on FreeBSD 4.0-STABLE Java 1.1.8 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: Today's CVSUP failed...any ideas? Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Well, after 3 *smooth* cvsup upgrades over the last few months I have hit a snag. During todays upgrade I'm getting this error: cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 pccard/*.h /usr/include/pccard cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 posix4/*.h /usr/include/posix4 cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 sys/*.h /usr/include/sys cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 vm/*.h /usr/include/vm cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 isofs/cd9660/*.h /usr/include/isofs/cd9660 cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 ufs/ffs/*.h /usr/include/ufs/ffs install: ufs/ffs/softdep.h: No such file or directory *** Error code 71 Stop in /usr/src/include. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. nikki# Sure enough the /usr/include/ufs/ffs directory only has ffs_extern.h and fs.h in it. Am I somehow missing some files or did a sym link not get generated correctly? I need to do a reboot but I'm afraid of loosing the system without a proper install since part of the 'make install' has run. Any help would be appreciated. Michael G. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message