Created
June 20, 2016 09:18
-
-
Save spaghetti-/3dfe6dca87f19c19ccc4d76700c96fbc to your computer and use it in GitHub Desktop.
stack segfaults
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ stack --verbose --version | |
| Version 1.0.0 x86_64 | |
| $ eix dev-haskell/stack | |
| [I] dev-haskell/stack [1] | |
| Available versions: ~0.1.3.1(0/0.1.3.1) ~0.1.4.1(0/0.1.4.1) ~0.1.6.0-r1(0/0.1.6.0) (~)1.0.0-r1(0/1.0.0)^t **9.9.9(0/9.9.9) {disable-git-info integration-tests} | |
| Installed versions: 1.0.0-r1(0/1.0.0)^t(04:59:00 PM 06/20/2016)(-disable-git-info -doc -hoogle -hscolour -integration-tests -profile -test) | |
| Homepage: https://github.com/commercialhaskell/stack | |
| Description: The Haskell Tool Stack | |
| [1] "haskell" /var/lib/layman/haskell | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2016-06-20 17:17:11.457927: [info] split-0.2.3.1: download @(stack_Gwp2sHRxOqE3iCshKubC8w:Stack.Fetch src/Stack/Fetch.hs:459:38) | |
| 2016-06-20 17:17:11.472407: [debug] Trying to decode /home/alex/.stack/indices/Hackage/00-index.cache @(stack_Gwp2sHRxOqE3iCshKubC8w:Data.Binary.VersionTagged src/Data/Binary/VersionTagged.hs:55:5) | |
| 2016-06-20 17:17:11.714096: [debug] Success decoding /home/alex/.stack/indices/Hackage/00-index.cache @(stack_Gwp2sHRxOqE3iCshKubC8w:Data.Binary.VersionTagged src/Data/Binary/VersionTagged.hs:64:13) | |
| 2016-06-20 17:17:12.061378: [info] base-orphans-0.5.4: copy/register @(stack_Gwp2sHRxOqE3iCshKubC8w:Stack.Build.Execute src/Stack/Build/Execute.hs:668:23) | |
| 2016-06-20 17:17:12.061520: [debug] Run process: /home/alex/.stack/setup-exe-cache/x86_64-linux/setup-Simple-Cabal-1.22.5.0-ghc-7.10.3 --builddir=.stack-work/dist/x86_64-linux/Cabal-1.22.5.0 copy @(stack_Gwp2sHRxOqE3iCshKubC8w:Stack.Build.Execute src/Stack/Build/Execute.hs:812:21) | |
| 2016-06-20 17:17:12.076562: [debug] Run process: /home/alex/.stack/setup-exe-cache/x86_64-linux/setup-Simple-Cabal-1.22.5.0-ghc-7.10.3 --builddir=.stack-work/dist/x86_64-linux/Cabal-1.22.5.0 register @(stack_Gwp2sHRxOqE3iCshKubC8w:Stack.Build.Execute src/Stack/Build/Execute.hs:812:21) | |
| 2016-06-20 17:17:12.220882: [debug] Run process: ghc-pkg --user --no-user-package-db --package-db /home/alex/.stack/snapshots/x86_64-linux/lts-6.4/7.10.3/pkgdb describe --simple-output base-orphans --expand-pkgroot @(stack_Gwp2sHRxOqE3iCshKubC8w:System.Process.Read src/System/Process/Read.hs:267:3) | |
| 2016-06-20 17:17:12.261493: [debug] Trying to decode /home/alex/.stack/indices/Hackage/00-index.cache @(stack_Gwp2sHRxOqE3iCshKubC8w:Data.Binary.VersionTagged src/Data/Binary/VersionTagged.hs:55:5) | |
| Progress: 9/115Segmentation fault |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment