Our testing sucks
Eric S. Raymond
esr at thyrsus.com
Mon Jun 27 08:34:54 UTC 2016
Hal Murray <hmurray at megapathdsl.net>:
> 1010 ./waf configure
> 1011 ./waf build
>
>
> [ 74/206] Compiling ntpd/ntp_intercept.c
> ../../ntpd/ntp_control.c: In function âctl_putpeerâ:
> ../../ntpd/ntp_control.c:2319:8: error: âstruct peerâ has no member named
> âprocptrâ
> if (p->procptr != NULL) {
> ^
> ../../ntpd/ntp_control.c:2322:10: error: âstruct peerâ has no member
> named âprocptrâ
> p->procptr->clockname, p->refclkunit);
> ^
> ../../ntpd/ntp_control.c:2322:33: error: âstruct peerâ has no member
> named ârefclkunitâ
> p->procptr->clockname, p->refclkunit);
> ^
>
> Waf: Leaving directory `/home/murray/ntpsec/foo/build/main'
Already fixed in head, I think.
--
<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>
More information about the devel
mailing list