Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 831525 - dev-util/dropwatch-1.4_p20150706 fails to compile: main.c:34:10: fatal error: queue.h: No such file or directory
Summary: dev-util/dropwatch-1.4_p20150706 fails to compile: main.c:34:10: fatal error:...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-20 07:13 UTC by Agostino Sarubbo
Modified: 2024-04-23 10:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,35.04 KB, text/plain)
2022-01-20 07:13 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-01-20 07:13:46 UTC
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
Comment 1 Agostino Sarubbo gentoo-dev 2022-01-20 07:13:48 UTC
Created attachment 762730 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-01-20 07:13:49 UTC
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
Comment 3 Arthur Zamarin archtester Gentoo Infrastructure gentoo-dev Security 2024-04-23 09:55:45 UTC
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.
Comment 4 Larry the Git Cow gentoo-dev 2024-04-23 10:01:57 UTC
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(-)