Date: Wed, 23 Aug 2023 15:27:45 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 273310] www/ungoogled-chromium: undefined MFD_CLOEXEC targeting 12.4 Message-ID: <bug-273310-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273310 Bug ID: 273310 Summary: www/ungoogled-chromium: undefined MFD_CLOEXEC targeting 12.4 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: chromium@FreeBSD.org Reporter: jfc@mit.edu Flags: maintainer-feedback?(chromium@FreeBSD.org) Assignee: chromium@FreeBSD.org I am building for an amd64 12.4 target using poudriere on a 13.2 host.=20 Building ungoogled-chromium fails with an undefined variable MFD_CLOEXEC. = The memfd_create(MFD_CLOEXEC) interface does not exist in FreeBSD 12. ../../ui/ozone/platform/wayland/host/zwp_text_input_wrapper_v1.cc:227:59: error: use of undeclared identifier 'MFD_CLOEXEC' base::ScopedFD memfd(memfd_create("surrounding_text", MFD_CLOEXEC)); ^ The package version is 116.0.5845.96. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273310-7788>