Re: [Cooker] [Bug 6259] [urpmi] cannot install grace if grace-devel is installed

2003-10-31 Thread Buchan Milne
[aol002] wrote:
 http://qa.mandrakesoft.com/show_bug.cgi?id=6259
 
 Ok, thanks for your so fast answer. 
 You're right, the grace package is corrected. but I had a similar problem lastweek 
 on a cooker 
 (not in prod, so I overided in the same way I did it here) with another package I 
 cannot 
 remember. 
 I'll recreate a ticket I I can find this package and it is still bugged. 

Open a bug on the packages which are incorrectly packaged (not urpmi).

  
 BTW: will there be a MDKA with update of this package on MDK9.1? 

grace is in contrib, ie not officially supported (and will not get an
official update for any problem). And it's usually not useful to provide
an update for an issue that can be solved by one command (ie using the
version number with urpmi).

Regards,
Buchan

-- 
|--Another happy Mandrake Club member--|
Buchan MilneMechanical Engineer, Network Manager
Cellphone * Work+27 82 472 2231 * +27 21 8828820x202
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key   http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7




[Cooker] [Bug 6259] [urpmi] cannot install grace if grace-devel is installed

2003-10-31 Thread [aol002]
http://qa.mandrakesoft.com/show_bug.cgi?id=6259





--- Additional Comments From [EMAIL PROTECTED]  2003-10-31 17:23 ---
Ok, thanks for your so fast answer. 
You're right, the grace package is corrected. but I had a similar problem lastweek on 
a cooker 
(not in prod, so I overided in the same way I did it here) with another package I 
cannot 
remember. 
I'll recreate a ticket I I can find this package and it is still bugged. 
 
BTW: will there be a MDKA with update of this package on MDK9.1? 
 
Regards. 

-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
urpmi reports Everything already installed when trying to install grace if 
grace-devel is  
alreadey installed.  
  
It seems that if foo-bar is installed then urpmi foo reports Everything already 
installed  
In order to install grace, I had to do  
urpmi grace-5  
  
A temporary workaround is urpmi -a grace, but I have a script that enforces a standard 
build for  
my users and if I decide that perl and perl-gtk are in the standard but other perl are 
not, using  
urpmi -a perl would install all perl packages.  
My script takes my std pkg list and isuue a urpmi pkg1 pkg2 pkg3   
replacing urpmi with urpmi -a would lead to extra packages installed.  
  
Here is a demo:  
[EMAIL PROTECTED] root]# urpmi grace-devel  
installing 
/crm/Install/Mandrake/9.1/i586/Mandrake/RPMS2/grace-devel-5.1.12-1mdk.i586.rpm  
  
Preparing...##  
   1:grace-devel##  
[EMAIL PROTECTED] root]# urpmi grace  
Everything already installed  
[EMAIL PROTECTED] root]# urpmi grace-5  
installing /crm/Install/Mandrake/9.1/i586/Mandrake/RPMS2/grace-5.1.12-1mdk.i586.rpm  
  
Preparing...##  
   1:grace  ##  
[EMAIL PROTECTED] root]#  
  
(It was done on a MDK9.1 urpmi-4.2-34.1mdk but also applies to recent cookers. If you 
need  
more demo on cooker, I'll be able to past a demo from my collegue cooker laptop which 
is not  
present on site at this time)  
  
Regards.  
 
PS: bugs.mandrake.com is not available. (DNS error)



[Cooker] [Bug 6259] [urpmi] cannot install grace if grace-devel is installed

2003-10-30 Thread [fpons]
http://qa.mandrakesoft.com/show_bug.cgi?id=6259


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2003-10-30 19:22 ---
$ rpm -qp --provides mnt/distrib/9.1/contrib/RPMS/grace-devel-5.1.12-1mdk.i586.rpm 
grace = 5.1.12
grace-devel = 5.1.12-1mdk

$ rpm -qp --provides /mnt/distrib/9.2/contrib/RPMS/grace-devel-5.1.12-2mdk.i586.rpm 
grace-devel = 5.1.12-2mdk

So it is already fixed in grace package for 9.2 at least.



-- 
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


--- Reminder: ---
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
urpmi reports Everything already installed when trying to install grace if 
grace-devel is  
alreadey installed.  
  
It seems that if foo-bar is installed then urpmi foo reports Everything already 
installed  
In order to install grace, I had to do  
urpmi grace-5  
  
A temporary workaround is urpmi -a grace, but I have a script that enforces a standard 
build for  
my users and if I decide that perl and perl-gtk are in the standard but other perl are 
not, using  
urpmi -a perl would install all perl packages.  
My script takes my std pkg list and isuue a urpmi pkg1 pkg2 pkg3   
replacing urpmi with urpmi -a would lead to extra packages installed.  
  
Here is a demo:  
[EMAIL PROTECTED] root]# urpmi grace-devel  
installing 
/crm/Install/Mandrake/9.1/i586/Mandrake/RPMS2/grace-devel-5.1.12-1mdk.i586.rpm  
  
Preparing...##  
   1:grace-devel##  
[EMAIL PROTECTED] root]# urpmi grace  
Everything already installed  
[EMAIL PROTECTED] root]# urpmi grace-5  
installing /crm/Install/Mandrake/9.1/i586/Mandrake/RPMS2/grace-5.1.12-1mdk.i586.rpm  
  
Preparing...##  
   1:grace  ##  
[EMAIL PROTECTED] root]#  
  
(It was done on a MDK9.1 urpmi-4.2-34.1mdk but also applies to recent cookers. If you 
need  
more demo on cooker, I'll be able to past a demo from my collegue cooker laptop which 
is not  
present on site at this time)  
  
Regards.  
 
PS: bugs.mandrake.com is not available. (DNS error)