From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 5BCB0771EE for ; Sat, 27 Feb 2016 23:26:13 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id u1RNQDrg017051 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Sat, 27 Feb 2016 15:26:13 -0800 (PST) Received: from soho-mhatle-m.local (172.25.36.235) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.248.2; Sat, 27 Feb 2016 15:26:13 -0800 To: "Burton, Ross" References: <56D12579.9020705@windriver.com> From: Mark Hatle Organization: Wind River Systems Message-ID: <56D23094.20207@windriver.com> Date: Sat, 27 Feb 2016 17:26:12 -0600 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Cc: OE-core Subject: Re: [PATCH 0/3 v2] Upgrade RPM 5 to 5.4.16 (CVS HEAD) 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, 27 Feb 2016 23:26:14 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On 2/27/16 4:47 PM, Burton, Ross wrote: > > On 27 February 2016 at 04:26, Mark Hatle > wrote: > > I am not getting this error on qemux86. > > My build configuration: > > BB_VERSION = "1.29.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING = "Fedora-23" > TARGET_SYS = "i586-oe-linux" > MACHINE = "qemux86" > DISTRO = "nodistro" > DISTRO_VERSION = "nodistro.0" > TUNE_FEATURES = "m32 i586" > TARGET_FPU = "" > meta = "mhatle/rpm-5.4.16:004efb3aaa973dba030847c1c8218238f0cc68c5" > > The local.conf is the stock one with buildhistory and package_rpm enabled. > > Which compiler do you have enabled? I'm building with the default 5.3.0 > compiler. > > Since I'm not reproducing the problem, I'd like to know what the difference in > configurations is. > > > This was on the autobuilder and happened twice in rpm-native: > > http://errors.yoctoproject.org/Errors/Details/38006/ (Debian 8.3) > http://errors.yoctoproject.org/Errors/Details/38000/ (Ubuntu 14.04) > > I guess the -native bit is important there. Ok.. so that is different. It means the host compiler is too old and doesn't support atomic transactions. > Also, another failure happened more globally: > > gcc: error: tblake2bp.o: No such file or directory > > Several times in rpm for target: > http://errors.yoctoproject.org/Errors/Details/37991/ > http://errors.yoctoproject.org/Errors/Details/38001/ > http://errors.yoctoproject.org/Errors/Details/38007/ > http://errors.yoctoproject.org/Errors/Details/38004/ Ok. I'll investigate this one as well. Likely this is a parallel build issue, hopefully I can spot the fault. --Mark > And once in rpm-native: > http://errors.yoctoproject.org/Errors/Details/37995/ > > Ross