Re: [Cooker] problem with rpm and kdebase-2.0-18mdk

2000-11-23 Thread Udo Weber

Udo Weber wrote:

 Udo Weber wrote:

  Geoffrey Lee wrote:
 
   Yo,
  
   On Tue, Nov 21, 2000 at 02:37:32PM +0100, Daouda LO wrote:
Udo Weber [EMAIL PROTECTED] writes:
   
 Hi,

 I have big problems to update the packages
 kdebase and kdebase-devel from 2.0-18 to 2.0-20
 I don't know what's wrong here but each attempt
 to rpm -Fvh or -Uvh finished with sigfault and core
 I tryed rpm -e kdebase-devel-2.0.18mdk - same prob core+sigfault
 rpm --rebuilddb don't solve the prob
 deleted all /var/lib/rpm/*rpm + rpm --rebuilddb - no solution

 rpm -ivh kdebase-devel-2.0.20mdk works (why ?) but after this
 rpm -qa |grep kdebase-devel gave me both versions as installed
 and no chance to remove the old version.

 Has anyone an idea how I can solve this prob ?
   
sorry that worked fine there:
[root@darou share]# rpm -q kdebase
kdebase-2.0-18mdk
[root@darou share]# mount kenobi:/RPMS/ /RPMS/
[root@darou share]# rpm -Uh /RPMS/kdebase-2.0-20mdk.i586.rpm
##
[...] some perl warning (my locales are broken)
[root@darou share]#
   
  
   File the core to make sure it's from rpm and not from some other program?
  
   --
   Geoffrey Lee [EMAIL PROTECTED]
   §õªø­·
  
   ~/.signature ¤¤¤åbig5 compliant (You can't see it thanks to new glibc. :p)
  
   http://www.mandrakesoft.com/~snailtalk
   ftp://devel.mandrakesoft.com/pub/people/snailtalk
  
   "Seven days in a honeymoon makes one whole week."
 
  It's realy from rpm - reproduceable with several rpm-options but only on
  kdebase/kdebase-devel 2.0-18mdk
  Believe me, I verifyed this   gdb /usr/bin/rpm core
 
  Sorry, an real output of this cmd will follow later today, is not available
  yet.
  I only have this prob on one of my both cooker-systems.
 
  Udo

 Hi,
 here like promised some outputs of my attempts to remove/update
 the kdebase/kdebase-devel:

 [root@wotan RPMS]# rpm -qa |grep kdebase
 kdebase-devel-2.0-18mdk
 kdebase-2.0-19mdk
 [root@wotan RPMS]# rpm -e kdebase-devel-2.0-18mdk
 Segmentation fault (core dumped)

 [root@wotan RPMS]# file core
 core: ELF 32-bit LSB core file of 'rpm' (signal 11), Intel 80386,
 version 1, from 'rpm'
 [root@wotan RPMS]# gdb /usr/bin/rpm core
 ...
 Core was generated by `rpm -e kdebase-devel-2.0-18mdk'.
 Program terminated with signal 11, Segmentation fault.
 #0  0x8057d9e in ?? ()
 (gdb) where
 #0  0x8057d9e in ?? ()
 Cannot access memory at address 0x0
 [root@wotan RPMS]# rpm -Fvh kdebase-devel-2.0-20mdk.i586.rpm
 Segmentation fault (core dumped)

 Core was generated by `rpm -Fvh kdebase-devel-2.0-20mdk.i586.rpm'.
 Program terminated with signal 11, Segmentation fault.
 #0  0x8057d9e in ?? ()
 (gdb) where
 #0  0x8057d9e in ?? ()
 Cannot access memory at address 0x0

 [root@wotan RPMS]# rpm -Uvh kdebase-devel-2.0-20mdk.i586.rpm
 Segmentation fault (core dumped)

 [root@wotan RPMS]# gdb /usr/bin/rpm core
 Core was generated by `rpm -Uvh kdebase-devel-2.0-20mdk.i586.rpm'.
 Program terminated with signal 11, Segmentation fault.
 #0  0x8057d9e in ?? ()
 (gdb) where
 #0  0x8057d9e in ?? ()
 Cannot access memory at address 0x0

 [root@wotan RPMS]# rpm -Uvh kdebase-2.0-20mdk.i586.rpm
 Segmentation fault (core dumped)

 [root@wotan RPMS]# gdb /usr/bin/rpm /core
 Core was generated by `rpm -Uvh kdebase-2.0-20mdk.i586.rpm'.
 Program terminated with signal 11, Segmentation fault.
 #0  0x807ebd6 in ?? ()
 (gdb) where
 #0  0x807ebd6 in ?? ()
 Cannot access memory at address 0x0

 root@wotan RPMS]# rpm -e --nodeps kdebase-2.0-19mdk
 Segmentation fault (core dumped)

 root@wotan RPMS]# gdb /usr/bin/rpm /core
 Core was generated by `rpm -e --nodeps kdebase-2.0-19mdk'.
 Program terminated with signal 11, Segmentation fault.
 #0  0x807ebd6 in ?? ()
 (gdb) where
 #0  0x807ebd6 in ?? ()
 Cannot access memory at address 0x0

 Sorry for so much data but that's all I tryed.
 I have installed all latest stuff from cooker
 (except kdebase / kdebase-devel).
 I already have done a rpm --rebuilddb several times.
 The same downloaded version of kdebase/kdebase-devel I have installed
 successful on another system.
 I'm useing rpm-4 since about 1 month.
 Maybe it is not a bug but how can I solve or circumvent this ?

 This problem only appear on kdebase/kdebase-devel.
 Is this a rpm-db corruption ? Howto fix ?

 Thx for any help
 Udo

Hi,
sorry for posting again, but I still have this prob also with the very latest
cooker-stuff.
What can I do to remove the old kdebase/kdebase-devel

Thanks for any help
Udo



Re: [Cooker] problem with rpm and kdebase-2.0-18mdk

2000-11-22 Thread Udo Weber

Udo Weber wrote:

 Geoffrey Lee wrote:

  Yo,
 
  On Tue, Nov 21, 2000 at 02:37:32PM +0100, Daouda LO wrote:
   Udo Weber [EMAIL PROTECTED] writes:
  
Hi,
   
I have big problems to update the packages
kdebase and kdebase-devel from 2.0-18 to 2.0-20
I don't know what's wrong here but each attempt
to rpm -Fvh or -Uvh finished with sigfault and core
I tryed rpm -e kdebase-devel-2.0.18mdk - same prob core+sigfault
rpm --rebuilddb don't solve the prob
deleted all /var/lib/rpm/*rpm + rpm --rebuilddb - no solution
   
rpm -ivh kdebase-devel-2.0.20mdk works (why ?) but after this
rpm -qa |grep kdebase-devel gave me both versions as installed
and no chance to remove the old version.
   
Has anyone an idea how I can solve this prob ?
  
   sorry that worked fine there:
   [root@darou share]# rpm -q kdebase
   kdebase-2.0-18mdk
   [root@darou share]# mount kenobi:/RPMS/ /RPMS/
   [root@darou share]# rpm -Uh /RPMS/kdebase-2.0-20mdk.i586.rpm
   ##
   [...] some perl warning (my locales are broken)
   [root@darou share]#
  
 
  File the core to make sure it's from rpm and not from some other program?
 
  --
  Geoffrey Lee [EMAIL PROTECTED]
  §õªø­·
 
  ~/.signature ¤¤¤åbig5 compliant (You can't see it thanks to new glibc. :p)
 
  http://www.mandrakesoft.com/~snailtalk
  ftp://devel.mandrakesoft.com/pub/people/snailtalk
 
  "Seven days in a honeymoon makes one whole week."

 It's realy from rpm - reproduceable with several rpm-options but only on
 kdebase/kdebase-devel 2.0-18mdk
 Believe me, I verifyed this   gdb /usr/bin/rpm core

 Sorry, an real output of this cmd will follow later today, is not available
 yet.
 I only have this prob on one of my both cooker-systems.

 Udo

Hi,
here like promised some outputs of my attempts to remove/update
the kdebase/kdebase-devel:

[root@wotan RPMS]# rpm -qa |grep kdebase
kdebase-devel-2.0-18mdk
kdebase-2.0-19mdk
[root@wotan RPMS]# rpm -e kdebase-devel-2.0-18mdk
Segmentation fault (core dumped)

[root@wotan RPMS]# file core
core: ELF 32-bit LSB core file of 'rpm' (signal 11), Intel 80386,
version 1, from 'rpm'
[root@wotan RPMS]# gdb /usr/bin/rpm core
...
Core was generated by `rpm -e kdebase-devel-2.0-18mdk'.
Program terminated with signal 11, Segmentation fault.
#0  0x8057d9e in ?? ()
(gdb) where
#0  0x8057d9e in ?? ()
Cannot access memory at address 0x0
[root@wotan RPMS]# rpm -Fvh kdebase-devel-2.0-20mdk.i586.rpm
Segmentation fault (core dumped)

Core was generated by `rpm -Fvh kdebase-devel-2.0-20mdk.i586.rpm'.
Program terminated with signal 11, Segmentation fault.
#0  0x8057d9e in ?? ()
(gdb) where
#0  0x8057d9e in ?? ()
Cannot access memory at address 0x0

[root@wotan RPMS]# rpm -Uvh kdebase-devel-2.0-20mdk.i586.rpm
Segmentation fault (core dumped)

[root@wotan RPMS]# gdb /usr/bin/rpm core
Core was generated by `rpm -Uvh kdebase-devel-2.0-20mdk.i586.rpm'.
Program terminated with signal 11, Segmentation fault.
#0  0x8057d9e in ?? ()
(gdb) where
#0  0x8057d9e in ?? ()
Cannot access memory at address 0x0

[root@wotan RPMS]# rpm -Uvh kdebase-2.0-20mdk.i586.rpm
Segmentation fault (core dumped)

[root@wotan RPMS]# gdb /usr/bin/rpm /core
Core was generated by `rpm -Uvh kdebase-2.0-20mdk.i586.rpm'.
Program terminated with signal 11, Segmentation fault.
#0  0x807ebd6 in ?? ()
(gdb) where
#0  0x807ebd6 in ?? ()
Cannot access memory at address 0x0

root@wotan RPMS]# rpm -e --nodeps kdebase-2.0-19mdk
Segmentation fault (core dumped)

root@wotan RPMS]# gdb /usr/bin/rpm /core
Core was generated by `rpm -e --nodeps kdebase-2.0-19mdk'.
Program terminated with signal 11, Segmentation fault.
#0  0x807ebd6 in ?? ()
(gdb) where
#0  0x807ebd6 in ?? ()
Cannot access memory at address 0x0

Sorry for so much data but that's all I tryed.
I have installed all latest stuff from cooker
(except kdebase / kdebase-devel).
I already have done a rpm --rebuilddb several times.
The same downloaded version of kdebase/kdebase-devel I have installed
successful on another system.
I'm useing rpm-4 since about 1 month.
Maybe it is not a bug but how can I solve or circumvent this ?

This problem only appear on kdebase/kdebase-devel.
Is this a rpm-db corruption ? Howto fix ?

Thx for any help
Udo



Re: [Cooker] problem with rpm and kdebase-2.0-18mdk

2000-11-21 Thread Udo Weber

Geoffrey Lee wrote:

 Yo,

 On Tue, Nov 21, 2000 at 02:37:32PM +0100, Daouda LO wrote:
  Udo Weber [EMAIL PROTECTED] writes:
 
   Hi,
  
   I have big problems to update the packages
   kdebase and kdebase-devel from 2.0-18 to 2.0-20
   I don't know what's wrong here but each attempt
   to rpm -Fvh or -Uvh finished with sigfault and core
   I tryed rpm -e kdebase-devel-2.0.18mdk - same prob core+sigfault
   rpm --rebuilddb don't solve the prob
   deleted all /var/lib/rpm/*rpm + rpm --rebuilddb - no solution
  
   rpm -ivh kdebase-devel-2.0.20mdk works (why ?) but after this
   rpm -qa |grep kdebase-devel gave me both versions as installed
   and no chance to remove the old version.
  
   Has anyone an idea how I can solve this prob ?
 
  sorry that worked fine there:
  [root@darou share]# rpm -q kdebase
  kdebase-2.0-18mdk
  [root@darou share]# mount kenobi:/RPMS/ /RPMS/
  [root@darou share]# rpm -Uh /RPMS/kdebase-2.0-20mdk.i586.rpm
  ##
  [...] some perl warning (my locales are broken)
  [root@darou share]#
 

 File the core to make sure it's from rpm and not from some other program?

 --
 Geoffrey Lee [EMAIL PROTECTED]
 §õªø­·

 ~/.signature ¤¤¤åbig5 compliant (You can't see it thanks to new glibc. :p)

 http://www.mandrakesoft.com/~snailtalk
 ftp://devel.mandrakesoft.com/pub/people/snailtalk

 "Seven days in a honeymoon makes one whole week."

It's realy from rpm - reproduceable with several rpm-options but only on
kdebase/kdebase-devel 2.0-18mdk
Believe me, I verifyed this   gdb /usr/bin/rpm core

Sorry, an real output of this cmd will follow later today, is not available
yet.
I only have this prob on one of my both cooker-systems.

Udo



Re: [Cooker] problem with rpm and kdebase-2.0-18mdk

2000-11-21 Thread Chmouel Boudjnah

Udo Weber [EMAIL PROTECTED] writes:

 I don't know what's wrong here but each attempt
 to rpm -Fvh or -Uvh finished with sigfault and core
 I tryed rpm -e kdebase-devel-2.0.18mdk - same prob core+sigfault

i had the same problem with rpm-4, look like there is sometime a
problem when upgrading to rpm-4 :p

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




Re: [Cooker] problem with rpm and kdebase-2.0-18mdk

2000-11-21 Thread r j

Both kdebase and kdelibs would NOT install using MandrakeUpdate on my
sys to update to v -20  v -17.2, respectively,(no core dumps though)
so I downloaded them (with ncftp binary get) and used kpackage to
install. They installed w/o a hitch and 'appear' to be working quite
nicely. 
So far, so good! 

Thnx CM.

Have A Great Day!
rj

--- Geoffrey Lee [EMAIL PROTECTED] wrote:
 Yo,
 
 On Tue, Nov 21, 2000 at 02:37:32PM +0100, Daouda LO wrote:
  Udo Weber [EMAIL PROTECTED] writes:
  
   Hi,
   
   I have big problems to update the packages
   kdebase and kdebase-devel from 2.0-18 to 2.0-20
   I don't know what's wrong here but each attempt
   to rpm -Fvh or -Uvh finished with sigfault and core
   I tryed rpm -e kdebase-devel-2.0.18mdk - same prob core+sigfault
   rpm --rebuilddb don't solve the prob
   deleted all /var/lib/rpm/*rpm + rpm --rebuilddb - no solution
   
   rpm -ivh kdebase-devel-2.0.20mdk works (why ?) but after this
   rpm -qa |grep kdebase-devel gave me both versions as installed
   and no chance to remove the old version.
   
   Has anyone an idea how I can solve this prob ?
  
  sorry that worked fine there:
  [root@darou share]# rpm -q kdebase
  kdebase-2.0-18mdk
  [root@darou share]# mount kenobi:/RPMS/ /RPMS/
  [root@darou share]# rpm -Uh /RPMS/kdebase-2.0-20mdk.i586.rpm
  ##
  [...] some perl warning (my locales are broken)
  [root@darou share]#
  
 
 
 File the core to make sure it's from rpm and not from some other
 program?
 
 
 -- 
 Geoffrey Lee [EMAIL PROTECTED]
 §õªø­·
 
 ~/.signature ¤¤¤åbig5 compliant (You can't see it thanks to new
 glibc. :p)
 
 http://www.mandrakesoft.com/~snailtalk
 ftp://devel.mandrakesoft.com/pub/people/snailtalk
 
 "Seven days in a honeymoon makes one whole week."
 


=
Regards,
rj

I'm trying to free your mind, Neo. But I can only show you the door. You're the one 
that has to walk through it. -Morpheus, The Matrix
.lll 
.°¿°
. ~

__
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/




[Cooker] problem with rpm and kdebase-2.0-18mdk

2000-11-21 Thread Udo Weber

Hi,

I have big problems to update the packages
kdebase and kdebase-devel from 2.0-18 to 2.0-20
I don't know what's wrong here but each attempt
to rpm -Fvh or -Uvh finished with sigfault and core
I tryed rpm -e kdebase-devel-2.0.18mdk - same prob core+sigfault
rpm --rebuilddb don't solve the prob
deleted all /var/lib/rpm/*rpm + rpm --rebuilddb - no solution

rpm -ivh kdebase-devel-2.0.20mdk works (why ?) but after this
rpm -qa |grep kdebase-devel gave me both versions as installed
and no chance to remove the old version.

Has anyone an idea how I can solve this prob ?

Thanks ifor any help
Udo




Re: [Cooker] problem with rpm and kdebase-2.0-18mdk

2000-11-21 Thread Geoffrey Lee

Yo,

On Tue, Nov 21, 2000 at 02:37:32PM +0100, Daouda LO wrote:
 Udo Weber [EMAIL PROTECTED] writes:
 
  Hi,
  
  I have big problems to update the packages
  kdebase and kdebase-devel from 2.0-18 to 2.0-20
  I don't know what's wrong here but each attempt
  to rpm -Fvh or -Uvh finished with sigfault and core
  I tryed rpm -e kdebase-devel-2.0.18mdk - same prob core+sigfault
  rpm --rebuilddb don't solve the prob
  deleted all /var/lib/rpm/*rpm + rpm --rebuilddb - no solution
  
  rpm -ivh kdebase-devel-2.0.20mdk works (why ?) but after this
  rpm -qa |grep kdebase-devel gave me both versions as installed
  and no chance to remove the old version.
  
  Has anyone an idea how I can solve this prob ?
 
 sorry that worked fine there:
 [root@darou share]# rpm -q kdebase
 kdebase-2.0-18mdk
 [root@darou share]# mount kenobi:/RPMS/ /RPMS/
 [root@darou share]# rpm -Uh /RPMS/kdebase-2.0-20mdk.i586.rpm
 ##
 [...] some perl warning (my locales are broken)
 [root@darou share]#
 


File the core to make sure it's from rpm and not from some other program?


-- 
Geoffrey Lee [EMAIL PROTECTED]
§õªø­·

~/.signature ¤¤¤åbig5 compliant (You can't see it thanks to new glibc. :p)

http://www.mandrakesoft.com/~snailtalk
ftp://devel.mandrakesoft.com/pub/people/snailtalk

"Seven days in a honeymoon makes one whole week."




Re: [Cooker] problem with rpm and kdebase-2.0-18mdk

2000-11-21 Thread Daouda LO

Udo Weber [EMAIL PROTECTED] writes:

 Hi,
 
 I have big problems to update the packages
 kdebase and kdebase-devel from 2.0-18 to 2.0-20
 I don't know what's wrong here but each attempt
 to rpm -Fvh or -Uvh finished with sigfault and core
 I tryed rpm -e kdebase-devel-2.0.18mdk - same prob core+sigfault
 rpm --rebuilddb don't solve the prob
 deleted all /var/lib/rpm/*rpm + rpm --rebuilddb - no solution
 
 rpm -ivh kdebase-devel-2.0.20mdk works (why ?) but after this
 rpm -qa |grep kdebase-devel gave me both versions as installed
 and no chance to remove the old version.
 
 Has anyone an idea how I can solve this prob ?

sorry that worked fine there:
[root@darou share]# rpm -q kdebase
kdebase-2.0-18mdk
[root@darou share]# mount kenobi:/RPMS/ /RPMS/
[root@darou share]# rpm -Uh /RPMS/kdebase-2.0-20mdk.i586.rpm
##
[...] some perl warning (my locales are broken)
[root@darou share]#

 
 Thanks ifor any help
 Udo