Date: Sat, 7 Sep 2002 23:02:46 -0400 From: Craig Rodrigues <rodrigc@attbi.com> To: freebsd-current@freebsd.org Subject: make installworld cannot find files in /usr/bin Message-ID: <20020907230246.A535@attbi.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020907230246.A535>