maintainer-feedback requested: [Bug 273310] www/ungoogled-chromium: undefined MFD_CLOEXEC targeting 12.4
Date: Wed, 23 Aug 2023 15:27:45 UTC
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-chromium (Nobody) <chromium@FreeBSD.org> for maintainer-feedback: Bug 273310: www/ungoogled-chromium: undefined MFD_CLOEXEC targeting 12.4 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273310 --- Description --- I am building for an amd64 12.4 target using poudriere on a 13.2 host. 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.