Summary: | sys-process/audit-3.0[abi_x86_32]: No rule to make target '../common/libaucommon.a', needed by 'libaudit.la'. Stop | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | NHO <jy6x2b32pie9> |
Component: | Current packages | Assignee: | SE Linux Bugs <selinux> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dschridde+gentoobugs, fabio.coatti, fedora.dm0, ionen, leonchik1976, mgorny, robbat2, zeekec |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Build log |
Description
NHO
2021-01-03 20:18:26 UTC
Created attachment 680938 [details]
Build log
Can reproduce with audit-3.0[abi_x86_32], 64-only or 2.8.5-r2 are fine. This seems to fix it. --- sys-process/audit/audit-3.0.ebuild +++ sys-process/audit/audit-3.0.ebuild @@ -84,6 +84,7 @@ } use python && python_foreach_impl python_compile else + emake -C common emake -C lib emake -C auparse fi Fixed build for me The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab commit c76a9115a9bc4ed4dd9d9bd5e1594da77cb1bfab Author: Michał Górny <mgorny@gentoo.org> AuthorDate: 2021-01-07 10:41:47 +0000 Commit: Michał Górny <mgorny@gentoo.org> CommitDate: 2021-01-07 10:42:22 +0000 sys-process/audit: Fix non-native ABI builds Thanks to David Michael for the fix. Closes: https://bugs.gentoo.org/763321 Signed-off-by: Michał Górny <mgorny@gentoo.org> sys-process/audit/audit-3.0.ebuild | 1 + 1 file changed, 1 insertion(+) |