[Bug 275914] www/webkit2-gtk{3,4}: Flavorize?: Deal with 4.0, 4.1 and 6.0 SONAMEs

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 27 Dec 2023 09:27:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275914

--- Comment #8 from Olivier Duchateau <duchateau.olivier@gmail.com> ---
When I tried to build 2.40.x and 2.42.x releases (with clang 14 and 15 ), I got
following errors

>In file included from /usr/ports/www/webkit2-gtk4/work/webkitgtk-2.40.2/Source/WebKit/WebKit2Prefix.h:75:
>In file included from /usr/include/c++/v1/algorithm:667:
>In file included from /usr/include/c++/v1/functional:499:
>In file included from /usr/include/c++/v1/__functional/bind.h:17:
>/usr/include/c++/v1/tuple:1596:5: error: attempt to use a deleted function
>    _VSTD::__invoke_constexpr(
>    ^
>/usr/include/c++/v1/__config:826:15: note: expanded from macro '_VSTD'
>#define _VSTD std
>              ^

> /usr/ports/www/webkit2-gtk4/work/webkitgtk-2.40.2/Source/WebKit/Platform/IPC/Decoder.h:132:20: error: call to implicitly-deleted copy constructor of 'std::optional<tuple<expected<pair<ObjectIdentifier<FileSystemHandleIdentifierType>, bool>, FileSystemStorageError>>>'
>            return t;
>                   ^

Full log is available [1].

[1]
https://codeberg.org/olivierd/freebsd-ports-wip/src/branch/master/logs/clang15-webkit2-gtk4-2.40.2.log

-- 
You are receiving this mail because:
You are the assignee for the bug.