Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-04-15 Thread Barry Jackson
On 25/01/13 17:04, Tom Rondeau wrote: I'm test building all our other packages that use boost in the hope that there are no breakages with 1.53b1 - if that happens then I may have a case for pushing for an update. Barry Ok. Tom OK it's been a long haul but we now have boos

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-26 Thread Barry Jackson
On 25/01/13 17:04, Tom Rondeau wrote: On Fri, Jan 25, 2013 at 11:57 AM, Barry Jackson mailto:zen25...@zen.co.uk>> wrote: The qtgui one that "fixed itself" still fails during the build, it only passes when run manually. During build? You mean if you run "make test" (or just "ctest"

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-25 Thread Tom Rondeau
On Fri, Jan 25, 2013 at 11:57 AM, Barry Jackson wrote: > On 25/01/13 16:29, Tom Rondeau wrote: > >> ldd test_all >> > > [root@jackodesktop build]# cd volk/lib > [root@jackodesktop lib]# ldd test_all > linux-vdso.so.1 (0x7fff67096000) > libvolk.so.0.0.0 => not found > Unfortun

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-25 Thread Barry Jackson
On 25/01/13 16:29, Tom Rondeau wrote: ldd test_all [root@jackodesktop build]# cd volk/lib [root@jackodesktop lib]# ldd test_all linux-vdso.so.1 (0x7fff67096000) libvolk.so.0.0.0 => not found libboost_unit_test_framework.so.1.53.0 => /lib64/libboost_unit_test_fr

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-25 Thread Tom Rondeau
On Fri, Jan 25, 2013 at 11:11 AM, Barry Jackson wrote: > On 24/01/13 14:28, Tom Rondeau wrote: > >> >> Could you run 'ctest -V -R ' for these tests to see what they >> are? I wouldn't worry too much about the ctcss and qtgui failures. My >> OSX box has a problem with ctcss, too, though I've not g

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-25 Thread Barry Jackson
On 24/01/13 14:28, Tom Rondeau wrote: Could you run 'ctest -V -R ' for these tests to see what they are? I wouldn't worry too much about the ctcss and qtgui failures. My OSX box has a problem with ctcss, too, though I've not gone to track it down since it's not a heavily used blocks. The qtgui i

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-24 Thread Tom Rondeau
On Thu, Jan 24, 2013 at 7:42 AM, Barry Jackson wrote: > On 23/01/13 15:05, Tom Rondeau wrote: > >> On Wed, Jan 23, 2013 at 9:58 AM, Philip Balister > > wrote: >> >> On 01/23/2013 09:45 AM, Tom Rondeau wrote: >> > On Wed, Jan 23, 2013 at 5:42 AM, Barry Jackson

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-24 Thread Barry Jackson
On 23/01/13 15:05, Tom Rondeau wrote: On Wed, Jan 23, 2013 at 9:58 AM, Philip Balister mailto:phi...@balister.org>> wrote: On 01/23/2013 09:45 AM, Tom Rondeau wrote: > On Wed, Jan 23, 2013 at 5:42 AM, Barry Jackson mailto:zen25...@zen.co.uk>> wrote: > >> I package gnuradio

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-23 Thread Johnathan Corgan
On Wed, Jan 23, 2013 at 7:08 AM, Tom Rondeau wrote: > Unfortunately, they have also deprecated Mutex::scoped_lock, so we're > going to have to reevaluate our use of that (not a show-stopper by any > means, just some changes we'll have to make). > It looks like we are using the gruel::scoped

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-23 Thread Tom Rondeau
On Wed, Jan 23, 2013 at 10:01 AM, Philip Balister wrote: > On 01/23/2013 09:58 AM, Philip Balister wrote: > > On 01/23/2013 09:45 AM, Tom Rondeau wrote: > > > > Has this been reported to the boost people? There is a boost 1.53 beta, > > I wonder if the problem is fixed there. > > > > There are two

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-23 Thread Tom Rondeau
On Wed, Jan 23, 2013 at 9:58 AM, Philip Balister wrote: > On 01/23/2013 09:45 AM, Tom Rondeau wrote: > > On Wed, Jan 23, 2013 at 5:42 AM, Barry Jackson > wrote: > > > >> I package gnuradio for Mageia and we are having problems with test > >> failures with 3.6.3 in our beta2 distro release. > >> (

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-23 Thread Philip Balister
On 01/23/2013 09:58 AM, Philip Balister wrote: > On 01/23/2013 09:45 AM, Tom Rondeau wrote: > > Has this been reported to the boost people? There is a boost 1.53 beta, > I wonder if the problem is fixed there. > There are two bug fixes related to join_all for 1.53. Any idea if they address the p

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-23 Thread Philip Balister
On 01/23/2013 09:45 AM, Tom Rondeau wrote: > On Wed, Jan 23, 2013 at 5:42 AM, Barry Jackson wrote: > >> I package gnuradio for Mageia and we are having problems with test >> failures with 3.6.3 in our beta2 distro release. >> (from git tag v3.6.3 since release tarball was from 3.6.4git) >> >> We

Re: [Discuss-gnuradio] Tests fail building with boost1.52

2013-01-23 Thread Tom Rondeau
On Wed, Jan 23, 2013 at 5:42 AM, Barry Jackson wrote: > I package gnuradio for Mageia and we are having problems with test > failures with 3.6.3 in our beta2 distro release. > (from git tag v3.6.3 since release tarball was from 3.6.4git) > > We have boost-1.52 and the package builds, but fails 14

[Discuss-gnuradio] Tests fail building with boost1.52

2013-01-23 Thread Barry Jackson
I package gnuradio for Mageia and we are having problems with test failures with 3.6.3 in our beta2 distro release. (from git tag v3.6.3 since release tarball was from 3.6.4git) We have boost-1.52 and the package builds, but fails 143 tests. Full build system log is here:- http://pkgsubmit.mag