Changes between Version 17 and Version 21 of Ticket #13060
- Timestamp:
- 12/24/12 21:10:41 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13060
-
Property
Work issues
changed from
to
Test on OSX
-
Property
Summary
changed from
Valgrind complains about glibc 2.15
toUpdate Valgrind spkg to version 3.8.1
-
Property
Work issues
changed from
-
Ticket #13060 – Description
v17 v21 1 Valgrind configure script complains about glibc version 2.15 (which is shipped e.g. with Ubuntu 12.04).1 Valgrind 3.7.0 configure script complains about glibc version 2.15 (which is shipped e.g. with Ubuntu 12.04). 2 2 3 3 The usual solution is to treat this version as the previous one: … … 7 7 This is commit r12396. 8 8 9 A further fix has been applied to test if the compiler supports the -arch flag. 10 This is needed to build the spkg on OSX with the FSF gcc provided by Sage which does not support this Apple specific flag. 9 All these fixes are in Valgrind 3.8.1. 11 10 12 It is known that some tests of the testsuite fail. 11 Try spkg at 12 http://boxen.math.washington.edu/home/jpflori/valgrind-3.8.1.spkg 13 13 14 An updated spkg including these two commits on top of 3.7.0 is available at 15 http://perso.telecom-paristech.fr/~flori/sage/valgrind-3.7.0.p0.spkg 14 Support is annouced upstream for OS X from 10.6.X onward, but building Valgrind might fail if you're using a non Apple gcc (such as the FSF one in Sage's spkg).