[Webkit-unassigned] [Bug 201593] [GTK] FAILED: lib/libwebkit2gtk-4.0.so.37.37.6 when built with gstreamer enabled (ppc32, Big Endian)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 19 12:50:31 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201593

--- Comment #3 from erhard_f at mailbox.org ---
(In reply to Philippe Normand from comment #2)
> That link error is unrelated to GStreamer. What do you make think it is?
I assumed that because of the Gentoo Linux USE-flag 'gstreamer'. I only hit this bug when USE='gstreamer' is set.

Now, after a closer look I recognized this boils down to building libwebkit2gtk with -DENABLE_VIDEO=yes|no.

So I hit the bug with:
cmake -C /var/tmp/portage/net-libs/webkit-gtk-2.24.4/work/webkit-gtk-2.24.4_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_QUARTZ_TARGET=no -DENABLE_API_TESTS=no -DENABLE_GTKDOC=no -DENABLE_GEOLOCATION=yes -DCMAKE_DISABLE_FIND_PACKAGE_OpenGLES2=ON -DENABLE_GLES2=no -DENABLE_VIDEO=yes -DENABLE_WEB_AUDIO=yes -DENABLE_INTROSPECTION=yes -DUSE_LIBNOTIFY=yes -DUSE_LIBSECRET=no -DUSE_OPENJPEG=yes -DUSE_WOFF2=ON -DENABLE_PLUGIN_PROCESS_GTK2=no -DENABLE_SPELLCHECK=yes -DENABLE_WAYLAND_TARGET=no -DENABLE_WEBGL=no -DCMAKE_DISABLE_FIND_PACKAGE_EGL=OFF -DCMAKE_DISABLE_FIND_PACKAGE_OpenGL=OFF -DENABLE_X11_TARGET=yes -DENABLE_OPENGL=ON -DCMAKE_BUILD_TYPE=Release -DPORT=GTK -DRUBY_EXECUTABLE=/usr/bin/ruby24 -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-libs/webkit-gtk-2.24.4/work/webkit-gtk-2.24.4_build/gentoo_toolchain.cmake  /var/tmp/portage/net-libs/webkit-gtk-2.24.4/work/webkitgtk-2.24.4
loading initial cache file /var/tmp/portage/net-libs/webkit-gtk-2.24.4/work/webkit-gtk-2.24.4_build/gentoo_common_config.cmake

But it builds fine with:
cmake -C /var/tmp/portage/net-libs/webkit-gtk-2.24.4/work/webkit-gtk-2.24.4_build/gentoo_common_config.cmake -G Ninja -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_QUARTZ_TARGET=no -DENABLE_API_TESTS=no -DENABLE_GTKDOC=no -DENABLE_GEOLOCATION=yes -DCMAKE_DISABLE_FIND_PACKAGE_OpenGLES2=ON -DENABLE_GLES2=no -DENABLE_VIDEO=no -DENABLE_WEB_AUDIO=no -DENABLE_INTROSPECTION=yes -DUSE_LIBNOTIFY=yes -DUSE_LIBSECRET=no -DUSE_OPENJPEG=yes -DUSE_WOFF2=ON -DENABLE_PLUGIN_PROCESS_GTK2=no -DENABLE_SPELLCHECK=yes -DENABLE_WAYLAND_TARGET=no -DENABLE_WEBGL=no -DCMAKE_DISABLE_FIND_PACKAGE_EGL=OFF -DCMAKE_DISABLE_FIND_PACKAGE_OpenGL=OFF -DENABLE_X11_TARGET=yes -DENABLE_OPENGL=ON -DCMAKE_BUILD_TYPE=Release -DPORT=GTK -DRUBY_EXECUTABLE=/usr/bin/ruby24 -DCMAKE_BUILD_TYPE=Gentoo -DCMAKE_TOOLCHAIN_FILE=/var/tmp/portage/net-libs/webkit-gtk-2.24.4/work/webkit-gtk-2.24.4_build/gentoo_toolchain.cmake  /var/tmp/portage/net-libs/webkit-gtk-2.24.4/work/webkitgtk-2.24.4
loading initial cache file /var/tmp/portage/net-libs/webkit-gtk-2.24.4/work/webkit-gtk-2.24.4_build/gentoo_common_config.cmake

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190919/5ded94c2/attachment.html>


More information about the webkit-unassigned mailing list