Public bug reported:
libopenjp2-7-dev installs a CMake module that references missing files
making it impossible to use the package from CMake projects:
ERROR MESSAGE:
-- The imported target "openjpip" references the file
"/usr/lib/x86_64-linux-gnu/libopenjpip.so.2.4.0"
but this file does not
Additionally, the included UseOPENJPEG.cmake is not meant to be used
standalone, but it is meant to be included from a missing
UseOPENJPEG.cmake file.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2060
The first part is definitely an Ubuntu problem, but the second part
might be the library authors problem:
https://github.com/uclouvain/openjpeg/issues/1477
** Bug watch added: github.com/uclouvain/openjpeg/issues #1477
https://github.com/uclouvain/openjpeg/issues/1477
--
You received this bu
Starting with openjpeg 2.5.2 the CMake files are actually usable:
https://github.com/uclouvain/openjpeg/commit/5c2053950eb4c2c76f17deefd35f5c49abf0232e
(tho, not without any problems...)
Only the dependencies should be fixed in Ubuntu - the -dev package
should install all the binary packages
--