Bugzilla Automation <[email protected]> has asked freebsd-kde (Team)
<[email protected]> for maintainer-feedback:
Bug 271111: www/qt6-webengine: fails to build, no member named 'kPpapi' in
'sandbox::mojom::Sandbox'
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271111
--- Description ---
Using all default config settings for ports and cannot get qt6-webengine to
build. This is the error I'm getting:
../../../../../qtwebengine-everywhere-src-6.4.2/src/3rdparty/chromium/base/toke
n.h:32:57:
warning: suggest braces around initialization of subobject [-Wmissing-braces]
constexpr Token(uint64_t high, uint64_t low) : words_{high, low} {}
^~~~~~~~~
{ }
../../../../../qtwebengine-everywhere-src-6.4.2/src/3rdparty/chromium/sandbox/p
olicy/freebsd/sandbox_freebsd.cc:231:35:
error: no member named 'kPpapi' in 'sandbox::mojom::Sandbox'
case sandbox::mojom::Sandbox::kPpapi:
~~~~~~~~~~~~~~~~~~~~~~~~~^
1 warning and 1 error generated.