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

Unable to locate package libdc1394-22-dev on Ubuntu 24.04 LTS #1178

Open
alan890104 opened this issue Jun 23, 2024 · 3 comments
Open

Unable to locate package libdc1394-22-dev on Ubuntu 24.04 LTS #1178

alan890104 opened this issue Jun 23, 2024 · 3 comments

Comments

@alan890104
Copy link

Description

I clone the latest version of gocv on main branch on my Ubuntu 24.04 LTS. However, after running make install, it turns out that there is some dependencies error related to libdc1394-22-dev.

Steps to Reproduce

  • the result running after make install on my Ubuntu 24.04 LTS.
image

Your Environment

  • Operating System and version: Ubuntu 24.04 LTS
  • OpenCV version used: on main branch
  • How did you install OpenCV? make install
  • GoCV version used: main branch
  • Go version: 1.22.4
  • Did you run the env.sh or env.cmd script before trying to go run or go build? i use make install command
@shixiawuheng
Copy link

Need to modify MakeFile file
DEBS=unzip wget build-essential cmake curl git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev libtbbmalloc2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libdc1394-dev

@modervnt
Copy link

modervnt commented Sep 9, 2024

I had the same problem and i tried this command but it returned mistake
Screenshot from 2024-09-09 11-18-00
Screenshot from 2024-09-09 11-17-26

@mosaleh52
Copy link

you need to change make file line DEBS to the new package libdc1394-dev like this
DEBS=unzip wget build-essential cmake curl git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libdc1394-dev libharfbuzz-dev libfreetype6-dev

more info
https://askubuntu.com/questions/1407580/unable-to-locate-package-libdc1394-22-dev

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

No branches or pull requests

4 participants