From: Tom Rini <tom_rini@mentor.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [RFC v1 PATCH 00/16] populate perl-native into its own directory
Date: Wed, 1 Jun 2011 13:42:34 -0700 [thread overview]
Message-ID: <4DE6A43A.3050401@mentor.com> (raw)
In-Reply-To: <1306958729.3119.3.camel@lenovo.internal.reciva.com>
On 06/01/2011 01:05 PM, Phil Blundell wrote:
> On Wed, 2011-06-01 at 12:39 -0700, Tom Rini wrote:
>> Maybe race isn't quite the right word. But recipe A depends on
>> lib$something-perl-native, and brings in perl-native. It also checks
>> for perl in its auto-foo and finds our perl. It now also uses our perl
>> when it wants a host perl and all of the potential bad things happen, yes?
>
> What are the circumstances in which it would want a host perl? I don't
> quite understand the issue here. Surely anything that the host perl can
> do, perl-native plus some combination of libfoo-perl-native can also do,
> right?
So, here's the two things going on:
- In some cases (libfoo-perl-native) we need to install various perl
modules in order to build other target apps. This is the cpan case,
iirc. We don't currently (and can't?) just play whatever games perl
would like to do to use system-wide perl and a local to TMPDIR cpan
directory. We instead go down the path of having perl-native.
- In order to build perl for the target we need to have the same perl
version available for use.
What we do in oe-core (and oe.dev, historically) is provide perl-native
for both of these cases. What falls down in this case is that once
perl-native is built (and in our PATH), if it's a different version than
system-wide perl, stuff starts failing on version mis-match. The patch
series here fixes that by saying stuff must opt-in to having perl-native
be in PATH rather than just system-wide perl. What I'm saying is that
while in oe-core nothing falls down here (since nothing that gets
perl-native also tries to just run 'perl') meta-oe is or will have failures.
Unfortunately I don't have the test cases that drove me to make oe.dev
like it is handy but I have a feeling that if we go down this path it
won't be the last we see of the problem, but it might well pop up again.
There is another option here, which is to make perl-native be
perl-cross, live in its own special directory and figure out how to make
a TMPDIR-specific cpan repository available for use by system-wide perl.
--
Tom Rini
Mentor Graphics Corporation
next prev parent reply other threads:[~2011-06-01 20:45 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-01 13:18 [RFC v1 PATCH 00/16] populate perl-native into its own directory Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 01/16] native.bbclass: allow a native package to be populated into its own dir Dexuan Cui
2011-06-01 13:40 ` Phil Blundell
2011-06-02 6:04 ` Cui, Dexuan
2011-06-02 13:50 ` Cui, Dexuan
2011-06-01 13:18 ` [RFC v1 PATCH 02/16] perl-native: populate " Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 03/16] perlnative.bbclass: add the file Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 04/16] gnu-config-native: should depend on perl-native-runtime rather than perl-native Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 05/16] libcap: " Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 06/16] openssl: " Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 07/16] git: " Dexuan Cui
2011-06-10 0:10 ` Joshua Lock
2011-06-10 7:28 ` Cui, Dexuan
2011-06-01 13:18 ` [RFC v1 PATCH 08/16] coreutils: remove unnecessary dependency on perl Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 09/16] dpkg: should depend on perl-native-runtime rather than perl-native Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 10/16] webkit-gtk: " Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 11/16] perl: inherit perlnative Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 12/16] cpan.bbclass, cpan-base.bbclas: update them for the perlnative change Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 13/16] libxml-parser-perl: inherit perlnative Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 14/16] libconvert-asn1-perl: fix EXTRA_PERLFLAGS due to the perl-native change Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 15/16] libxml-simple-perl: fix EXTRA_PERLFLAGS due the the perlnative change Dexuan Cui
2011-06-01 13:18 ` [RFC v1 PATCH 16/16] icon-naming-utils-native: inherit perlnative Dexuan Cui
2011-06-01 13:38 ` [RFC v1 PATCH 00/16] populate perl-native into its own directory Richard Purdie
2011-06-01 17:17 ` Tom Rini
2011-06-01 17:56 ` Richard Purdie
2011-06-01 19:39 ` Tom Rini
2011-06-01 20:05 ` Phil Blundell
2011-06-01 20:42 ` Tom Rini [this message]
2011-06-01 20:45 ` Phil Blundell
2011-06-01 20:59 ` Tom Rini
2011-06-02 14:06 ` Richard Purdie
2011-06-02 14:25 ` Tom Rini
2011-06-02 14:37 ` Phil Blundell
2011-06-02 16:28 ` Tom Rini
2011-06-02 16:35 ` Richard Purdie
2011-06-02 16:55 ` Tom Rini
2011-06-09 8:04 ` Richard Purdie
2011-06-09 8:08 ` Richard Purdie
2011-06-09 13:51 ` Cui, Dexuan
2011-06-09 13:56 ` Richard Purdie
2011-06-10 6:13 ` Cui, Dexuan
2011-06-10 14:23 ` Tom Rini
2011-06-10 14:26 ` Tom Rini
2011-06-02 13:46 ` Cui, Dexuan
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=4DE6A43A.3050401@mentor.com \
--to=tom_rini@mentor.com \
--cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox