https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: net-misc/radvd-2.20 fails to compile. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 915608 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: includes.h:30:10: fatal error: bsd/string.h: No such file or directory includes.h:30:10: fatal error: bsd/string.h: No such file or directory
``` In file included from log.c:16: includes.h:30:10: fatal error: bsd/string.h: No such file or directory 30 | #include <bsd/string.h> // strlcpy | ^~~~~~~~~~~~~~ compilation terminated. ``` so, libbsd dep will fix this, but upstream, it should be fixed to first probe for strlcpy, because glibc now has it, and musl has for a while.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52e116083597e0d3c6367d2cc3eae82c0f3e04c9 commit 52e116083597e0d3c6367d2cc3eae82c0f3e04c9 Author: Robin H. Johnson <robbat2@gentoo.org> AuthorDate: 2024-12-31 17:15:52 +0000 Commit: Robin H. Johnson <robbat2@gentoo.org> CommitDate: 2024-12-31 17:15:52 +0000 net-misc/radvd: missing dep Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> Fixes: https://bugs.gentoo.org/show_bug.cgi?id=947276 net-misc/radvd/radvd-2.20.ebuild | 1 + 1 file changed, 1 insertion(+)
Upstream issue also created for later strlcpy configure improvement