From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from relay1.mentorg.com ([192.94.38.131]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1QlNzN-0000Zo-Aj for openembedded-core@lists.openembedded.org; Mon, 25 Jul 2011 18:26:41 +0200 Received: from svr-orw-fem-01.mgc.mentorg.com ([147.34.98.93]) by relay1.mentorg.com with esmtp id 1QlNvK-0001UZ-Lx from Tom_Rini@mentor.com for openembedded-core@lists.openembedded.org; Mon, 25 Jul 2011 09:22:30 -0700 Received: from SVR-ORW-FEM-03.mgc.mentorg.com ([147.34.97.39]) by svr-orw-fem-01.mgc.mentorg.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.4675); Mon, 25 Jul 2011 09:22:30 -0700 Received: from [172.30.80.87] (147.34.91.1) by svr-orw-fem-03.mgc.mentorg.com (147.34.97.39) with Microsoft SMTP Server id 14.1.289.1; Mon, 25 Jul 2011 09:22:29 -0700 Message-ID: <4E2D9843.2040409@mentor.com> Date: Mon, 25 Jul 2011 09:22:27 -0700 From: Tom Rini Organization: Mentor Graphics Corporation User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.18) Gecko/20110617 Lightning/1.0b2 Thunderbird/3.1.11 MIME-Version: 1.0 To: References: <516e42bf64159cbea7c5500eb2dbc6452ca3825a.1311352057.git.tom_rini@mentor.com> <1311609656.30326.246.camel@phil-desktop> <4E2D93D3.7030505@mentor.com> <1311609936.30326.248.camel@phil-desktop> In-Reply-To: <1311609936.30326.248.camel@phil-desktop> X-Enigmail-Version: 1.1.1 X-OriginalArrivalTime: 25 Jul 2011 16:22:30.0482 (UTC) FILETIME=[0D1D3320:01CC4AE7] Subject: Re: [PATCH 6/8] siteinfo: Move certain db entries to common-linux 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: Mon, 25 Jul 2011 16:26:41 -0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit On 07/25/2011 09:05 AM, Phil Blundell wrote: > On Mon, 2011-07-25 at 09:03 -0700, Tom Rini wrote: >> On 07/25/2011 09:00 AM, Phil Blundell wrote: >>> On Fri, 2011-07-22 at 09:28 -0700, Tom Rini wrote: >>>> +db_cv_path_ar=${db_cv_path_ar=/usr/bin/ar} >>>> +db_cv_path_chmod=${db_cv_path_chmod=/bin/chmod} >>>> +db_cv_path_cp=${db_cv_path_cp=/bin/cp} >>>> +db_cv_path_ln=${db_cv_path_ln=/bin/ln} >>>> +db_cv_path_mkdir=${db_cv_path_mkdir=/bin/mkdir} >>>> +db_cv_path_ranlib=${db_cv_path_ranlib=/usr/bin/ranlib} >>>> +db_cv_path_rm=${db_cv_path_rm=/bin/rm} >>>> +db_cv_path_sh=${db_cv_path_sh=/bin/sh} >>>> +db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip} >>> >>> Those contain assumptions about ${bindir} and ${base_bindir} which are >>> not necessarily valid. I think db should probably be patched for those >>> rather than putting them here, >> >> It's possible they simply aren't used anymore, if micro in oe.dev is >> building / working with db. > > Yeah, could be. (I haven't checked recently but I don't recall any db > breakage with micro in oe.dev.) It does seem a bit weird that db would > want to use things like "strip". As an aside, db is one of the things that makes me want to finish this re-sync round so I can wipe out all of the site files and try again. As I mention in the comments, we have a wrong and ignored bits for db since it dates back to db3. -- Tom Rini Mentor Graphics Corporation