Summary: | dev-util/dropwatch-1.4_p20150706 fails to compile: main.c:34:10: fatal error: queue.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo musl team <musl> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() 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(-) |