|
From: Florian K. <br...@ac...> - 2012-04-23 03:21:20
|
On 04/22/2012 09:54 PM, Christian Borntraeger wrote: > valgrind revision: 12538 > VEX revision: 2310 > mv -f .deps/libcoregrind_s390x_linux_a-m_libcsignal.Tpo .deps/libcoregrind_s390x_linux_a-m_libcsignal.Po > gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../VEX/pub -DVGA_s390x=1 -DVGO_linux=1 -DVGP_s390x_linux=1 -DVGPV_s390x_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/home/cborntra/valgrind-nightly/valgrind-old/Inst/lib/valgrind"\" -DVG_PLATFORM="\"s390x-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wno-format-zero-length -fno-strict-aliasing -fno-builtin -DENABLE_LINUX_TICKET_LOCK -Wno-long-long -Wno-pointer-sign -fno-stack-protector -MT libcoregrind_s390x_linux_a-m_main.o -MD -MP -MF .deps/libcoregrind_s390x_linux_a-m_main.Tpo -c -o libcoregrind_s390x_linux_a-m_main.o `test -f 'm_main.c' || echo './'`m_main.c > m_machine.c: In function 'vgPlain_get_machine_model': > m_machine.c:525:33: error: 'VEX_S390X_MODEL_INVALID' undeclared (first use in this function) > m_machine.c:525:33: note: each undeclared identifier is reported only once for each function it appears in > m_machine.c: In function 'vgPlain_machine_get_hwcaps': > m_machine.c:1119:19: error: 'VEX_S390X_MODEL_INVALID' undeclared (first use in this function) > make[3]: *** [libcoregrind_s390x_linux_a-m_machine.o] Error 1 > make[3]: *** Waiting for unfinished jobs.... > mv -f .deps/libcoregrind_s390x_linux_a-m_errormgr.Tpo .deps/libcoregrind_s390x_linux_a-m_errormgr.Po > mv -f .deps/libcoregrind_s390x_linux_a-m_libcproc.Tpo .deps/libcoregrind_s390x_linux_a-m_libcproc.Po > mv -f .deps/libcoregrind_s390x_linux_a-m_libcfile.Tpo .deps/libcoregrind_s390x_linux_a-m_libcfile.Po > mv -f .deps/libcoregrind_s390x_linux_a-m_libcbase.Tpo .deps/libcoregrind_s390x_linux_a-m_libcbase.Po > mv -f .deps/libcoregrind_s390x_linux_a-m_main.Tpo .deps/libcoregrind_s390x_linux_a-m_main.Po > make[3]: Leaving directory `/home/cborntra/valgrind-nightly/valgrind-old/coregrind' > make[2]: *** [all] Error 2 > make[2]: Leaving directory `/home/cborntra/valgrind-nightly/valgrind-old/coregrind' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/cborntra/valgrind-nightly/valgrind-old' > make: *** [all] Error 2 > Your nightly build is busted. And likewise for sles. valgrind r12538 does not contain a reference to VEX_S390X_MODEL_INVALID Do you have local mods? I also notice that you're building with an older version of the build machinery. It'd be better to check that out with every build as well. This is what the cronjob on the community box executes: !/bin/sh cd /opt rm -rf ./nightly svn co svn://svn.valgrind.org/valgrind/trunk/nightly nightly ./nightly/bin/nightly /opt/nightly z10-ec exit 0 Florian |