From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eumx.net ([91.82.101.43]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TG508-0000j7-1N for openembedded-core@lists.openembedded.org; Mon, 24 Sep 2012 11:30:52 +0200 Received: from localhost ([127.0.0.1]:42809 helo=eumx.net) by eumx.net with esmtp (Exim 4.72) (envelope-from ) id 1TG4nk-0006Bb-BE for openembedded-core@lists.openembedded.org; Mon, 24 Sep 2012 09:18:04 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=message-id :date:from:reply-to:mime-version:to:subject:content-type :content-transfer-encoding; s=default; bh=fFOaChxHfIVWT2aVmIZ2FN U6UwM=; b=uvEm3RJzkxpB7ZvFcSa9EHB1bbxvsw2CRX5Tpyb56E+z+XJ44ee77L Try0aew8Bty6xg7NNITwPvMvleUipGOM+quaZ/nzFkZvoMKbefJzBGAWrTEzSphn Fnhx/K/8K4v0RSxXU67RiFZZFLeY5soqN6ZZYG7HDMSGLt6XmTpXM= Received: from [195.171.99.130] (port=60972 helo=[192.168.0.59]) by eumx.net with esmtpa (Exim 4.72) (envelope-from ) id 1TG4nk-0006BX-8g for openembedded-core@lists.openembedded.org; Mon, 24 Sep 2012 09:18:04 +0000 Message-ID: <506025B4.6010000@communistcode.co.uk> Date: Mon, 24 Sep 2012 10:19:48 +0100 From: Jack Mitchell User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120910 Thunderbird/15.0.1 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer Subject: Perl autoconf issues - possibly related to previous toolchain issues X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: ml@communistcode.co.uk List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 09:30:52 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I am trying to convert my application to use the autotools suite in order to get a bit of control over my build. However I am hitting an issue when trying to run autoreconf -i, I believe it is to do with toolchain issues again... configure.ac:17: the top level configure.ac:7: installing './install-sh' configure.ac:7: installing './missing' src/Makefile.am: installing './depcomp' perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_GB.utf8" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). Can't locate strict.pm in @INC (@INC contains: /home/jack/Projects/R0005-SDK-210912/sysroots/x86_64-pokysdk-linux/usr/share/autoconf /opt/poky/1.2+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl/site_perl/5.14.2/ /opt/poky/1.2+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl/site_perl/5.14.2 /opt/poky/1.2+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl/vendor_perl/5.14.2/ /opt/poky/1.2+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl/vendor_perl/5.14.2 /home/jack/Projects/poky-r0005/R0005/tmp/sysroots/x86_64-nativesdk-pokysdk-linux/usr/lib/perl/5.14.2/ /opt/poky/1.2+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl/5.14.2 /opt/poky/1.2+snapshot/sysroots/x86_64-pokysdk-linux/usr/lib/perl/5.14.2 .) at /home/jack/Projects/R0005-SDK-210912/sysroots/x86_64-pokysdk-linux/usr/share/autoconf/Autom4te/Channels.pm line 70. BEGIN failed--compilation aborted at /home/jack/Projects/R0005-SDK-210912/sysroots/x86_64-pokysdk-linux/usr/share/autoconf/Autom4te/Channels.pm line 70. Compilation failed in require at /home/jack/Projects/R0005-SDK-210912/sysroots/x86_64-pokysdk-linux/usr/share/autoconf/Autom4te/ChannelDefs.pm line 19. BEGIN failed--compilation aborted at /home/jack/Projects/R0005-SDK-210912/sysroots/x86_64-pokysdk-linux/usr/share/autoconf/Autom4te/ChannelDefs.pm line 19. Compilation failed in require at /home/jack/Projects/R0005-SDK-210912/sysroots/x86_64-pokysdk-linux/usr/bin/gnu-configize line 40. BEGIN failed--compilation aborted at /home/jack/Projects/R0005-SDK-210912/sysroots/x86_64-pokysdk-linux/usr/bin/gnu-configize line 40. autoreconf: gnu-configize failed with exit status: 2 As you can see it is looking in /opt/poky again and I believe it shouldn't be. Regards, Jack. -- Jack Mitchell (jack@embed.me.uk) Embedded Systems Engineer http://www.embed.me.uk --