-
Notifications
You must be signed in to change notification settings - Fork 1
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
add find_package(fmt) #4
Conversation
I am using libfranka 0.9.2 from https://ros.packages.techfak.net without issues:
I guess you are using an FR3 requiring libfranka >= 0.10.
In any case, franka_ros is not using libfmt itself. Thus, the dependency should be fixed in libfranka, not here. |
Probably not, see https://wiki.debian.org/PackageTransition for the correct runes. |
Hm. This doesn't help me much. The terminology is too abstract for me. But thanks for the pointer. |
What exactly do you want to express? That both packages can't be installed at the same time? That would be |
Both packages can't be installed at the same time: they install similar files. This would be |
Well
Newer apt will actually provides conflict resolution so it will let the user choose what to do (probably remove the old one or keep the old and do nothing). Actually, what are the Debian package names of those two versions? One seems to be |
Currently both packages have the same name: |
if both have the same name you don't need any extra tags just add versioned depends in the downstream users. I think that is a limitation of |
to resolve
error, add find_package(fmt)
see frankaemika/libfranka#171 (comment) for the detail