Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 09 Jan 2020 11:48:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   maintainer-feedback requested: [Bug 243213] www/firefox: 72.0.1: error: use of undeclared identifier 'CAP_MMAP_R'
Message-ID:  <bug-243213-21738-UI5Mvc54ZF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243213-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243213-21738@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-gecko mailing =
list
<gecko@FreeBSD.org> for maintainer-feedback:
Bug 243213: www/firefox: 72.0.1: error: use of undeclared identifier
'CAP_MMAP_R'
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243213



--- Description ---
The recent security update of Firefox 72.0 to 72.0.1 fails at least on both
CURRENT and 12-STABLE to compile (recent OS version, most recent ports
tree/ports updates):

[...]
In file included from Unified_cpp_ipc_chromium0.cpp:137:=09=09=20=20=20=20=
=20=20=20

/usr/ports/www/firefox/work/firefox-72.0.1/ipc/chromium/src/base/shared_mem=
ory_
posix.cc:282:16:
error: variable has incomplete type 'cap_rights_t'=09=09=09=20=20=20=20=20=
=20=20

      (aka 'cap_rights')=09=09=09=09=09=09=20=20=20=20=20=20=20

  cap_rights_t rights;=09=09=09=09=09=09=09=20=20=20=20=20=20=20

	       ^=09=09=09=09=09=09=09=20=20=20=20=20=20=20

/usr/include/sys/types.h:249:8: note: forward declaration of 'cap_rights'=
=20=20=20=20=20=20

struct cap_rights;=09=09=09=09=09=09=09=20=20=20=20=20=20=20

       ^=09=09=09=09=09=09=09=09=20=20=20=20=20=20=20

In file included from Unified_cpp_ipc_chromium0.cpp:137:=09=09=20=20=20=20=
=20=20=20

/usr/ports/www/firefox/work/firefox-72.0.1/ipc/chromium/src/base/shared_mem=
ory_
posix.cc:283:28:
error: use of undeclared identifier 'CAP_MMAP_R'=09=09=09=20=20=20=20=20=20=
=20

  cap_rights_init(&rights, CAP_MMAP_R);=20=09=09=09=09=20=20=20=20=20=20=20

			   ^=09=09=09=09=09=09=20=20=20=20=20=20=20

gmake[5]: Leaving directory
'/usr/ports/www/firefox/work/.build/toolkit/library/rust'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243213-21738-UI5Mvc54ZF>