New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/pull/42076#issuecomment-1559110556 Comment: @amadio Thank you. I'm now getting this failure using 5.5.5 and the patch: ``` [92/622] Building CXX object src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetSecurity.cc.o FAILED: src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetSecurity.cc.o /usr/bin/g++ -DHAVE_ATOMICS -DHAVE_CRYPT -DHAVE_CURL_MULTI_WAIT -DHAVE_DH_PADDED -DHAVE_ET_COM_ERR_H -DHAVE_FSTATAT -DHAVE_FUSE -DHAVE_GETHBYXR -DHAVE_GETIFADDRS -DHAVE_LIBZ -DHAVE_NAMEINFO -DHAVE_READLINE -DHAVE_SENDFILE -DHAVE_SETRESUID -DHAVE_SHADOWPW -DHAVE_SIGWTI -DHAVE_SSL -DHAVE_STRLCPY -DHAVE_XML2 -DHAVE_XRDCRYPTO -DXRDPLUGIN_SOVERSION=\"5\" -DXrdUtils_EXPORTS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/builddir/xrootd-5.5.5/src/.. -I/builddir/xrootd-5.5.5/src/. -I/usr/include/uuid -I/builddir/xrootd-5.5.5/src -I/builddir/xrootd-5.5.5/build/src -DNDEBUG -fstack-clash-protection -D_FORTIFY_SOURCE=2 -mtune=generic -O2 -ffile-prefix-map=/builddir/xrootd-5.5.5/build=. -Wall -Wextra -Wno-unused-parameter -O3 -DNDEBUG -std=gnu++14 -fPIC -MD -MT src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetSecurity.cc.o -MF src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetSecurity.cc.o.d -o src/CMakeFiles/XrdUtils.dir/XrdNet/XrdNetSecurity.cc.o -c /builddir/xrootd-5.5.5/src/XrdNet/XrdNetSecurity.cc /builddir/xrootd-5.5.5/src/XrdNet/XrdNetSecurity.cc: In member function 'bool XrdNetSecurity::Authorize(XrdNetAddr&)': /builddir/xrootd-5.5.5/src/XrdNet/XrdNetSecurity.cc:172:15: error: 'innetgr' was not declared in this scope 172 | do {if (innetgr(tlp->text, hName, 0, 0)) | ^~~~~~~ ```