Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (3361754a58be5d265170efe2c52d922cfcf970b3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (3361754a58be5d265170efe2c52d922cfcf970b3)
  • Date: Fri, 5 Mar 2010 13:14:44 -0600

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

devel/valgrind/valgrind-3.5.0-glibc-2.11.patch | 43
+++++++++++++++++++++++++
1 files changed, 43 insertions(+)

New commits:
commit 3361754a58be5d265170efe2c52d922cfcf970b3
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

valgrind: glibc 2.11 patch didn't seem to get pushed. Adding it now

diff --git a/devel/valgrind/valgrind-3.5.0-glibc-2.11.patch
b/devel/valgrind/valgrind-3.5.0-glibc-2.11.patch
new file mode 100644
index 0000000..a2a0c12
--- /dev/null
+++ b/devel/valgrind/valgrind-3.5.0-glibc-2.11.patch
@@ -0,0 +1,43 @@
+diff -ruN configure.in configure.in
+--- configure.in 2009-11-07 23:34:37.000000000 +0100
++++ configure.in 2009-11-07 23:38:14.000000000 +0100
+@@ -656,6 +656,16 @@
+ ],
+ GLIBC_VERSION="2.10")
+
++AC_EGREP_CPP([GLIBC_211], [
++#include <features.h>
++#ifdef __GNU_LIBRARY__
++ #if (__GLIBC__ == 2 && __GLIBC_MINOR__ == 11)
++ GLIBC_211
++ #endif
++#endif
++],
++GLIBC_VERSION="2.11")
++
+ AC_EGREP_CPP([AIX5_LIBC], [
+ #include <standards.h>
+ #if defined(_AIXVERSION_510) || defined(_AIXVERSION_520) ||
defined(_AIXVERSION_530)
+@@ -742,6 +752,13 @@
+ DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
+ DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
+ ;;
++ 2.11)
++ AC_MSG_RESULT(2.11 family)
++ AC_DEFINE([GLIBC_2_11], 1, [Define to 1 if you're using glibc 2.11.x])
++ DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
++ DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
++ DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
++ ;;
+ aix5)
+ AC_MSG_RESULT(AIX 5.1 or 5.2 or 5.3)
+ AC_DEFINE([AIX5_LIBC], 1, [Define to 1 if you're using AIX 5.1 or 5.2
or 5.3])
+@@ -755,7 +772,7 @@
+
+ *)
+ AC_MSG_RESULT(unsupported version)
+- AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.10])
++ AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.11])
+ AC_MSG_ERROR([or AIX 5.1 or 5.2 or 5.3 GLIBC_VERSION])
+ AC_MSG_ERROR([or Darwin libc])
+ ;;



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (3361754a58be5d265170efe2c52d922cfcf970b3), Sukneet Basuta, 03/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page