Bug 1282848
| Summary: | thunderbird-lightning-3.3-5 build failed on ppc64le/aarch64 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora EPEL | Reporter: | Menanteau Guy <menantea> | 
| Component: | thunderbird-lightning | Assignee: | Orion Poplawski <orion> | 
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | 
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | epel7 | CC: | orion, yselkowi | 
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ppc64le | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-26 03:19:54 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: | |||
| Bug Blocks: | 1197165, 1285484 | ||
| thunderbird 38, which has been released as an errata for both RHEL and CentOS, will obsolete thunderbird-lightning. Therefore, AFAICS epel7 thunderbird-lightning should be retired. Indeed. Done. | 
build of thunderbird-lightning-3.3-5 failed on an epel7 ppc64le local environment using a RHEL7.2 snapshot of the 15th of october 2015. configure: error: cannot guess build type; you must specify one This happened because of following line in the spec: # Update the various config.guess to upstream release for aarch64 support find ./ -name config.guess -exec cp /usr/lib/rpm/config.guess {} ';' Because of the rpm-4.11.3-17 package version on redhat, /usr/lib/rpm/config.guess and config.sub comming from rpm package are not set correctly for ppc64le and these files can not be used directly. Note that /usr/lib/rpm/redhat/config... handle ppc64le correctly.