utmpx, git/issue 411

2017-11-22 Thread Hal Murray via devel
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

Re: Minimal

2017-11-22 Thread Hal Murray via devel
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

Re: Minimal

2017-11-22 Thread Hal Murray via devel
> > ../../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

Re: MinimalMime-Version: 1.0

2017-11-22 Thread Gary E. Miller via devel
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]

Re: MinimalMime-Version: 1.0

2017-11-22 Thread Achim Gratz via devel
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

Re: MinimalMime-Version: 1.0

2017-11-22 Thread Hal Murray via devel
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': > .

✘Minimal build bug.

2017-11-22 Thread Gary E. Miller via devel
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