|
From: Tom H. <to...@co...> - 2013-09-17 03:12:08
Attachments:
diffs.txt
|
valgrind revision: 13556
VEX revision: 2764
C compiler: gcc (GCC) 4.3.0 20080428 (Red Hat 4.3.0-8)
GDB:
Assembler: GNU assembler version 2.18.50.0.6-2 20080403
C library: GNU C Library stable release version 2.8
uname -mrs: Linux 3.9.5-301.fc19.x86_64 x86_64
Vendor version: Fedora release 9 (Sulphur)
Nightly build on bristol ( x86_64, Fedora 9 )
Started at 2013-09-17 03:52:18 BST
Ended at 2013-09-17 04:11:46 BST
Results differ from 24 hours ago
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... failed
Last 20 lines of verbose log follow echo
mv -f $depbase.Tpo $depbase.Po
threadname.c: In function âchild_fn_2â:
threadname.c:24: warning: implicit declaration of function âpthread_setname_npâ
gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -Wwrite-strings -fno-stack-protector -Wno-write-strings -o threadname threadname.o -lpthread
threadname.o: In function `child_fn_2':
/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests/threadname.c:24: undefined reference to `pthread_setname_np'
threadname.o: In function `child_fn_1':
/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests/threadname.c:36: undefined reference to `pthread_setname_np'
collect2: ld returned 1 exit status
make[5]: *** [threadname] Error 1
make[5]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests'
make[4]: *** [check-am] Error 2
make[4]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests'
make[3]: *** [check-recursive] Error 1
make[3]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new'
make: *** [check] Error 2
=================================================
== Results from 24 hours ago ==
=================================================
Checking out valgrind source tree ... done
Configuring valgrind ... done
Building valgrind ... done
Running regression tests ... failed
Regression test results follow
== 642 tests, 1 stderr failure, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
memcheck/tests/amd64/insn-pcmpistri (stderr)
none/tests/amd64/sse4-64 (stdout)
=================================================
== Difference between 24 hours ago and now ==
=================================================
*** old.short 2013-09-17 04:07:13.215635780 +0100
--- new.short 2013-09-17 04:11:46.546255971 +0100
***************
*** 3,12 ****
Configuring valgrind ... done
! Building valgrind ... done
! Running regression tests ... failed
!
! Regression test results follow
!
! == 642 tests, 1 stderr failure, 1 stdout failure, 0 stderrB failures, 0 stdoutB failures, 0 post failures ==
! memcheck/tests/amd64/insn-pcmpistri (stderr)
! none/tests/amd64/sse4-64 (stdout)
--- 3,26 ----
Configuring valgrind ... done
! Building valgrind ... failed
+ Last 20 lines of verbose log follow echo
+ mv -f $depbase.Tpo $depbase.Po
+ threadname.c: In function âchild_fn_2â:
+ threadname.c:24: warning: implicit declaration of function âpthread_setname_npâ
+ gcc -Winline -Wall -Wshadow -g -m64 -Wno-long-long -Wwrite-strings -fno-stack-protector -Wno-write-strings -o threadname threadname.o -lpthread
+ threadname.o: In function `child_fn_2':
+ /tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests/threadname.c:24: undefined reference to `pthread_setname_np'
+ threadname.o: In function `child_fn_1':
+ /tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests/threadname.c:36: undefined reference to `pthread_setname_np'
+ collect2: ld returned 1 exit status
+ make[5]: *** [threadname] Error 1
+ make[5]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests'
+ make[4]: *** [check-am] Error 2
+ make[4]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests'
+ make[3]: *** [check-recursive] Error 1
+ make[3]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck/tests'
+ make[2]: *** [check-recursive] Error 1
+ make[2]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new/memcheck'
+ make[1]: *** [check-recursive] Error 1
+ make[1]: Leaving directory `/tmp/vgtest-1301/2013-09-17/valgrind-new'
+ make: *** [check] Error 2
|