From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx1.pokylinux.org (Postfix) with ESMTP id B3A724C80048 for ; Wed, 15 Dec 2010 10:17:24 -0600 (CST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 15 Dec 2010 08:17:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.59,349,1288594800"; d="scan'208";a="583999932" Received: from unknown (HELO helios.localnet) ([10.255.16.75]) by orsmga002.jf.intel.com with ESMTP; 15 Dec 2010 08:17:23 -0800 From: Paul Eggleton Organization: Intel Corporation (UK) To: Gary Thomas Date: Wed, 15 Dec 2010 16:17:24 +0000 User-Agent: KMail/1.13.5 (Linux/2.6.35-23-generic-pae; KDE/4.5.1; i686; ; ) References: <0d30dc$kf5f5e@orsmga001.jf.intel.com> <1292404338.26558.1582.camel@rex> <4D08E868.6090606@mlbassoc.com> In-Reply-To: <4D08E868.6090606@mlbassoc.com> MIME-Version: 1.0 Message-Id: <201012151617.24321.paul.eggleton@linux.intel.com> Cc: poky@yoctoproject.org Subject: Re: [PATCH 0/1] Fix weird rebuild issue even when sstate signature doesn't change 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: Wed, 15 Dec 2010 16:17:24 -0000 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit On Wednesday 15 December 2010 16:10:16 you wrote: > Note to Paul: I also still see lots of LD_PRELOAD messages like > ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored. > but they did not seem to affect the result. I think whether or not this causes breakage depends on BB_NUMBER_THREADS, the performance of your machine, etc. as it appears to be an order of operations issue. Cheers, Paul