Re: ./waf install hangs on FreeBSD 10.2-RELEASE-p14/amd64

2016-03-22 Thread Hal Murray
> 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

Re: ./waf install hangs on FreeBSD 10.2-RELEASE-p14/amd64

2016-03-22 Thread Amar Takhar
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

./waf install hangs on FreeBSD 10.2-RELEASE-p14/amd64

2016-03-22 Thread Hal Murray
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

Re: Bug: deadlock from msyslog

2016-03-22 Thread Gary E. Miller
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