All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Petr Štetiar" <ynezz@true.cz>
To: openembedded-devel@lists.openembedded.org
Subject: Re: configure failes for mc-4.6.2-r4
Date: Mon, 8 Feb 2010 18:38:21 +0100	[thread overview]
Message-ID: <20100208173821.GA24852@ibawizard.net> (raw)
In-Reply-To: <4B7039F6.60108@dresearch.de>

Steffen Sledz <sledz@dresearch.de> [2010-02-08 17:21:10]:

> Petr Štetiar wrote:
> > Steffen Sledz <sledz@dresearch.de> [2010-02-08 15:24:32]:
> > 
> >> Is anybody familar with autotools able to fix this?
> >> | configure.ac:104: required file `config/config.rpath' not found
> > 
> > You mean something like 'touch config.rpath' ? :)
> 
> Maybe. But when and where?  ;-)
> 
> 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="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
 }



  reply	other threads:[~2010-02-08 17:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-08 14:24 configure failes for mc-4.6.2-r4 Steffen Sledz
2010-02-08 15:40 ` Petr Štetiar
2010-02-08 16:21   ` Steffen Sledz
2010-02-08 17:38     ` Petr Štetiar [this message]
2010-02-08 19:50       ` [PATCH] mc 4.6.2: fix do_configure error on missing config.rpath Petr Štetiar
2010-02-09  8:44         ` Jens Seidel
2010-02-08 16:35 ` configure failes for mc-4.6.2-r4 Jens Seidel
2010-02-09 10:40   ` Steffen Sledz
2010-02-09 11:20     ` Jens Seidel
2010-02-08 20:50 ` GNUtoo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100208173821.GA24852@ibawizard.net \
    --to=ynezz@true.cz \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.