Bugzilla – Bug 1221716
GCC 14: libnss_usrfiles package fails
Last modified: 2024-03-27 14:03:13 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.
Should be fixed already.