From owner-freebsd-alpha Sat Aug 11 11: 1:27 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 0AFDC37B403; Sat, 11 Aug 2001 11:01:25 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from mailhost.feral.com (mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f7BI1OI45169; Sat, 11 Aug 2001 11:01:24 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Sat, 11 Aug 2001 11:01:24 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: "David O'Brien" Cc: Andrew Gallatin , freebsd-alpha@FreeBSD.ORG Subject: Re: AlphaServer 4100 boot/install problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > > I've set a make release going. When I get back on Monday, I'll try and make a > CD image from the result, if that worked. > make release failed for me at: (cd /usr/src/etc/..; install -c -o root -g wheel -m 444 COPYRIGHT /) (cd /usr/src/etc/../share/man; make makedb; ) makewhatis /usr/share/man makewhatis:No such file or directory *** Error code 1 Stop in /usr/src/share/man. *** Error code 1 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src/release. nellie# makewhatis nellie# for a script run as root that consists of: #!/bin/sh PATH=/sbin:/usr/sbin:/bin:/usr/bin export PATH RDIR=/space/release D=`date +%b_%d_%Y` cd /usr/src/release || exit 1 2>&1 make release CHROOTDIR=${RDIR}/proto \ BUILDNAME=snap_$D CVSROOT=/home/ncvs \ -DNODOC=YES -DNOPORTS=YES | tee ${RDIR}/logs/${D} To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message