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 D2FBD65D4F for ; Tue, 4 Nov 2014 15:55:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id sA4FsTcE027294; Tue, 4 Nov 2014 15:54:29 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ofAq87Ba4WKq; Tue, 4 Nov 2014 15:54:29 +0000 (GMT) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id sA4FsNpa027291 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Tue, 4 Nov 2014 15:54:24 GMT Message-ID: <1415116498.23396.33.camel@ted> From: Richard Purdie To: Fathi Boudra Date: Tue, 04 Nov 2014 15:54:58 +0000 In-Reply-To: References: <1414571901-17418-1-git-send-email-fathi.boudra@linaro.org> <1414753109.7649.91.camel@ted> X-Mailer: Evolution 3.10.4-0ubuntu2 Mime-Version: 1.0 Cc: OE-core Subject: Re: [PATCH] ltp: update to 20140828 release 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: Tue, 04 Nov 2014 15:55:19 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2014-11-04 at 17:10 +0200, Fathi Boudra wrote: > after a lot of finger-pointing and implying we don't test our changes > or do our homework or do clean builds: > * I've built ltp for armv7a and armv8 on our builders and it works > fine > * I've built poky for x86 and it built fine > > here's my steps: > $ git clone git://git.yoctoproject.org/poky > $ cd poky > $ source oe-init-build-env > $ patch -p1 < 0001-ltp-update-to-20140828-release.patch > $ bitbake ltp > > $ ls -l tmp/deploy/rpm/i586/ltp-* > -rw-r--r-- 2 user user 55929600 Nov 4 16:28 > tmp/deploy/rpm/i586/ltp-20140828-r0.i586.rpm > -rw-r--r-- 2 user user 3080 Nov 4 16:28 > tmp/deploy/rpm/i586/ltp-dbg-20140828-r0.i586.rpm > -rw-r--r-- 2 user user 3264 Nov 4 16:28 > tmp/deploy/rpm/i586/ltp-dev-20140828-r0.i586.rpm > -rw-r--r-- 2 user user 31884 Nov 4 16:28 > tmp/deploy/rpm/i586/ltp-doc-20140828-r0.i586.rpm > > afaict, the failure isn't related to the changes submitted. Could you > be kind enough to try to reproduce the build failure outside of the > yocto autobuilders? or give me the exact steps to reproduce the > failure? bitbake libtirpc; bitbake ltp seems to reliably reproduce for me. Cheers, Richard