From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay1.mentorg.com (relay1.mentorg.com [192.94.38.131]) by mx1.pokylinux.org (Postfix) with ESMTP id 74F024C80A8C for ; Mon, 20 Jun 2011 17:59:21 -0500 (CDT) Received: from svr-orw-exc-10.mgc.mentorg.com ([147.34.98.58]) by relay1.mentorg.com with esmtp id 1QYnRA-0006ju-Mh from Tom_Rini@mentor.com ; Mon, 20 Jun 2011 15:59:20 -0700 Received: from SVR-ORW-FEM-05.mgc.mentorg.com ([147.34.97.43]) by SVR-ORW-EXC-10.mgc.mentorg.com with Microsoft SMTPSVC(6.0.3790.4675); Mon, 20 Jun 2011 15:54:10 -0700 Received: from [172.30.80.125] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.1.289.1; Mon, 20 Jun 2011 15:59:20 -0700 Message-ID: <4DFFD0B4.2070002@mentor.com> Date: Mon, 20 Jun 2011 15:59:00 -0700 From: Tom Rini Organization: Mentor Graphics Corporation User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 To: Khem Raj References: <4DFFAB8C.30905@linux.intel.com> <4DFFCEFA.2030000@mentor.com> In-Reply-To: X-Enigmail-Version: 1.1.1 X-OriginalArrivalTime: 20 Jun 2011 22:54:10.0594 (UTC) FILETIME=[F7D07820:01CC2F9C] Cc: poky@yoctoproject.org Subject: Re: eggdbus build failure in master X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jun 2011 22:59:21 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On 06/20/2011 03:57 PM, Khem Raj wrote: > On Mon, Jun 20, 2011 at 3:51 PM, Tom Rini wrote: >> On 06/20/2011 01:20 PM, Darren Hart wrote: >>> I'm seeing a consistent eggdbus build failure that seems to be related >>> to the perl-native relocation. I've cleanall'd autoconf and automake, >>> native and target versions. The failure persists. >>> >>> Anyone have any ideas on how to get this building? I'll start a clean >>> build in another directory for now. >> >> It's a glib problem, you need to switch glib-mkenums to using >> /usr/bin/env perl (you're building in too deep a path for #! to work >> with the full path to perl-native). >> > > you mean import from oe > > commit c63403cb9c02641476f9e275fb2e63bb54f5e46d > Author: Tom Rini > Date: Thu Nov 18 06:38:28 2010 -0700 > > glib-2.0: Fix glib-mkenums to use /usr/bin/env perl > > Signed-off-by: Tom Rini Yes, that one and probably a few others where I said '/usr/bin/env perl' in the git log for fixing deep-path builds. Thanks :) -- Tom Rini Mentor Graphics Corporation