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

Changed the libdc1394 dependencies in Makefile for Ubuntu 22.04 #1033

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

asbjorn
Copy link

@asbjorn asbjorn commented Nov 24, 2022

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 #1020

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
@deadprogram
Copy link
Member

Hello @asbjorn thank you for the code contribution. Could you please make this PR against the latest dev branch? See https://github.com/hybridgroup/gocv/blob/release/CONTRIBUTING.md#how-to-use-our-github-repository

@asbjorn
Copy link
Author

asbjorn commented Nov 24, 2022

@deadprogram No problem - sorry for not reading the Contributing documentation first :)

@asbjorn asbjorn changed the base branch from release to dev November 24, 2022 09:10
@deadprogram
Copy link
Member

The main problem here is that the change is not backward compatible with the older LTS versions.

Some code to detect that, or else a separate make task, would solve that problem.

Also, this branch needs to be rebased against the latest dev branch.

Thanks!

@spolti
Copy link

spolti commented Oct 27, 2023

Was hit by this issue as well:

E: Package 'libtbb2' has no installation candidate
E: Unable to locate package libdc1394-22-dev

In addition:

Package libtbb2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libtbbmalloc2

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

Successfully merging this pull request may close these issues.

None yet

3 participants