https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: www-apache/mod_authz_unixgroup-1.2.0 fails to compile. Discovered on: amd64 (internal ref: ci) Info about the issue: https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Created attachment 911633 [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: apxs:Error: Command failed with rc=65536 mod_authz_unixgroup.c:26:26: fatal error: bsd/grp.h: No such file or directory mod_authz_unixgroup.c:26:26: fatal error: bsd/grp.h: No such file or directory
I wrote that 1.2.0 addition and I see what is missing, you have to add: APXS2_ARGS="-c ${PN}.c -lbsd" to the ebuild as now this module depends on libbsd
and DEPEND="dev-libs/libbsd" RDEPEND="dev-libs/libbsd"
FYI, I have been running what is essentially 1.2.0 for a few weeks and I am happy with it so far.
ping?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cea8cd0fa897c785c48eede96e55245f61683f9 commit 8cea8cd0fa897c785c48eede96e55245f61683f9 Author: Craig Andrews <candrews@gentoo.org> AuthorDate: 2024-11-30 20:19:56 +0000 Commit: Craig Andrews <candrews@gentoo.org> CommitDate: 2024-11-30 21:03:48 +0000 www-apache/mod_authz_unixgroup: add libbsd dep Closes: https://bugs.gentoo.org/944565 Signed-off-by: Craig Andrews <candrews@gentoo.org> .../mod_authz_unixgroup-1.2.0-r1.ebuild | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+)