https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-util/dropwatch-1.4_p20150706 fails to compile. Discovered on: amd64 (internal ref: tinderbox_musl) NOTE: This machine uses MUSL libc
Created attachment 762730 [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: main.c:34:10: fatal error: sys/queue.h: No such file or directory main.c:34:10: fatal error: sys/queue.h: No such file or directory
This requires /usr/include/sys/queue.h which is glibc header, and this bug was from musl machine, so I think this is an issue with musl.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6055e70bb9fe6a282e855ddf2d58f935913ba2 commit 1d6055e70bb9fe6a282e855ddf2d58f935913ba2 Author: Arthur Zamarin <arthurzam@gentoo.org> AuthorDate: 2024-04-23 09:58:57 +0000 Commit: Arthur Zamarin <arthurzam@gentoo.org> CommitDate: 2024-04-23 10:01:40 +0000 dev-util/dropwatch: fix compile on musl Closes: https://bugs.gentoo.org/831525 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org> dev-util/dropwatch/dropwatch-1.5.4.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)