> No idea try running python -v -v waf and see where it hangs?
Thanks.
> I'm thinking it's Python itself.
Me too, but I need a bit more into before I can submit a bug report.
# pylib/util.pyc matches pylib/util.py
import util # precompiled from pylib/util.pyc
# trying pylib/rtems_trace.so
On 2016-03-22 17:49 -0700, Hal Murray wrote:
> Has anybody seen this? Or hints on how to debug it?
>
> --- installing host ---
> Waf: Entering directory `/home/murray/ntpsec/play/ted3/host'
> Waf: Leaving directory `/home/murray/ntpsec/play/ted3/host'
> --- installing main ---
> Waf: Entering d
Has anybody seen this? Or hints on how to debug it?
--- installing host ---
Waf: Entering directory `/home/murray/ntpsec/play/ted3/host'
Waf: Leaving directory `/home/murray/ntpsec/play/ted3/host'
--- installing main ---
Waf: Entering directory `/home/murray/ntpsec/play/ted3/main'
^C doesn't w
Yo Hal!
On Mon, 21 Mar 2016 23:25:00 -0700
Hal Murray wrote:
> g...@rellim.com said:
> > Check out "man 7 signal", almost nothing is legal to call from
> > within a signal. You can't even open() of fopen() anything. About
> > the best you can do is write(STDERR,) and exit().
>
> Right. I