[GHC] #15239: Is there an issue with Haskell GHC 8.4.3 on Travis?
GHC
ghc-devs at haskell.org
Wed Jun 6 16:04:37 UTC 2018
#15239: Is there an issue with Haskell GHC 8.4.3 on Travis?
-------------------------------------+-------------------------------------
Reporter: Orome | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: Build System | Version: 8.4.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Installing GHC
Unknown/Multiple | failed
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
My Travis builds ([https://travis-ci.org/orome/crypto-enigma-
hs/jobs/388291576]) are failing when they attempt to install using the
nightly resolver (since 8.4.3) with:
{{{
$ stack --resolver $RESOLVER --no-terminal --install-ghc test --only-
dependencies
Selected resolver: nightly-2018-06-05
Downloading nightly-2018-06-05 build plan ...
Downloaded nightly-2018-06-05 build plan.
Preparing to install GHC to an isolated location.
This will not interfere with any system-level installation.
Preparing to download ghc-8.4.3 ...
ghc-8.4.3: download has begun
ghc-8.4.3: 15.21 MiB / 144.83 MiB ( 10.50%) downloaded...
ghc-8.4.3: 37.85 MiB / 144.83 MiB ( 26.13%) downloaded...
ghc-8.4.3: 61.16 MiB / 144.83 MiB ( 42.23%) downloaded...
ghc-8.4.3: 76.60 MiB / 144.83 MiB ( 52.89%) downloaded...
ghc-8.4.3: 91.49 MiB / 144.83 MiB ( 63.17%) downloaded...
ghc-8.4.3: 115.03 MiB / 144.83 MiB ( 79.42%) downloaded...
ghc-8.4.3: 138.27 MiB / 144.83 MiB ( 95.47%) downloaded...
ghc-8.4.3: 144.83 MiB / 144.83 MiB (100.00%) downloaded...
Downloaded ghc-8.4.3.
Unpacking GHC into
/home/travis/.stack/programs/x86_64-linux/ghc-8.4.3.temp/ ...
Configuring GHC ...
Installing GHC ...
Received ExitFailure 2 when running
Raw command: /usr/bin/make install
Run from:
/home/travis/.stack/programs/x86_64-linux/ghc-8.4.3.temp/ghc-8.4.3/
The command "stack --resolver $RESOLVER --no-terminal --install-ghc
test --only-dependencies" failed and exited with 1 during .
}}}
Is there a problem with 8.4.3 on Travis?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15239>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list