From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.dream-property.net ([82.149.226.172]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1S5kLo-0007Pt-G3 for openembedded-core@lists.openembedded.org; Thu, 08 Mar 2012 21:54:18 +0100 Received: from localhost (localhost [127.0.0.1]) by mail.dream-property.net (Postfix) with ESMTP id 833CD3159F2D for ; Thu, 8 Mar 2012 21:26:50 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.dream-property.net Received: from mail.dream-property.net ([127.0.0.1]) by localhost (mail.dream-property.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id EJCHdtktAwBh for ; Thu, 8 Mar 2012 21:26:21 +0100 (CET) Received: from [172.22.22.61] (drms-590ed42d.pool.mediaWays.net [89.14.212.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.dream-property.net (Postfix) with ESMTPSA id 802413159179 for ; Thu, 8 Mar 2012 21:26:21 +0100 (CET) Message-ID: <4F5915EC.1060709@opendreambox.org> Date: Thu, 08 Mar 2012 21:26:20 +0100 From: Andreas Oberritter User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: openembedded-core@lists.openembedded.org References: <4F581912.1090708@opendreambox.org> <4F58F14E.60308@windriver.com> In-Reply-To: <4F58F14E.60308@windriver.com> Subject: Re: Undeterministic builds with different distributions 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: Thu, 08 Mar 2012 20:54:18 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Hello Mark, thank you for your remarks. I'm going to file bug reports for everything I'm unable to fix myself. On 08.03.2012 18:50, Mark Hatle wrote: > On 3/7/12 8:27 PM, Andreas Oberritter wrote: >> * Owners differ, e.g.: >> >> --rw-rw-r-- 1000 1000 2048 ./lib/firmware/rt73.bin >> +-rw-r--r-- root root 2048 ./lib/firmware/rt73.bin >> >> Builds were done by userids 1000 (a) and 1001 (b). > > Are you comparing final images, sysroots or? > > If you are comparing tarball images, be sure to either actually be root > when you extract it, or enable pseudo for the proper root > permissions/user/groups emulation. I compared files-in-image.txt, generated by buildhistory.bbclass. Since on machine b the displayed user is root, I suppose that the displayed username is set by pseudo and will match the username of the final image. Also note that only few files had uid 1000 on machine a. I'm going to clean tmp and sstate-cache on both machines and rebuild with matching build directories. Regards, Andreas