Jan Palus
2018-08-31 17:33:12 UTC
The imported target "openjp2_static" references the file
"/usr/lib64/libopenjp2.a"
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib64/openjpeg-2.3/OpenJPEGTargets.cmake"
but not all the files it references.
It appears that openjpeg2-devel requires both openjpeg2-static (libopenjp2.a)"/usr/lib64/libopenjp2.a"
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
"/usr/lib64/openjpeg-2.3/OpenJPEGTargets.cmake"
but not all the files it references.
and openjpeg2-progs (opj_decompress). Now is it valid to specify circular
dependency:
-devel: R: -static
-static: R: -devel
From what I've gathered empirically poldek/RPM are smart enough to handle it. Any
other ideas? Disable static libs?
Regards
Jan