Re: [Cooker] Today's urpmi woes

2003-08-19 Thread Franois Pons
Frank Griffin [EMAIL PROTECTED] writes:

 Autoconf 2.13-18 isn't being recognized as 2.13:
 
 The following packages have to be removed for others to be upgraded:
 kdevelop-2.1.5-10mdk.i586 (due to unsatisfied autoconf == 2.13)
 libkdevelop2-2.1.5-10mdk.i586 (due to unsatisfied kdevelop == 3:2.1.5-10mdk)
 (y/N)
 
 but...
 
 [EMAIL PROTECTED] ftg]$ cd /data/cooker/i586/Mandrake/RPMS
 [EMAIL PROTECTED] RPMS]$ ls autoconf*
 autoconf-2.13-18mdk.noarch.rpm  autoconf2.5-2.57-5mdk.noarch.rpm
 
 and
 
 [EMAIL PROTECTED] man]# rpm -q -f /usr/bin/autoconf
 autoconf-2.13-17mdk
 
 Apparently I have -17 installed, but -18 isn't seen as satisfying KDevelop's
 requirement.

Normal, the epoch is missing in requires of kdevelop, try with command line
directly using rpm -Uvh --test, you should get the same result (or you can blame
me a lot).

François.




[Cooker] Today's urpmi woes

2003-08-15 Thread Frank Griffin
Autoconf 2.13-18 isn't being recognized as 2.13:

The following packages have to be removed for others to be upgraded:
kdevelop-2.1.5-10mdk.i586 (due to unsatisfied autoconf == 2.13)
libkdevelop2-2.1.5-10mdk.i586 (due to unsatisfied kdevelop == 
3:2.1.5-10mdk) (y/N)

but...

[EMAIL PROTECTED] ftg]$ cd /data/cooker/i586/Mandrake/RPMS
[EMAIL PROTECTED] RPMS]$ ls autoconf*
autoconf-2.13-18mdk.noarch.rpm  autoconf2.5-2.57-5mdk.noarch.rpm
and

[EMAIL PROTECTED] man]# rpm -q -f /usr/bin/autoconf
autoconf-2.13-17mdk
Apparently I have -17 installed, but -18 isn't seen as satisfying 
KDevelop's requirement.