Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning about unused dependencies #9

Open
marvin5300 opened this issue Feb 6, 2022 · 1 comment
Open

Warning about unused dependencies #9

marvin5300 opened this issue Feb 6, 2022 · 1 comment
Labels
question Further information is requested

Comments

@marvin5300
Copy link
Member

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)
@marvin5300 marvin5300 added the question Further information is requested label Feb 6, 2022
@dtreffenstaedt
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants