[Bug 271111] www/qt6-webengine: fails to build, no member named 'kPpapi' in 'sandbox::mojom::Sandbox'

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 28 Apr 2023 05:02:42 UTC
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: kde@FreeBSD.org
          Reporter: echoxxzz@gmail.com
          Assignee: kde@FreeBSD.org
             Flags: maintainer-feedback?(kde@FreeBSD.org)

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.