From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RiT2M-0002nH-OY for openembedded-core@lists.openembedded.org; Wed, 04 Jan 2012 16:45:58 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q04FcWl2020329; Wed, 4 Jan 2012 15:38:32 GMT Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 19653-07; Wed, 4 Jan 2012 15:38:28 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q04FcLV3020323 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 4 Jan 2012 15:38:23 GMT Message-ID: <1325691502.20759.17.camel@ted> From: Richard Purdie To: McClintock Matthew-B29882 , Patches and discussions about the oe-core layer Date: Wed, 04 Jan 2012 15:38:22 +0000 In-Reply-To: References: <1325055308-17731-1-git-send-email-b19537@freescale.com> <8285067.9cfZeAKmYZ@helios> <1325103622.3089.8.camel@lenovo.internal.reciva.com> <1325591055.24417.330.camel@phil-desktop> <065BBB7616BCE543832A2EF096986B94018AA0@039-SN2MPN1-011.039d.mgd.msft.net> <065BBB7616BCE543832A2EF096986B94018AC3@039-SN2MPN1-011.039d.mgd.msft.net> <065BBB7616BCE543832A2EF096986B94018ADB@039-SN2MPN1-011.039d.mgd.msft.net> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Phil Blundell , Garg Vakul-B16394 , Luo Zhenhua-B19537 Subject: Re: [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Jan 2012 15:45:58 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2012-01-04 at 04:39 +0000, McClintock Matthew-B29882 wrote: > On Tue, Jan 3, 2012 at 10:31 PM, Garg Vakul-B16394 wrote: > > Hi Matthew > > > > I am not sure if I understood your point fully. > > > > I am suggesting to do below mentioned as suggested on valgrind page. > > http://valgrind.org/docs/manual/dist.readme-packagers.html > > > > > > "If you don't want to leave symbols on ld.so, alternatively you can > have your distro install ld.so's debuginfo package by default, or make > ld.so.debuginfo be a requirement of your Valgrind RPM/DEB/whatever." > > This is what I am suggest. If we include valgrind in an image and the > arch is powerpc or powerpc64, we need to include ld.so with debug > symbols by default. Otherwise valgrind will not work at all. This > seems like a reasonable thing to do for these two arches. I think the RRECOMMENDS on ppc only is therefore the right solution for now. There is perhaps a case here for splitting out the ld.so -dbg from the rest of libc so the installation requirements aren't so large. Cheers, Richard