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 929F578200 for ; Sat, 26 Aug 2017 22:36:25 +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 v7QMaKDc012569 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Sat, 26 Aug 2017 23:36:21 +0100 Message-ID: <1503786979.32591.235.camel@linuxfoundation.org> From: Richard Purdie To: Jussi Kukkonen , Patches and discussions about the oe-core layer Date: Sat, 26 Aug 2017 23:36:19 +0100 In-Reply-To: References: 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]); Sat, 26 Aug 2017 23:36:21 +0100 (BST) X-Virus-Scanned: clamav-milter 0.99.2 at dan X-Virus-Status: Clean 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: Sat, 26 Aug 2017 22:36:26 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2017-08-14 at 11:33 +0300, Jussi Kukkonen wrote: > I'm seeing lots of this failure in my last build: > > | DEBUG: PKGWRITEDIR: /mnt/extra-ssd/tmp/work/all-poky-linux/adwaita- > icon-theme/3.24.0-r0/deploy-rpms/noarch > | DEBUG: SITE files ['endian-little', 'bit-32', 'common-linux', > 'common-glibc', 'allarch-linux', 'common'] > | DEBUG: Executing shell function BUILDSPEC > | /mnt/extra-ssd/tmp/work/all-poky-linux/adwaita-icon-theme/3.24.0- > r0/recipe-sysroot-native/usr/bin/rpmbuild: error while loading shared > libraries: libdw.so.1: cannot open shared object file: No such file > or directory > | WARNING: exit code 127 from a shell command. > | DEBUG: Python function do_package_rpm finished > | DEBUG: Python function do_package_write_rpm finished > | ERROR: Function failed: BUILDSPEC (log file is located at > /mnt/extra-ssd/tmp/work/all-poky-linux/adwaita-icon-theme/3.24.0- > r0/temp/log.do_package_write_rpm.21827) > ERROR: Task (/home/jku/src/poky/meta/recipes-gnome/gnome/adwaita- > icon-theme_3.24.0.bb:do_package_write_rpm) failed with exit code '1' I've just sent a patch to staging.bbclass which I believe should fix this error. We also saw it on the autobuilder and I had other reports about it. Cheers, Richard