Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919916 - net-analyzer/zabbix: maintainer mode is triggered
Summary: net-analyzer/zabbix: maintainer mode is triggered
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-12-14 22:58 UTC by Sam James
Modified: 2023-12-15 08:37 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-12-14 22:58:36 UTC
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.
Comment 1 Larry the Git Cow gentoo-dev 2023-12-15 08:37:30 UTC
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(-)