From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 3AAECE01389 for ; Mon, 16 Jan 2012 10:44:34 -0800 (PST) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail1.windriver.com (8.14.3/8.14.3) with ESMTP id q0GIiW6J015673 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 16 Jan 2012 10:44:32 -0800 (PST) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Mon, 16 Jan 2012 10:44:32 -0800 Message-ID: <4F147006.1070401@windriver.com> Date: Mon, 16 Jan 2012 13:44:22 -0500 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111124 Thunderbird/8.0 MIME-Version: 1.0 To: "Bodke, Kishore K" References: In-Reply-To: Cc: "yocto@yoctoproject.org" , "Hart, Darren" Subject: Re: Linux RT build fail X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2012 18:44:34 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 12-01-16 01:40 PM, Bodke, Kishore K wrote: > Hi, > > I get build failure for the rt. > > ERROR: Function 'do_patch' failed (see > /usr/local/src/jan13/poky/build-rt/tmp/work/cedartrail-poky-linux/linux-yocto-rt-3.0.14+git1+6ae3d992cf546184010e87a0349810198f1d167c_1+bcf4107c7f22d10952618a2ad146e6149d240cd2-r1/temp/log.do_patch.32459 > for further information) > > ERROR: Logfile of failure stored in: > /usr/local/src/jan13/poky/build-rt/tmp/work/cedartrail-poky-linux/linux-yocto-rt-3.0.14+git1+6ae3d992cf546184010e87a0349810198f1d167c_1+bcf4107c7f22d10952618a2ad146e6149d240cd2-r1/temp/log.do_patch.32459 > > Log data follows: > > | ERROR: Function 'do_patch' failed (see > /usr/local/src/jan13/poky/build-rt/tmp/work/cedartrail-poky-linux/linux-yocto-rt-3.0.14+git1+6ae3d992cf546184010e87a0349810198f1d167c_1+bcf4107c7f22d10952618a2ad146e6149d240cd2-r1/temp/log.do_patch.32459 > for further information) > > | Deleted branch meta-temp (was 620917d). > > | > > | ERROR: patch > /usr/local/src/jan13/poky/build-rt/tmp/work/cedartrail-poky-linux/linux-yocto-rt-3.0.14+git1+6ae3d992cf546184010e87a0349810198f1d167c_1+bcf4107c7f22d10952618a2ad146e6149d240cd2-r1/linux/meta/cfg/kernel-cache/features/rt/rt-apply-patch-3.0.10-rt27.patch.patch > is not available This is the problem. But I could have sworn that I fixed this, and send a merge request. When I just checked now, it still looks broken. That being said, we should have seen this before now. Are any -rt kernels being build regularly on master ? It is partially due to meta-kernel-dev picking up new kernel tools that do strict checking on patches by default (hence my question about anyone else building this on master). I'm pushing a fix out now to the meta branch and will send it along with my next consolidated pull request. Cheers, Bruce > > | > > | ERROR. Could not find an excutable target for > yocto/standard/preempt-rt/base > > | ERROR. Could not locate meta series for preempt-rt-standard > > | ERROR. Could not modify yocto/standard/preempt-rt/base > > NOTE: package > linux-yocto-rt-3.0.14+git1+6ae3d992cf546184010e87a0349810198f1d167c_1+bcf4107c7f22d10952618a2ad146e6149d240cd2-r1: > task do_patch: Failed > > NOTE: package bzip2-1.0.6-r4: task do_compile: Succeeded > > ERROR: Task 3 > (/usr/local/src/jan13/poky/meta/recipes-kernel/linux/linux-yocto-rt_3.0.bb, > do_patch) failed with exit code '1' > > Is this anything to do with meta-kernel-dev I am using or something else? > > Thanks > > Kishore. >