-
Notifications
You must be signed in to change notification settings - Fork 92
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
Possible overlinkage #203
Comments
Thanks for reporting. Linking pthread: Linking libGL: I will discuss the dependency removal with the other maintainers. |
I tested several executables with $ dpkg-shlibdeps glcontexts
dpkg-shlibdeps: error: no dependency information found for /home/scheibel/dev/glfw/lib/libglfw.so.3 (used by glcontexts)
Hint: check if the library actually comes from a package.
$ dpkg-shlibdeps cubescape
dpkg-shlibdeps: error: no dependency information found for /home/scheibel/dev/glfw/lib/libglfw.so.3 (used by cubescape)
Hint: check if the library actually comes from a package.
$ dpkg-shlibdeps glinfo
dpkg-shlibdeps: error: no dependency information found for /home/scheibel/dev/glfw/lib/libglfw.so.3 (used by glinfo)
Hint: check if the library actually comes from a package.
$ dpkg-shlibdeps glmeta
dpkg-shlibdeps: error: no dependency information found for /home/scheibel/dev/glbinding/build/libglbinding-aux.so.3 (used by glmeta)
Hint: check if the library actually comes from a package. Thus, I could not reproduce this issue anymore. Is this still a problem? If so, please reopen this issue and provide more information. |
The following warning were raised by the Debian packaging utility responsible for calculating the package dependencies:
which usually suggests that the corresponding targets are overlinked. These may also be false positives. Please let me know.
Cheers,
The text was updated successfully, but these errors were encountered: