Your message dated Wed, 16 Dec 2020 22:28:21 -0800
with message-id <[email protected]>
and subject line Re: Bug#977578: python3-opencv: Incomplete dependency on 
libcharls2
has caused the Debian Bug report #977578,
regarding python3-opencv: Incomplete dependency on libcharls2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
977578: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=977578
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-opencv
Version: 4.2.0+dfsg-6+b6
Severity: normal
X-Debbugs-Cc: none, Dima Kogan <[email protected]>

Hi. I just upgraded my python opencv bindings on Debian/sid:

  apt install python3-opencv

This worked. But then this happened:

  dima@fatty:~$ python3

  Python 3.9.1 (default, Dec  8 2020, 07:51:42) 
  [GCC 10.2.0] on linux
  Type "help", "copyright", "credits" or "license" for more information.

  >>> import cv2
  Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
  ImportError: libcharls.so.2: cannot open shared object file: No such file or 
directory

I had libcharls2=2.0.0+dfsg-1 (the current stable release). It called
that library libCharLS.so.2 instead of libcharls.so.2. Upgrading
libcharls2 to the current Debian/sid version fixed the problem. Opencv
should update its dependency.

--- End Message ---
--- Begin Message ---
Hi.

I'd like to not be able to 'apt install python3-opencv' and end up in a
state where this package is now non-functional.

I was thinking you could change Depends: libcharls -> Depends: libcharls
( >= something). But apparently opencv doesn't depend on libcharls (the
dependency is indirect). And the actual bug is in libcharls, fixed a bit
past stable; in 2.1.0+dfsg-2.
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971425

I guess it's not worth doing anything in opencv to make this nice. Sorry
for the noise. I'm closing the report.

--- End Message ---

Reply via email to