Bug 1221716

Summary: GCC 14: libnss_usrfiles package fails
Product: [openSUSE] openSUSE Tumbleweed Reporter: Michal Jireš <michal.jires>
Component: OtherAssignee: Thorsten Kukuk <kukuk>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: rbrown
Version: Current   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 1220571    

Description Michal Jireš 2024-03-19 13:54:39 UTC
Building libnss_usrfiles with GCC 14 fails here:
https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:Gcc7/libnss_usrfiles/standard/x86_64

Due to (exhaustive list of errors):

files-initgroups.c: In function ‘_nss_usrfiles_initgroups_dyn’:
files-initgroups.c:70:17: error: implicit declaration of function ‘_nss_usrfiles_parse_grent’ [-Wimplicit-function-declaration]
   70 |       int res = _nss_usrfiles_parse_grent (line, &grp, buffer, buflen, errnop);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~



See the meta bug#1220571 for more info.
Comment 1 Thorsten Kukuk 2024-03-27 14:03:13 UTC
Should be fixed already.