Re: [Cooker] Software Manager LM8.0

2001-06-01 Thread Nicholas Brown

upgraded (it want a few other packages for dependancies)

now;
urpmi-1.5-40mdk
rpmdrake-1.3-59mdk

it did all the depandancies itself form coker, but;

[nicbrown@edin-ios-26 nicbrown]$ su
Password:
[root@edin-ios-26 nicbrown]# urpmi.addmedia mystuff file:///home/nicbrown/rpms
Can't locate urpm.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux 
/usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux 
/usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at 
/usr/sbin/urpmi.addmedia line 22.
BEGIN failed--compilation aborted at /usr/sbin/urpmi.addmedia line 22.
[root@edin-ios-26 nicbrown]#

there seems to be a need to update perl and I think the is a dependancy 
between urpmi and perl that is not specifed.

[root@edin-ios-26 nicbrown]# rpm -q perl
perl-5.600-30mdk

I can find updates for perl in cooker but not 5.6.1 only 5.6001 should I 
update to this?

Oh, rpmdrake will now list installed packages, but I can't add new sources 
because of the above problem.

Cheers, Nick


On Friday 01 June 2001  9:16 am, you wrote:
 On Thu, May 31, 2001 at 05:24:52PM +, Nicholas Brown wrote:
  rpmdrake-1.3-52.1mdk
  rpm-4.0-26mdk
  urpmi-1.5-34mdk
 
  Cheers,
  Nick
 
  On Thursday 31 May 2001  4:23 pm, you wrote:
   On Thu, May 31, 2001 at 04:45:54PM +, Nicholas Brown wrote:
Software manager list no installed packages.
   
Kpackage and rpm will happily know what there.
   
rpm --rebuilddb has been tried.
   
But still Software manager will not list installed packages.
It will list ones that can be installed and will add/remove media.
   
But just not installed ones. any ideas?
   
where does software manager look for installed packages?
  
 which version/release of rpmdrake do you use?

Then is it a known bug. Please upgrade rpmdrake to a more recent
  version (1.3-56mdk at least).

DindinX

-- 
Nicholas Brown: [EMAIL PROTECTED]
IOS Software Development, Cisco Systems Ltd
3rd Floor, 96 Commercial Street, Edinburgh, EH6 6LX, UK
Tel: 0131 561 3651 Fax: 0131 561 3601 Mobile: 07730 711249




Re: [Cooker] Software Manager LM8.0

2001-06-01 Thread David Odin

On Fri, Jun 01, 2001 at 02:22:22PM +, Nicholas Brown wrote:
 upgraded (it want a few other packages for dependancies)
 
 now;
 urpmi-1.5-40mdk
 rpmdrake-1.3-59mdk
 
 it did all the depandancies itself form coker, but;
 
 [nicbrown@edin-ios-26 nicbrown]$ su
 Password:
 [root@edin-ios-26 nicbrown]# urpmi.addmedia mystuff file:///home/nicbrown/rpms
 Can't locate urpm.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux 
 /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux 
 /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at 
 /usr/sbin/urpmi.addmedia line 22.
 BEGIN failed--compilation aborted at /usr/sbin/urpmi.addmedia line 22.
 [root@edin-ios-26 nicbrown]#
 
 there seems to be a need to update perl and I think the is a dependancy 
 between urpmi and perl that is not specifed.
 
 [root@edin-ios-26 nicbrown]# rpm -q perl
 perl-5.600-30mdk
 
 I can find updates for perl in cooker but not 5.6.1 only 5.6001 should I 
 update to this?
 
 Oh, rpmdrake will now list installed packages, but I can't add new sources 
 because of the above problem.
 
  it does not look like a perl problem to me.
  urpm.pm is (or should be) included within the urpmi package.

-- 
  [EMAIL PROTECTED]




Re: [Cooker] Software Manager LM8.0

2001-06-01 Thread François Pons


 On Fri, Jun 01, 2001 at 02:22:22PM +, Nicholas Brown wrote:
  upgraded (it want a few other packages for dependancies)
  
  now;
  urpmi-1.5-40mdk
  rpmdrake-1.3-59mdk
  
  it did all the depandancies itself form coker, but;
  
  [nicbrown@edin-ios-26 nicbrown]$ su
  Password:
  [root@edin-ios-26 nicbrown]# urpmi.addmedia mystuff file:///home/nicbrown/rpms
  Can't locate urpm.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux 
  /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux 
  /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at 
  /usr/sbin/urpmi.addmedia line 22.
  BEGIN failed--compilation aborted at /usr/sbin/urpmi.addmedia line 22.
  [root@edin-ios-26 nicbrown]#
  
  there seems to be a need to update perl and I think the is a dependancy 
  between urpmi and perl that is not specifed.
  
  [root@edin-ios-26 nicbrown]# rpm -q perl
  perl-5.600-30mdk
  
  I can find updates for perl in cooker but not 5.6.1 only 5.6001 should I 
  update to this?

Yes, it will fixes the problem.

François.




Re: [Cooker] Software Manager LM8.0

2001-06-01 Thread Nicholas Brown

urpm.pm is included in the package, but gets put in 
usr/lib/perl5/site_perl/5.6.1/i386-linux/

which is not in the path mentioned below.

-Nick

On Friday 01 June 2001  2:07 pm, David Odin wrote:
 On Fri, Jun 01, 2001 at 02:22:22PM +, Nicholas Brown wrote:
  upgraded (it want a few other packages for dependancies)
 
  now;
  urpmi-1.5-40mdk
  rpmdrake-1.3-59mdk
 
  it did all the depandancies itself form coker, but;
 
  [nicbrown@edin-ios-26 nicbrown]$ su
  Password:
  [root@edin-ios-26 nicbrown]# urpmi.addmedia mystuff
  file:///home/nicbrown/rpms Can't locate urpm.pm in @INC (@INC contains:
  /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0
  /usr/lib/perl5/site_perl/5.6.0/i386-linux
  /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at
  /usr/sbin/urpmi.addmedia line 22.
  BEGIN failed--compilation aborted at /usr/sbin/urpmi.addmedia line 22.
  [root@edin-ios-26 nicbrown]#
 
  there seems to be a need to update perl and I think the is a dependancy
  between urpmi and perl that is not specifed.
 
  [root@edin-ios-26 nicbrown]# rpm -q perl
  perl-5.600-30mdk
 
  I can find updates for perl in cooker but not 5.6.1 only 5.6001 should I
  update to this?
 
  Oh, rpmdrake will now list installed packages, but I can't add new
  sources because of the above problem.

   it does not look like a perl problem to me.
   urpm.pm is (or should be) included within the urpmi package.

-- 
Nicholas Brown: [EMAIL PROTECTED]
IOS Software Development, Cisco Systems Ltd
3rd Floor, 96 Commercial Street, Edinburgh, EH6 6LX, UK
Tel: 0131 561 3651 Fax: 0131 561 3601 Mobile: 07730 711249




Re: [Cooker] Software Manager LM8.0

2001-06-01 Thread David Odin

On Fri, Jun 01, 2001 at 03:37:49PM +, Nicholas Brown wrote:
 urpm.pm is included in the package, but gets put in 
 usr/lib/perl5/site_perl/5.6.1/i386-linux/
 
 which is not in the path mentioned below.
 
  Oh. I see. I'm sorry for having misinformed you.

 regards,

DindinX

-- 
  [EMAIL PROTECTED]