Summary: | net-analyzer/zabbix: maintainer mode is triggered | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Sam James <sam> |
Component: | Current packages | Assignee: | Miroslav Ć ulc <fordfrog> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | flow |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11c4c02d984a1ee9ebd78bea5997a727e93fd864 commit 11c4c02d984a1ee9ebd78bea5997a727e93fd864 Author: Florian Schmaus <flow@gentoo.org> AuthorDate: 2023-12-15 08:36:04 +0000 Commit: Florian Schmaus <flow@gentoo.org> CommitDate: 2023-12-15 08:37:18 +0000 net-analyzer/zabbix: add missing eautoreconf Closes: https://bugs.gentoo.org/919916 Signed-off-by: Florian Schmaus <flow@gentoo.org> .../zabbix/{zabbix-6.4.10.ebuild => zabbix-6.4.10-r1.ebuild} | 5 ++++- net-analyzer/zabbix/{zabbix-6.4.8.ebuild => zabbix-6.4.8-r1.ebuild} | 5 ++++- net-analyzer/zabbix/{zabbix-6.4.9.ebuild => zabbix-6.4.9-r1.ebuild} | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) |
Noticed this when building zabbix: ``` >>> Source configured. >>> Compiling source in /var/tmp/portage/net-analyzer/zabbix-6.4.10/work/zabbix-6.4.10 ... make -j32 AR=armv7a-unknown-linux-gnueabihf-ar RANLIB=armv7a-unknown-linux-gnueabihf-ranlib CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/var/tmp/portage/net-analyzer/zabbix-6.4.10/work/zabbix-6.4.10/missing' aclocal-1.16 -I m4 CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh '/var/tmp/portage/net-analyzer/zabbix-6.4.10/work/zabbix-6.4.10/missing' autoconf cd . && /bin/sh /var/tmp/portage/net-analyzer/zabbix-6.4.10/work/zabbix-6.4.10/missing automake-1.16 --gnu /bin/sh ./config.status --recheck ```` This is happening because `eautoreconf` isn't used despite patching configure.ac etc.