Summary: | net-misc/radvd-2.20 fails to compile: includes.h:30:10: fatal error: string.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Matthew Thode ( prometheanfire ) <prometheanfire> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | robbat2 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/radvd-project/radvd/issues/248 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() 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 |