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 mail.openembedded.org (Postfix) with ESMTP id E842D7162E for ; Tue, 13 Jan 2015 23:06:55 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id t0DN6sU2016743 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=FAIL); Tue, 13 Jan 2015 15:06:54 -0800 (PST) Received: from [128.224.162.174] (128.224.162.174) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Tue, 13 Jan 2015 15:06:53 -0800 Message-ID: <54B5A50C.8080206@windriver.com> Date: Wed, 14 Jan 2015 07:06:52 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: "Burton, Ross" References: In-Reply-To: Cc: OE-core Subject: Re: [PATCH 3/4] libtool: upgrade to 2.4.4 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, 13 Jan 2015 23:06:59 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 01/14/2015 01:44 AM, Burton, Ross wrote: > On 7 January 2015 at 15:02, Robert Yang > wrote: > > * The libtool config files are put in libtool/build-aux now, it was > libtool/config in the past. > > > This may be the cause for a pile of errors on the autobuilder: > > ross@flashheart /data/poky-master/tmp/sysroots/intel-corei7-64/usr/bin/crossscripts > $ grep tmp/work libtoolize > . > "/data/poky-master/tmp/work/corei7-64-poky-linux/libtool-cross/2.4.4-r0/libtool-2.4.4/build-aux/funclib.sh" > . > "/data/poky-master/tmp/work/corei7-64-poky-linux/libtool-cross/2.4.4-r0/libtool-2.4.4/build-aux/options-parser" > . > "/data/poky-master/tmp/work/corei7-64-poky-linux/libtool-cross/2.4.4-r0/libtool-2.4.4/build-aux/extract-trace" > > The libtoolize in the sysroot's /usr/bin/crossscripts refers to files in the > libtool-cross work directory. Hopefully this explains most of the failures this > upgrade caused (between it and the kernel, my latest MUT run had 73 failures). Sorry about this, I will look at it today. // Robert > > Ross