OPKG failing
-
Hello,
I ran "opkg update" then "opkg upgrade" which made me run into a dependency issue
"Not selecting librc_math 1.1.2 as installing it would break existing dependencies.
Not selecting opencv 4.5.1 as installing it would break existing dependencies.
Not selecting libmodal_pipe 1.2.2 as installing it would break existing dependencies."
Additionally I tried " opkg install voxl-camera-calibration" and got "Not selecting opencv 4.5.1 as installing it would break existing dependencies."How do I resolve these dependency issues to get the camera calibration feature?
Thanks!
-
Hi,
Despite how dire these look, they're actually warnings, not errors. The older versions of these packages were built for a specified architecture, as opposed to our new builds that are architecture independent, but OPKG treats them differently and throws the very aggressive warnings despite nothing actually being wrong. If you ran
opkg install voxl-camera-calibration
, it should successfully install, even if it shows those warnings. You can check this by runningvoxl-calibrate-camera --help
to validate that it did install properly. -
Thanks for the quick reply!
The only issue is
but also:
I tried rebooting as well. How do I resolve this?
-
the command line executable is
voxl-calibrate-camera
notvoxl-camera-calibration
, it looks like it's installed and up to date and should work withvoxl-calibrate-camera --help
-
Thank you so much!