Bug 1196090
| Summary: | FTBFS: IQmol fails to build with gfortran-5.0 (undefined references to _gfortran_os_error) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Dominik 'Rathann' Mierzejewski <dominik> | ||||
| Component: | IQmol | Assignee: | Susi Lehtola <susi.lehtola> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | rawhide | CC: | susi.lehtola | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-02-26 01:57:26 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: | |||||||
| Attachments: |
|
||||||
Thanks, imported. |
Created attachment 995065 [details] patch to fix build with gfortran-5.0 Description of problem: IQmol fails to link due to undefined references to gfortran symbols. Version-Release number of selected component (if applicable): 2.3.0-3.fc23 How reproducible: Always. Steps to Reproduce: 1. Try building current git master Actual results: [...] CMakeFiles/IQmol.dir/IQmol/symmol.f90.o: In function `s_coor_': /builddir/build/BUILD/IQmol-df94cf68b9d9d813e4d781c7edb9ac638724dadf/src/IQmol/symmol.f90:1722: undefined reference to ` _gfortran_os_error' Expected results: Links successfully. Additional info: Patch to fix attached.