[Bug 243213] www/firefox: 72.0.1: error: use of undeclared identifier 'CAP_MMAP_R'

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jan 9 11:48:35 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243213

            Bug ID: 243213
           Summary: www/firefox: 72.0.1: error: use of undeclared
                    identifier 'CAP_MMAP_R'
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: gecko at FreeBSD.org
          Reporter: ohartmann at walstatt.org
          Assignee: gecko at FreeBSD.org
             Flags: maintainer-feedback?(gecko at FreeBSD.org)

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:                        
/usr/ports/www/firefox/work/firefox-72.0.1/ipc/chromium/src/base/shared_memory_posix.cc:282:16:
error: variable has incomplete type 'cap_rights_t'                              
      (aka 'cap_rights')                                                        
  cap_rights_t rights;                                                          
               ^                                                                
/usr/include/sys/types.h:249:8: note: forward declaration of 'cap_rights'       
struct cap_rights;                                                              
       ^                                                                        
In file included from Unified_cpp_ipc_chromium0.cpp:137:                        
/usr/ports/www/firefox/work/firefox-72.0.1/ipc/chromium/src/base/shared_memory_posix.cc:283:28:
error: use of undeclared identifier 'CAP_MMAP_R'                                
  cap_rights_init(&rights, CAP_MMAP_R);                                         
                           ^                                                    
gmake[5]: Leaving directory
'/usr/ports/www/firefox/work/.build/toolkit/library/rust'

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


More information about the freebsd-gecko mailing list