Summary: | =net-firewall/iptables-1.8.4-r1: Cannot find the latest automake! Tried 1.16.1:1.16 1.15.1:1.15 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bernd <waebbl-gentoo> |
Component: | Current packages | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | jstein, wtt6 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | emerge-info-iptables.txt |
Description
Bernd
2020-03-28 14:05:06 UTC
This is presumably caused by calling eautoreconf unconditionally but setting
> # Force users doing their own patches to install their own tools
> AUTOTOOLS_AUTO_DEPEND=no
The eautoreconf call used to be conditional on user patches being applied.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad1c259756034612a7d4e5ae1bdcecae3868f36a commit ad1c259756034612a7d4e5ae1bdcecae3868f36a Author: Patrick McLean <patrick.mclean@sony.com> AuthorDate: 2020-08-21 01:00:17 +0000 Commit: Patrick McLean <chutzpah@gentoo.org> CommitDate: 2020-08-21 01:00:17 +0000 net-firewall/iptables: Drop AUTOTOOLS_AUTO_DEPEND=no (bug #715164) Closes: https://bugs.gentoo.org/715164 Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Patrick McLean <chutzpah@gentoo.org> net-firewall/iptables/iptables-1.8.4-r2.ebuild | 3 --- net-firewall/iptables/iptables-1.8.5.ebuild | 3 --- 2 files changed, 6 deletions(-) |