Erik de Castro Lopo wrote: > Joachim Breitner wrote: > > > Hi, > > > > we need some more ghc/powerpc debugging help: > > haskell-data-accessor-template fails to build, ghc reproducible crashes > > with return value 11 when loading data-accessor: > > https://buildd.debian.org/status/fetch.php?pkg=haskell-data-accessor-template&arch=powerpc&ver=0.2.1.7-2&stamp=1311621088 > > > > Erik? :-) > > Yep, I'll take a look.
This seems to be the ghci segfault problem. I tried to build it manually by compiling Setup.lhs, configuring and building and I get the same problem: erikd@corea > ./Setup build Preprocessing library data-accessor-template-0.2.1.7... Building data-accessor-template-0.2.1.7... [1 of 2] Compiling Data.Accessor.Template ( src-5/Data/Accessor/ Template.hs, dist/build/Data/Accessor/Template.o ) [2 of 2] Compiling Data.Accessor.Template.Example ( src/Data/ Accessor/Template/Example.hs, dist/build/Data/Accessor/Template/Example.o ) Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. Loading package utility-ht-0.0.5.1 ... linking ... done. Loading package array-0.3.0.2 ... linking ... done. Loading package containers-0.4.0.0 ... linking ... done. Loading package pretty-1.0.1.2 ... linking ... done. Loading package template-haskell ... linking ... done. Loading package transformers-0.2.2.0 ... linking ... done. Loading package data-accessor-0.2.1.7 ... linking ... done. erikd@corea > echo $? 11 Exit code of 11 is segfault. Looks like this is a package that we can't build on powerpc until ghc is fixed. Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]
