ethz-asl / kalibr

The Kalibr visual-inertial calibration toolbox
Other
4.21k stars 1.38k forks source link

[Error] ubuntu 20.04-noetic build failes #644

Closed KMerdan closed 6 months ago

KMerdan commented 10 months ago

I attempted to build Dockerfile_ros1_20_04 locally using the command docker build -f Dockerfile_ros1_20_04 . However, I encountered a failure with the following error:

dpkg: dependency problems prevent configuration of libpam-fprintd:amd64

To resolve this issue, I had to include the following two lines before installing the dependencies:

RUN apt-get update && apt-get install libfprint* fprintd* libpam-fprintd* -y 
RUN dpkg --configure -a

I'll submit a pull request (PR) to address this problem so that it can assist whom might face the same issue in the future.

goldbattle commented 8 months ago

I am unable to reproduce this error. Is this still something you see? What OS version are you building the docker on? I don't see why CI should pass, while for you it doesn't.

goldbattle commented 6 months ago

I am unable to reproduce locally, feel free to reopen with steps to reproduce it.