From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id AF2F06AC7B for ; Wed, 16 Jul 2014 08:34:08 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu4) with ESMTP id s6G8Y2bm021989; Wed, 16 Jul 2014 09:34:02 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id W-ZN9xh5TTZ6; Wed, 16 Jul 2014 09:34:02 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id s6G8Xtca021976 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 16 Jul 2014 09:33:56 +0100 Message-ID: <1405499628.20402.13.camel@ted> From: Richard Purdie To: =?ISO-8859-1?Q?Jo=E3o?= Henrique Ferreira de Freitas Date: Wed, 16 Jul 2014 09:33:48 +0100 In-Reply-To: <53C5EAC3.3020901@gmail.com> References: <1403131683-28758-1-git-send-email-paul.gortmaker@windriver.com> <53C5EAC3.3020901@gmail.com> X-Mailer: Evolution 3.8.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] perl: strip RPATH from libxml-parser-perl Expat.so X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list 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, 16 Jul 2014 08:34:16 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Wed, 2014-07-16 at 00:00 -0300, João Henrique Ferreira de Freitas wrote: > Hi Paul, > > > I got this error. > > On daisy branch, I was using a MACHINE=genericx86 then I changed to > MACHINE=crownbay and build my image. libxml-parser-perl shows the same > problem. > > So I did 'bitbake perl -c cleansstate' and 'bitbake libxml-parser-perl'. > No problems anymore, until I change back to genericx86. > > But this is odd and I am trying to figure out what is the problem. I've seen this happen before with a half built perl recipe where you've switched machines half way through a build of perl. Stripping out the RPATH is not the right fix though. Cheers, Richard