[Bug 285199] www/chromium: 134.0.6998.35 poudriere build fails in stable/14

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 06 Mar 2025 15:37:07 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=285199

iron.udjin@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |iron.udjin@gmail.com

--- Comment #1 from iron.udjin@gmail.com ---
I've the same problem on 14.2-STABLE with poudriere.

Host OSVERSION: 1402503
Jail OSVERSION: 1402501

Options        :
        ALSA           : off
        CODECS         : on
        CUPS           : off
        DEBUG          : off
        DRIVER         : off
        HEIMDAL        : off
        HEIMDAL_BASE   : off
        KERBEROS       : off
        LTO            : on
        MIT            : off
        PIPEWIRE       : on
        PULSEAUDIO     : on
        SNDIO          : off
        TEST           : off
        WIDEVINE       : off

../../ui/ozone/platform/wayland/common/wayland_util.cc:428:5: error: unknown
type name 'ucred'
  428 |     ucred credentials{.pid = 0};
      |     ^
../../ui/ozone/platform/wayland/common/wayland_util.cc:429:29: error: use of
undeclared identifier 'ucred'
  429 |     socklen_t size = sizeof(ucred);
      |                             ^
../../ui/ozone/platform/wayland/common/wayland_util.cc:430:36: error: use of
undeclared identifier 'SO_PEERCRED'
  430 |     if (getsockopt(fd, SOL_SOCKET, SO_PEERCRED, &credentials, &size) ==
-1) {
      |                                    ^
3 errors generated.

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