@@This is an auto-filed bug@@ Feel free to change the summary at your convenience. Issue: dev-libs/libdnsres fails to compile. Discovered on: amd64 NOTE: This machine uses a clang/LLVM toolchain. If you think that this issue is strictly related to clang/LLVM please mention it in the summary and block bug 408963. If you need further logs, feel free to ask.
Created attachment 646812 [details] build.log build log and emerge --info
Created attachment 646814 [details] other.tar.bz2 other logs
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f0219c99ca322665c6bacc3850de06084c802e commit 23f0219c99ca322665c6bacc3850de06084c802e Author: NHOrus <jy6x2b32pie9@yahoo.com> AuthorDate: 2024-04-06 12:39:42 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2025-03-14 21:01:19 +0000 dev-libs/libdnsres: Port to C99, musl Inlude some musl libraries for transient dependency fix. Port a function from glibc as a replacement for missing on musl. Fixed some of the badness hidden in autotools, legacy types. Fold seds. Closes: https://bugs.gentoo.org/880341 Closes: https://bugs.gentoo.org/713630 Closes: https://bugs.gentoo.org/729906 Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com> Closes: https://github.com/gentoo/gentoo/pull/36138 Signed-off-by: Sam James <sam@gentoo.org> dev-libs/libdnsres/files/libdnsres-0.1a-C99.patch | 317 +++++++++++ .../files/libdnsres-0.1a-autotools-fix-path.patch | 39 ++ .../files/libdnsres-0.1a-modern-types.patch | 619 +++++++++++++++++++++ dev-libs/libdnsres/files/libdnsres-0.1a-musl.patch | 80 +++ dev-libs/libdnsres/libdnsres-0.1a-r5.ebuild | 41 ++ 5 files changed, 1096 insertions(+)