AttributeError: 'AnsiTerm' object has no attribute 'buffer'
Hal Murray
hmurray at megapathdsl.net
Wed Jan 23 04:31:22 UTC 2019
Anybody recognize this? I've seen it on NetBSD and FreeBSD
I haven't figure out what I'm doing to make it happen.
Waf: Leaving directory `/home/murray/ntpsec/foo/build/main'
Traceback (most recent call last):
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Scripting.py", line 122, in waf_entry_point
run_commands()
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Scripting.py", line 183, in run_commands
ctx=run_command(cmd_name)
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Scripting.py", line 174, in run_command
ctx.execute()
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Scripting.py", line 377, in execute
return execute_method(self)
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Context.py", line 88, in execute
self.recurse([os.path.dirname(g_module.root_path)])
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Context.py", line 129, in recurse
user_function(self)
File "/home/murray/ntpsec/foo/wscript", line 931, in init_handler
obj.execute()
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Scripting.py", line 377, in execute
return execute_method(self)
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Build.py", line 104, in execute
self.execute_build()
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Build.py", line 123, in execute_build
self.post_build()
File "/home/murray/ntpsec/foo/.waf3-1.9.15-7481b2b5d90177d4bb747dbff06bef90/w
aflib/Build.py", line 280, in post_build
m(self)
File "/home/murray/ntpsec/foo/wscript", line 888, in bin_test
from wafhelpers.bin_test import cmd_bin_test
File "/home/murray/ntpsec/foo/wafhelpers/bin_test.py", line 10, in <module>
import ntp.poly
File "/home/murray/ntpsec/foo/build/main/tests/pylib/ntp/poly.py", line 111,
in <module>
sys.stderr = make_std_wrapper(sys.stderr)
File "/home/murray/ntpsec/foo/build/main/tests/pylib/ntp/poly.py", line 102,
in make_std_wrapper
return io.TextIOWrapper(stream.buffer, encoding="utf-8",
AttributeError: 'AnsiTerm' object has no attribute 'buffer'
--
These are my opinions. I hate spam.
More information about the devel
mailing list