All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jamie Lenehan <lenehan@twibble.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: problems doing bitbake task-base
Date: Thu, 14 Jun 2007 11:35:54 +1000	[thread overview]
Message-ID: <20070614013553.GA4558@twibble.org> (raw)
In-Reply-To: <ae36f8040706130931r4e81a08bi8ca10417336df3b5@mail.gmail.com>

On Thu, Jun 14, 2007 at 02:32:47AM +1000, "Luís Cargnini" wrote:
> So what you are telling me is this perl is been compiled to run over my host
> machine ?

Yes.

> So it is not been cross-compiled for my target ?

THe perl build system uses itself during the build. Obviously it
can't use itself when built for the target. So we have to build perl
first and then trick the perl build into using parts of the native
build while trying to cross-compile for the target (shared
libraries).

So anything perl related *always* (including any perl modules) always
needs to compile the native version first before the verison for the
target.

[...]
> just put it as a pre-requisite for OE installation !
> my perl --version of gentoo installed version:
> enterprise ~ # perl --version

We can't use the host perl because we need both the native and target
versions to match - this means not just version numbers but
*everything*, every option and every installed module.

Also while you have have the same verison of perl there's no
guarantee that this would be the case.

[...]
-- 
 Jamie Lenehan <lenehan@twibble.org>



  reply	other threads:[~2007-06-14  1:39 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-03  2:59 problems doing bitbake task-base Luís Cargnini
2007-06-03 18:13 ` Philip Balister
2007-06-03 19:27 ` Holger Freyther
2007-06-04  3:19   ` Luís Cargnini
2007-06-04  7:35     ` Koen Kooi
2007-06-04 12:55       ` Luís Cargnini
2007-06-04 13:01         ` Luís Cargnini
2007-06-04 13:19         ` Koen Kooi
2007-06-05 17:04           ` Luís Cargnini
2007-06-05 18:36             ` Luís Cargnini
2007-06-05 19:09               ` Holger Freyther
2007-06-05 19:51                 ` Luís Cargnini
2007-06-05 21:01                   ` Koen Kooi
2007-06-06  1:06                     ` Luís Cargnini
2007-06-06  1:52                       ` Luís Cargnini
2007-06-06  2:26                         ` Luís Cargnini
2007-06-06  6:19                       ` Koen Kooi
2007-06-06  6:42                         ` Koen Kooi
2007-06-06 16:37                           ` Luís Cargnini
2007-06-06 17:36                             ` Luís Cargnini
2007-06-06 18:43                               ` Luís Cargnini
2007-06-07 22:45                                 ` Luís Cargnini
2007-06-12 15:17                                   ` Luís Cargnini
2007-06-12 15:23                                     ` Koen Kooi
2007-06-12 16:34                                       ` Luís Cargnini
2007-06-12 16:46                                         ` Koen Kooi
2007-06-12 18:06                                           ` Luís Cargnini
2007-06-12 18:40                                             ` Luís Cargnini
2007-06-13 12:39                                   ` Jamie Lenehan
2007-06-13 16:31                                     ` Luís Cargnini
2007-06-14  1:35                                       ` Jamie Lenehan [this message]
2007-06-14  2:40                                         ` Luís Cargnini
2007-06-14  2:53                                           ` Jamie Lenehan
2007-06-18 13:14                                             ` Luís Cargnini
2007-06-20 16:48                                             ` Luís Cargnini
2007-06-22  4:57                                               ` Jamie Lenehan
     [not found]                                                 ` <ae36f8040706212233kcaf86b0k9498869fce6cddff@mail.gmail.com>
2007-06-22 14:09                                                   ` Luís Cargnini
2007-06-24 21:49                                                     ` Luís Cargnini
2007-06-24 21:50                                                       ` Luís Cargnini
2007-06-05 19:13               ` Michael Krelin
2007-06-05 19:51                 ` Holger Freyther
2007-06-05 20:27                   ` Michael Krelin

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=20070614013553.GA4558@twibble.org \
    --to=lenehan@twibble.org \
    --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.