GNOME Bugzilla – Bug 789481
gst-plugins-bad fails to build against openjpeg2 2.3.0
Last modified: 2017-10-25 13:28:05 UTC
Trying to rebuild gst-plugins-bad on arch using the distro package, and it doesn't build anymore due to openjpeg2 being at version 2.3.0 instead of the version gst-plugins-bad apparently expects (2.2): In file included from gstopenjpegdec.h:29:0, from gstopenjpegdec.c:27: gstopenjpeg.h:42:12: fatal error: openjpeg-2.2/openjpeg.h: No such file or directory # include <openjpeg-2.2/openjpeg.h> ^~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. While patching /ext/openjpeg/gstopenjpeg.h from include <openjpeg-2.2/openjpeg.h> to include <openjpeg-2.3/openjpeg.h> could work, what is the proper way to fix this ? These are all headers included in the openjpeg2 package: openjpeg2 /usr/include/ openjpeg2 /usr/include/openjpeg-2.3/ openjpeg2 /usr/include/openjpeg-2.3/openjpeg.h openjpeg2 /usr/include/openjpeg-2.3/opj_config.h openjpeg2 /usr/include/openjpeg-2.3/opj_stdint.h openjpeg2 /usr/share/doc/openjpeg2/html/opj__includes_8h.html openjpeg2 /usr/share/doc/openjpeg2/html/opj__includes_8h_source.html
Thanks for taking the time to report this. This particular bug has already been reported into our bug tracking system, but we are happy to tell you that the problem has already been fixed in the code repository. *** This bug has been marked as a duplicate of bug 788703 ***