GHC Nightly Builds wrote:
Build description = HEAD on i386-unknown-linux (cam-02-unx.europe.corp.microsoft.com)
Build location    = /playpen/ghc/nightly/HEAD-cam-02-unx
Build config file = /home/v-julsew/nightly/site/msrc/conf-HEAD-cam-02-unx

Nightly build started on cam-02-unx at Mon Sep 20 19:00:00 BST 2004.
**** checking out new source tree ... cvs server: [11:07:54] waiting for panne's lock 
in /home/cvs/root/fptools/nofib/GHC_ONLY/io007
cvs server: [11:08:24] obtained lock in /home/cvs/root/fptools/nofib/GHC_ONLY/io007
cvs server: [11:09:55] waiting for panne's lock in 
/home/cvs/root/fptools/nofib/spectral/lambda
cvs server: [11:10:26] obtained lock in /home/cvs/root/fptools/nofib/spectral/lambda
/home/v-julsew/nightly/bin/nightly-wrk: line 268: 
/playpen/ghc/nightly/HEAD-cam-02-unx/fptools/ghc/mk/version.mk: No such file or 
directory
Nightly run ended at Mon Sep 20 19:13:56 BST 2004

*argl* This is evil... For GHC, one should do the Perl/sed/grep tricks with ghc/configure.ac now, not ghc/mk/version.mk anymore. I can't really test the nightly build scripts, so could some kind soul fix this, please? Perhaps these ultra-readable lines might help:

   VERSION="$(grep '^AC_INIT' fptools/ghc/configure.ac | \
              sed 's/^AC_INIT(\[\(.*\)\], *\[\(.*\)\], *\[\(.*\)\], 
*\[\(.*\)\]).*$/\2/')"

:-} I'll plan to move the version info to the respective configure.ac's for the
other projects, too, BTW.

Cheers,
   S.
_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to