[nightly] 14-Aug-2006 build of STABLE on i386-unknown-linux
(cam-02-unx.europe.corp.microsoft.com)
GHC Build Reports
ghcbuild at microsoft.com
Mon Aug 14 14:56:59 EDT 2006
Build description = STABLE on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)
Build location = /playpen/ghc/nightly/STABLE-cam-02-unx
Build config file = /home/simonmar/nightly/site/msrc/conf-STABLE-cam-02-unx
Nightly build started on cam-02-unx at Mon Aug 14 19:30:00 BST 2006.
**** checking out new source tree ... cvs checkout: warning: cannot open /cvs/CVSROOT/val-tags read/write: Read-only file system
cvs checkout: warning: cannot open /cvs/CVSROOT/val-tags read/write: Read-only file system
cvs checkout: warning: unrecognized response ` gl f 0 (fut, s:past)' from cvs server
cvs checkout: warning: unrecognized response ` _ -> gl s 0 hist' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response ` gl s n hist = do -- s is accumulated line, n(/=0) is cursor position' from cvs server
cvs checkout: warning: unrecognized response ` cmd <- lineCmd' from cvs server
cvs checkout: warning: unrecognized response ` case cmd of' from cvs server
cvs checkout: warning: unrecognized response ` Char c -> do putStr (c: reverse (take n s))' from cvs server
cvs checkout: warning: unrecognized response ` putStr (replicate n '\BS')' from cvs server
cvs checkout: warning: unrecognized response ` gl (take n s ++ c: drop n s) n hist' from cvs server
cvs checkout: warning: unrecognized response ` Accept -> return (Just (reverse s))' from cvs server
cvs checkout: warning: unrecognized response ` Cancel -> return Nothing' from cvs server
cvs checkout: warning: unrecognized response ` Move R -> do let n1 = n-1' from cvs server
cvs checkout: warning: unrecognized response ` putStr (reverse (take n s)++" ")' from cvs server
cvs checkout: warning: unrecognized response ` putStr (replicate n '\BS')' from cvs server
cvs checkout: warning: unrecognized response ` gl s n1 hist' from cvs server
cvs checkout: warning: unrecognized response ` Delete R -> do let n1 = n-1' from cvs server
cvs checkout: warning: unrecognized response ` putStr (reverse (take n1 s) ++ " ")' from cvs server
cvs checkout: warning: unrecognized response ` putStr (replicate (n1+1) '\BS')' from cvs server
cvs checkout: warning: unrecognized response ` gl (take n1 s ++ drop n s) n1 hist' from cvs server
cvs checkout: warning: unrecognized response ` Move L -> do let n1 = n+1' from cvs server
cvs checkout: warning: unrecognized response ` if n1 <= length s then do' from cvs server
cvs checkout: warning: unrecognized response ` putStr ('\BS':reverse (take n1 s))' from cvs server
cvs checkout: warning: unrecognized response ` putStr (replicate n1 '\BS')' from cvs server
cvs checkout: warning: unrecognized response ` gl s n1 hist' from cvs server
cvs checkout: warning: unrecognized response ` else do' from cvs server
cvs checkout: warning: unrecognized response ` putStr (reverse s++" ")' from cvs server
cvs checkout: warning: unrecognized response ` putStr (replicate n1 '\BS')' from cvs server
cvs checkout: warning: unrecognized response ` gl s n hist' from cvs server
cvs checkout: warning: unrecognized response ` Delete L -> do let n1 = n+1' from cvs server
cvs checkout: warning: unrecognized response ` if n1 <= length s then do' from cvs server
cvs checkout: warning: unrecognized response ` putStr ('\BS':reverse (take n s)++" ")' from cvs server
cvs checkout: warning: unrecognized response ` putStr (replicate n1 '\BS')' from cvs server
cvs checkout: warning: unrecognized response ` gl (take n s ++ drop n1 s) n hist' from cvs server
cvs checkout: warning: unrecognized response ` else do' from cvs server
cvs checkout: warning: unrecognized response ` putStr (reverse s++" ")' from cvs server
cvs checkout: warning: unrecognized response ` putStr (replicate n1 '\BS')' from cvs server
cvs checkout: warning: unrecognized response ` a -> STM Bool' from cvs server
cvs checkout: warning: unrecognized response `tryPutTMVar (TMVar t) a = do' from cvs server
cvs checkout: warning: unrecognized response ` m <- readTVar t' from cvs server
cvs checkout: warning: unrecognized response ` case m of' from cvs server
cvs checkout: warning: unrecognized response ` Nothing -> do writeTVar t (Just a); return True' from cvs server
cvs checkout: warning: unrecognized response ` Just _ -> return False' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `readTMVar :: TMVar a -> STM a' from cvs server
cvs checkout: warning: unrecognized response `readTMVar (TMVar t) = do' from cvs server
cvs checkout: warning: unrecognized response ` m <- readTVar t' from cvs server
cvs checkout: warning: unrecognized response ` case m of' from cvs server
cvs checkout: warning: unrecognized response ` Nothing -> retry' from cvs server
cvs checkout: warning: unrecognized response ` Just a -> return a' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `swapTMVar :: TMVar a -> a -> STM a' from cvs server
cvs checkout: warning: unrecognized response `swapTMVar (TMVar t) new = do' from cvs server
cvs checkout: warning: unrecognized response ` m <- readTVar t' from cvs server
cvs checkout: warning: unrecognized response ` case m of' from cvs server
cvs checkout: warning: unrecognized response ` Nothing -> retry' from cvs server
cvs checkout: warning: unrecognized response ` Just old -> do writeTVar t (Just new); return old' from cvs server
cvs checkout: warning: unrecognized response `' from cvs server
cvs checkout: warning: unrecognized response `isEmptyTMVar :: TMVar a -> STM Bool' from cvs server
cvs checkout: warning: unrecognized response `isEmptyTMVar (TMVar t) = do' from cvs server
cvs checkout: warning: unrecognized response ` m <- readTVar t' from cvs server
cvs checkout: warning: unrecognized response ` case m of' from cvs server
cvs checkout: warning: unrecognized response ` Nothing -> return True' from cvs server
cvs checkout: warning: unrecognized response ` Just _ -> return False' from cvs server
cvs checkout: warning: cannot open /cvs/CVSROOT/val-tags read/write: Read-only file system
cvs checkout: cannot open directory /cvs/fptools/nofib/PRIVATE: Permission denied
cvs checkout: skipping directory nofib/PRIVATE
cvs checkout: warning: cannot open /cvs/CVSROOT/val-tags read/write: Read-only file system
ok. (GHC Version 6.4.3.20060814)
**** Building stage 1 compiler ... failed; relevant barfage is below.
**** building source distribution ... ok.
No successfully built compilers to test; aborting.
------------------------------------------------------------------------
------------------------------------------------------------------------
The last 30 lines of /playpen/ghc/nightly/STABLE-cam-02-unx/logs/i386-unknown-linux-stage1 are
------------------------------------------------------------------------
------------------------------------------------------------------------
grep -v '^#pragma GCC' | \
sed -e 's/""//g' -e 's/:[ ]*,/: /g' >package.conf.inplace
gcc -E -undef -traditional -P -DINSTALLING \
-DIMPORT_DIR='"$libdir/imports"' \
-DLIB_DIR='"$libdir"' \
-DINCLUDE_DIR='"$libdir/include"' \
-DDATA_DIR='"$datadir"' \
-DHTML_DIR='"$datadir/html/libraries/stm"' \
-DHADDOCK_IFACE='"$datadir/html/libraries/stm/stm.haddock"' \
-x c -I../../ghc/includes -Iinclude -DPACKAGE=stm -DVERSION=1.0 -DPKG_LIBDIR='"$libdir"' -DPKG_DATADIR='"$datadir"' package.conf.in | \
grep -v '^#pragma GCC' | \
sed -e 's/""//g' -e 's/:[ ]*,/: /g' >package.conf.installed
../../ghc/utils/ghc-pkg/ghc-pkg-inplace --force --update-package <package.conf.inplace
Reading package info from stdin ... done.
cannot find libHSstm.a on library path (ignoring)
Saving old package config file... done.
Writing new package config file... done.
../../ghc/utils/ghc-pkg/ghc-pkg-inplace -f ../../ghc/driver/package.conf --force --update-package <package.conf.installed
Reading package info from stdin ... done.
$libdir/imports doesn't exist or isn't a directory (ignoring)
$libdir doesn't exist or isn't a directory (ignoring)
cannot find libHSstm.a on library path (ignoring)
Saving old package config file... done.
Writing new package config file... done.
../../ghc/compiler/ghc-inplace -M -optdep-f -optdep.depend -optdep-s -optdepp -osuf o -H16m -O -fglasgow-exts -ignore-package stm -H32m -O2 -fvia-C -optc-O2 -dcore-lint -package base -fgenerics Control/Concurrent/STM.hs Control/Concurrent/STM/TChan.hs Control/Concurrent/STM/TVar.hs
Could not find module `Control.Concurrent.STM.TMVar':
use -v to see a list of the files searched for
(imported from Control/Concurrent/STM.hs)
gmake[1]: *** [depend] Error 1
gmake: *** [boot] Error 1
Nightly run ended at Mon Aug 14 20:08:18 BST 2006
More information about the Cvs-ghc
mailing list