From 583542619c27c43275e07501e47d56ee13b9e2f4 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Tue, 5 Apr 2011 20:07:31 +0200 Subject: [PATCH] disable valgrind remove archer-jankratochvil-ifunc other updates --- bin/build | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/bin/build b/bin/build index 9bd402c..e1f00e2 100755 --- a/bin/build +++ b/bin/build @@ -22,7 +22,7 @@ find $HOME/.hammock-result -mindepth 1 -maxdepth 1 -type d | xargs rm -rf function run { - mockrun fedora-rawhide-x86_64 "cd $PWD; $*" + mockrun fedora-15-x86_64 "cd $PWD; $*" } for i in gdb binutils;do @@ -66,7 +66,12 @@ cd $HOME/redhat/archer-master git pull origin git pull gdb -for i in "" 72 71 70;do +for i in 71 70;do + cd $HOME/redhat/gdb-master$i + git pull +done + +for i in "" 72;do # 71 70 cd $HOME/redhat/gdb-master$i git pull @@ -114,13 +119,13 @@ for i in \ binutilscvs \ archer-jankratochvil-watchpoint2 \ archer-jankratochvil-vla \ - archer-jankratochvil-ifunc \ ; do hammock -c $i -i $I-$i-f15 -d f15 done # archer-tromey-threaded-dwarf \ # archer-tromey-python \ # archer-pmuldoon-next-over-throw2 \ +# archer-jankratochvil-ifunc \ for d in f15 f14 f13 rawhide;do hammock -c gdbcvs -i $I-gdbcvs-$d -d $d @@ -149,7 +154,7 @@ git pull ctags (cd gcc;ctags) -for gcc in gcchead gcc45 gcc44;do +for gcc in gcchead gcc46 gcc45 gcc44;do ( set -e cd $HOME/redhat/${gcc} @@ -163,7 +168,9 @@ mkdir $HOME/redhat/${gcc}-build # -j1 for: /usr/bin/install: cannot create regular file `/home/jkratoch/redhat/${gcc}-root/lib/../lib64/./libiberty.an': File exists # mockrun fedora-rawhide-x86_64 "cd $HOME/redhat/${gcc}-build; errs12 --origss -m ../${gcc}/configure --prefix=$root --disable-werror --enable-languages=c,c++,fortran; rm -rf $root; mkdir $root; errs3 -j1" cd $HOME/redhat/${gcc}-build -run errs12 --origss -m ../${gcc}/configure --prefix=$root --disable-werror --enable-languages=c,c++,fortran,ada +# gcc44+gcc45: sinput.adb:776:19: deallocation from empty storage pool +# /usr/bin/ld: libbackend.a(graphite.o): undefined reference to symbol 'ppl_finalize' + /usr/bin/ld: note: 'ppl_finalize' is defined in DSO /usr/lib64/libppl_c.so.4 so try adding it to the linker command line +run errs12 --origss -m ../${gcc}/configure --prefix=$root --disable-werror --enable-languages=c,c++,fortran,java$(test $gcc = gcchead -o $gcc = gcc46 && echo ,ada) $(test $gcc = gcc44 && echo --without-cloog) --with-ecj-jar=/usr/share/java/eclipse-ecj.jar rm -rf $root mkdir $root run errs3 -j1 @@ -173,7 +180,7 @@ cd ) done -hammock -c gdbcvs -i $I-gdbcvs-valgrind-f15 -d f15 --valgrind +#hammock -c gdbcvs -i $I-gdbcvs-valgrind-f15 -d f15 --valgrind diffgdbdaymail -- 1.8.3.1