Date: Sat, 11 Aug 2001 11:01:24 -0700 (PDT) From: Matthew Jacob <mjacob@feral.com> To: "David O'Brien" <obrien@FreeBSD.ORG> Cc: Andrew Gallatin <gallatin@cs.duke.edu>, freebsd-alpha@FreeBSD.ORG Subject: Re: AlphaServer 4100 boot/install problem Message-ID: <Pine.BSF.4.21.0108111059590.45062-100000@beppo> In-Reply-To: <Pine.BSF.4.21.0108102325370.39666-100000@beppo>
next in thread | previous in thread | raw e-mail | index | archive | help
> > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0108111059590.45062-100000>