[Webkit-unassigned] [Bug 229919] [Flatpak SDK] Switch runtime to 21.08 SDK

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 19 21:15:57 PDT 2021


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

Lauro Moura <lmoura at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |lmoura at igalia.com

--- Comment #4 from Lauro Moura <lmoura at igalia.com> ---
While testing, I've compiled a table of the packages upgraded (through pkg-config versions): https://gist.github.com/lauromoura/7f97b15cb7c06189956d46242b918194

Still getting some errors, though (didn't dive too deep yet, looks like some non-unified errors):

In file included from /app/webkit/Source/WebKit/NetworkProcess/webrtc/NetworkRTCMonitor.h:30,
                 from /app/webkit/WebKitBuild/Release/DerivedSources/WebKit/NetworkRTCMonitorMessageReceiver.cpp:27:
/app/webkit/Source/WebKit/Shared/RTCNetwork.h:49:17: error: ‘optional’ in namespace ‘std’ does not name a template type
   49 |     static std::optional<RTCNetwork> decode(IPC::Decoder&);
      |                 ^~~~~~~~
/app/webkit/Source/WebKit/Shared/RTCNetwork.h:34:1: note: ‘std::optional’ is defined in header ‘<optional>’; did you forget to ‘#include <optional>’?
   33 | #include <wtf/Forward.h>
  +++ |+#include <optional>
   34 | 
/app/webkit/Source/WebKit/Shared/RTCNetwork.h:56:21: error: ‘optional’ in namespace ‘std’ does not name a template type
   56 |         static std::optional<IPAddress> decode(IPC::Decoder&);
      |                     ^~~~~~~~
/app/webkit/Source/WebKit/Shared/RTCNetwork.h:56:16: note: ‘std::optional’ is defined in header ‘<optional>’; did you forget to ‘#include <optional>’?
   56 |         static std::optional<IPAddress> decode(IPC::Decoder&);
      |                ^~~
/app/webkit/Source/WebKit/Shared/RTCNetwork.h:68:21: error: ‘optional’ in namespace ‘std’ does not name a template type
   68 |         static std::optional<SocketAddress> decode(IPC::Decoder&);
      |                     ^~~~~~~~
/app/webkit/Source/WebKit/Shared/RTCNetwork.h:68:16: note: ‘std::optional’ is defined in header ‘<optional>’; did you forget to ‘#include <optional>’?
   68 |         static std::optional<SocketAddress> decode(IPC::Decoder&);
      |                ^~~
[1459/2037] Building CXX object Source/WebKit/CMakeFiles/WebKit.dir/__/__/DerivedSources/WebKit/WebPageProxyMessageReceiver.cpp.o

-- 
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/20210920/c8f98e82/attachment.htm>


More information about the webkit-unassigned mailing list