From owner-freebsd-stable Sat Oct 7 11:29:47 1995 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA13317 for stable-outgoing; Sat, 7 Oct 1995 11:29:47 -0700 Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id LAA13308 for ; Sat, 7 Oct 1995 11:29:45 -0700 Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14862(2)>; Sat, 7 Oct 1995 11:29:07 PDT Received: by crevenia.parc.xerox.com id <177475>; Sat, 7 Oct 1995 11:28:56 -0700 From: Bill Fenner To: stable@freebsd.org Subject: Confusing errors from mtree when building -stable Message-Id: <95Oct7.112856pdt.177475@crevenia.parc.xerox.com> Date: Sat, 7 Oct 1995 11:28:55 PDT Sender: owner-stable@freebsd.org Precedence: bulk I just sup'd -stable and started a "make world"; I got some interesting error messages from the mtree stage: mtree -deU -f /usr/src/etc/mtree/BSD.include.dist -p /usr/include missing: ./machine (not created: File exists) missing: ./net (not created: File exists) missing: ./netccitt (not created: File exists) missing: ./netinet (not created: File exists) missing: ./netiso (not created: File exists) missing: ./netns (not created: File exists) missing: ./nfs (not created: File exists) missing: ./sys (not created: File exists) missing: ./ufs (not created: File exists) missing: ./ufs/ffs (not created: File exists) missing: ./ufs/lfs (not created: File exists) missing: ./ufs/mfs (not created: File exists) missing: ./ufs/ufs (not created: File exists) missing: ./vm (not created: File exists) mtree thinks it's missing but doesn't create it because it exists? Pretty cool. Bill