public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: GCC3.1 bootstrap fails
       [not found] <20020602170104.750B0AC465@chiba.3jane.net>
@ 2002-06-02 17:42 ` Prashanth Aditya Susarla
  2002-06-02 21:32   ` Bart Verwilst
  0 siblings, 1 reply; 13+ messages in thread
From: Prashanth Aditya Susarla @ 2002-06-02 17:42 UTC (permalink / raw
  To: gentoo-dev

>do -not- use  -fomit-frame-pointer during bootstrap! (can anyone who
>actually got this to -work- using omit-frame-pointer speak up??) 
>
>This causes breakage in glibc.

That's interesting. When I used default-1.0, I used all the flags which
one particular FAQ on gentoo.org mentioned (-fforce-addr
-fomit-frame-pointer -funroll-loops blah blah blah along with -march=i686
-O3 of course) and everything worked fine (atleast compiled fine though I
was not truly happy with the performance (lots of memory leaks and
subsequent crashes of kswapd primarily). So maybe this is an issue only
with gcc-3.x and/or binutils-2.12.x. But I toned down the optimizations
and the bootstrap worked fine.

>this is due to a broken glibc (omit frame pointer and -O3. I think glibc
>strips out -O3 but  not the -f flags. )

gcc does this. glibc retains whatever you specify. Anyway, that's beside
the point - only for the sake of information ;-).

>> problem is that most binaries segfault soon after glibc is built.
>Try again with -O2 -pipe  and you will get a working system :)

Infact, I finally used the default options for Athlon systems (-march=i686
-pipe -O3.... not -O2 but -O3) and glibc didn't break. As I said earlier,
this is strange because all those crazy optimizations worked in the case
of the default-1.0 profile. 

>emerge system
>/(watch it break down and cry in xfree because you overoptimized)

So you're saying that if I use -march=athlon-tbird -fomit-frame-pointer
-O3 [-pipe] -mmmx -m3dnow (the latter only for the sake of multimedia apps
like xmms, mplayer etc.) the xfree ebuild b0rks out? That's too bad,
really. And the thing with xfree is that experimenting stops being an
option if the very first emerge itself doesn't work :-(. Not all of us
have all the time in the world...

Regards,
Prashanth Aditya Susarla



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-02 17:42 ` [gentoo-dev] Re: GCC3.1 bootstrap fails Prashanth Aditya Susarla
@ 2002-06-02 21:32   ` Bart Verwilst
  2002-06-03  0:53     ` Prashanth Aditya Susarla
                       ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Bart Verwilst @ 2002-06-02 21:32 UTC (permalink / raw
  To: gentoo-dev

Would be cool if you could try and bootstrap again with -fomit-frame-pointer, 
and now use the 1.3-gcc3.1 tarball from ibiblio 
(http://www.ibiblio.org/gentoo/releases/build/) i just made. If it fails, i 
guess we should filter out most of the optimisations... I think the new 
gcc3.1-compiled tarball will make all the gcc3.1-users much happier :o)
I also updated the packages file from the gcc 3.1 profile, and the 
make.defaults. Please keep us posted on any progress!

Thanks!


On Sunday 02 June 2002 19:42, Prashanth Aditya Susarla wrote:
|| >do -not- use  -fomit-frame-pointer during bootstrap! (can anyone who
|| >actually got this to -work- using omit-frame-pointer speak up??)
|| >
|| >This causes breakage in glibc.
||
|| That's interesting. When I used default-1.0, I used all the flags which
|| one particular FAQ on gentoo.org mentioned (-fforce-addr
|| -fomit-frame-pointer -funroll-loops blah blah blah along with -march=i686
|| -O3 of course) and everything worked fine (atleast compiled fine though I
|| was not truly happy with the performance (lots of memory leaks and
|| subsequent crashes of kswapd primarily). So maybe this is an issue only
|| with gcc-3.x and/or binutils-2.12.x. But I toned down the optimizations
|| and the bootstrap worked fine.
||
|| >this is due to a broken glibc (omit frame pointer and -O3. I think glibc
|| >strips out -O3 but  not the -f flags. )
||
|| gcc does this. glibc retains whatever you specify. Anyway, that's beside
|| the point - only for the sake of information ;-).
||
|| >> problem is that most binaries segfault soon after glibc is built.
|| >
|| >Try again with -O2 -pipe  and you will get a working system :)
||
|| Infact, I finally used the default options for Athlon systems (-march=i686
|| -pipe -O3.... not -O2 but -O3) and glibc didn't break. As I said earlier,
|| this is strange because all those crazy optimizations worked in the case
|| of the default-1.0 profile.
||
|| >emerge system
|| >/(watch it break down and cry in xfree because you overoptimized)
||
|| So you're saying that if I use -march=athlon-tbird -fomit-frame-pointer
|| -O3 [-pipe] -mmmx -m3dnow (the latter only for the sake of multimedia apps
|| like xmms, mplayer etc.) the xfree ebuild b0rks out? That's too bad,
|| really. And the thing with xfree is that experimenting stops being an
|| option if the very first emerge itself doesn't work :-(. Not all of us
|| have all the time in the world...
||
|| Regards,
|| Prashanth Aditya Susarla

-- 
Bart Verwilst
Gentoo Linux Developer, Desktop Team
Gent, Belgium


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-02 21:32   ` Bart Verwilst
@ 2002-06-03  0:53     ` Prashanth Aditya Susarla
  2002-06-03  1:18     ` Prashanth Aditya Susarla
  2002-06-03  3:52     ` Brian Webb
  2 siblings, 0 replies; 13+ messages in thread
From: Prashanth Aditya Susarla @ 2002-06-03  0:53 UTC (permalink / raw
  To: gentoo-dev

Great work. I'll definitely try it out. Can I use the -march=athlon-tbird
flag at the outset with this build image? I guess I can.
About some more developments - I followed Spider's "recipe" (as he calls
it :-)) to build a gcc-3.1 system and I must say it works great. I stored
away the safe packages and then changed the optmizations a bit. The system
always complains whenever glibc is compiled with -fomit-frame-pointer. I
kept the other flags intact and just removed this, and again everything is
perfect. I think this new gcc-3.1 tarball had to come out...

Regards,
Prashanth

On Sun, 2 Jun 2002, Bart Verwilst wrote:

>Would be cool if you could try and bootstrap again with -fomit-frame-pointer, 
>and now use the 1.3-gcc3.1 tarball from ibiblio 
>(http://www.ibiblio.org/gentoo/releases/build/) i just made. If it fails, i 
>guess we should filter out most of the optimisations... I think the new 
>gcc3.1-compiled tarball will make all the gcc3.1-users much happier :o)
>I also updated the packages file from the gcc 3.1 profile, and the 
>make.defaults. Please keep us posted on any progress!
>
>Thanks!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-02 21:32   ` Bart Verwilst
  2002-06-03  0:53     ` Prashanth Aditya Susarla
@ 2002-06-03  1:18     ` Prashanth Aditya Susarla
  2002-06-03  2:07       ` Prashanth Aditya Susarla
  2002-06-03  3:52     ` Brian Webb
  2 siblings, 1 reply; 13+ messages in thread
From: Prashanth Aditya Susarla @ 2002-06-03  1:18 UTC (permalink / raw
  To: gentoo-dev

>and now use the 1.3-gcc3.1 tarball from ibiblio 

I think it's missing /usr/sbin/install-info. So emerge skips the info
regeneration step after each emerge. Don't know how serious this could be
but it's to be looked at I suppose.

Regards,
Prashanth



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-03  1:18     ` Prashanth Aditya Susarla
@ 2002-06-03  2:07       ` Prashanth Aditya Susarla
  0 siblings, 0 replies; 13+ messages in thread
From: Prashanth Aditya Susarla @ 2002-06-03  2:07 UTC (permalink / raw
  To: gentoo-dev

On Mon, 3 Jun 2002, Prashanth Aditya Susarla wrote:

>>and now use the 1.3-gcc3.1 tarball from ibiblio 

The build fails with this tarball also on using -fomit-frame-pointer. The
same situation happens ie. most binaries go haywire.

Regards,
Prashanth



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-02 21:32   ` Bart Verwilst
  2002-06-03  0:53     ` Prashanth Aditya Susarla
  2002-06-03  1:18     ` Prashanth Aditya Susarla
@ 2002-06-03  3:52     ` Brian Webb
  2002-06-03  6:04       ` Brian Webb
  2 siblings, 1 reply; 13+ messages in thread
From: Brian Webb @ 2002-06-03  3:52 UTC (permalink / raw
  To: gentoo-dev

I tried the 1.3-gcc3.1 profile but ran into some problems, and now I can't
get any 3.0 profile to work!
I first booted from a 1.1a stage1 CD, I then downloaded an untared the
1.3-gcc3.1 stage1, changed the CFLAGS and CXXFLAGS in make.conf to
"-march=athlon-xp -O3 -pipe", and bootstrapped.
I soon realized that make.profile was pointing to the default profile when
it started building gcc-2.95.3.  Since this is a 3.1 bootstrap, it seems
like the default make.profile link should be to the 3.0 profile instead,
but that wasn't a problem.  I started over, remembering to change the
make.profile link, and bootstrap finished successfully.
There were some errors about info files (this was mentioned in a previous
email), but I didn't think much of them.  Unfortunately, the "emerge
system" step failed when building e2fsprogs because it couldn't find
makeinfo.
While I was trying to figure out how to build makeinfo I decided to
"emerge rsync" just in case something had gotten fixed in the last couple
of hours ;-).  That's when things really fell apart.  After that I
couldn't get any emerges to work.  I kept getting "Couldn't find match
for..." from emerge.
At this point I decided that something was really messed up, so decided to
start over from a more standard gcc-3.1 bootstrap that worked for me just
a day or two ago.
I have successfully bootstrapped on a similar system using a 1.1a stage1
and the 3.0 make profile as long as I don't change the CFLAGS or CXXFLAGS
until the "emerge system" step (after the gcc 3.1 compiler has been
built).  Unfortunately, this is no longer working either.
I now get the "Couldn't find match for..." error messages almost
immediately after running bootstrap.sh.  The error messages start just
after portage has been emerged.  Has something recently changed with
portage or the gcc 3.0 profile that could have caused this?  Any idea how
I can fix this?
Brian

> Would be cool if you could try and bootstrap again with
> -fomit-frame-pointer,  and now use the 1.3-gcc3.1 tarball from ibiblio
> (http://www.ibiblio.org/gentoo/releases/build/) i just made. If it
> fails, i  guess we should filter out most of the optimisations... I
> think the new  gcc3.1-compiled tarball will make all the gcc3.1-users
> much happier :o) I also updated the packages file from the gcc 3.1
> profile, and the  make.defaults. Please keep us posted on any progress!





^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-03  6:04       ` Brian Webb
@ 2002-06-03  5:59         ` Prashanth Aditya Susarla
  2002-06-03  6:08           ` [gentoo-dev] Re: Correction - " Prashanth Aditya Susarla
  2002-06-04 17:12           ` [gentoo-dev] " Matthew Kennedy
  0 siblings, 2 replies; 13+ messages in thread
From: Prashanth Aditya Susarla @ 2002-06-03  5:59 UTC (permalink / raw
  To: gentoo-dev

I've managed to get a working system up and running on gcc-3.1. I used the 
1.3-gcc3.1 stage1 tarball with the following optimizations:-
-march=athlon-tbird -mmmx -m3dnow -O3 -pipe (no -fomit-frame-pointer). The 
mmx and 3dnow flags are obviously only cosmetic at this stage but there 
was no problem with -O3.
There was that problem with xfree, which I could solve by using 
-march=i686 -O3 -pipe (again no -fomit-frame-pointer and -O3 caused no 
problems).
Since -fomit-frame-pointer used to work everywhere with gcc-2..95.x, I 
find it somewhat strange that it should b0rk out with gcc-3.1. It's maybe 
because of changes in the compiler itself, or maybe because of the 
software itself - which the earlier compiler let through without any fuss.
The second looks more likely because my regular optimization flags (for 
the system builds as well as world builds) are -march=-athlon-tbird -mmmx 
-m3dnow -O3 -pipe -fomit-frame-pointer and there's absolutely no problem.
I have yet to compile  qt and kde and going by what I've seen about these 
builds vis-a-vis gcc 3.1 I just might have to go easy again on the 
optimization flags a bit (like I did for xfree).

Regards,
Prashanth Aditya Susarl

On Sun, 2 Jun 2002, Brian Webb wrote:

> I think I may have found at least part of the problem.  I noticed that on
> my other gcc-3.0 profile machines, texinfo couldn't be emerged.  It turns
> out that texinfo is masked.  Texinfo is a required system package in the
> gcc-3.0 profile and it's masked the package.mask, which obviously is not a
> good thing.  If I unmask texinfo my existing systems are happy, but I
> haven't tested it on a bootstrap yet.
> 
> Brian
> 
> 
> P.S. Sorry about the run-on emails.  I really have to figure out why
> Squirrelmail is running all my paragraphs together!!!!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-03  3:52     ` Brian Webb
@ 2002-06-03  6:04       ` Brian Webb
  2002-06-03  5:59         ` Prashanth Aditya Susarla
  0 siblings, 1 reply; 13+ messages in thread
From: Brian Webb @ 2002-06-03  6:04 UTC (permalink / raw
  To: gentoo-dev

I think I may have found at least part of the problem.  I noticed that on
my other gcc-3.0 profile machines, texinfo couldn't be emerged.  It turns
out that texinfo is masked.  Texinfo is a required system package in the
gcc-3.0 profile and it's masked the package.mask, which obviously is not a
good thing.  If I unmask texinfo my existing systems are happy, but I
haven't tested it on a bootstrap yet.

Brian


P.S. Sorry about the run-on emails.  I really have to figure out why
Squirrelmail is running all my paragraphs together!!!!

> I tried the 1.3-gcc3.1 profile but ran into some problems, and now I
> can't get any 3.0 profile to work!

> I first booted from a 1.1a stage1 CD, I then downloaded an untared the
> 1.3-gcc3.1 stage1, changed the CFLAGS and CXXFLAGS in make.conf to
> "-march=athlon-xp -O3 -pipe", and bootstrapped.

> I soon realized that make.profile was pointing to the default profile
> when it started building gcc-2.95.3.  Since this is a 3.1 bootstrap, it
> seems like the default make.profile link should be to the 3.0 profile
> instead, but that wasn't a problem.  I started over, remembering to
> change the make.profile link, and bootstrap finished successfully.

> There were some errors about info files (this was mentioned in a
> previous email), but I didn't think much of them.  Unfortunately, the
> "emerge system" step failed when building e2fsprogs because it couldn't
> find makeinfo.

> While I was trying to figure out how to build makeinfo I decided to
> "emerge rsync" just in case something had gotten fixed in the last
> couple of hours ;-).  That's when things really fell apart.  After that
> I couldn't get any emerges to work.  I kept getting "Couldn't find
> match for..." from emerge.

> At this point I decided that something was really messed up, so decided
> to start over from a more standard gcc-3.1 bootstrap that worked for me
> just a day or two ago.

> I have successfully bootstrapped on a similar system using a 1.1a
> stage1 and the 3.0 make profile as long as I don't change the CFLAGS or
> CXXFLAGS until the "emerge system" step (after the gcc 3.1 compiler has
> been built).  Unfortunately, this is no longer working either.
> I now get the "Couldn't find match for..." error messages almost
> immediately after running bootstrap.sh.  The error messages start just
> after portage has been emerged.  Has something recently changed with
> portage or the gcc 3.0 profile that could have caused this?  Any idea
> how I can fix this?
> Brian
>
>> Would be cool if you could try and bootstrap again with
>> -fomit-frame-pointer,  and now use the 1.3-gcc3.1 tarball from ibiblio
>> (http://www.ibiblio.org/gentoo/releases/build/) i just made. If it
>> fails, i  guess we should filter out most of the optimisations... I
>> think the new  gcc3.1-compiled tarball will make all the gcc3.1-users
>> much happier :o) I also updated the packages file from the gcc 3.1
>> profile, and the  make.defaults. Please keep us posted on any
>> progress!
>
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev





^ permalink raw reply	[flat|nested] 13+ messages in thread

* [gentoo-dev] Re: Correction - GCC3.1 bootstrap fails
  2002-06-03  5:59         ` Prashanth Aditya Susarla
@ 2002-06-03  6:08           ` Prashanth Aditya Susarla
  2002-06-04 17:12           ` [gentoo-dev] " Matthew Kennedy
  1 sibling, 0 replies; 13+ messages in thread
From: Prashanth Aditya Susarla @ 2002-06-03  6:08 UTC (permalink / raw
  To: gentoo-dev

I had indeed used -fomit-frame-pointer also in my xfree ebuild but the 
arch specification was i686 and then there was -O3 -pipe...

I am extremely sorry for the repeated mail/posts/spam.

Regards,
Prashanth Aditya Susarla

On Mon, 3 Jun 2002, Prashanth Aditya Susarla wrote:

> There was that problem with xfree, which I could solve by using 
> -march=i686 -O3 -pipe (again no -fomit-frame-pointer and -O3 caused no 
> problems).



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-04 17:12           ` [gentoo-dev] " Matthew Kennedy
@ 2002-06-03 16:49             ` Prashanth Aditya Susarla
  2002-06-05  5:51               ` Christian Hergl
  0 siblings, 1 reply; 13+ messages in thread
From: Prashanth Aditya Susarla @ 2002-06-03 16:49 UTC (permalink / raw
  To: gentoo-dev

kdemultimedia doesn't compile at all because it has a dependency on xanim. 
And there's some problem with xa_x11.c (which I don't know whether it's 
being caused by gcc-3.1 + such heavy optimization or otherwise). Anyway, 
kdelibs, kdebase, kdeadmin, kdeartwork (even arts) have gone on smoothly 
enough. I am completing the rest of the kde packages now and will look at 
xanim/kdemultimedia again. At the outset, I can't find any USE flag which 
might make kdemultimedia want to depend on xanim. If I find something like 
that, I will un-USE it and proceed with kdemultimedia.

Regards,
Prashanth Aditya Susarla

On 4 Jun 2002, Matthew Kennedy wrote:
> 
> I'd be very interested to hear how compiling KDE (kdemultimedia in
> particular) goes for you with those flags.
> 
> Thanks
> 
> -- 
> Matthew Kennedy
> Gentoo Linux Developer
> Bugs go in http://bugs.gentoo.org!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-05  5:51               ` Christian Hergl
@ 2002-06-04  6:05                 ` Prashanth Aditya Susarla
  0 siblings, 0 replies; 13+ messages in thread
From: Prashanth Aditya Susarla @ 2002-06-04  6:05 UTC (permalink / raw
  To: gentoo-dev

Yeah actually I was about to post this one but I thought I'd check out 
bugs.gentoo first. xanim finally compiled (with the r4 revision) so I 
thought I'll go ahead with kdemultimedia and kdeaddons and both of them 
crapped out while compile. So if -O2 works, so be it :-(.

Regards,
Prashanth

On Wed, 5 Jun 2002, Christian Hergl wrote:

> Hi all together,
> 
> just to let ya know, I emerged kdemultimedia successfully with the -O2 
> optimation. -O3 seems to be too strong. Problem is knowen and worked on.
> 
> Regards,
> Christian



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-03  5:59         ` Prashanth Aditya Susarla
  2002-06-03  6:08           ` [gentoo-dev] Re: Correction - " Prashanth Aditya Susarla
@ 2002-06-04 17:12           ` Matthew Kennedy
  2002-06-03 16:49             ` Prashanth Aditya Susarla
  1 sibling, 1 reply; 13+ messages in thread
From: Matthew Kennedy @ 2002-06-04 17:12 UTC (permalink / raw
  To: gentoo-dev

Prashanth Aditya Susarla <aditya@iitk.ac.in> writes:

> I have yet to compile  qt and kde and going by what I've seen about these 
> builds vis-a-vis gcc 3.1 I just might have to go easy again on the 
> optimization flags a bit (like I did for xfree).

I'd be very interested to hear how compiling KDE (kdemultimedia in
particular) goes for you with those flags.

Thanks

-- 
Matthew Kennedy
Gentoo Linux Developer
Bugs go in http://bugs.gentoo.org!



^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [gentoo-dev] Re: GCC3.1 bootstrap fails
  2002-06-03 16:49             ` Prashanth Aditya Susarla
@ 2002-06-05  5:51               ` Christian Hergl
  2002-06-04  6:05                 ` Prashanth Aditya Susarla
  0 siblings, 1 reply; 13+ messages in thread
From: Christian Hergl @ 2002-06-05  5:51 UTC (permalink / raw
  To: gentoo-dev

Hi all together,

just to let ya know, I emerged kdemultimedia successfully with the -O2 
optimation. -O3 seems to be too strong. Problem is knowen and worked on.

Regards,
Christian

Prashanth Aditya Susarla wrote:
> kdemultimedia doesn't compile at all because it has a dependency on xanim. 
> And there's some problem with xa_x11.c (which I don't know whether it's 
> being caused by gcc-3.1 + such heavy optimization or otherwise). Anyway, 
> kdelibs, kdebase, kdeadmin, kdeartwork (even arts) have gone on smoothly 
> enough. I am completing the rest of the kde packages now and will look at 
> xanim/kdemultimedia again. At the outset, I can't find any USE flag which 
> might make kdemultimedia want to depend on xanim. If I find something like 
> that, I will un-USE it and proceed with kdemultimedia.
> 
> Regards,
> Prashanth Aditya Susarla
> 
> On 4 Jun 2002, Matthew Kennedy wrote:
> 
>>I'd be very interested to hear how compiling KDE (kdemultimedia in
>>particular) goes for you with those flags.
>>
>>Thanks
>>
>>-- 
>>Matthew Kennedy
>>Gentoo Linux Developer
>>Bugs go in http://bugs.gentoo.org!
> 
> 
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> 




^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2002-06-05  5:58 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20020602170104.750B0AC465@chiba.3jane.net>
2002-06-02 17:42 ` [gentoo-dev] Re: GCC3.1 bootstrap fails Prashanth Aditya Susarla
2002-06-02 21:32   ` Bart Verwilst
2002-06-03  0:53     ` Prashanth Aditya Susarla
2002-06-03  1:18     ` Prashanth Aditya Susarla
2002-06-03  2:07       ` Prashanth Aditya Susarla
2002-06-03  3:52     ` Brian Webb
2002-06-03  6:04       ` Brian Webb
2002-06-03  5:59         ` Prashanth Aditya Susarla
2002-06-03  6:08           ` [gentoo-dev] Re: Correction - " Prashanth Aditya Susarla
2002-06-04 17:12           ` [gentoo-dev] " Matthew Kennedy
2002-06-03 16:49             ` Prashanth Aditya Susarla
2002-06-05  5:51               ` Christian Hergl
2002-06-04  6:05                 ` Prashanth Aditya Susarla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox