-
Notifications
You must be signed in to change notification settings - Fork 867
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
make deps outdated for ubuntu 22.04.01LTS #1020
Comments
Same error while trying the installation guide. I have the same Ubuntu 22.04LTS with Go version 1.18 |
@dubstab96 , I've found a solution to solve the problem until they fix it. In your makefile, you can replace "libdc1394-22-dev" by "libdc1394-dev" in DEBS and JETSON vars |
Thanks @Hatsumi-FR. That definitely worked :) |
This works for me too 👍
|
The original dependency (libdc1394-22) is outdated in Ubuntu 22.04 LTS. This fix just changes the dependency to be on the libdc1394 package itself, not the specific version. This fix is from the github issue hybridgroup#1020
You're welcome :) |
Hi team! Any updates of this issue? |
There are already a lot of PR about this problem. But no one has been merge :( |
If we received a PR that added this functionality for example in a new make task, instead of removing the current support for 18.04 it would be great! 😸 |
@deadprogram, good day, I've created #1078 that uses a different make task for Jammy. |
Hey, I can't follow the documentation and install openCV, because libdc1394-22-dev package seems to be outdated since the new ubuntu release. It looks like the package has been remove https://askubuntu.com/questions/1407580/unable-to-locate-package-libdc1394-22-dev
Description
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: