discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Barry Jackson
Subject: Re: [Discuss-gnuradio] Tests fail building with boost1.52
Date: Fri, 25 Jan 2013 16:57:40 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130114 Thunderbird/17.0.2

On 25/01/13 16:29, Tom Rondeau wrote:
ldd test_all

address@hidden build]# cd volk/lib address@hidden lib]# ldd test_all
        linux-vdso.so.1 (0x00007fff67096000)
        libvolk.so.0.0.0 => not found
libboost_unit_test_framework.so.1.53.0 => /lib64/libboost_unit_test_framework.so.1.53.0 (0x00007f9a2c6cf000)
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f9a2c3cc000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f9a2c1b6000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f9a2be04000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f9a2bbe8000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f9a2b9e0000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f9a2b6e2000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9a2c98e000)
address@hidden lib]# ldconfig address@hidden lib]# ldd test_all
        linux-vdso.so.1 (0x00007fff7bdfe000)
        libvolk.so.0.0.0 => not found
libboost_unit_test_framework.so.1.53.0 => /lib64/libboost_unit_test_framework.so.1.53.0 (0x00007f1e076c9000)
        libstdc++.so.6 => /lib64/libstdc++.so.6 (0x00007f1e073c6000)
        libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f1e071b0000)
        libc.so.6 => /lib64/libc.so.6 (0x00007f1e06dfe000)
        libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f1e06be2000)
        librt.so.1 => /lib64/librt.so.1 (0x00007f1e069da000)
        libm.so.6 => /lib64/libm.so.6 (0x00007f1e066dc000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f1e07988000)



The qtgui one that "fixed itself" still fails during the build, it only passes when run manually.

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]