From owner-freebsd-stable Sun Sep 16 19:47:15 2001 Delivered-To: freebsd-stable@freebsd.org Received: from nero.lastamericanempire.com (con-64-133-48-46-CHE.sprinthome.com [64.133.48.46]) by hub.freebsd.org (Postfix) with ESMTP id 5FE2837B409 for ; Sun, 16 Sep 2001 19:47:12 -0700 (PDT) Received: by nero.lastamericanempire.com (Postfix, from userid 1000) id 3D54EF801; Sun, 16 Sep 2001 20:45:48 -0600 (MDT) Date: Sun, 16 Sep 2001 20:45:48 -0600 From: z thompson To: freebsd-stable@freebsd.org Subject: installworld error Message-ID: <20010916204548.A52652@nero.nero.lastamericanempire.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm getting the following error with make installworld: if [ -h /usr/include/ufs/ffs ]; then rm -f /usr/include/ufs/ffs; fi if [ -h /usr/include/ufs/mfs ]; then rm -f /usr/include/ufs/mfs; fi if [ -h /usr/include/ufs/ufs ]; then rm -f /usr/include/ufs/ufs; fi if [ -h /usr/include/dev/ppbus ]; then rm -f /usr/include/dev/ppbus; fi if [ -h /usr/include/dev/usb ]; then rm -f /usr/include/dev/usb; fi if [ -h /usr/include/machine ]; then rm -f /usr/include/machine; fi mtree -deU -f /usr/src/include/../etc/mtree/BSD.include.dist -p /usr/include cd /usr/src/include/../sys; install -C -o root -g wheel -m 444 cam/*.h /usr/include/cam install: not found *** Error code 127 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. Any ideas? I cvsupped early on 8/16. Cheers, Zach Thompson To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message