|
From: Alexander P. <gl...@go...> - 2010-04-02 08:11:36
Attachments:
diffs.gz
|
Nightly build on mcgrind ( Darwin 9.8.0 i386 ) Started at 2010-04-02 09:06:01 MSD Ended at 2010-04-02 09:15:28 MSD 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 gcc -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -DENABLE_DRD_CONSISTENCY_CHECKS -Wno-long-long -Wno-pointer-sign -fno-stack-protector -o unit_vc unit_vc-unit_vc.o gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_x86=1 -DVGO_darwin=1 -DVGP_x86_darwin=1 -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -Wno-pointer-sign -fno-stack-protector -MT annotate_barrier.o -MD -MP -MF .deps/annotate_barrier.Tpo -c -o annotate_barrier.o annotate_barrier.c annotate_barrier.c: In function 'barrier_wait': annotate_barrier.c:85: warning: implicit declaration of function 'pthread_yield' annotate_barrier.c: In function 'threadfunc': annotate_barrier.c:101: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'pthread_t' annotate_barrier.c:107: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'pthread_t' mv -f .deps/annotate_barrier.Tpo .deps/annotate_barrier.Po gcc -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -Wno-pointer-sign -fno-stack-protector -o annotate_barrier annotate_barrier.o -lpthread Undefined symbols: "_pthread_yield", referenced from: _barrier_wait in annotate_barrier.o ld: symbol(s) not found collect2: ld returned 1 exit status make[5]: *** [annotate_barrier] Error 1 make[4]: *** [check-am] Error 2 make[3]: *** [check-recursive] Error 1 make[2]: *** [check] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 ================================================= == Results 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 .deps/unit_bitmap-unit_bitmap.Tpo .deps/unit_bitmap-unit_bitmap.Po gcc -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -O2 -DENABLE_DRD_CONSISTENCY_CHECKS --param inline-unit-growth=900 -Wno-long-long -Wno-pointer-sign -fno-stack-protector -o unit_bitmap unit_bitmap-unit_bitmap.o gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_x86=1 -DVGO_darwin=1 -DVGP_x86_darwin=1 -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -DENABLE_DRD_CONSISTENCY_CHECKS -Wno-long-long -Wno-pointer-sign -fno-stack-protector -MT unit_vc-unit_vc.o -MD -MP -MF .deps/unit_vc-unit_vc.Tpo -c -o unit_vc-unit_vc.o `test -f 'unit_vc.c' || echo './'`unit_vc.c mv -f .deps/unit_vc-unit_vc.Tpo .deps/unit_vc-unit_vc.Po gcc -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -DENABLE_DRD_CONSISTENCY_CHECKS -Wno-long-long -Wno-pointer-sign -fno-stack-protector -o unit_vc unit_vc-unit_vc.o gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_x86=1 -DVGO_darwin=1 -DVGP_x86_darwin=1 -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -Wno-pointer-sign -fno-stack-protector -MT annotate_barrier.o -MD -MP -MF .deps/annotate_barrier.Tpo -c -o annotate_barrier.o annotate_barrier.c annotate_barrier.c: In function 'barrier_wait': annotate_barrier.c:77: error: 'PTHREAD_BARRIER_SERIAL_THREAD' undeclared (first use in this function) annotate_barrier.c:77: error: (Each undeclared identifier is reported only once annotate_barrier.c:77: error: for each function it appears in.) annotate_barrier.c:82: warning: implicit declaration of function 'pthread_yield' annotate_barrier.c: In function 'threadfunc': annotate_barrier.c:98: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'pthread_t' annotate_barrier.c:104: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'pthread_t' make[5]: *** [annotate_barrier.o] Error 1 make[4]: *** [check-am] Error 2 make[3]: *** [check-recursive] Error 1 make[2]: *** [check] Error 2 make[1]: *** [check-recursive] Error 1 make: *** [check] Error 2 ================================================= == Difference between 24 hours ago and now == ================================================= *** old.short Fri Apr 2 09:10:48 2010 --- new.short Fri Apr 2 09:15:28 2010 *************** *** 6,11 **** Last 20 lines of verbose log follow echo - mv -f .deps/unit_bitmap-unit_bitmap.Tpo .deps/unit_bitmap-unit_bitmap.Po - gcc -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -O2 -DENABLE_DRD_CONSISTENCY_CHECKS --param inline-unit-growth=900 -Wno-long-long -Wno-pointer-sign -fno-stack-protector -o unit_bitmap unit_bitmap-unit_bitmap.o - gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -DVGA_x86=1 -DVGO_darwin=1 -DVGP_x86_darwin=1 -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -DENABLE_DRD_CONSISTENCY_CHECKS -Wno-long-long -Wno-pointer-sign -fno-stack-protector -MT unit_vc-unit_vc.o -MD -MP -MF .deps/unit_vc-unit_vc.Tpo -c -o unit_vc-unit_vc.o `test -f 'unit_vc.c' || echo './'`unit_vc.c - mv -f .deps/unit_vc-unit_vc.Tpo .deps/unit_vc-unit_vc.Po gcc -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -DENABLE_DRD_CONSISTENCY_CHECKS -Wno-long-long -Wno-pointer-sign -fno-stack-protector -o unit_vc unit_vc-unit_vc.o --- 6,7 ---- *************** *** 13,22 **** annotate_barrier.c: In function 'barrier_wait': ! annotate_barrier.c:77: error: 'PTHREAD_BARRIER_SERIAL_THREAD' undeclared (first use in this function) ! annotate_barrier.c:77: error: (Each undeclared identifier is reported only once ! annotate_barrier.c:77: error: for each function it appears in.) ! annotate_barrier.c:82: warning: implicit declaration of function 'pthread_yield' annotate_barrier.c: In function 'threadfunc': ! annotate_barrier.c:98: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'pthread_t' ! annotate_barrier.c:104: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'pthread_t' ! make[5]: *** [annotate_barrier.o] Error 1 make[4]: *** [check-am] Error 2 --- 9,22 ---- annotate_barrier.c: In function 'barrier_wait': ! annotate_barrier.c:85: warning: implicit declaration of function 'pthread_yield' annotate_barrier.c: In function 'threadfunc': ! annotate_barrier.c:101: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'pthread_t' ! annotate_barrier.c:107: warning: format '%lx' expects type 'long unsigned int', but argument 2 has type 'pthread_t' ! mv -f .deps/annotate_barrier.Tpo .deps/annotate_barrier.Po ! gcc -Winline -Wall -Wshadow -g -arch i386 -Wextra -Wno-inline -Wno-unused-parameter -Wno-long-long -Wno-pointer-sign -fno-stack-protector -o annotate_barrier annotate_barrier.o -lpthread ! Undefined symbols: ! "_pthread_yield", referenced from: ! _barrier_wait in annotate_barrier.o ! ld: symbol(s) not found ! collect2: ld returned 1 exit status ! make[5]: *** [annotate_barrier] Error 1 make[4]: *** [check-am] Error 2 -- Alexander Potapenko Software Engineer Google Moscow |