From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TJhp5-0000UN-6L for openembedded-core@lists.openembedded.org; Thu, 04 Oct 2012 11:34:27 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q949LQDm004928; Thu, 4 Oct 2012 10:21:26 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01504-04; Thu, 4 Oct 2012 10:21:22 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q949LGvF004922 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Thu, 4 Oct 2012 10:21:17 +0100 Message-ID: <1349342479.18301.68.camel@ted> From: Richard Purdie To: Chase Maupin Date: Thu, 04 Oct 2012 10:21:19 +0100 In-Reply-To: <1349213439-14199-1-git-send-email-Chase.Maupin@ti.com> References: <1349213439-14199-1-git-send-email-Chase.Maupin@ti.com> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] libtool: Add missing DEPENDS on libtool-cross X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Thu, 04 Oct 2012 09:34:27 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2012-10-02 at 16:30 -0500, Chase Maupin wrote: > * When building with 24 bitbake threads on my system I observed > errors like the following: > | configure.ac:199: error: LT_LANG: unsupported language: "Go" > | /work/armv7a-vfp-neon-oe-linux-gnueabi/libtool-2.4.2-r3.0/libtool-2.4.2/aclocal-copy/libtool.m4:768: LT_LANG is expanded from... > | configure.ac:199: the top level > | autom4te: m4 failed with exit status: 1 > * This could be found by doing a clean build. If a build had > already been performed then often just cleaning the libtool > package and rebuilding it would resolve the issue. > * Adding a DEPENDS on libtool-cross resolves this issue with a > clean build. > * Bump the PR So how do I reproduce this bug? In theory I'd just run "bitbake libtool" in a clean build directory? I've tried that with master and it all works? :/ Cheers, Richard