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 1SZlEq-0000IO-Cp for openembedded-core@lists.openembedded.org; Wed, 30 May 2012 17:55:08 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q4UFioeW023058; Wed, 30 May 2012 16:44:50 +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 21338-09; Wed, 30 May 2012 16:44:46 +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 q4UFif9k023051 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 30 May 2012 16:44:42 +0100 Message-ID: <1338392680.20169.148.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Wed, 30 May 2012 16:44:40 +0100 In-Reply-To: <1338391023-31189-1-git-send-email-enrico.scholz@sigma-chemnitz.de> References: <1338391023-31189-1-git-send-email-enrico.scholz@sigma-chemnitz.de> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Enrico Scholz Subject: Re: [PATCH] libtasn: fixed cross build issue 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: Wed, 30 May 2012 15:55:08 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2012-05-30 at 17:17 +0200, Enrico Scholz wrote: > Fixes > > | /bin/sh ../libtasn1-2.12-r1/libtasn1-2.12/build-aux/missing --run help2man --info-page libtasn1 \ > | --name="ASN.1 DER encoder" \ > | --output=asn1Coding.1 ../src/asn1Coding > | help2man: can't get `--help' info from ../src/asn1Coding > | Try `--no-discard-stderr' if option outputs to stderr > | make[3]: *** [asn1Coding.1] Error 1 > > which was caused by touching configure.ac which is a dependency of the > generated man pages. > > Signed-off-by: Enrico Scholz > --- > meta/recipes-support/gnutls/libtasn1_2.12.bb | 10 +++++++++- > 1 files changed, 9 insertions(+), 1 deletions(-) This is just a workaround, I thought we'd found a better way to handle this. I think a reproducer for the above is: "bitbake help2man-native; bitbake libtasn1 -c cleansstate; bitbake libtasn1" and the real fix will be to reorder PATH so the scripts directory comes before the native sysroot... Cheers, Richard