As an update for the list, and so this gets into the searchable archives, this turned out to be an incarnation of an old bug caused by an incompatibility between glibc versions (let's hear it for only bumping the shared library minor version number for incompatible changes).
Last reported case of this bug: http://www.haskell.org/pipermail/glasgow-haskell-bugs/2002-October/00273 2.html Cheers, Simon On 24 April 2005 12:37, Armin Obersteiner wrote: > hi! > > i tried to install 6.4 from source. 6.2 is installed as binary. > configure defaults. (everything found exept doc convertion und openal) > > everything works well up to: > > make[1]: Entering directory `/home/armin/ghc-6.4/libraries' > ------------------------------------------------------------------------ > ===fptools== Recursively making `boot' in base haskell98 > template-haskell unix Cabal parsec haskell-src network QuickCheck > HUnit mtl fgl X11 HGL OpenGL GLUT OpenAL stm readline ... PWD = > /home/armin/ghc-6.4/libraries > ------------------------------------------------------------------------ > ------------------------------------------------------------------------ > ==fptools== make boot -wr; > in /home/armin/ghc-6.4/libraries/base > ------------------------------------------------------------------------ > ../../ghc/utils/hsc2hs/hsc2hs-inplace -Iinclude -I../../ghc/includes > -I. System/CPUTime.hsc > make[2]: *** [System/CPUTime.hs] Error 127 > make[1]: *** [boot] Error 1 > make[1]: Leaving directory `/home/armin/ghc-6.4/libraries' > make: *** [build] Error 1 > > any ideas, should i send mor info? > > Thanks, > Armin _______________________________________________ Glasgow-haskell-bugs mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
