Bug 1418471
| Summary: | Incompatibility with GCC v7 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | E.N. <nieric> |
| Component: | R | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | besser82, tcallawa |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | R-3.3.2-8.fc26 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-02-14 11:35:46 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: | 1417385 | ||
| Bug Blocks: | 1417331 | ||
|
Description
E.N.
2017-02-01 23:02:01 UTC
We're blocking on openblas, which is blocking on a bug involving ppc64le. (In reply to Tom "spot" Callaway from comment #1) Thanks for diving onto the issue. Rebuild should be finished soon… Build now fails for: > configure: WARNING: unrecognized options: --disable-dependency-tracking > configure: error: zlib library and headers are required > RPM build errors: > error: Bad exit status from /var/tmp/rpm-tmp.LLy9xc (%build) > Bad exit status from /var/tmp/rpm-tmp.LLy9xc (%build) > Child return code was: 1 See: https://koji.fedoraproject.org/koji/taskinfo?taskID=17847802 (In reply to Björn "besser82" Esser from comment #4) > Build now fails for: > > [snip] > > configure: error: zlib library and headers are required > [snip] From the logs, for instance [1], you are using the R-3.3.2.tar.gz sources. Since that release, there have been a zlib bug fix : * commit: https://github.com/wch/r-source/commit/a0fe05ce9d0937ad2334bb370785cb22c71e592b * changelog: https://cran.r-project.org/doc/manuals/r-devel/NEWS.html “INSTALLATION on a UNIX-ALIKE The configure check for the zlib version is now robust to versions longer than 5 characters, including 1.2.10. ” The relevant version is R-patched 3.3.2 [2]. You are maybe hitting that same zlib bug and building from the patched sources might be the right way to go. ---- [1] https://kojipkgs.fedoraproject.org//work/tasks/7841/17847841/build.log [2] https://stat.ethz.ch/R/daily/R-patched.tar.gz Thank you for the patch! =) Build should be finished soon… |