Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Nov 2001 07:28:37 -0800 (PST)
From:      "Alexander S. Usov" <usov@ukr.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   conf/31932: A small bug in "make update". cvsup binary not found.
Message-ID:  <200111121528.fACFSbr99393@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111121528.fACFSbr99393>