From owner-freebsd-stable Sat Jun 7 10:39:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id KAA28262 for stable-outgoing; Sat, 7 Jun 1997 10:39:47 -0700 (PDT) Received: from sliphost37.uni-trier.de (root@sliphost37.uni-trier.de [136.199.240.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA28247 for ; Sat, 7 Jun 1997 10:39:38 -0700 (PDT) Received: (from blank@localhost) by sliphost37.uni-trier.de (8.8.5/8.8.5) id PAA00440; Sat, 7 Jun 1997 15:10:51 +0200 (CEST) From: Sascha Blank Message-Id: <199706071310.PAA00440@sliphost37.uni-trier.de> Subject: Re: /usr/include/ufs/ffs missing?... In-Reply-To: <199706070800.JAA13048@aaaaaaaa.demon.co.uk> from Andrew Wilson at "Jun 7, 97 09:00:45 am" To: andrew@aaaaaaaa.demon.co.uk (Andrew Wilson) Date: Sat, 7 Jun 1997 15:10:51 +0200 (CEST) Cc: stable@FreeBSD.ORG Reply-To: blank@fox.uni-trier.de (Sascha Blank) X-System: FreeBSD 2.2-STABLE X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello Andrew, Andrew Wilson has written recently: > Recently people suggested upgrading to 2.2-'latest' was best achieved by blowing away the old fs and installing from scratch. I'm not doing this, instead I'm just running cvsup each weekend and then make world'ing. > > Last week, no problems. This week: > > if [ ! -d /usr/include/ufs/ffs ]; then mkdir /usr/include/ufs/ffs; chown bin.bin /usr/include/ufs/ffs; chmod 755 /usr/include/ufs/ffs; fi > mkdir: /usr/include/ufs/ffs: No such file or directory > *** Error code 1 I hit on this "feature" this morning as well. There have been changes that affect the layout of /usr/include, and your layout is not compatible with the new one anymore. Fortunately it's easy to fix: either do a "make -DCLOBBER includes" or "make -DCLOBBER world" from /usr/src. This will wipe out your /usr/include and then rebuild it completely with the new layout. -- Sascha Blank - mailto:blank@fox.uni-trier.de Student and System Administrator at the University of Trier, Germany Finger my account to receive my Public PGP key I don't speak for my employers, they don't pay me enough for that.