[Haskell-cafe] Trouble installing haskeline: ExitFailure 139

Niklas Hambüchen mail at nh2.me
Sat Oct 26 12:51:19 UTC 2013


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


More information about the Haskell-Cafe mailing list