Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 833419 - app-backup/burp-2.4.0 fails to compile: ipacl.h:19:10: fatal error: queue.h: No such file or directory
Summary: app-backup/burp-2.4.0 fails to compile: ipacl.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: Fischl Anton
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 833376
  Show dependency tree
 
Reported: 2022-02-15 14:27 UTC by Agostino Sarubbo
Modified: 2022-02-18 02:44 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,51.36 KB, text/plain)
2022-02-15 14:27 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-15 14:27:44 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-backup/burp-2.4.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-15 14:27:46 UTC
Created attachment 765196 [details]
build.log

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


src/ipacl.h:19:10: fatal error: sys/queue.h: No such file or directory
src/server/protocol1/../../ipacl.h:19:10: fatal error: sys/queue.h: No such file or directory
src/server/protocol1/../../ipacl.h:19:10: fatal error: sys/queue.h: No such file or directory
Comment 3 Fischl Anton 2022-02-15 19:02:56 UTC
compiles fine after installing sys-libs/queue-standalone

missing DEPEND="${DEPEND} elibc_musl? ( sys-libs/queue-standalone )"

I will submit a PR shortly
Comment 4 Larry the Git Cow gentoo-dev 2022-02-18 02:44:20 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c9cd835db764929cd2480d5b1cf8c363d7dc0a9

commit 3c9cd835db764929cd2480d5b1cf8c363d7dc0a9
Author:     antonfischl1980 <github@fischl-online.de>
AuthorDate: 2022-02-15 19:27:57 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-02-18 02:36:43 +0000

    app-backup/burp: add missing queue-standalone dep for musl
    
    Closes: https://bugs.gentoo.org/833419
    Signed-off-by: Anton Fischl <github@fischl-online.de>
    Closes: https://github.com/gentoo/gentoo/pull/24202
    Signed-off-by: Sam James <sam@gentoo.org>

 app-backup/burp/burp-2.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)