Hello folks,

it has been a while, i.e.summer 2009 or so, and I no longer have my trac 
account password nor do I recall the email address I used. Anyway, attached 
is a patch that fixes sage -valgrind. Did not see any ticket on track, but 
I noticed that at least the valgrind 3.8.1 spkg is coming since the current 
release in the optional repo is borked with glibc 2.15 or newer, so not 
that useful on current distros. 

Cheers,

Michael

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


# HG changeset patch
# User mabsh...@googlemail.com
# Date 1360184721 -3600
# Node ID 561dc1b48db1debc96dc70b97876e4a4156fae48
# Parent  def2603a4c18c69c6a018a4572c4e337a08f924f
Make 'sage -valgrind' work again

diff --git a/sage-valgrind b/sage-valgrind
--- a/sage-valgrind
+++ b/sage-valgrind
@@ -21,4 +21,4 @@
     echo $MEMCHECK_FLAGS
 fi
 
-valgrind --tool=memcheck $MEMCHECK_FLAGS python -i
+valgrind --tool=memcheck $MEMCHECK_FLAGS python "$SAGE_ROOT/local/bin/sage-ipython"  -i

Reply via email to