|
From: Tom H. <th...@cy...> - 2007-11-03 03:21:22
|
Nightly build on alvis ( i686, Red Hat 7.3 ) started at 2007-11-03 03:15:02 GMT
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Last 20 lines of verbose log follow echo
fi
gcc -Winline -Wall -Wshadow -g -m32 -Wno-long-long -o long-time long-time.o
if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -g -O2 -MT new-cpp.o -MD -MP -MF ".deps/new-cpp.Tpo" \
-c -o new-cpp.o `test -f 'new-cpp.cpp' || echo './'`new-cpp.cpp; \
then mv -f ".deps/new-cpp.Tpo" ".deps/new-cpp.Po"; \
else rm -f ".deps/new-cpp.Tpo"; exit 1; \
fi
new-cpp.cpp: In function `int main()':
new-cpp.cpp:20: invalid use of undefined type `struct main()::s'
new-cpp.cpp:20: forward declaration of `struct main()::s'
new-cpp.cpp:20: ISO C++ forbids defining types within new
make[4]: *** [new-cpp.o] Error 1
make[4]: Leaving directory `/tmp/vgtest/2007-11-03/valgrind/massif/tests'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/tmp/vgtest/2007-11-03/valgrind/massif/tests'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/tmp/vgtest/2007-11-03/valgrind/massif'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/vgtest/2007-11-03/valgrind'
make: *** [check] Error 2
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... failed
Last 20 lines of verbose log follow echo
A valgrind/VEX/quote.txt
A valgrind/VEX/Makefile
A valgrind/VEX/LICENSE.README
U valgrind/VEX
Checked out external at revision 1791.
Checked out revision 7079.
Configuring valgrind ... cd valgrind && ./autogen.sh && ./configure --prefix=/tmp/vgtest/2007-11-03/Inst
running: aclocal
running: autoheader
running: automake -a
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
configure.in:116: installing `./config.guess'
configure.in:116: installing `./config.sub'
auxprogs/Makefile.am: installing `./compile'
auxprogs/Makefile.am: installing `./depcomp'
EXTRA_DIST: variable `noinst_SCRIPTS' is used but `noinst_SCRIPTS' is undefined
error: while running 'automake -a'
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short Sat Nov 3 03:16:11 2007
--- new.short Sat Nov 3 03:21:22 2007
***************
*** 2,25 ****
Checking out valgrind source tree ... done
! Configuring valgrind ... failed
Last 20 lines of verbose log follow echo
! A valgrind/VEX/quote.txt
! A valgrind/VEX/Makefile
! A valgrind/VEX/LICENSE.README
! U valgrind/VEX
! Checked out external at revision 1791.
!
! Checked out revision 7079.
! Configuring valgrind ... cd valgrind && ./autogen.sh && ./configure --prefix=/tmp/vgtest/2007-11-03/Inst
! running: aclocal
! running: autoheader
! running: automake -a
! configure.in: installing `./install-sh'
! configure.in: installing `./mkinstalldirs'
! configure.in: installing `./missing'
! configure.in:116: installing `./config.guess'
! configure.in:116: installing `./config.sub'
! auxprogs/Makefile.am: installing `./compile'
! auxprogs/Makefile.am: installing `./depcomp'
! EXTRA_DIST: variable `noinst_SCRIPTS' is used but `noinst_SCRIPTS' is undefined
! error: while running 'automake -a'
--- 2,27 ----
Checking out valgrind source tree ... done
! Configuring valgrind ... done
! Building valgrind ... done
! Running regression tests ... failed
Last 20 lines of verbose log follow echo
! fi
! gcc -Winline -Wall -Wshadow -g -m32 -Wno-long-long -o long-time long-time.o
! if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -g -O2 -MT new-cpp.o -MD -MP -MF ".deps/new-cpp.Tpo" \
! -c -o new-cpp.o `test -f 'new-cpp.cpp' || echo './'`new-cpp.cpp; \
! then mv -f ".deps/new-cpp.Tpo" ".deps/new-cpp.Po"; \
! else rm -f ".deps/new-cpp.Tpo"; exit 1; \
! fi
! new-cpp.cpp: In function `int main()':
! new-cpp.cpp:20: invalid use of undefined type `struct main()::s'
! new-cpp.cpp:20: forward declaration of `struct main()::s'
! new-cpp.cpp:20: ISO C++ forbids defining types within new
! make[4]: *** [new-cpp.o] Error 1
! make[4]: Leaving directory `/tmp/vgtest/2007-11-03/valgrind/massif/tests'
! make[3]: *** [check-am] Error 2
! make[3]: Leaving directory `/tmp/vgtest/2007-11-03/valgrind/massif/tests'
! make[2]: *** [check-recursive] Error 1
! make[2]: Leaving directory `/tmp/vgtest/2007-11-03/valgrind/massif'
! make[1]: *** [check-recursive] Error 1
! make[1]: Leaving directory `/tmp/vgtest/2007-11-03/valgrind'
! make: *** [check] Error 2
|