Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833031 - www-servers/pound-3.0 fails to compile: hpack.h:19:10: fatal error: queue.h: No such file or directory
Summary: www-servers/pound-3.0 fails to compile: hpack.h:19:10: fatal error: queue.h: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2022-02-10 07:00 UTC by Agostino Sarubbo
Modified: 2022-06-11 05:18 UTC (History)
0 users

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


Attachments
build.log (build.log,47.23 KB, text/plain)
2022-02-10 07:00 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-02-10 07:00:48 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-servers/pound-3.0 fails to compile.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-02-10 07:00:50 UTC
Created attachment 764742 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2022-02-10 07:00:51 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


/var/tmp/portage/www-servers/pound-3.0/work/Pound-3.0/include/hpack.h:19:10: fatal error: sys/queue.h: No such file or directory
/var/tmp/portage/www-servers/pound-3.0/work/Pound-3.0/include/hpack.h:19:10: fatal error: sys/queue.h: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2022-06-11 05:18:26 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fd804270e83f7c6ee3ecc4de4a591c86cb885d4

commit 4fd804270e83f7c6ee3ecc4de4a591c86cb885d4
Author:     Philipp Rösner <rndxelement@protonmail.com>
AuthorDate: 2022-05-31 20:08:05 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-06-11 05:18:16 +0000

    www-servers/pound: fix build with musl
    
    Building of www-servers/pound on musl wasn't possible due
    to a missing header file 'queue.h'.
    Adding sys-libs/queue-standalone as a dependency guarded
    by the elibc_musl USE_EXPAND flag fixes the issue.
    
    Closes: https://bugs.gentoo.org/833031
    Signed-off-by: Philipp Rösner <rndxelement@protonmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 www-servers/pound/pound-3.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)