From owner-freebsd-bugs Mon Nov 12 20:40: 9 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 5D57137B418 for ; Mon, 12 Nov 2001 20:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAD4e1T45142; Mon, 12 Nov 2001 20:40:01 -0800 (PST) (envelope-from gnats) Date: Mon, 12 Nov 2001 20:40:01 -0800 (PST) Message-Id: <200111130440.fAD4e1T45142@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Makoto Matsushita Subject: Re: conf/31932: A small bug in "make update". cvsup binary not found. Reply-To: Makoto Matsushita 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 The following reply was made to PR conf/31932; it has been noted by GNATS. From: Makoto Matsushita To: usov@ukr.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: conf/31932: A small bug in "make update". cvsup binary not found. Date: Tue, 13 Nov 2001 13:36:31 +0900 usov> -SUP?= cvsup usov> +SUP?= /usr/local/bin/cvsup If it works, your PATH environment variable apparantly doesn't have '/usr/local/bin'. We may respect ${LOCALBASE} in ports makefiles, but "setting up $PATH before make update" is more simple solution. Would you please try following commands: cd /usr/src env PATH=/sbin:/bin:usr/sbin:/usr/bin:/usr/local/bin make update If it works for you, you don't need to modify Makefile. Set your PATH will help you. BTW, what's your (root's) shell? /root/.cshrc and /root/.profile does contain /usr/local/bin in PATH definition. I wonder why your shell does NOT include /usr/local/bin... -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message