Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc



<cjs%cynic.net@localhost> (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




Home | Main Index | Thread Index | Old Index