Bug 1221716 - GCC 14: libnss_usrfiles package fails
Summary: GCC 14: libnss_usrfiles package fails
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Thorsten Kukuk
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: modern_C
  Show dependency treegraph
 
Reported: 2024-03-19 13:54 UTC by Michal Jireš
Modified: 2024-03-27 14:03 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.