Bug 1529452
| Summary: | ghc crashes while compiling vty | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Arun Raghavan <arun> |
| Component: | ghc | Assignee: | Jens Petersen <petersen> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 27 | CC: | arun, haskell-devel, 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: | 2018-11-10 10:39: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: | |||
|
Description
Arun Raghavan
2017-12-28 07:29:51 UTC
Sorry just spotted this bug report now... Are you still able to reproduce? Do you have more details about your machine? RAM, etc? I just tried here now and it built okay for me: $ cabal install vty Resolving dependencies... Configuring microlens-mtl-0.1.11.1... Building microlens-mtl-0.1.11.1... Installed microlens-mtl-0.1.11.1 Downloading vty-5.21... Configuring vty-5.21... Building vty-5.21... Installed vty-5.21 $ I still see this. I have a Thinkpad x240 with 8GB of RAM. Are you using ghc 8.0.2 when you run this on your machine? Yep, I was using ghc-8.0.2 from Fedora 27: but note I built the package from Hackage not git. Can you try with `cabal install --jobs=1`? Closing this out for now - probably not something Fedora specific anyway. But if you have new details, you can reopen or file a new bug. BTW x86_64? |