Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Fred Wright via devel
On Tue, 26 Sep 2017, Eric S. Raymond via devel wrote: > Hal Murray : > > The permissions on the stuff in ntpclients had the execute bit removed so > > local testing doesn't work any more. I assume install fixes that since you > > reported that ntpq worked. > > > > In particular, tests/options-te

Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Hal Murray via devel
hmur...@megapathdsl.net said: > Testing Python code is broken. It's using the system libraries rather than > the new/local libraries. Author: Eric S. Raymond Date: Tue Sep 26 13:59:10 2017 -0400 Restore accidentally removed creation of a magigic ntp/ link. Fixed. Thanks. -- These a

Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Gary E. Miller via devel
Yo Eric! On Tue, 26 Sep 2017 05:35:36 -0400 (EDT) "Eric S. Raymond via devel" wrote: > Please, everybody get on the stick and test on every platform you can > reach. We need to know that, *without* a PYTHONPATH set, > > 1. Build works. Sort of. > 2. ntpq and friends are able to see the Pytho

Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Hal Murray via devel
> Following Fred's change, client tests now need to be run from build/main/ > ntpcllients rather than the source directory. I have pushed a change to > tests/options-tester.sh that does this; please verify. Did you actually test your version? It didn't work for me. I just pushed a fix. Testi

Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Ian Bruene via devel
I pushed a fix for both of these. On 09/26/2017 11:48 AM, Ian Bruene wrote: python3 build: fails, can't find ntp module, after installing p3 version it runs but crashes with a type conversion error (I'll get on this right away) python3.6 build: ditto, but also crashes with a "ModuleNotFoundEr

Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Achim Gratz via devel
Eric S. Raymond via devel writes: > Please check in on this list as you verify that your platform is OK. It would be nice if waf said anything about the need to re-configure when appropriate. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Samples for th

Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Ian Bruene via devel
Running tests on the new build changes: Build and run tests: = standard build (python 2.7): runs normally, uses the correct libraries from the build (this worked for me without any thingamijiggery anyway) python3 build: tests run and use the correct libraries without install

Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Jason Azze via devel
On Tue, Sep 26, 2017 at 5:35 AM, Eric S. Raymond via devel wrote: > Please, everybody get on the stick and test on every platform you can > reach. We need to know that, *without* a PYTHONPATH set, I tested CentOS 6.6. I used to have to export PYTHONPATH on this platform. Now all tools in build/ma

Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Eric S. Raymond via devel
Hal Murray : > The permissions on the stuff in ntpclients had the execute bit removed so > local testing doesn't work any more. I assume install fixes that since you > reported that ntpq worked. > > In particular, tests/options-tester.sh says things like: > > VERSION: ntpd ntpsec-0.9.7+1444 20

Re: All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Hal Murray via devel
The permissions on the stuff in ntpclients had the execute bit removed so local testing doesn't work any more. I assume install fixes that since you reported that ntpq worked. In particular, tests/options-tester.sh says things like: VERSION: ntpd ntpsec-0.9.7+1444 2017-09-26T09:54:52Z VERSION:

All hands - we need to test Fred's build changes pronto

2017-09-26 Thread Eric S. Raymond via devel
I previously turned down merging Fred Wright's PYTHONPATH-elimination change as a potential destabilizer, but then heard from Hal that Fedora and FreeBSD actually *do* have the problem it addresses. (I've never seen it under Ubuntu, which is why I didn't know.) Given that, we're out of happy choi