<div dir="ltr"><div><div><div><div><div>Hello all,<br><br></div>I had a problem building gr-osmosdr a few days ago (it was looking in /usr/lib64/lib64), which I worked around by symlinking a couple of files to where they were being looked for.<br><br></div>However, since an update of boost yesterday, I now get an error complaining about a boost file I don't have on my system. "/usr/lib64/lib64/libboost_date_time-d.a"<br><br></div>Any ideas what's going wrong here?<br></div>Centos 6.6<br></div><div>Previous boost version: 1.41.0-25<br></div>New boost version: 1.41.0-27<br><div><div><div><div><div><div><br>$ git clone git://<a href="http://git.osmocom.org/gr-osmosdr">git.osmocom.org/gr-osmosdr</a><br>Initialized empty Git repository in /home/calum/src/gr-osmosdr/.git/<br>remote: Counting objects: 3818, done.<br>remote: Compressing objects: 100% (2510/2510), done.<br>remote: Total 3818 (delta 2736), reused 1888 (delta 1270)<br>Receiving objects: 100% (3818/3818), 926.14 KiB | 1.13 MiB/s, done.<br>Resolving deltas: 100% (2736/2736), done.<br>$ cd gr-osmosdr<br>$ mkdir build ; cd build<br>$ cmake ..<br>-- The CXX compiler identification is GNU 4.4.7<br>-- The C compiler identification is GNU 4.4.7<br>-- Check for working CXX compiler: /usr/bin/c++<br>-- Check for working CXX compiler: /usr/bin/c++ -- works<br>-- Detecting CXX compiler ABI info<br>-- Detecting CXX compiler ABI info - done<br>-- Check for working C compiler: /usr/bin/cc<br>-- Check for working C compiler: /usr/bin/cc -- works<br>-- Detecting C compiler ABI info<br>-- Detecting C compiler ABI info - done<br>-- Build type not specified: defaulting to release.<br>-- Found Git: /usr/bin/git (found version "1.7.1") <br>-- Extracting version information from git describe...<br>-- Configuring Boost C++ Libraries...<br>CMake Error at /usr/lib64/boost/Boost.cmake:536 (message):<br>  The imported target "boost_date_time-static-debug" references the file<br><br>     "/usr/lib64/lib64/libboost_date_time-d.a"<br><br>  but this file does not exist.  Possible reasons include:<br><br>  * The file was deleted, renamed, or moved to another location.<br><br>  * An install or uninstall procedure did not complete successfully.<br><br>  * The installation package was faulty and contained<br><br>     "/usr/lib64/boost/Boost.cmake"<br><br>  but not all the files it references.<br><br>Call Stack (most recent call first):<br>  /usr/lib64/boost/BoostConfig.cmake:28 (include)<br>  /usr/share/cmake/Modules/FindBoost.cmake:177 (find_package)<br>  CMakeLists.txt:122 (find_package)<br><br><br>-- Configuring incomplete, errors occurred!<br>See also "/home/calum/src/gr-osmosdr/build/CMakeFiles/CMakeOutput.log".<br>$<br></div></div></div></div></div></div></div>