Date: Sat, 7 Jun 1997 15:10:51 +0200 (CEST) From: Sascha Blank <blank@sliphost37.uni-trier.de> To: andrew@aaaaaaaa.demon.co.uk (Andrew Wilson) Cc: stable@FreeBSD.ORG Subject: Re: /usr/include/ufs/ffs missing?... Message-ID: <199706071310.PAA00440@sliphost37.uni-trier.de> In-Reply-To: <199706070800.JAA13048@aaaaaaaa.demon.co.uk> from Andrew Wilson at "Jun 7, 97 09:00:45 am"
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706071310.PAA00440>