From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ibawizard.net ([82.208.49.253] helo=mengele.ibawizard.net ident=postfix) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1NeXbT-0007J8-9f for openembedded-devel@lists.openembedded.org; Mon, 08 Feb 2010 18:40:58 +0100 Received: by mengele.ibawizard.net (Postfix, from userid 1002) id 7F2821D360E2; Mon, 8 Feb 2010 18:38:21 +0100 (CET) Date: Mon, 8 Feb 2010 18:38:21 +0100 From: Petr =?iso-8859-2?Q?=A9tetiar?= To: openembedded-devel@lists.openembedded.org Message-ID: <20100208173821.GA24852@ibawizard.net> References: <4B701EA0.5090304@dresearch.de> <20100208154050.GZ24852@ibawizard.net> <4B7039F6.60108@dresearch.de> MIME-Version: 1.0 In-Reply-To: <4B7039F6.60108@dresearch.de> User-Agent: Mutt/1.5.18 (2008-05-17) X-SA-Exim-Connect-IP: 82.208.49.253 X-SA-Exim-Mail-From: ynezz@mengele.ibawizard.net X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: Re: configure failes for mc-4.6.2-r4 X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Feb 2010 17:40:58 -0000 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Steffen Sledz [2010-02-08 17:21:10]: > Petr =A9tetiar wrote: > > Steffen Sledz [2010-02-08 15:24:32]: > >=20 > >> Is anybody familar with autotools able to fix this? > >> | configure.ac:104: required file `config/config.rpath' not found > >=20 > > You mean something like 'touch config.rpath' ? :) >=20 > Maybe. But when and where? ;-) >=20 > I've no idea how to patch the recipe to let it run succesfully. Something like that? diff --git a/recipes/mc/mc_4.6.2.bb b/recipes/mc/mc_4.6.2.bb index 387187d..0ceda89 100644 --- a/recipes/mc/mc_4.6.2.bb +++ b/recipes/mc/mc_4.6.2.bb @@ -86,4 +86,6 @@ AUTOFOO=3D"config.guess config.rpath config.sub depcomp install-sh missing mkinsta for i in ${AUTOFOO}; do rm config/${i} done + # raises error if it's not found + touch config/config.rpath }