From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-gw0-f47.google.com ([74.125.83.47]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1OPY7z-0000vy-2U for openembedded-devel@lists.openembedded.org; Fri, 18 Jun 2010 11:44:49 +0200 Received: by gwj19 with SMTP id 19so183266gwj.6 for ; Fri, 18 Jun 2010 02:40:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=GqudLCA+7/p5hK9PFJ4zRlm3vwynRRTQHtAjht83cV0=; b=QRmvYs5tK1e60z4SwGF6kyw+JlQP3IIr67BLFhS+uTwm9gDvHuJHPGUT/+GPXMgCsC vgz0ZaD0ejL03KgAd+cOCZdbYVx4ZAsOr7kTVWaFNAqAG8hVx3DiZ27iwQENOeWYCh9Y Pltd4yR3/8KvaP1vU+wdlD4SIcm4gc/gT0V9k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=O5EXVBmsz6G29bKgP1hFovUreRp2UCdfrHflf1yknyhEeNdBEOXG1Izp5sgTAvfbVu qJoINR2Ldk83tDso/Kslkn+Rw74vXn3fOKXLICXjVl8Rw2ClHwrzMN12UCrSrhT1ULxt /wdF+txRcX8rtcKz+8UzPElnzsbSrhLYdyNgI= Received: by 10.229.186.4 with SMTP id cq4mr379452qcb.236.1276854014273; Fri, 18 Jun 2010 02:40:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.191.12 with HTTP; Fri, 18 Jun 2010 02:39:54 -0700 (PDT) In-Reply-To: References: <20100617193846.GC14941@mx.loc> From: nikunj badjatya Date: Fri, 18 Jun 2010 15:09:54 +0530 Message-ID: To: openembedded-devel@lists.openembedded.org X-SA-Exim-Connect-IP: 74.125.83.47 X-SA-Exim-Mail-From: nikunjbadjatya@gmail.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,HTML_MESSAGE, SPF_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) X-Content-Filtered-By: Mailman/MimeDel 2.1.11 Subject: Re: OSError: [Errno 2] No such file or directory X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jun 2010 09:44:49 -0000 Content-Type: text/plain; charset=ISO-8859-1 Hi All, I have found the cause of the problem. I did a reinstall of Python and YUM few days back. I was thinking that other software requirements ( texi2info, help2man, chrpath etc. ) need not to be installed again. But when I tried reinstalling them also, the error is gone..!! The strange thing is that bitbake was not reporting himself that this are the missing modules which it needs prior to running any build..!! Anyways, Thanks Very Much for your time. Nikunj Bangalore, India On Fri, Jun 18, 2010 at 10:02 AM, nikunj badjatya wrote: > Hi Bernhard, > > *echo $BBPATH > /home/nikunj/ope/build:/home/nikunj/ope/openembedded* > > Is that wrong.? > > > > > > > On Fri, Jun 18, 2010 at 1:08 AM, Bernhard Reutner-Fischer < > rep.dot.nop@gmail.com> wrote: > >> On Thu, Jun 17, 2010 at 12:11:52PM -0700, Khem Raj wrote: >> >On Thu, Jun 17, 2010 at 5:39 AM, nikunj badjatya >> > wrote: >> >> /home/nikunj/ope/openembedded/recipes/coreutils/ >> coreutils-native_8.5.bb, >> >> do_populate_sysroot) >> >> NOTE: Testing >> >> >> /home/nikunj/ope/build/tmp/work/i686-linux/coreutils-native-8.5-r0/sysroot-destdir///home/nikunj/ope/build/tmp/sysroots/i686-linux/usr/bin/sleep >> >> for relocatability >> >> >Does >> /home/nikunj/ope/build/tmp/work/i686-linux/coreutils-native-8.5-r0/sysroot-destdir///home/nikunj/ope/build/tmp/sysroots/i686-linux/usr/bin/sleep >> >exist ? >> >> huh? How would that supposed to be ok? >> Looks like home is leaking into some prefix, no? >> We should have a sanity for that one i suppose.. >> >> Feb 14 22:25:04 does anybody else see /home in their staging dir or >> did i goof up somehow? >> Feb 14 22:26:24 would be nice if sanity would yell at /root and /home >> in the staging dir.. >> >> where /home == something in BBPATH, without looking into details. >> >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >> > >