From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 38FE3700F3 for ; Mon, 14 Aug 2017 11:02:38 +0000 (UTC) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.15.2/8.15.2/Debian-3) with ESMTPSA id v7EB2Ypw028970 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 14 Aug 2017 12:02:35 +0100 Message-ID: <1502708554.13978.7.camel@linuxfoundation.org> From: Richard Purdie To: Jussi Kukkonen Date: Mon, 14 Aug 2017 12:02:34 +0100 In-Reply-To: References: <1502707098.13978.3.camel@linuxfoundation.org> X-Mailer: Evolution 3.18.5.2-0ubuntu3.2 Mime-Version: 1.0 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.11 (dan.rpsys.net [192.168.3.1]); Mon, 14 Aug 2017 12:02:35 +0100 (BST) X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean Cc: Patches and discussions about the oe-core layer Subject: Re: native sysroot race with rpmbuild 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: Mon, 14 Aug 2017 11:02:39 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit On Mon, 2017-08-14 at 13:55 +0300, Jussi Kukkonen wrote: > Adwaita I had lost already but I've put the logs for failing > packagegroup-core-x11-sato here: > https://github.com/jku/packagegroup-core-x11-sato-logs >   > There's this in the log: > | NOTE: rpm-native exists in sysroot, skipping What is really interesting is: https://github.com/jku/packagegroup-core-x11-sato-logs/blob/master/log.do_package_qa.28854 which looks to have been running about the same time as: https://github.com/jku/packagegroup-core-x11-sato-logs/blob/master/log.do_package_write_rpm.28850 (similar pids and listed in https://github.com/jku/packagegroup-core-x11-sato-logs/blob/master/log.task_order after one another) Note that package_qa seems to think the dependency disappeared and is uninstalling elfutils (which provides libdw) from the sysroot. That might be enough to figure out some kind of reproducer. All very interesting and "potentially problematic"... Cheers, Richard