summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2011-10-28 00:35:54 +0000
committerAnthony G. Basile <blueness@gentoo.org>2011-10-28 00:35:54 +0000
commit0435389ee01672ddcd6f487c20a2a23d6ec918be (patch)
tree991a457297ce5eb69172cc838852b69515ed0fa7 /dev-util
parentBump to 3.2.0 and drop old. Switch to EAPI4. Notable changes: minor UI fixes. (diff)
downloadgentoo-2-0435389ee01672ddcd6f487c20a2a23d6ec918be.tar.gz
gentoo-2-0435389ee01672ddcd6f487c20a2a23d6ec918be.tar.bz2
gentoo-2-0435389ee01672ddcd6f487c20a2a23d6ec918be.zip
Add splitdebug message for x86 as well, bug #388703
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/valgrind/ChangeLog6
-rw-r--r--dev-util/valgrind/valgrind-3.6.1-r2.ebuild15
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-util/valgrind/ChangeLog b/dev-util/valgrind/ChangeLog
index b87c1ba09ebc..3b44fc9b6132 100644
--- a/dev-util/valgrind/ChangeLog
+++ b/dev-util/valgrind/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-util/valgrind
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.128 2011/10/24 19:58:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/ChangeLog,v 1.129 2011/10/28 00:35:54 blueness Exp $
+
+ 28 Oct 2011; Anthony G. Basile <blueness@gentoo.org>
+ valgrind-3.6.1-r2.ebuild:
+ Add splitdebug message for x86 as well, bug #388703
24 Oct 2011; Markus Meier <maekke@gentoo.org> valgrind-3.6.1-r1.ebuild:
x86 stable, bug #387429
diff --git a/dev-util/valgrind/valgrind-3.6.1-r2.ebuild b/dev-util/valgrind/valgrind-3.6.1-r2.ebuild
index 8cd9d265a27c..b67b98aab141 100644
--- a/dev-util/valgrind/valgrind-3.6.1-r2.ebuild
+++ b/dev-util/valgrind/valgrind-3.6.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r2.ebuild,v 1.2 2011/10/19 17:24:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/valgrind/valgrind-3.6.1-r2.ebuild,v 1.3 2011/10/28 00:35:54 blueness Exp $
EAPI=2
inherit autotools eutils flag-o-matic toolchain-funcs multilib pax-utils
@@ -93,11 +93,10 @@ src_install() {
}
pkg_postinst() {
- if use ppc || use ppc64 || use amd64 ; then
- ewarn "Valgrind will not work on ppc, ppc64 or amd64 if glibc does not have"
- ewarn "debug symbols (see https://bugs.gentoo.org/show_bug.cgi?id=214065"
- ewarn "and http://bugs.gentoo.org/show_bug.cgi?id=274771)."
- ewarn "To fix this you can add splitdebug to FEATURES in make.conf and"
- ewarn "remerge glibc."
- fi
+ ewarn "Valgrind will not work if glibc does not have debug symbols."
+ ewarn "To fix this you can add splitdebug to FEATURES in make.conf"
+ ewarn "and remerge glibc. See:"
+ ewarn "https://bugs.gentoo.org/show_bug.cgi?id=214065"
+ ewarn "https://bugs.gentoo.org/show_bug.cgi?id=274771"
+ ewarn "https://bugs.gentoo.org/show_bug.cgi?id=388703"
}