MuonPi / libmuonpi

https://muonpi.org
GNU Lesser General Public License v3.0
3 stars 1 forks source link

Warning about unused dependencies #9

Open marvin5300 opened 2 years ago

marvin5300 commented 2 years ago

Is this an issue or something that cannot be avoided? Or maybe the dependencies are for further use.

  dpkg-shlibdeps: warning: package could avoid a useless dependency if
  ./usr/lib/libmuonpi-detector.so.  was not linked against
  libboost_program_options.so.1.78.0 (it uses none of the library's symbols)

  dpkg-shlibdeps: warning: package could avoid a useless dependency if
  ./usr/lib/libmuonpi-detector.so.  was not linked against libatomic.so.1 (it
  uses none of the library's symbols)

  dpkg-shlibdeps: warning: package could avoid a useless dependency if
  ./usr/lib/libmuonpi-detector.so.  was not linked against
  libboost_system.so.1.78.0 (it uses none of the library's symbols)

  dpkg-shlibdeps: warning: package could avoid a useless dependency if
  ./usr/lib/libmuonpi-detector.so.  was not linked against libdl.so.2 (it
  uses none of the library's symbols)
dtreffenstaedt commented 2 years ago

This needs more investigation:

all libraries depend on the core library which needs those dependencies, so all libs this links against are also linked in the others.

I will look for better solutions.