RE: [Cooker] compat libstdc++ ???

2001-03-28 Thread Don Head

> > Thanks! What is this `lib policy´? I have some vague idea, but
> > where can I find some documentation on it? I think the 
> > Mandrake site really lacks this kind of documentation...
> 
> No, it's here:
> 
> http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/doc/policy/policy.xml

Not being as XML-and-Java-educated as I'd like to be
(although I know at least the XLM part will be happening
somewhat soon), I'm at a loss as to how to read that.

I went up a directory and noticed the Makefile, noticed
that it seemed to be to generate an HTML version, and
proceeded to download it along with the XML version of
that document (I would have gone straight for the TXT
version I saw there, but it's date and version were much
older than the XML version).

I tried running the Makefile, and of course I got an
error.  Now, as I said earlier, I know nothing about Java
and XML.  I thought that by verifying that I had a few
RPMS installed, I'd be fine..

-< ~ >-$ rpm -qa | grep -i xml
xml-common-0.1-3mdk
libxml2-2.3.4-1mdk
libxml-1.8.11-1mdk
docbook-dtd412-xml-1.0-3mdk
-< ~ >-$ rpm -qa | grep -i xsl
docbook-style-xsl-1.29-3mdk
-< ~ >-$ rpm -qa | grep -i kaffe
kaffe-1.0.6-7mdk
-< ~ >-$ rpm -qa | grep -i jdk
jdk-sun-1.2.2-3mdk

.. apparently, I was wrong. =(

Closer inspection of that Makefile enlightened me to a
few things, which I have no clue what to do about..

html:
   java -classpath
"/usr/share/kaffe/Klasses.jar:/home/warly//local/src/xml/xt/xt.jar:/home/war
ly/local/src/xml/xt/sax.jar:/home/warly/local/src/xml/xp/xp.jar"  \
   com.jclark.xsl.sax.Driver \
   policy.xml \
   /usr/share/sgml/docbook/xsl-stylesheets-1.24/html/docbook.xsl \
   policy.html

.. like the fact that I can't get into warly's home
directory from my work box here in St. Louis, MO. =P
(I did change stylesheets-1.24 to stylesheets-1.29)


So.. I'm curious if I could get an HTML version of the
lib policy, or another way to generate one.

Thank you.  =)


Don Head
SAIR LCA, CIW-P, Network+, A+

Linux and A+ Mentor [ [EMAIL PROTECTED] ]
Content Developer   [ 1 314 692-1942 ]
Wave Technologies, Inc.   [ 1 800 826-4640 x1942 ]
[ AIM - Don Wave ] [ ICQ - 18804935 ] [ Yahoo - Don_Wave ]




Re: [Cooker] compat libstdc++ ???

2001-03-27 Thread Daniel Serodio

Well, a forced install did it, but I'd rather have a clean RPM
database.

On 2001.03.23 01:10:36 -0300 R.I.P. Deaddog wrote:
> 
> :o
> 
> I mean a forced INSTALL, not a forced upgrade! However the case for me
> and
> for you seems to be different -- I have libstdc++-2.95.2-xxx from LM 7.2,
> and seems you have an earlier cooker version of libstdc++... it works
> for me, but probably won't work for you...
> 
> Abel Cheung
> 
> On Fri, 23 Mar 2001, Eric MC D wrote:
> 
> > Indeed, many packages needs  ibstdc++-libc6.1-2.so.3 .
> > This one is available by libstdc++-2.96-0.33mdk, this is what I have
> and
> > it contains ibstdc++-libc6.1-2.so.3 !
> > An upgrade to version 2.10-2.96-0.45 is NOT possible because it DON'T
> > contains ibstdc++-libc6.1-2.so.3 .
> > Are you sure when forcing an update that file wouldn't be erased ??
> > Eric MC
> >
> >
> > On Thursday 22 March 2001 20:20, you wrote:
> > | This package needs a fix soon, but for now it seems to me that a "rpm
> > | -ivh --force" works, since almost all c++ programs are linked to
> > | "libstdc++-libc6.1-2.so.3" instead of "libstdc++-libc6.1-1.so.2".
> > |
> > | Abel Cheung
> > |
> > | On Wed, 21 Mar 2001, Peter Ruskin wrote:
> > | > On Tuesday 20 March 2001 16:18, Guillaume Cottenceau wrote:
> > | > > Daniel Serodio <[EMAIL PROTECTED]> writes:
> > | > > > I want to upgrade my libstdc++ to the cooker version,
> but a lot
> > | > > > of my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> > | > > > compat-libstdc++ like there is for glibc? Thanks.
> > | > >
> > | > > You don't need to upgrade: since we now use the lib policy you
> can
> > | > > install the following package without removing the old one:
> > | > >
> > | > > libstdc++2.10-2.96-0.44mdk.i586.rpm
> > | >
> > | > Are you sure Guillaume?
> > | >
> > | > [19:39
> > | > root@penguin:/mnt/downloads/mandrake-devel/cooker/Mandrake/RPMS]#
> rpm
> > | > -ivh libstdc++2.10-2.96-0.45mdk.i586.rpm
> > | > file /usr/lib/libstdc++-libc6.1-1.so.2 from install of
> > | > libstdc++2.10-2.96-0.44mdk conflicts with file from package
> > | > libstdc++-2.95.2-12mdk
> >
> >
> 
> 
> 
-- 
[]'s|.~.  
Daniel Serodio (lobo on irc)|/V\www.linux.org
[EMAIL PROTECTED]  |   // \\   www.gnu.org
|  /(   )\  www.gnome.org
|   ^`~'^





Re: [Cooker] compat libstdc++ ???

2001-03-22 Thread R.I.P. Deaddog


:o

I mean a forced INSTALL, not a forced upgrade! However the case for me and
for you seems to be different -- I have libstdc++-2.95.2-xxx from LM 7.2,
and seems you have an earlier cooker version of libstdc++... it works
for me, but probably won't work for you...

Abel Cheung

On Fri, 23 Mar 2001, Eric MC D wrote:

> Indeed, many packages needs  ibstdc++-libc6.1-2.so.3 .
> This one is available by libstdc++-2.96-0.33mdk, this is what I have and
> it contains ibstdc++-libc6.1-2.so.3 !
> An upgrade to version 2.10-2.96-0.45 is NOT possible because it DON'T
> contains ibstdc++-libc6.1-2.so.3 .
> Are you sure when forcing an update that file wouldn't be erased ??
> Eric MC
>
>
> On Thursday 22 March 2001 20:20, you wrote:
> | This package needs a fix soon, but for now it seems to me that a "rpm
> | -ivh --force" works, since almost all c++ programs are linked to
> | "libstdc++-libc6.1-2.so.3" instead of "libstdc++-libc6.1-1.so.2".
> |
> | Abel Cheung
> |
> | On Wed, 21 Mar 2001, Peter Ruskin wrote:
> | > On Tuesday 20 March 2001 16:18, Guillaume Cottenceau wrote:
> | > > Daniel Serodio <[EMAIL PROTECTED]> writes:
> | > > >   I want to upgrade my libstdc++ to the cooker version, but a lot
> | > > > of my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> | > > > compat-libstdc++ like there is for glibc? Thanks.
> | > >
> | > > You don't need to upgrade: since we now use the lib policy you can
> | > > install the following package without removing the old one:
> | > >
> | > > libstdc++2.10-2.96-0.44mdk.i586.rpm
> | >
> | > Are you sure Guillaume?
> | >
> | > [19:39
> | > root@penguin:/mnt/downloads/mandrake-devel/cooker/Mandrake/RPMS]# rpm
> | > -ivh libstdc++2.10-2.96-0.45mdk.i586.rpm
> | > file /usr/lib/libstdc++-libc6.1-1.so.2 from install of
> | > libstdc++2.10-2.96-0.44mdk conflicts with file from package
> | > libstdc++-2.95.2-12mdk
>
>





Re: [Cooker] compat libstdc++ ???

2001-03-22 Thread Daniel Serodio


On 2001.03.20 14:34:52 -0300 Chmouel Boudjnah wrote:
> Daniel Serodio <[EMAIL PROTECTED]> writes:
> 
> > I want to upgrade my libstdc++ to the cooker version, but a lot
> of
> > my programs need ' . Isn't there some
> > compat-libstdc++ like there is for glibc? Thanks.
> 
> try to install egcs-libstdc++ 

egcs-libstdc++-1.1.2-41mdk.i586.rpm (the one in cooker) has 
/usr/lib/libg++.so.2.7.2.8
/usr/lib/libstdc++-2-libc6.2-1-2.9.0.so
/usr/lib/libstdc++.so.2.7.2.8
/usr/lib/libstdc++.so.2.8.0
/usr/lib/libstdc++.so.2.9.dummy

But not 'libstdc++-libc6.1-2.so.3', which is what I need...

-- 
[]'s|.~.  
Daniel Serodio (lobo on irc)|/V\www.linux.org
[EMAIL PROTECTED]  |   // \\   www.gnu.org
|  /(   )\  www.gnome.org
|   ^`~'^





Re: [Cooker] compat libstdc++ ???

2001-03-22 Thread R.I.P. Deaddog


This package needs a fix soon, but for now it seems to me that a "rpm -ivh
--force" works, since almost all c++ programs are linked to
"libstdc++-libc6.1-2.so.3" instead of "libstdc++-libc6.1-1.so.2".

Abel Cheung


On Wed, 21 Mar 2001, Peter Ruskin wrote:

> On Tuesday 20 March 2001 16:18, Guillaume Cottenceau wrote:
> > Daniel Serodio <[EMAIL PROTECTED]> writes:
> > >   I want to upgrade my libstdc++ to the cooker version, but a lot of
> > > my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> > > compat-libstdc++ like there is for glibc? Thanks.
> >
> > You don't need to upgrade: since we now use the lib policy you can
> > install the following package without removing the old one:
> >
> > libstdc++2.10-2.96-0.44mdk.i586.rpm
>
> Are you sure Guillaume?
>
> [19:39 root@penguin:/mnt/downloads/mandrake-devel/cooker/Mandrake/RPMS]#
> rpm -ivh libstdc++2.10-2.96-0.45mdk.i586.rpm
> file /usr/lib/libstdc++-libc6.1-1.so.2 from install of
> libstdc++2.10-2.96-0.44mdk conflicts with file from package
> libstdc++-2.95.2-12mdk
>





Re: [Cooker] compat libstdc++ ???

2001-03-22 Thread Peter Ruskin

On Tuesday 20 March 2001 16:18, Guillaume Cottenceau wrote:
> Daniel Serodio <[EMAIL PROTECTED]> writes:
> > I want to upgrade my libstdc++ to the cooker version, but a lot of
> > my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> > compat-libstdc++ like there is for glibc? Thanks.
>
> You don't need to upgrade: since we now use the lib policy you can
> install the following package without removing the old one:
>
> libstdc++2.10-2.96-0.44mdk.i586.rpm

Are you sure Guillaume?

[19:39 root@penguin:/mnt/downloads/mandrake-devel/cooker/Mandrake/RPMS]# 
rpm -ivh libstdc++2.10-2.96-0.45mdk.i586.rpm
file /usr/lib/libstdc++-libc6.1-1.so.2 from install of 
libstdc++2.10-2.96-0.44mdk conflicts with file from package 
libstdc++-2.95.2-12mdk
-- 
  
 Linux Mandrake release 7.2 (Odyssey) for i586
KDE 2.1
   Linux 2.2.17-27mdkWin4Lin, Uptime 1 hour 31 minutes
  




Re: [Cooker] compat libstdc++ ???

2001-03-21 Thread Guillaume Cottenceau

Daniel Serodio <[EMAIL PROTECTED]> writes:


[...]

>   Thanks! What is this `lib policy´? I have some vague idea, but
> where can I find some documentation on it? I think the Mandrake site really
> lacks this kind of documentation...

No, it's here:

http://www.linux-mandrake.com/cgi-bin/cvsweb.cgi/doc/policy/policy.xml


-- 
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/




Re: [Cooker] compat libstdc++ ???

2001-03-21 Thread Guillaume Cottenceau

Daniel Serodio <[EMAIL PROTECTED]> writes:

> On 2001.03.20 13:18:41 -0300 Guillaume Cottenceau wrote:
> > Daniel Serodio <[EMAIL PROTECTED]> writes:
> > 
> > >   I want to upgrade my libstdc++ to the cooker version, but a lot
> > of
> > > my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> > > compat-libstdc++ like there is for glibc? Thanks.
> > 
> > You don't need to upgrade: since we now use the lib policy you can
> > install
> > the following package without removing the old one:
> > 
> > libstdc++2.10-2.96-0.44mdk.i586.rpm
> 
>   Oops... 
> 
> $ rpm -ivh libstdc++2.10-2.96-0.44mdk.i586.rpm
> libstdc++2.10-devel-2.96-0.44mdk.i586.rpm

Okay my mistake. This one maybe? (just a guess..)

Name: egcs-libstdc++   Relocations: (not relocateable)
Version : 1.1.2 Vendor: MandrakeSoft
Release : 41mdk Build Date: Sat 03 Mar 2001 03:23:38 AM CET
Install date: (not installed)   Build Host: no.mandrakesoft.com
Group   : System/Libraries  Source RPM: egcs-1.1.2-41mdk.src.rpm
Size: 949604   License: GPL
Packager: Chmouel Boudjnah <[EMAIL PROTECTED]>
URL : http://egcs.cygnus.com/
Summary : GNU c++ library
Description :
This is the GNU implementation of the standard C++ libraries This package
includes the shared libraries necessary to run C++ applications.
/usr/lib/libg++.so.2.7.2.8
/usr/lib/libstdc++-2-libc6.2-1-2.9.0.so
/usr/lib/libstdc++.so.2.7.2.8
/usr/lib/libstdc++.so.2.8.0
/usr/lib/libstdc++.so.2.9.dummy




-- 
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/




Re: [Cooker] compat libstdc++ ???

2001-03-21 Thread Andrej Borsenkow


I am off for two weeks and writing it from memory, but I do have
egcs-libstdc++ installed (do not remember exact version; latest for the
last week) and any program that needed old libstdc++ segfaulted.

-andrej

On 20 Mar 2001, Chmouel Boudjnah wrote:

> Daniel Serodio <[EMAIL PROTECTED]> writes:
>
> > I want to upgrade my libstdc++ to the cooker version, but a lot of
> > my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> > compat-libstdc++ like there is for glibc? Thanks.
>
> try to install egcs-libstdc++
>
>

-- 

Andrej BorsenkowFax:   +7 (095) 737 2747
Siemens ICP ITS Moscow  Tel:   +7 (095) 737 2723

E-Mail: [EMAIL PROTECTED]
-





Re: [Cooker] compat libstdc++ ???

2001-03-21 Thread Andrej Borsenkow

This will remove old libstdc++. The point was to keep it.

On Wed, 21 Mar 2001, R.I.P. Deaddog wrote:

>
> Maybe you need to do a "rpm -Uvh" instead.
>
>
>
> On Tue, 20 Mar 2001, Daniel Serodio wrote:
>
> >
> > On 2001.03.20 13:18:41 -0300 Guillaume Cottenceau wrote:
> > > Daniel Serodio <[EMAIL PROTECTED]> writes:
> > >
> > > > I want to upgrade my libstdc++ to the cooker version, but a lot
> > > of
> > > > my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> > > > compat-libstdc++ like there is for glibc? Thanks.
> > >
> > > You don't need to upgrade: since we now use the lib policy you can
> > > install
> > > the following package without removing the old one:
> > >
> > > libstdc++2.10-2.96-0.44mdk.i586.rpm
> >
> > Oops...
> >
> > $ rpm -ivh libstdc++2.10-2.96-0.44mdk.i586.rpm
> > libstdc++2.10-devel-2.96-0.44mdk.i586.rpm
> >
> >
> > file /usr/lib/libstdc++-libc6.1-1.so.2 from install of
> > libstdc++2.10-2.96-0.44mdk conflicts with file from package
> > libstdc++-2.95.2-12mdk
>
> [snip]
>
>

-- 

Andrej BorsenkowFax:   +7 (095) 737 2747
Siemens ICP ITS Moscow  Tel:   +7 (095) 737 2723

E-Mail: [EMAIL PROTECTED]
-





Re: [Cooker] compat libstdc++ ???

2001-03-21 Thread R.I.P. Deaddog


Maybe you need to do a "rpm -Uvh" instead.



On Tue, 20 Mar 2001, Daniel Serodio wrote:

>
> On 2001.03.20 13:18:41 -0300 Guillaume Cottenceau wrote:
> > Daniel Serodio <[EMAIL PROTECTED]> writes:
> >
> > >   I want to upgrade my libstdc++ to the cooker version, but a lot
> > of
> > > my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> > > compat-libstdc++ like there is for glibc? Thanks.
> >
> > You don't need to upgrade: since we now use the lib policy you can
> > install
> > the following package without removing the old one:
> >
> > libstdc++2.10-2.96-0.44mdk.i586.rpm
>
>   Oops...
>
> $ rpm -ivh libstdc++2.10-2.96-0.44mdk.i586.rpm
> libstdc++2.10-devel-2.96-0.44mdk.i586.rpm
>
>
> file /usr/lib/libstdc++-libc6.1-1.so.2 from install of
> libstdc++2.10-2.96-0.44mdk conflicts with file from package
> libstdc++-2.95.2-12mdk

[snip]





Re: [Cooker] compat libstdc++ ???

2001-03-20 Thread Daniel Serodio


On 2001.03.20 13:18:41 -0300 Guillaume Cottenceau wrote:
> Daniel Serodio <[EMAIL PROTECTED]> writes:
> 
> > I want to upgrade my libstdc++ to the cooker version, but a lot
> of
> > my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> > compat-libstdc++ like there is for glibc? Thanks.
> 
> You don't need to upgrade: since we now use the lib policy you can
> install
> the following package without removing the old one:
> 
> libstdc++2.10-2.96-0.44mdk.i586.rpm

Oops... 

$ rpm -ivh libstdc++2.10-2.96-0.44mdk.i586.rpm
libstdc++2.10-devel-2.96-0.44mdk.i586.rpm


file /usr/lib/libstdc++-libc6.1-1.so.2 from install of
libstdc++2.10-2.96-0.44mdk conflicts with file from package
libstdc++-2.95.2-12mdk
file /usr/include/g++-3/parsestream.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/std/bastring.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/std/complext.cc from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/std/gslice_array.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/std/indirect_array.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/std/mask_array.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/std/slice_array.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/std/std_valarray.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/std/valarray_array.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/std/valarray_meta.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/stl_alloc.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/stl_config.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/stl_iterator.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/stl_rope.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/streambuf.h from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk
file /usr/include/g++-3/string from install of
libstdc++2.10-devel-2.96-0.44mdk conflicts with file from package
libstdc++-devel-2.95.2-12mdk

-- 
[]'s|.~.  
Daniel Serodio (lobo on irc)|/V\www.linux.org
[EMAIL PROTECTED]  |   // \\   www.gnu.org
|  /(   )\  www.gnome.org
|   ^`~'^





Re: [Cooker] compat libstdc++ ???

2001-03-20 Thread Daniel Serodio


On 2001.03.20 13:18:41 -0300 Guillaume Cottenceau wrote:
> Daniel Serodio <[EMAIL PROTECTED]> writes:
> 
> > I want to upgrade my libstdc++ to the cooker version, but a lot
> of
> > my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> > compat-libstdc++ like there is for glibc? Thanks.
> 
> You don't need to upgrade: since we now use the lib policy you can
> install
> the following package without removing the old one:
> 
> libstdc++2.10-2.96-0.44mdk.i586.rpm

Thanks! What is this `lib policy´? I have some vague idea, but
where can I find some documentation on it? I think the Mandrake site really
lacks this kind of documentation...

-- 
[]'s|.~.  
Daniel Serodio (lobo on irc)|/V\www.linux.org
[EMAIL PROTECTED]  |   // \\   www.gnu.org
|  /(   )\  www.gnome.org
|   ^`~'^





Re: [Cooker] compat libstdc++ ???

2001-03-20 Thread Chmouel Boudjnah

Daniel Serodio <[EMAIL PROTECTED]> writes:

>   I want to upgrade my libstdc++ to the cooker version, but a lot of
> my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> compat-libstdc++ like there is for glibc? Thanks.

try to install egcs-libstdc++ 

-- 
MandrakeSoft Inc http://www.chmouel.org
  --Chmouel




Re: [Cooker] compat libstdc++ ???

2001-03-20 Thread Guillaume Cottenceau

Daniel Serodio <[EMAIL PROTECTED]> writes:

>   I want to upgrade my libstdc++ to the cooker version, but a lot of
> my programs need libstdc++-libc6.1-2.so.3 . Isn't there some
> compat-libstdc++ like there is for glibc? Thanks.

You don't need to upgrade: since we now use the lib policy you can install
the following package without removing the old one:

libstdc++2.10-2.96-0.44mdk.i586.rpm


-- 
Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/