From owner-freebsd-current Sat Sep 7 19:55:58 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9104537B400 for ; Sat, 7 Sep 2002 19:55:56 -0700 (PDT) Received: from dibbler.ne.client2.attbi.com (dibbler.ne.client2.attbi.com [24.61.41.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id E4FA743E3B for ; Sat, 7 Sep 2002 19:55:55 -0700 (PDT) (envelope-from rodrigc@attbi.com) Received: from dibbler.ne.client2.attbi.com (localhost [127.0.0.1]) by dibbler.ne.client2.attbi.com (8.12.6/8.12.5) with ESMTP id g8832l5q000583 for ; Sat, 7 Sep 2002 23:02:48 -0400 (EDT) (envelope-from rodrigc@dibbler.ne.client2.attbi.com) Received: (from rodrigc@localhost) by dibbler.ne.client2.attbi.com (8.12.6/8.12.6/Submit) id g8832lmt000582 for freebsd-current@freebsd.org; Sat, 7 Sep 2002 23:02:47 -0400 (EDT) Date: Sat, 7 Sep 2002 23:02:46 -0400 From: Craig Rodrigues To: freebsd-current@freebsd.org Subject: make installworld cannot find files in /usr/bin Message-ID: <20020907230246.A535@attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I did a cvsup from a few hours ago, and rebuilt the world. make buildworld worked fine. make installworld failed: ===> usr.sbin/ppp^M install -s -o root -g network -m 4554 ppp /usr/sbin m4 /usr/src/usr.sbin/ppp/ppp.8.m4 >ppp.8 m4: not found I also had similar problems in /usr/src/share/termcap, because the Makefile there could not find /usr/bin/cap_mkdb and /usr/bin/ex. I worked around the problem by replacing references to m4, cap_mkdb, and ex in /usr/src/usr.sbin/ppp/Makefile and /usr/src/share/termcap/Makefile with fully qualified path names. Any ideas what could cause this? My environment has /usr/bin in its PATH. Also, if I manually cd to either of those directories and do: make install, then it finds the programs in /usr/bin with no problem. -- Craig Rodrigues http://www.gis.net/~craigr rodrigc@attbi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message