Subject: Re: CVS commit: basesrc
To: Curt Sampson <cjs@cynic.net>
From: Nathan J. Williams <nathanw@MIT.EDU>
List: source-changes
Date: 06/05/2000 22:07:06
<cjs@cynic.net> (Curt Sampson) writes:

> Simon, thanks for the heads up.
> 
> Veego, can you explain exactly which header file is out of date?
> This happened during a fresh `make build,' so either you're wrong
> about that, or `make build' isn't installing header files properly.
> Either way, it should be fixed....

The problem is that the "make includes" phase happened before rpcgen
was rebuilt. The new rpcgen generates:

#define BOOTPARAMVERS 1

instead of

#define BOOTPARAMVERS ((u_long)1)
.

If you had updated your system the way that Frank described on
current-users, rather than just rebuilding, you'd avoid this (and
other) problems.

        - Nathan