[Haskell-cafe] How to debug stack build failure?

YAMAMOTO Yuji whosekiteneverfly at gmail.com
Mon Jun 28 23:25:32 UTC 2021


Try stack build -v firstable.

2021年6月29日(火) 4:38 David Banas <capn.freako at gmail.com>:

> Anyone know how to start debugging this?
>
> $ stack build
> comonad       > configure
> comonad       >
> /home/david/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/bin/ghc:
> /lib64/libtinfo.so.5: no version information available (required by
> /home/david/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/bin/../haskeline-0.7.5.0/
> libHShaskeline-0.7.5.0-ghc8.8.4.so)
> comonad       >
> /home/david/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/bin/ghc:
> /lib64/libtinfo.so.5: no version information available (required by
> /home/david/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/bin/../ghc-8.8.4/
> libHSghc-8.8.4-ghc8.8.4.so)
> comonad       >
> /home/david/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/bin/ghc:
> /lib64/libtinfo.so.5: no version information available (required by
> /home/david/.stack/programs/x86_64-linux/ghc-8.8.4/lib/ghc-8.8.4/bin/../terminfo-0.4.1.4/
> libHSterminfo-0.4.1.4-ghc8.8.4.so)
> comonad       > [1 of 2] Compiling Main             (
> /tmp/stack-038db506ab1301e1/comonad-5.0.6/Setup.lhs,
> /tmp/stack-038db506ab1301e1/comonad-5.0.6/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/setup/Main.o
> )
> comonad       > [2 of 2] Compiling StackSetupShim   (
> /home/david/.stack/setup-exe-src/setup-shim-mPHDZzAJ.hs,
> /tmp/stack-038db506ab1301e1/comonad-5.0.6/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/setup/StackSetupShim.o
> )
> comonad       > Linking
> /tmp/stack-038db506ab1301e1/comonad-5.0.6/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/setup/setup
> ...
> Progress 1/10
> Did not find executable at specified path:
> /tmp/stack-038db506ab1301e1/comonad-5.0.6/.stack-work/dist/x86_64-linux/Cabal-3.0.1.0/setup/setup
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20210629/52e4076f/attachment.html>


More information about the Haskell-Cafe mailing list