Re: dpkg-shlibdeps: error: couldn't find library [...] needed by [...]

2017-01-25 Thread Nico Schlömer
Thanks, Andrey, for the input. I've dug around a little more now and found that the reason for the error was the fact that the library that couldn't be found was indeed built, but was not part of a package. That's what dpkg-shlibdeps was complaining about. Thanks again, cheers, Nico On Mon,

Re: dpkg-shlibdeps: error: couldn't find library [...] needed by [...]

2017-01-23 Thread Andrey Rahmatullin
On Mon, Jan 23, 2017 at 08:25:24PM +, Nico Schlömer wrote: > to the CMake config, it all seems to configure and build fine. That is > until dpkg-shlibdeps enters the stage (right before installation): It's not "right before installation". The build process has nothing to do with installing

dpkg-shlibdeps: error: couldn't find library [...] needed by [...]

2017-01-23 Thread Nico Schlömer
Hi everyone, Still struggling with the binary-or-shlib-defines-rpath [1] here. After having added ``` -DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON -DCMAKE_INSTALL_RPATH_USE_LINK_PATH:BOOL=OFF ``` to the CMake config, it all seems to configure and build fine. That is until dpkg-shlibdeps enters the stage