From owner-freebsd-bugs Mon Nov 12 7:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C700F37B418 for ; Mon, 12 Nov 2001 07:30:00 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACFU0o99705; Mon, 12 Nov 2001 07:30:00 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A320537B405 for ; Mon, 12 Nov 2001 07:28:37 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fACFSbr99393; Mon, 12 Nov 2001 07:28:37 -0800 (PST) (envelope-from nobody) Message-Id: <200111121528.fACFSbr99393@freefall.freebsd.org> Date: Mon, 12 Nov 2001 07:28:37 -0800 (PST) From: "Alexander S. Usov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/31932: A small bug in "make update". cvsup binary not found. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31932 >Category: conf >Synopsis: A small bug in "make update". cvsup binary not found. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 12 07:30:00 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alexander S. Usov >Release: FreeBSD 4.4-SRABLE >Organization: ITV >Environment: FreeBSD darkini.itv 4.4-RC FreeBSD 4.4-RC #1: Thu Nov 1 17:12:36 EET 2001 root@darkini.itv:/usr/src/sys/compile/DARKINI i386 >Description: When trying to run "make update" in /usr/src all I got is: cvsup:No such file or directory The same bug is present in latest STABLE cvs snapshot too. (I do not build it yet). >How-To-Repeat: cd /usr/src make update >Fix: Here is a diff. I understand That it is broken, but the idea is simple :) --- Makefile.inc1 Thu Oct 11 18:10:34 2001 +++ Makefile.inc1.new Mon Nov 12 17:30:27 2001 @@ -113,7 +113,7 @@ CLEANDIR= cleandir .endif -SUP?= cvsup +SUP?= /usr/local/bin/cvsup SUPFLAGS?= -g -L 2 -P - .if defined(SUPHOST) SUPFLAGS+= -h ${SUPHOST} >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message