Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Aug 2001 19:36:31 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Jay <jayed@mindspring.com>
Cc:        <brian@FreeBSD.ORG>, <current@FreeBSD.ORG>
Subject:   Re: installworld can break on ppp
Message-ID:  <20010819193205.F46248-100000@besplex.bde.org>
In-Reply-To: <040101c12881$dba80b40$0b00a8c0@winjay>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 19 Aug 2001, Jay wrote:

> Doing a make installworld with current -CURRENT can break on ppp.
>
>     install -c -s -o root -g network -m 4554   ppp /usr/sbin
>     m4  /usr/src/usr.sbin/ppp/ppp.8.m4 >ppp.8
>     m4: not found
>     *** Error code 127
>
>     Stop in /usr/src/usr.sbin/ppp.
>
> Both root and my normal user id include '/usr/bin' in $PATH so I don't have
> the slightest idea why this happened.

`make install' sets its own path which doesn't include /usr/bin.

There is a bug in bsd.man.mk which causes man pages to be built at install
time they are out of date (or don't exist).

ppp.8 somehow became out of date (or didn't get built be a previous `make
buildworld').

Bruce


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?20010819193205.F46248-100000>