Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jun 1997 09:00:45 +0100 (BST)
From:      Andrew Wilson <andrew@aaaaaaaa.demon.co.uk>
To:        stable@freebsd.org
Subject:   /usr/include/ufs/ffs missing?...
Message-ID:  <199706070800.JAA13048@aaaaaaaa.demon.co.uk>

next in thread | raw e-mail | index | archive | help
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

Stop.

3> ls /usr/include/u*
/usr/include/unctrl.h   /usr/include/utime.h
/usr/include/unistd.h   /usr/include/utmp.h
4> 

So, the code failed because /u/i/ufs doesn't exist.

Comments?

Cheers,
Ay.

Andrew.Wilson@cm.cf.ac.uk http://www.cm.cf.ac.uk/User/Andrew.Wilson/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706070800.JAA13048>