<div dir="ltr">On Mon, Nov 5, 2018 at 7:03 AM Udo van den Heuvel via devel <<a href="mailto:devel@ntpsec.org">devel@ntpsec.org</a>> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
Wheile trying to debug the slow/failing ntpsec builds since upgrading to<br>
fedora 29, I noticed this:<br>
<br>
# ./waf build<br>
--- building host ---<br>
Waf: Entering directory `/usr/src/redhat/BUILD/ntpsec-1.1.2/build/host'<br>
Waf: Leaving directory `/usr/src/redhat/BUILD/ntpsec-1.1.2/build/host'<br>
--- building main ---<br>
Waf: Entering directory `/usr/src/redhat/BUILD/ntpsec-1.1.2/build/main'<br>
--- PYTHONDARCHIR not in PYTHONPATHloading the Python ntp library may be<br>
troublesome ---<br>
[ 98/123] Compiling build/main/ntpd/ntp.conf-man.txt.man-tmp<br>
[114/123] Compiling build/main/ntptime/ntptime-man.txt.man-tmp<br>
(cut)<br>
<br>
When I googled PYTHONDARCHIR I only found the ntpsec waf file as a hit.<br>
If this is not a typo, please explain how to set up this variable.<br>
<br>
Kind regards,<br>
Udo<br></blockquote><div>Yes, proof omniquantism is the way. j/k I get hits on samba before the first hit on NTPsec.</div><div>PYTHONARCHDIR is the environment variable that specifies where (outside of PATH presumably)</div><div>to look for C compiled python module bits. The method of setting is shell specific. you might try</div><div>'export PYTHONARCHDIR=/usr/local/' or something simmilar.<br></div></div></div>