Bug 1835638
Summary: | aclocal: error: too many loops | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Jaroslav Škarvada <jskarvad> |
Component: | autoconf-archive | Assignee: | David King <dking> |
Status: | CLOSED NOTABUG | QA Contact: | Desktop QE <desktop-qa-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.2 | CC: | amigadave, extras-qa |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1826935 | Environment: | |
Last Closed: | 2021-04-15 10:51:07 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1826935 | ||
Bug Blocks: |
Description
Jaroslav Škarvada
2020-05-14 08:52:03 UTC
When rebuilding PowerTOP it's causing build errors (which we workaround in the spec), but it triggers rpmdiff errors we have to waive. As I explained in bug 1826935, this is not a bug in autoconf-archive per se, but in the internal limits of aclocal. It is possible to work around that limit that by using AX_REQUIRED_DEFINED. I have submitted a pull request to powertop upstream to do that: https://github.com/fenrus75/powertop/pull/82 The fix was merged in powertop upstream. |