qImgV broken after Update

I’ve updated my system (OpenMandrivaLx Rome) last night. Today, I found that qImgV that I previously installed prior the update is nowhere to be seen after the update.

I tried this in the console:

$ qimg
qimg: command not found

$ sudo dnf search qimg
Updating and loading repositories:
Repositories loaded.
Matched fields: name
 qimgv.x86_64   Simple Qt5 image viewer

$ sudo dnf install qimgv
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
  - nothing provides libopencv_core.so.411()(64bit) needed by qimgv-1.0.2-10.x86_64 from rolling-x86_64
  - nothing provides libopencv_imgproc.so.411()(64bit) needed by qimgv-1.0.2-10.x86_64 from rolling-x86_64
You can try to add to command line:
  --skip-broken to skip uninstallable packages

It does seem the installed qImgV was uninstalled as part of the update process, as it cannot be updated because of that conflict.

Do I report it here, or elsewhere?

OK. I also tried nomacs, but got the same result:

$ sudo dnf search nomacs
Updating and loading repositories:
Repositories loaded.
Matched fields: name (exact)
 nomacs.x86_64  A fast and small image viewer
Matched fields: name, summary
 nomacs-plugins.x86_64  Plugins for nomacs

$ sudo dnf install nomacs
Updating and loading repositories:
Repositories loaded.
Failed to resolve the transaction:
Problem: conflicting requests
  - nothing provides libopencv_core.so.411()(64bit) needed by nomacs-3.19.1-2.x86_64 from rolling-x86_64
  - nothing provides libopencv_imgproc.so.411()(64bit) needed by nomacs-3.19.1-2.x86_64 from rolling-x86_64
You can try to add to command line:
  --skip-broken to skip uninstallable packages

The official best way to deal with this is to file a package update request here.

I just rebuilt qimgv and nomacs for Cooker and ROME(rolling) in order to pull in the latest dependencies. Maybe they will work now.

Thanks, they are working now. Sorry for the late response.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.