Bug 1942998
Summary: | mingw-gcc: FTBFS with upcoming autoconf-2.71 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ondrej Dubaj <odubaj> |
Component: | mingw-gcc | Assignee: | Kalev Lember <klember> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | erik-fedora, klember, ktietz, manisandro, rjones |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-07-24 21:44:56 UTC | Type: | --- |
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: | |||
Bug Blocks: | 1942967 |
Description
Ondrej Dubaj
2021-03-25 12:41:25 UTC
Gentle ping. This package (upstream) has: config/override.m4: [m4_define([_GCC_AUTOCONF_VERSION], [2.69])]) which results in: + autoconf -f configure.ac:3: error: Please use exactly Autoconf 2.69 instead of 2.71. ../config/override.m4:12: _GCC_AUTOCONF_VERSION_CHECK is expanded from... configure.ac:3: the top level (https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=config/override.m4;h=d3e815bb1b40c91f23d9fed7710573f9f2623cb6;hb=HEAD#l30) So I suppose this will need upstream changes. Can we create a small downstream patch and wait until upstream adopts it ? From my perspective, it will take some time for upstream to move to autoconf-2.71 and maybe there is no other issue with this package according to autoconf-2.71. So it would be great to fix it downstream and propose the fix. Dependency on autoconf was removed. |