You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to install some packages outside of a project. Using (global) resolver LTS-8.15.
I'm getting this:
stack install ghc-mod hlint stylish-haskell
extra-1.5.2: configure
base-compat-0.9.3: configure
cabal-doctest-1.0.2: configure
cmdargs-0.10.17: configure
Progress: 4/69
-- While building package cmdargs-0.10.17 using:
C:\sr\setup-exe-cache\x86_64-windows\Cabal-simple_Z6RU0evB_1.24.2.0_ghc-8.0.2.exe --builddir=.stack-work\dist\ca59d0ab configure --with-ghc=C:\Users\Torstein\AppData\Local\Programs\stack\x86_64-windows\ghc-8.0.2\bin\ghc.EXE --with-ghc-pkg=C:\Users\Torstein\AppData\Local\Programs\stack\x86_64-windows\ghc-8.0.2\bin\ghc-pkg.EXE --user --package-db=clear --package-db=global --package-db=C:\sr\snapshots\141c7015\pkgdb --libdir=C:\sr\snapshots\141c7015\lib --bindir=C:\sr\snapshots\141c7015\bin --datadir=C:\sr\snapshots\141c7015\share --libexecdir=C:\sr\snapshots\141c7015\libexec --sysconfdir=C:\sr\snapshots\141c7015\etc --docdir=C:\sr\snapshots\141c7015\doc\cmdargs-0.10.17 --htmldir=C:\sr\snapshots\141c7015\doc\cmdargs-0.10.17 --haddockdir=C:\sr\snapshots\141c7015\doc\cmdargs-0.10.17 --dependency=base=base-4.9.1.0 --dependency=filepath=filepath-1.4.1.1 --dependency=process=process-1.4.3.0 --dependency=template-haskell=template-haskell-2.11.1.0 --dependency=transformers=transformers-0.5.2.0 --extra-include-dirs=C:\Users\Torstein\AppData\Local\Programs\stack\x86_64-windows\msys2-20150512\mingw64\include --extra-lib-dirs=C:\Users\Torstein\AppData\Local\Programs\stack\x86_64-windows\msys2-20150512\mingw64\lib
Process exited with code: ExitFailure 1
Logs have been written to: C:\sr\global-project\.stack-work\logs\cmdargs-0.10.17.log
Configuring cmdargs-0.10.17...
`gcc.exe' failed in phase `C Compiler'. (Exit code: -1073741502)
With popups saying this:
---------------------------
realgcc.exe - Application Error
---------------------------
The application was unable to start correctly (0xc0000142). Click OK to close the application.
---------------------------
OK
---------------------------
Stack version
stack --version
Version 1.4.0, Git revision e714f1dd3fade19496d91bd6a017e435a96a6bcd x86_64 hpack-0.17.0
Method of installation
Official binary, downloaded from stackage.org or fpcomplete's package repository
I get this very same error (=Exit code: -1073741502) today in every stack project I tried, after letting Windows 10 install a "functional update". I don't see any popups though.
Trying to install some packages outside of a project. Using (global) resolver LTS-8.15.
I'm getting this:
With popups saying this:
Stack version
Method of installation
Windows 10 x64
There's also a realgcc.exe in the ghc-8.0.2 folder, though it looks to be identical.
The text was updated successfully, but these errors were encountered: