<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>263866</bug_id>
          
          <creation_ts>2023-10-30 02:47:35 -0700</creation_ts>
          <short_desc>[GTK][WPE] JHbuild `gst-plugins-good` module fails to build on Ubuntu 20.04</short_desc>
          <delta_ts>2023-10-30 06:04:16 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>WPE WebKit</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vitaly Dyackhov">vitaly</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bugs-noreply</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1988425</commentid>
    <comment_count>0</comment_count>
    <who name="Vitaly Dyackhov">vitaly</who>
    <bug_when>2023-10-30 02:47:35 -0700</bug_when>
    <thetext>```
[486/747] Compiling C++ object ext/qt/libgstqmlgl.so.p/gstqtglutility.cc.o
FAILED: ext/qt/libgstqmlgl.so.p/gstqtglutility.cc.o 
/usr/bin/clang++-14 -Iext/qt/libgstqmlgl.so.p -Iext/qt -I../../Source/gst-plugins-good-1.18.4.tar.gz/ext/qt -I. -I../../Source/gst-plugins-good-1.18.4.tar.gz -I../../Source/gst-plugins-good-1.18.4.tar.gz/gst-libs -I/home/pwuser/webkit/WebKitBuild/DependenciesWPE/Root/include/glib-2.0 -I/home/pwuser/webkit/WebKitBuild/DependenciesWPE/Root/lib/glib-2.0/include -I/home/pwuser/webkit/WebKitBuild/DependenciesWPE/Root/include/gstreamer-1.0 -I/home/pwuser/webkit/WebKitBuild/DependenciesWPE/Root/include/orc-0.4 -I/home/pwuser/webkit/WebKitBuild/DependenciesWPE/Root/lib/gstreamer-1.0/include -I/usr/include/x86_64-linux-gnu/qt5/QtCore -I/usr/include/x86_64-linux-gnu/qt5 -I/usr/include/x86_64-linux-gnu/qt5/QtGui -I/usr/include/x86_64-linux-gnu/qt5/QtQml -I/usr/include/x86_64-linux-gnu/qt5/QtNetwork -I/usr/include/x86_64-linux-gnu/qt5/QtQuick -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wnon-virtual-dtor -std=c++11 -O2 -g -Wmissing-declarations -Wredundant-decls -Wwrite-strings -Winit-self -Wmissing-include-dirs -Wno-multichar -Wvla -Wpointer-arith -fPIC -pthread -DQT_QUICK_LIB -DQT_QML_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DHAVE_CONFIG_H -DHAVE_QT_QPA_HEADER &apos;-DQT_QPA_HEADER=&lt;5.12.8/QtGui/qpa/qplatformnativeinterface.h&gt;&apos; -DHAVE_QT_EGLFS -MD -MQ ext/qt/libgstqmlgl.so.p/gstqtglutility.cc.o -MF ext/qt/libgstqmlgl.so.p/gstqtglutility.cc.o.d -o ext/qt/libgstqmlgl.so.p/gstqtglutility.cc.o -c ../../Source/gst-plugins-good-1.18.4.tar.gz/ext/qt/gstqtglutility.cc
In file included from ../../Source/gst-plugins-good-1.18.4.tar.gz/ext/qt/gstqtglutility.cc:25:
../../Source/gst-plugins-good-1.18.4.tar.gz/ext/qt/gstqtglutility.h:35:16: warning: &apos;qt_opengl_native_context_from_gst_gl_context&apos; has C-linkage specified, but returns user-defined type &apos;QVariant&apos; which is incompatible with C [-Wreturn-type-c-linkage]
QVariant       qt_opengl_native_context_from_gst_gl_context     (GstGLContext * context);
               ^
../../Source/gst-plugins-good-1.18.4.tar.gz/ext/qt/gstqtglutility.cc:73:7: error: cannot initialize a parameter of type &apos;unsigned long *&apos; with an rvalue of type &apos;typename std::remove_reference&lt;decltype(*(&amp;_debug))&gt;::type *&apos; (aka &apos;volatile unsigned long *&apos;)
  if (g_once_init_enter (&amp;_debug)) {
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pwuser/webkit/WebKitBuild/DependenciesWPE/Root/include/glib-2.0/glib/gthread.h:260:7: note: expanded from macro &apos;g_once_init_enter&apos;
    (!g_atomic_pointer_get (location) &amp;&amp;                             \
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pwuser/webkit/WebKitBuild/DependenciesWPE/Root/include/glib-2.0/glib/gatomic.h:113:38: note: expanded from macro &apos;g_atomic_pointer_get&apos;
    __atomic_load (gapg_temp_atomic, &amp;gapg_temp_newval, __ATOMIC_SEQ_CST); \
                                     ^~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
```</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1988426</commentid>
    <comment_count>1</comment_count>
    <who name="Vitaly Dyackhov">vitaly</who>
    <bug_when>2023-10-30 02:53:50 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/19706</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1988471</commentid>
    <comment_count>2</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2023-10-30 06:04:13 -0700</bug_when>
    <thetext>Committed 269936@main (6ad2b0ef2487): &lt;https://commits.webkit.org/269936@main&gt;

Reviewed commits have been landed. Closing PR #19706 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>