From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1.windriver.com ([147.11.146.13]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Sc109-0003xj-Lt for openembedded-core@lists.openembedded.org; Tue, 05 Jun 2012 23:09:18 +0200 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 q55Kwnkm023501 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 5 Jun 2012 13:58:49 -0700 (PDT) Received: from [172.25.32.41] (172.25.32.41) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.1.255.0; Tue, 5 Jun 2012 13:58:48 -0700 Message-ID: <4FCE7307.4020008@windriver.com> Date: Tue, 5 Jun 2012 15:58:47 -0500 From: Jason Wessel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: "Flanagan, Elizabeth" References: <1338835664-27699-1-git-send-email-jason.wessel@windriver.com> In-Reply-To: X-Enigmail-Version: 1.4.2 Cc: Darren Hart , Patches and discussions about the oe-core layer Subject: Re: [PATCH v2] perl: Allow perl to cross build and native build in a directory named "t" X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer 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, 05 Jun 2012 21:09:18 -0000 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit On 06/05/2012 03:25 PM, Flanagan, Elizabeth wrote: > On Mon, Jun 4, 2012 at 11:47 AM, Jason Wessel > wrote: >> If any directory in leading up to your tmp directory has the name "t" >> perl will fail to build with a very cryptic error shown below: > > > Jason, > > I'm currently testing this patch and it seems to be causing failures > during do_compile for poky-tiny > > http://autobuilder.yoctoproject.org:8010/builders/nightly-tiny/builds/71/steps/shell_35/logs/stdio > > | /bin/ln -s perldelta.pod pod/perl5142delta.pod > | ./miniperl -Ilib autodoc.pl > | make[1]: ./miniperl: Command not found > | make[1]: *** [pod/perlintern.pod] Error 127 > | make[1]: Leaving directory > `/srv/home/pokybuild/yocto-autobuilder/yocto-slave/nightly-tiny/build/build/tmp/work/i586-poky-linux/perl-5.14.2-r7/perl-5.14.2' > | make: *** [perl] Error 2 > | ERROR: oe_runmake failed Did this work before the patch was applied? If miniperl cannot be found it usually indicates some other kind of other perl configuration problem. How do you setup poky-tiny? The http URL you pointed me to doesn't have the local.conf in it. Or is it the case you set those environment variables and then try to execute a build? Thanks, Jason.