Re: ntploggps not installed by waf

2019-09-21 Thread Paul Theodoropoulos via devel
Aha! Skimming trips me up once again. Checking for python module 'gps' (ver >= num(3, 18)) : unknown version WARNING: ntploggps will not be built/installed since python gps module >= 3.18 was not found   PYTHONDIR : /usr/local/lib/python2.7/dist-packages   PYTHONARCHDIR 

Re: ntploggps not installed by waf

2019-09-21 Thread Matthew Selsky via devel
On Sat, Sep 21, 2019 at 01:09:30PM -0700, Paul Theodoropoulos via devel wrote: >On 9/21/2019 13:00 PM, James Browning wrote: > > On Sat, Sep 21, 2019, 12:55 PM Paul Theodoropoulos via devel > <[1]devel@ntpsec.org> wrote: > >Just a quick note, as I'm vetting all my installati

Considering dropping Python 2 support (was Re: Python.h quirk)

2019-09-21 Thread Mark Atwood via devel
On Sat, Sep 21, 2019, at 11:03, Eric S. Raymond via devel wrote: > > The problem, of course, is that the Python 2 and Python3 development > package both want to own Python.h, > and the name is not versioned. > > I don't see any fix for this other than "have the right dev kit > installed whebn

Re: ntploggps not installed by waf

2019-09-21 Thread Paul Theodoropoulos via devel
On 9/21/2019 13:00 PM, James Browning wrote: On Sat, Sep 21, 2019, 12:55 PM Paul Theodoropoulos via devel mailto:devel@ntpsec.org>> wrote: Just a quick note, as I'm vetting all my installations - after running './waf configure --refclock=all', followed by  './waf install', all of th

Re: ntploggps not installed by waf

2019-09-21 Thread James Browning via devel
On Sat, Sep 21, 2019, 12:55 PM Paul Theodoropoulos via devel < devel@ntpsec.org> wrote: > Just a quick note, as I'm vetting all my installations - after running > './waf configure --refclock=all', followed by './waf install', all of the > applications in main/ntpclients are installed - except for

ntploggps not installed by waf

2019-09-21 Thread Paul Theodoropoulos via devel
Just a quick note, as I'm vetting all my installations - after running './waf configure --refclock=all', followed by  './waf install', all of the applications in main/ntpclients are installed - except for ntploggps. I don't know the magic of waf sufficiently to point to why, where, or how it i

Re: Python.h quirk

2019-09-21 Thread Eric S. Raymond via devel
Hal Murray via devel : > > I'm on Fedora. I've been using python2 for ages. I just tried to switch to > python3. > My "python" command now links to python3.7 > > It all builds, then dies trying to run the version printout tests which > really > test that it can load all the libraries it need