Current HEAD is broken
Hal Murray
hmurray at megapathdsl.net
Tue Apr 4 09:34:22 UTC 2017
I just pushed a fix for a couple of "#if DEBUG" that should have been ifdef.
I think they have been there for ages, but a recent tweak I made to
test/option-tester.sh
found them. (compile refclocks with --disable-debug)
isc/net.h is in libisc/include/
[147/196] Compiling tests/common/tests_main.c
[148/196] Compiling tests/common/caltime.c
In file included from ../../include/ntp_stdlib.h:14:0,
from ../../tests/libparse/ieee754io.c:2:
../../include/ntp_net.h:13:21: fatal error: isc/net.h: No such file or
directory
#include <isc/net.h>
^
compilation terminated.
In file included from ../../include/ntp_stdlib.h:14:0,
from ../../tests/common/caltime.c:5:
../../include/ntp_net.h:13:21: fatal error: isc/net.h: No such file or
directory
#include <isc/net.h>
^
compilation terminated.
In file included from ../../include/ntp_stdlib.h:14:0,
from ../../tests/common/tests_main.h:9,
from ../../tests/common/tests_main.c:3:
../../include/ntp_net.h:13:21: fatal error: isc/net.h: No such file or
directory
#include <isc/net.h>
^
compilation terminated.
----------------
>From early on, but it keeps going and stuff scrolls off my screen.
EEE.E.EE
======================================================================
ERROR: test_filtcooker (__main__.TestPylibUtilMethods)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/murray/ntpsec/raw/tests/pylib/test_util.py", line 82, in
test_filtcooker
self.assertEqual(ntp.util.filtcooker(
AttributeError: 'module' object has no attribute 'filtcooker'
======================================================================
ERROR: test_formatdigitsplit (__main__.TestPylibUtilMethods)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/murray/ntpsec/raw/tests/pylib/test_util.py", line 88, in
test_formatdigitsplit
self.assertEqual(ntp.util.formatdigitsplit(10.0, 5, 9),
AttributeError: 'module' object has no attribute 'formatdigitsplit'
and lots more
Ran 8 tests in 0.001s
FAILED (errors=6)
--
These are my opinions. I hate spam.
More information about the devel
mailing list