disable valgrind
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 5 Apr 2011 18:07:31 +0000 (20:07 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 5 Apr 2011 18:07:31 +0000 (20:07 +0200)
remove archer-jankratochvil-ifunc
other updates

bin/build

index 9bd402c..e1f00e2 100755 (executable)
--- 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