Bug 1984778

Summary: fuse: FTBFS due to closefrom identifier (glibc 2.34 related)
Product: Red Hat Enterprise Linux 9 Reporter: Florian Weimer <fweimer>
Component: fuseAssignee: Pavel Reichl <preichl>
Status: CLOSED ERRATA QA Contact: Zorro Lang <zlang>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: CentOS StreamCC: bstinson, esandeen, jwboyer, mszeredi, xzhou, zlang
Target Milestone: betaKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-05-17 15:52:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1984776    
Bug Blocks:    
Attachments:
Description Flags
proposed patch none

Description Florian Weimer 2021-07-22 08:30:44 UTC
glibc 2.34 introduces the closefrom function from Solaris (and BSD), but this conflicts with the use of the closefrom identifier in fuse:

ulockmgr_server.c:127:12: error: conflicting types for 'closefrom'; have 'int(int)'
  127 | static int closefrom(int minfd)
      |            ^~~~~~~~~
In file included from ulockmgr_server.c:14:
/usr/include/unistd.h:363:13: note: previous declaration of 'closefrom' with type 'void(int)'

The function probably needs to be removed. Later upstream versions do not have the file anymore.

Comment 3 Miklos Szeredi 2021-08-28 13:57:04 UTC
Created attachment 1818654 [details]
proposed patch

Comment 5 Eric Sandeen 2021-09-27 13:30:48 UTC
Hi Miklos - just a friendly reminder on this, bots are starting to get nervous. ;) Any plans to push this into CentOS stream soon?

Thanks,
-Eric

Comment 15 errata-xmlrpc 2022-05-17 15:52:04 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (new packages: fuse), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:3935