[Haskell-cafe] Trouble installing haskeline: ExitFailure 139

Roman Cheplyaka roma at ro-che.info
Sat Oct 26 15:17:33 UTC 2013


IIRC Setup uses the global database by default.

Try ./Setup configure --user.

(Wow, it's been a long time since the last time I didn't use cabal install.)

* Niklas Hambüchen <mail at nh2.me> [2013-10-26 13:51:19+0100]
> When I follow these steps, I do not get a segfault, but instead
> 
> ./Setup configure
> Configuring lifted-base-0.2.1.0...
> Setup: At least the following dependencies are missing:
> base-unicode-symbols >=0.1.1 && <0.3,
> monad-control ==0.3.*,
> transformers-base ==0.4.*
> 
> despite having all these dependencies installed.
> 
> On 25/10/13 07:47, David Banas wrote:
> > Sorry about the delay in my response. This excerpt is from an attempt to
> > build /lifted-base/, but is producing the same error:
> > 
> >     dbanas at dbanas-lap:~/prj/plush/lifted-base-0.2.1.0$ ghc --make Setup.hs 
> >     [1 of 1] Compiling Main             ( Setup.hs, Setup.o )
> >     Linking Setup ...
> >     dbanas at dbanas-lap:~/prj/plush/lifted-base-0.2.1.0$ ./Setup configure
> >     Segmentation fault (core dumped)
> >     dbanas at dbanas-lap:~/prj/plush/lifted-base-0.2.1.0$ ghc -V
> >     The Glorious Glasgow Haskell Compilation System, version 7.6.3
> >     dbanas at dbanas-lap:~/prj/plush/lifted-base-0.2.1.0$ uname -a
> >     Linux dbanas-lap 3.8.0-31-generic #46-Ubuntu SMP Tue Sep 10 20:03:44
> >     UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131026/52529022/attachment.sig>


More information about the Haskell-Cafe mailing list