[Haskell-beginners] Re: problem cabal install'ing hmatrix

Heinrich Apfelmus apfelmus at quantentunnel.de
Wed Apr 22 04:07:17 EDT 2009


Erik Quaeghebeur wrote:
> $ cabal install hmatrix
> Resolving dependencies...
> Configuring hmatrix-0.5.1.1...
> Preprocessing library hmatrix-0.5.1.1...
> running dist/build/Numeric/GSL/Special/Internal_hsc_make failed
> command was: dist/build/Numeric/GSL/Special/Internal_hsc_make
>> dist/build/Numeric/GSL/Special/Internal.hs
> cabal: Error: some packages failed to install:
> hmatrix-0.5.1.1 failed during the building phase. The exception was:
> exit: ExitFailure 1
> 
> What should I do to diagnose/resolve this problem?
> I'm on Gentoo/amd64 and have also posted this question in the gentoo
> forums.

Try

   cabal install hmatrix --verbose

to get a more detailed failure report.

On Mac/PPC, the trickiest part for me was to meet the dependencies on C
libraries, and there was some x86 assembly instruction lurking around.

Otherwise, no idea. You might want to try the  haskell-cafe at haskell.org
 or  libraries at haskell.org  mailing lists.


Regards,
apfelmus

--
http://apfelmus.nfshost.com



More information about the Beginners mailing list