GHC HEAD build error

I cannot build GHC HEAD on i386 at the moment and the last successful build I have is from March 2nd. To be sure, I verified it fails with both a cleaned build tree and also a fresh clone. Tools used: ghc 7.6.2 alex 3.0.5 happy 1.18.10 cabal 1.17.0 gcc 4.7.2 glibc 2.17 autoconf 2.69 perl 5.16.2 BuildFlavor: perf Can anyone else reproduce the following build error? libraries/vector/Data/Vector/Fusion/Stream/Monadic.hs:104:1: Failed to load interface for `GHC.Desugar' Perhaps you haven't installed the profiling libraries for package `base'? Use -v to see a list of the files searched for. In the expression: ForceSpecConstr In the annotation: {-# ANN type SPEC ForceSpecConstr #-} make[1]: *** [libraries/vector/dist-install/build/Data/Vector/Fusion/Stream/Monadic.p_o] Error 1 make: *** [all] Error 2

Can anyone else reproduce the following build error? Yes. I recently had this error on one of my machines when compiling with perf-llvm. I didn't have time to debug it, but I thought that my GHC installation is at fault (which might actually be the case). However, during last two days I have done many successful builds on another machine. Which GHC version are you using?
Janek

Hello, arm-linux builder fails with the same issue since its build 107 which started on 2013-03-04 03:41:55 UTC: http://darcs.haskell.org/ghcBuilder/builders/kgardas-linux-arm-head/107/10.h... Karel On 03/15/13 02:48 PM, Tuncer Ayaz wrote:
I cannot build GHC HEAD on i386 at the moment and the last successful build I have is from March 2nd. To be sure, I verified it fails with both a cleaned build tree and also a fresh clone.
Tools used: ghc 7.6.2 alex 3.0.5 happy 1.18.10 cabal 1.17.0 gcc 4.7.2 glibc 2.17 autoconf 2.69 perl 5.16.2
BuildFlavor: perf
Can anyone else reproduce the following build error?
libraries/vector/Data/Vector/Fusion/Stream/Monadic.hs:104:1: Failed to load interface for `GHC.Desugar' Perhaps you haven't installed the profiling libraries for package `base'? Use -v to see a list of the files searched for. In the expression: ForceSpecConstr In the annotation: {-# ANN type SPEC ForceSpecConstr #-} make[1]: *** [libraries/vector/dist-install/build/Data/Vector/Fusion/Stream/Monadic.p_o] Error 1 make: *** [all] Error 2
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

On Sun, Mar 17, 2013 at 9:49 PM, Ian Lynagh wrote:
On Fri, Mar 15, 2013 at 02:48:45PM +0100, Tuncer Ayaz wrote:
libraries/vector/Data/Vector/Fusion/Stream/Monadic.hs:104:1: Failed to load interface for `GHC.Desugar'
This should be fixed now.
Thanks Ian, I can confirm the fix works, but there's a new error: $ make install [...] error while loading shared libraries: libHSterminfo-0.3.2.5-ghc7.7.20130318.so: cannot open shared object file: No such file or directory Any idea? Tried incremental build and clean rebuild.
participants (4)
-
Ian Lynagh
-
Jan Stolarek
-
Karel Gardas
-
Tuncer Ayaz