Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2012-12-31 14:26:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/valgrind (Old)
 and      /work/SRC/openSUSE:Factory/.valgrind.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "valgrind", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes        2012-10-06 
18:44:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2012-12-31 
14:26:52.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 31 09:12:06 UTC 2012 - [email protected]
+
+- Add valgrind-glibc-2.17.patch to fix compilation with glibc 2.17 
+
+-------------------------------------------------------------------

New:
----
  valgrind-glibc-2.17.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ valgrind.spec ++++++
--- /var/tmp/diff_new_pack.9mj8Mg/_old  2012-12-31 14:26:53.000000000 +0100
+++ /var/tmp/diff_new_pack.9mj8Mg/_new  2012-12-31 14:26:53.000000000 +0100
@@ -40,6 +40,7 @@
 # svn  di svn://svn.valgrind.org/vex/tags/VEX_3_5_0 
svn://svn.valgrind.org/vex/branches/VEX_3_5_BRANCH > VEX_3_5_BRANCH.diff
 Patch1:         jit-register-unregister.diff
 Patch2:         raise-segnames-limit.diff
+Patch3:         valgrind-glibc-2.17.patch
 # during building the major version of glibc is built into the suppression file
 %define glibc_main_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f1)
 %define glibc_major_version %(getconf GNU_LIBC_VERSION | cut -d' ' -f2 | cut 
-d. -f2)
@@ -138,6 +139,7 @@
 cd ..
 %patch1
 %patch2
+%patch3 -p1
 
 %build
 %ifarch %arm

++++++ valgrind-glibc-2.17.patch ++++++
Index: valgrind-3.8.1/configure
===================================================================
--- valgrind-3.8.1.orig/configure
+++ valgrind-3.8.1/configure
@@ -6604,6 +6604,16 @@ $as_echo "#define GLIBC_2_16 1" >>confde
        DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
        DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
        ;;
+     2.17)
+       { $as_echo "$as_me:${as_lineno-$LINENO}: result: 2.16 family" >&5
+$as_echo "2.17 family" >&6; }
+
+$as_echo "#define GLIBC_2_17 1" >>confdefs.h
+
+       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}"
+    ;;
      darwin)
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: Darwin" >&5
 $as_echo "Darwin" >&6; }
@@ -6624,7 +6634,7 @@ $as_echo "#define BIONIC_LIBC 1" >>confd
      *)
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported version 
${GLIBC_VERSION}" >&5
 $as_echo "unsupported version ${GLIBC_VERSION}" >&6; }
-       as_fn_error "Valgrind requires glibc version 2.2 - 2.16" "$LINENO" 5
+       as_fn_error "Valgrind requires glibc version 2.2 - 2.17" "$LINENO" 5
        as_fn_error "or Darwin libc" "$LINENO" 5
        ;;
 esac
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to