Re: [Cooker] Sarts-1.0.1-9mdk: Wierd deps failure?

2002-05-28 Thread Charles A. Shirley


On Mon, 27 May 2002, Charles A Edwards wrote:

 On Mon, 27 May 2002 12:43:13 -0700 (PDT)
 Charles A. Shirley [EMAIL PROTECTED] wrote:
 
  kdelibs-sound  2.2.2-29mdk conflicts with libpng3-1.2.1-8mdk
  [root@localhost RPMS]# rpm -qa | grep kdelibs-sound
  
  This seems very odd to me, is it unexpected only to me or have others
  seen the problem as well?
  
 I got the same error from arts using urpmi --auto-select.
 
 Being impatient I dled the libpng src.rpm.
 Changed the spec by # out the 'conflicts with kdelibs-sound 
 2.2.2-29mdk'
 and built.
 rpm -e --nodeps the current libpng3, and installed those I built.
 arts -9 then will installs without the libpng3 conflict.
 
 Charles

Thanks Charles,

but happily arts -10mdk build corrects the problem, and thanks to Laurent
for the happy new build! :)  Now, as finally it has reached the mirrors, 
time to see if I can make KDE go again! :^)

Charles (The other one...)






[Cooker] Sarts-1.0.1-9mdk: Wierd deps failure?

2002-05-27 Thread Charles A. Shirley

Hi, After I had rpm -e'd all of kde3 packages from contribs packages, I
tried to install new kde-3.0.1 packages from main.  When finallythe new
arts package show up in the mirrors, I try to install it and:


[root@localhost RPMS]# rpm -ivh arts-1.0.1-9mdk.i586.rpm 
error: failed dependencies:
kdelibs-sound  2.2.2-29mdk conflicts with libpng3-1.2.1-8mdk
[root@localhost RPMS]# rpm -qa | grep kdelibs-sound
[root@localhost RPMS]# rpm -q libpng3
libpng3-1.2.1-8mdk
[root@localhost RPMS]#


This seems very odd to me, is it unexpected only to me or have others
seen the problem as well?

-Chuck

 +-% He's a real  UNIX Man $-+--+
 |  Sitting in his UNIX LAN  |  Charles A. Shirley  |
 | Making all his UNIX plans |[EMAIL PROTECTED]|
 +--# For  nobody @--+--+





Re: [Cooker] Sarts-1.0.1-9mdk: Wierd deps failure?

2002-05-27 Thread Charles A Edwards

On Mon, 27 May 2002 12:43:13 -0700 (PDT)
Charles A. Shirley [EMAIL PROTECTED] wrote:

 
 kdelibs-sound  2.2.2-29mdk conflicts with libpng3-1.2.1-8mdk
 [root@localhost RPMS]# rpm -qa | grep kdelibs-sound
 
 This seems very odd to me, is it unexpected only to me or have others
 seen the problem as well?
 

I got the same error from arts using urpmi --auto-select.

Being impatient I dled the libpng src.rpm.
Changed the spec by # out the 'conflicts with kdelibs-sound 
2.2.2-29mdk'
and built.
rpm -e --nodeps the current libpng3, and installed those I built.
arts -9 then will installs without the libpng3 conflict.


Charles