commit valgrind for openSUSE:Factory
Hello community, here is the log from the commit of package valgrind for openSUSE:Factory checked in at 2011-12-31 17:20:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/valgrind (Old) and /work/SRC/openSUSE:Factory/.valgrind.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "valgrind", Maintainer is "DMueller@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes 2011-12-21 14:59:25.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes 2011-12-31 17:20:29.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Dec 29 09:33:04 CET 2011 - dmueller@suse.de + +- fix build against glibc 2.15 + +------------------------------------------------------------------- New: ---- glibc-2.15.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ valgrind.spec ++++++ --- /var/tmp/diff_new_pack.rxcBVc/_old 2011-12-31 17:20:30.000000000 +0100 +++ /var/tmp/diff_new_pack.rxcBVc/_new 2011-12-31 17:20:30.000000000 +0100 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: valgrind BuildRequires: automake BuildRequires: docbook-xsl-stylesheets @@ -38,6 +39,7 @@ # svn di svn://svn.valgrind.org/valgrind/tags/VALGRIND_3_5_0 svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH > 3_5_BRANCH.diff # 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: glibc-2.15.diff # 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) @@ -134,6 +136,7 @@ cd VEX cd .. %patch1 +%patch2 %build %ifarch %arm ++++++ glibc-2.15.diff ++++++ ------------------------------------------------------------------------ r12323 | dirk | 2011-12-29 09:24:55 +0100 (Thu, 29 Dec 2011) | 2 lines add support for glibc 2.15 ------------------------------------------------------------------------ Index: configure.in =================================================================== --- configure.in (revision 12322) +++ configure.in (revision 12323) @@ -778,6 +778,13 @@ case "${GLIBC_VERSION}" in DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}" DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}" ;; + 2.15) + AC_MSG_RESULT(2.15 family) + AC_DEFINE([GLIBC_2_15], 1, [Define to 1 if you're using glibc 2.15.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}" + ;; darwin) AC_MSG_RESULT(Darwin) AC_DEFINE([DARWIN_LIBC], 1, [Define to 1 if you're using Darwin]) @@ -791,7 +798,7 @@ case "${GLIBC_VERSION}" in *) AC_MSG_RESULT([unsupported version ${GLIBC_VERSION}]) - AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.14]) + AC_MSG_ERROR([Valgrind requires glibc version 2.2 - 2.15]) AC_MSG_ERROR([or Darwin libc]) ;; esac -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de