From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from p3plsmtpa12-07.prod.phx3.secureserver.net (p3plsmtpa12-07.prod.phx3.secureserver.net [68.178.252.236]) by mail.openembedded.org (Postfix) with ESMTP id 3B93A65CED for ; Sat, 15 Nov 2014 16:20:49 +0000 (UTC) Received: from [192.168.65.10] ([75.72.225.8]) by p3plsmtpa12-07.prod.phx3.secureserver.net with id FsLm1p00P0BVjqb01sLnrq; Sat, 15 Nov 2014 09:20:49 -0700 Message-ID: <54677D5E.5000800@pabigot.com> Date: Sat, 15 Nov 2014 10:20:46 -0600 From: "Peter A. Bigot" Organization: Peter Bigot Consulting, LLC User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "Burton, Ross" References: <1414861479-5493-1-git-send-email-pab@pabigot.com> <1414861479-5493-2-git-send-email-pab@pabigot.com> In-Reply-To: Cc: OE-core Subject: Re: [PATCH 1/3] pseudo: default --without-passwd-fallback 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: Sat, 15 Nov 2014 16:20:52 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 11/14/2014 10:16 AM, Burton, Ross wrote: > Hi Peter, > > Something in this series isn't working nicely with multilib enabled. > > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=ross/pseudo > is the branch I was testing it in, hopefully I pulled in all the right > pieces. > > https://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/102 > is current master building for multilib and succeeding. > > https://autobuilder.yoctoproject.org/main/builders/nightly-multilib/builds/105 > is ross/pseudo which fails at rootfs time. > > Will you be able to investigate this? (or tell me I merged the wrong > patches). I've identified an anomaly in how opkg sets up installation for multilib, about which I've starting a new discussion: it's visible with the pseudo changes because of the way pseudo looks for existing users/groups. While investigating, I did find a misunderstanding that requires a couple subtle changes to the patch set. I've updated contrib pabigot/pseudo to incorporate the changes so far, but there's another issue I also want to investigate. Until the opkg/rpm inconsistency is resolved, please hold off on this series. There are a couple minor updates in contrib pabigot/pseudo that will become part of an eventual V2. Peter