https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271111
Bug ID: 271111
Summary: www/qt6-webengine: fails to build, no member named
'kPpapi' in 'sandbox::mojom::Sandbox'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: [email protected]
Reporter: [email protected]
Assignee: [email protected]
Flags: maintainer-feedback?([email protected])
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/token.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/policy/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.
--
You are receiving this mail because:
You are the assignee for the bug.