[GHC] #14278: undefined symbol: gsl_multiroot_fsolver_broyden

GHC ghc-devs at haskell.org
Tue Sep 26 12:45:09 UTC 2017


#14278: undefined symbol: gsl_multiroot_fsolver_broyden
----------------------------------------+-------------------------------
           Reporter:  smyds             |             Owner:  (none)
               Type:  bug               |            Status:  new
           Priority:  normal            |         Milestone:
          Component:  Compiler          |           Version:  8.2.1
           Keywords:                    |  Operating System:  Linux
       Architecture:  Unknown/Multiple  |   Type of failure:  GHCi crash
          Test Case:                    |        Blocked By:
           Blocking:                    |   Related Tickets:
Differential Rev(s):                    |         Wiki Page:
----------------------------------------+-------------------------------
 Hi,

 I am trying to compile the package
 [https://hackage.haskell.org/package/hmatrix hmatrix]. After cloning the
 [https://github.com/albertoruiz/hmatrix git repository], I ran
 {{{$ stack setup}}}
 and
 {{{$ stack build}}}
 successfully but then I ran into this :
 {{{
 $ stack repl
 Configuring GHCi with the following packages: hmatrix, hmatrix-glpk,
 hmatrix-gsl, hmatrix-special, hmatrix-tests
 GHCi, version 8.0.2: http://www.haskell.org/ghc/  :? for help
 ghc: panic! (the 'impossible' happened)
   (GHC version 8.0.2 for i386-unknown-linux):
         Loading temp shared object failed: /tmp/ghc25335_0/libghc_7.so:
 undefined symbol: gsl_multiroot_fsolver_broyden

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
 }}}

 I am running this on a devuan x86 machine, but I have tried the same
 procedure on a debian x86_64 with a similar result.

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14278>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list