Summary: | sys-apps/proot-5.3.0 fails to compile: tracee.h:29:10: fatal error: queue.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Sergey Popov (RETIRED) <pinkbyte> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | musl |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
Description
Agostino Sarubbo
![]() Created attachment 764566 [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: ./tracee/tracee.h:29:10: fatal error: sys/queue.h: No such file or directory fatal: not a git repository (or any parent up to mount point /var/tmp) ./tracee/tracee.h:29:10: fatal error: sys/queue.h: No such file or directory Issue seems musl-related, applied workaround(adding sys-libs/queue-standalone as a dependency on musl systems) does not help. No idea how to fix this, as i still do not have musl chroot CCing musl@ guys The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=677e4821d256cefbc6acfe7b7fb9143521761d0c commit 677e4821d256cefbc6acfe7b7fb9143521761d0c Author: Sergey Popov <pinkbyte@gentoo.org> AuthorDate: 2022-02-08 07:36:45 +0000 Commit: Sergey Popov <pinkbyte@gentoo.org> CommitDate: 2022-02-08 07:37:23 +0000 sys-apps/proot: fix building on musl systems Add sys-libs/queue-standalone as dependency Bug: https://bugs.gentoo.org/832881 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Sergey Popov <pinkbyte@gentoo.org> sys-apps/proot/proot-5.3.0.ebuild | 1 + 1 file changed, 1 insertion(+) Please ignore my previous comment, i thought about wrong package, no fixes was applied to sys-apps/proot regarding this issue until commit 677e4821d256cefbc6acfe7b7fb9143521761d0c Please check again if it builds or not, thanks in advance |