Why did you decide to remove the utmpx stuff?
When I looked at the source code (after a git pull) for issue 411, that chunk
was still there.
Looking now, after:
commit c0bb4b05ac1864ea14535b55c15aa6c03d8f2ea2 (origin/master, origin/HEAD)
Author: Eric S. Raymond
Date: Wed Nov 22 20:4
hmur...@megapathdsl.net said:
> The search order magic seems to be broken on most systems. Or they extern
> debug without any warning. Or ...
I changed the offending "debug" to "xdebug". My system generated an error.
I added a "barf" to ntpd/declcond.h, expecting it to generate an error. I
> > ../../ntpd/ntpd.c:831:39: error: 'debug' undeclared (first use in
> > this function) fprintf(stdout, "#debug =3D3D %d\n", debug); =20
Here is what I think is going on.
The default configuration is no-debug. That is supposed to configure out all
references to debug in ntpd/*, but ntplib is
Yo Hal!
On Wed, 22 Nov 2017 12:36:19 -0800
Hal Murray wrote:
> devel@ntpsec.org said:
> > I'm headed out the door, over hill and dale, but smeone asked me to
> > show a minimal NTPsec build. I failed, and found a bug:
>
> > spidey ntpsec # ./waf configure && ./waf build
> > [...]
> > [82/93]
Hal Murray via devel writes:
> Works for me on Fedora. I'll go try some other environments.
>
> What are you running on?
I think all his machines are running Gentoo.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Factory and User Sound Singles for Wald
devel@ntpsec.org said:
> I'm headed out the door, over hill and dale, but smeone asked me to show a
> minimal NTPsec build. I failed, and found a bug:
> spidey ntpsec # ./waf configure && ./waf build
> [...]
> [82/93] Compiling ntpfrob/bumpclock.c
> ../../ntpd/ntpd.c: In function 'ntpdmain':
> .
Yo All!
I'm headed out the door, over hill and dale, but smeone asked me to
show a minimal NTPsec build. I failed, and found a bug:
spidey ntpsec # ./waf configure && ./waf build
[...]
[82/93] Compiling ntpfrob/bumpclock.c
../../ntpd/ntpd.c: In function 'ntpdmain':
../../ntpd/ntpd.c:831:39: erro