From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mx1.pokylinux.org (Postfix) with ESMTP id 591454C8008C for ; Tue, 1 Feb 2011 07:32:37 -0600 (CST) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p11DYcPZ017062; Tue, 1 Feb 2011 13:34:38 GMT 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 6hfxd+krfSrc; Tue, 1 Feb 2011 13:34:38 +0000 (GMT) Received: from [192.168.1.42] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p11DYWoY017056 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 1 Feb 2011 13:34:34 GMT From: Richard Purdie To: "Zhang, Jessica" In-Reply-To: <9AFCD584B0B67B48AE8D8585BE30BA950D73A848@orsmsx504.amr.corp.intel.com> References: <9AFCD584B0B67B48AE8D8585BE30BA9506BAAFDF@orsmsx504.amr.corp.intel.com> <1296382406.13501.7899.camel@rex> <625BA99ED14B2D499DC4E29D8138F1504E6294E1D3@shsmsx502.ccr.corp.intel.com> <1296492009.13501.13668.camel@rex> <9AFCD584B0B67B48AE8D8585BE30BA9506C267B0@orsmsx504.amr.corp.intel.com> <1296561316.13501.18767.camel@rex> <9AFCD584B0B67B48AE8D8585BE30BA950D73A848@orsmsx504.amr.corp.intel.com> Date: Tue, 01 Feb 2011 13:32:19 +0000 Message-ID: <1296567139.13501.19158.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: "poky@yoctoproject.org" Subject: Re: poky-image-sato-sdk failed at do_rootfs X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Feb 2011 13:32:37 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-02-01 at 05:07 -0800, Zhang, Jessica wrote: > Richard Purdie wrote: > > Hi Jessica, > > > > On Mon, 2011-01-31 at 16:58 -0800, Zhang, Jessica wrote: > >> Some update with recent do_package racing condition triggered build > >> issues. Today, I've cherry-picked 3 related commits: Kevin's fix for > >> rebuild, Richard's fix for change PACKAGE_CLASSES and > >> do_package_write* depends on libc do_package and did the following > >> test builds: > >> 1. bitbake poky-image-minimal (incremental) > >> 2. bitbake poky-image-sato-sdk (incremental) > >> 3. switch PACKAGE_CLASSES setting, then bitbake poky-image-minimal > >> Everything behaved as desired so far. Then I did > >> 4. bitbake libgcc virtual/libc -c package -f > >> 5. bitbake poky-image-minimal and stumbled on the eglibc depencies > >> issues again, then Richard suggest me to make the following change: > >> > http://git.pokylinux.org/cgit.cgi/poky-contrib/commit/?h=jzhang/eglibc_issue > >> , which solved my build issues. > > > > I've tried locally and I cannot reproduce this problem any more with > > master. I'm wondering if there is some kind of caches state problem > > within your build which is causing this? > > Interesting, any idea how can this happen since I didn't do anything else > between the tests > > > > > I don't think the above patch I've proposed is correct. > > Ok, I'll revert this back and re-run test 4 and 5 today to see what will > happen... Can you please try a build from scratch. I think most of your .ipk files look corrupt as there are many eglibc dependencies in there which there simply shouldn't be. If they were built whilst eglibc was rebuilding that would explain the problem but it means your build directory is unstable now :(. If there is a root cause, the above patch isn't it. Cheers, Richard