Bug 1943026
| Summary: | librtas: FTBFS with upcoming autoconf-2.71 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ondrej Dubaj <odubaj> |
| Component: | librtas | Assignee: | Vasant Hegde <hegdevasant> |
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dan, fkocina, hegdevasant, jcajka, ksinny |
| 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-05-05 07:55:10 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:44:33 UTC
Looking at latest build failure (https://copr.fedorainfracloud.org/coprs/odubaj/autoconf-2.70/build/2095565/), From build log : Finish: build setup for librtas-2.0.2-7.fc35.src.rpm Start: rpmbuild librtas-2.0.2-7.fc35.src.rpm error: Architecture is not included: x86_64 <-- librtas is exclusive to Powerpc architecture. We have `ExclusiveArch` tag in spec file. Building target platforms: x86_64 Building for target x86_64 Finish: rpmbuild librtas-2.0.2-7.fc35.src.rpm Finish: build phase for librtas-2.0.2-7.fc35.src.rpm This is expected. Can someone help me to understand why its trying to build on x86_64 arch? -Vasant Currently we do not have the possibility to test other architectures than x86_64. The build was scheduled automatically for all packages which require autoconf and this bug was created automatically as well. It is up to package maintainer to test his packages against the upcoming change. It would be nice if you can do the testing locally and make appropriate changes to the package, so the update will be as fluent as possible. Thanks. Thanks for the clarification. I will try to verify ASAP. -Vasant Gentle ping. We already have a possibility to check also non-x86_64 architectures, please see this section: https://fedoraproject.org/wiki/Changes/Autoconf_271#How_To_Test. Builds OK with autoconf 2.71. |