mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Jes Sorensen <jes@sunsite.dk>
To: Tom Rini <trini@kernel.crashing.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Will 2.6 require Python for any configuration ? (CML2)
Date: 24 Aug 2001 18:03:44 +0200	[thread overview]
Message-ID: <d3wv3tv40v.fsf@lxplus035.cern.ch> (raw)
In-Reply-To: <E15a1rW-000MM9-00@f10.mail.ru> <20010823143443.F14302@cpe-24-221-152-185.az.sprintbbd.net> <d3ofp5wr46.fsf@lxplus035.cern.ch> <20010824083728.J14302@cpe-24-221-152-185.az.sprintbbd.net> <d31ym1wjk8.fsf@lxplus035.cern.ch> <20010824085052.K14302@cpe-24-221-152-185.az.sprintbbd.net>
In-Reply-To: Tom Rini's message of "Fri, 24 Aug 2001 08:50:52 -0700"

>>>>> "Tom" == Tom Rini <trini@kernel.crashing.org> writes:

Tom> On Fri, Aug 24, 2001 at 05:42:47PM +0200, Jes Sorensen wrote:
>> The real problems with Perl is that it exercises almost all of your
>> libc, uses floating point math, dlopen() and a lot of other
>> funnies. Successfully running Perl's test suite is a very good
>> indicator for the completeness of your libc. On the other hand gcc
>> and the development toolchain are remarkably easy to accomodate on
>> that front.

Tom> We're getting someplace now.  If you question the ability of the
Tom> platform to make reliable tools such as perl, why do you think
Tom> you'll have good binutils and gcc on the platform?

Maybe because I have ''been there done that''! This is exactly how
things were when we brought up the ia64 port.

Tom> If your
Tom> platform doesn't have dlopen() working then yes, python2 will
Tom> probably be pissed off.  I conceeded this last time too I think.
Tom> If you're trying to bring up a platform compiling a kernel is a
Tom> good test of having lots of things working.  With 2.6 it'll mean
Tom> one more thing is at least somewhat working, dlopen().

Do you have any idea how dlopen() actually works? It requires you to
have dynamic loading working, that means shared libraries ... please
do us a favor and go read the code in glibc in elf/*.c and
sysdep/<some-arch>/dl-machine.h (plus a couple of other
files). Implementing shared library support is ''very interesting''
but it's by far the first thing you do on a new system.

That aside, I am not aware whether Python2 actually requires dlopen to
work well enough to run CML2.

Tom> Or you
Tom> can go and make a CML2 interp in C.  Or sh.  I'm quite happy
Tom> cross compiling stuff until things get a bit farther along on a
Tom> brand spanking new platform.

Well I can tell you that most people would like to compile their
kernels on the host even BEFORE they get shared libraries going.

Ok, I think I have spent enough time on this discussion now, back to
hacking.

Jes

  reply	other threads:[~2001-08-24 16:04 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-23 21:18 Samium Gromoff
2001-08-23 21:34 ` Tom Rini
2001-08-24 12:59   ` Jes Sorensen
2001-08-24 15:37     ` Tom Rini
2001-08-24 15:42       ` Jes Sorensen
2001-08-24 15:50         ` Tom Rini
2001-08-24 16:03           ` Jes Sorensen [this message]
     [not found] <20010823191423.I14302@cpe-24-221-152-185.az.sprintbbd.net>
2001-08-24  3:01 ` Rick Hohensee
  -- strict thread matches above, loose matches on Subject: below --
2001-08-23 21:39 Samium Gromoff
2001-08-23 21:12 Samium Gromoff
2001-08-23 21:32 ` Tom Rini
2001-08-23 21:08 Rick Hohensee
2001-08-23 21:01 ` Tom Rini
2001-08-23 20:56 Samium Gromoff
2001-08-23 21:14 ` Tom Rini
2001-08-23 20:41 Samium Gromoff
2001-08-23 20:53 ` Tom Rini
2001-08-25  4:11   ` Ben Ford
2001-08-25 14:51     ` Tom Rini
2001-08-22  6:08 =?unknown-8bit?B?RnLpZOlyaWMgTC4gVy4=?= Meunier
2001-08-23 12:05 ` Roland Bauerschmidt
2001-08-23 15:36   ` Bob Glamm
2001-08-23 15:55     ` Disconnect
2001-08-23 18:36       ` Daniel Phillips
2001-08-23 18:44         ` Disconnect
2001-08-23 19:01           ` David Weinehall
2001-08-23 19:22             ` Alan Cox
2001-08-23 19:02           ` Roland Bauerschmidt
2001-08-23 19:09           ` Rik van Riel
2001-08-23 19:31             ` Disconnect
2001-08-23 22:52               ` John Alvord
2001-08-24  1:51                 ` Keith Owens
2001-08-23 15:55     ` Joshua Schmidlkofer
2001-08-23 15:59     ` Tom Rini
2001-08-23 19:26       ` Jes Sorensen
2001-08-23 19:32         ` David Weinehall
2001-08-23 19:41         ` Tom Rini
2001-08-23 19:50           ` Tom Rini
2001-08-23 20:02           ` Jes Sorensen
2001-08-23 20:13             ` Tom Rini
2001-08-23 20:43               ` Jes Sorensen
2001-08-23 21:12                 ` Tom Rini
2001-08-24  4:59           ` Denis Perchine
2001-08-24  6:35             ` Leonid Mamtchenkov
2001-08-24  7:13               ` Denis Perchine
2001-08-24 15:01                 ` Mark Hahn
2001-08-24 13:35             ` Ryan W. Maple
2001-08-25  1:14               ` Michael Peddemors
2001-08-24 17:42             ` David Lang
2001-08-23 16:24     ` Roland Bauerschmidt
2001-08-23 17:57     ` Kurt Roeckx
2001-08-24  8:10 ` Matthias Andree

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=d3wv3tv40v.fsf@lxplus035.cern.ch \
    --to=jes@sunsite.dk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trini@kernel.crashing.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

all inboxes | Powered by JetHome®