Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Aug 2023 15:27:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 273310] www/ungoogled-chromium: undefined MFD_CLOEXEC targeting 12.4
Message-ID:  <bug-273310-28929-lH2W4WwKKw@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-273310-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-273310-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Bugzilla Automation <bugzilla@FreeBSD.org> has asked freebsd-chromium (Nobo=
dy)
<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=3D273310



--- Description ---
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273310-28929-lH2W4WwKKw>