From owner-freebsd-questions Thu Sep 20 5:40:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailgate.kechara.net (mailgate.kechara.net [62.49.139.2]) by hub.freebsd.org (Postfix) with ESMTP id A280237B406 for ; Thu, 20 Sep 2001 05:40:27 -0700 (PDT) Received: (from root@localhost) by mailgate.kechara.net (8.11.3/8.11.3) id f8KD00h76199 for freebsd-questions@freebsd.org; Thu, 20 Sep 2001 14:00:00 +0100 (BST) (envelope-from freebsd-questions@kechara.net) Received: from l1-p2 (lan-fw.kechara.net [62.49.139.3]) by mailgate.kechara.net (8.11.3/8.11.3) with SMTP id f8KCxv976147 for ; Thu, 20 Sep 2001 13:59:57 +0100 (BST) (envelope-from freebsd-questions@kechara.net) Message-Id: <200109201259.f8KCxv976147@mailgate.kechara.net> Date: Thu, 20 Sep 2001 13:40:10 +0100 To: freebsd-questions@freebsd.org From: Lee Smallbone Subject: Problem with cvsup Reply-To: freebsd-questions@kechara.net Organization: Kechara Internet X-Mailer: Opera 5.02 build 856a X-Priority: 3 (Normal) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm having problems cvsup'ing. The box was last cvsup'ed in April, and I've followed religiously the cvsup howto on defcon1, which worked flawlessly last time. This time however, everything is fine up to: make installworld, at which point I get this: # make installworld mkdir -p /tmp/install.79017 for prog in [ awk cat chflags chmod chown date echo egrep find grep ln make mak ewhatis mtree mv perl rm sed sh sysctl test true uname wc zic; do cp `which $p rog` /tmp/install.79017; done cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj COMPILER_PATH=/usr/obj/usr/src/i386/usr/ libexec:/usr/obj/usr/src/i386/usr/bin LIBRARY_PATH=/usr/obj/usr/src/i386/usr/li b:/usr/obj/usr/src/i386/usr/lib OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexe c CFLAGS="-nostdinc -O -pipe " PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl /5.00503 GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin GROFF_FONT_PATH=/usr/obj /usr/src/i386/usr/share/groff_font GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/sh are/tmac PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr /obj/usr/src/i386/usr/games:/tmp/install.79017 make -f Makefile.inc1 reinstall make: permission denied *** Error code 126 Stop in /usr/src. *** Error code 1 Stop in /usr/src. # I've run through it twice over the last 2 days just incase it was a cvs error, or I'd done something wrong, but I've got the same error twice. Any one have any clues? Thanks, Lee. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message