[Discuss-gnuradio] Runtime error from boost 1.52 issue on OSX

2012-12-29 Thread Michael McCoy
I'm writing to describe an issue, and to provide a workaround, related to gnuradio with boost 1.52. I built the current gnuradio repo from source on Mac OSX 10.6.8 (satisfied dependencies using MacPorts). The build went fine, but only 21% of the tests were passed with make test. The error was

Re: [Discuss-gnuradio] Runtime error from boost 1.52 issue on OSX

2012-12-29 Thread Michael Dickens
Hi Michael - Quite interesting. I wonder if the Boost folks know about this issue; I doubt it was introduced by MacPorts since mostly they just replicate the project's functionality. I had seen some issues recently, and had wondered about them; I'll definitely check into this. Thanks! - MLD

Re: [Discuss-gnuradio] Runtime error from boost 1.52 issue on OSX

2012-12-29 Thread Michael Dickens
After a bit of sleuthing, it turns out that this was a general Boost issue, not just on OSX, discussed on their email list here http://boost.2283326.n4.nabble.com/thread-thread-join-throws-in-1-52-0-td4638380.html , in their tickets here https://svn.boost.org/trac/boost/ticket/7669 , and

Re: [Discuss-gnuradio] Runtime error from boost 1.52 issue on OSX

2012-12-29 Thread Johnathan Corgan
On Sat, Dec 29, 2012 at 11:22 AM, Michael Dickens m...@alum.mit.edu wrote: After a bit of sleuthing, it turns out that this was a general Boost issue, not just on OSX, discussed on their email list here http://boost.2283326.n4.nabble.com/thread-thread-join-throws-in-1-52-0-td4638380.html,