automatic bootstrap failure notification
Robert Schiele
rschiele@uni-mannheim.de
Wed Aug 14 20:38:00 GMT 2002
Sure there was a stupid bug in the script. ;-)
But as fixing is as easy as stupidity of the bug, here the trivial
patch:
--- autobuild.common~ Wed Aug 14 22:10:44 2002
+++ autobuild.common Thu Aug 15 05:23:43 2002
@@ -15,7 +15,6 @@
LOGDIR_WEB= http://pi3.informatik.uni-mannheim.de/~schiele/gcclogs/$LOGDIR
LOGFILE_FILE=$LOGDIR_FILE/$TRIPLE$SUFFIX
LOGFILE_WEB=$LOGDIR_WEB/$TRIPLE$SUFFIX
-chmod 755 $LOGDIR_FILE
TRIPLE_CAN="`$SRCDIR/config.sub $TRIPLE`"
VERSIONSTR="`grep version_string $SRCDIR/gcc/version.c | sed -e 's/^.*"\(.*\)".*$/\1/'`"
cd $BUILDDIR || exit 1
@@ -25,6 +24,7 @@
--with-gxx-include-dir=$PREFIX/include/g++ --with-system-zlib \
--enable-shared $CXA_ATEXIT $TRIPLE"
mkdir -p $LOGDIR_FILE
+chmod 755 $LOGDIR_FILE
rm -f $LOGFILE_FILE*
if $PRENV $SRCDIR/configure $FLAGS_CONFIGURE > $LOGFILE_FILE.configure 2>&1 && \
$PRENV gmake bootstrap > $LOGFILE_FILE.make 2>&1; then
Robert
--
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iQEVAwUBPVsh08QAnns5HcHpAQFc/gf/c7vlSSQxner8KCRkPB0H7cXCgZl2YOgt
UD/H7zEpfdZhr00aXl2+bpi0tvfHy4a22fbtpj8xOBh5hpTM8P4608wmWdsqu52C
2e8fashEDYiuE1BcDVh6ENkPScCgsu6PWGJiSIRWRnWPdNhyRj9Ut1NgbZ01lnNX
90OmF2rCEY2lKGAk8KjkfXEmwVKkVgL+h3JZFvJq8H3axa2dOw4n7eAMvkXgI5pN
fzsdnm2Yrg9lXPzdIJDQtry+uUC9O489wBYL0RnerKrNfxm1pNxeaygDCsfr+rVp
AJr7G5k4xYSPmZKaFMX1IJJwjiWFxk4GwgEq0k/Sa8gs2jxf3ERp8w==
=1sA7
-----END PGP SIGNATURE-----
More information about the Gcc
mailing list