Bug 1765811
| Summary: | ghc panics building git-annex on >30 armv7hl | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Elliott Sales de Andrade <quantum.analyst> |
| Component: | ghc | Assignee: | Jens Petersen <petersen> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | petersen |
| 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: | 2020-02-01 09:07:48 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: | |||
|
Description
Elliott Sales de Andrade
2019-10-26 08:18:02 UTC
Sorry, only just noticed this now...
It looks like the original problem fixed itself, however:
[566 of 629] Compiling Assistant.WebApp.Types ( Assistant/WebApp/Types.hs, dist/build/git-annex/git-annex-tmp/Assistant/WebApp/Types.o )
Assistant/WebApp/Types.hs:49:37: error:
• Identifier ‘String’ used as a type
• In the first argument of ‘IO’, namely ‘String’
In the first argument of ‘Maybe’, namely ‘(IO String)’
In the type ‘Maybe (IO String)’
|
49 | , postFirstRun :: Maybe (IO String)
| ^^^^^^
However it seems to build okay with -O1 (ie with the `Production` flag set to `False`).
It might better to move and rename this bug, open a new bug against git-annex, or close it now with -O1.
In the end I opened bug 1797176. So I will close out this original bug for the ghc compiler crash. |