On Tue, Oct 27, 2020 at 10:00:15PM +0000, Ken Moffat via blfs-support wrote: > (Cc: to support if I remember, in case anyone else hits this) > > Starting to upgrade my systems for whatever has caused today's > gstreamer releases. Most are still running 9.1 with 1.16.2. > Normally I build gstreamer well before qt, but trying to upgrade has > changed that. > > In gst-plugins-base it finds all the Qt items it tests for, but then > fails: > (etc)
On one of my 9.1 systems I had installed OpenEXR in February (a dependency of blender). On that system gst-plugins-bad-0.16.3 gave some warnings about a missing include direcotry for OpenEXR (include/OpenEXR) - presumably the pkgconfig file (for 2.4.1) was incorrect and not pointing to the prefix (/usr), then it failed to find a specific header which indeed was not installed by that version. The workaround is to hide the pc file during the build, although a better workaround is probably not to build these packages in the first place. ĸen -- The people next door oppress me all night long. I tell them: I work all day, a man's got to have some time to learn to play the tuba. That's oppression, that is. [ Guards! Guards! ] -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
