glibc 2.34
To quote the release notes from GLIBC 2.34:
- Various symbols previously defined in libresolv have been moved to libc in order to prepare for libresolv moving entirely into libc (see earlier entry for merging libraries into libc). The symbols __dn_comp, __dn_expand, __dn_skipname, __res_dnok, __res_hnok, __res_mailok, __res_mkquery, __res_nmkquery, __res_nquery, __res_nquerydomain, __res_nsearch, __res_nsend, __res_ownok, __res_query, __res_querydomain, __res_search, __res_send formerly in libresolv have been renamed and no longer have a __ prefix. They are now available in libc.
This impacts this project directly, as it fails to build in reference to three functions:
> /build/source/genreport.c:3375: undefined reference to `ns_makecanon'
> /nix/store/cimp3vp40msz4afq1c3602p2rn9bff0d-binutils-2.35.2/bin/ld: genreport.o: in function `lookupns':
> /build/source/genreport.c:2296: undefined reference to `ns_makecanon'
> /nix/store/cimp3vp40msz4afq1c3602p2rn9bff0d-binutils-2.35.2/bin/ld: genreport.o: in function `findglue':
> /build/source/genreport.c:3354: undefined reference to `ns_makecanon'