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

Debian Sid CI is failing (August 2021) #854

Closed
traversaro opened this issue Aug 19, 2021 · 3 comments · Fixed by #855
Closed

Debian Sid CI is failing (August 2021) #854

traversaro opened this issue Aug 19, 2021 · 3 comments · Fixed by #855

Comments

@traversaro
Copy link
Member

traversaro commented Aug 19, 2021

Error:

2021-08-19T02:10:12.5623285Z Reading package lists...
2021-08-19T02:10:12.7064251Z Building dependency tree...
2021-08-19T02:10:12.7065126Z Reading state information...
2021-08-19T02:10:12.7127284Z E: Unable to locate package libdc1394-22-dev
2021-08-19T02:10:12.7214286Z ##[error]Process completed with exit code 123.

Not a big problem now, but it could be a problem for Ubuntu 22.04 .

@traversaro
Copy link
Member Author

traversaro commented Aug 25, 2021

It seems that indeed libdc1394-22-dev was renamed to libdc1394-dev, see:

Unfortunatly, while Ubuntu 20.04 and the last Debian stable (bullseye) have already libdc1394-dev and also a temporary libdc1394-22-dev package, Ubuntu 18.04 and Debian buster still only have libdc1394-22-dev, so we will need some conditional logic/documentation somewhere.

@traversaro
Copy link
Member Author

traversaro commented Aug 25, 2021

Note that the latest pc104 image is based on Debian Buster: https://icub-tech-iit.github.io/documentation/icub_operating_systems/pc104/icub-live/ , as Bullseye was just released a few weeks ago.

@traversaro
Copy link
Member Author

Unfortunatly, installing libdc1394-dev on Ubuntu 20.04 seems to uninstall some parts of opencv for some reason:

The following additional packages will be installed:
  libdc1394-25
The following packages will be REMOVED:
  libdc1394-22-dev libopencv-calib3d-dev libopencv-contrib-dev libopencv-dev libopencv-features2d-dev libopencv-highgui-dev libopencv-objdetect-dev
  libopencv-stitching-dev libopencv-videostab-dev
The following NEW packages will be installed:
  libdc1394-25 libdc1394-dev

So better to continue to use libdc1394-22-dev on all distros that we can.

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