Re: [Cooker] rpmdrake crash when downloading files

2002-08-02 Thread Guillaume Cottenceau

Pascal [EMAIL PROTECTED] writes:

 Illegal division by zero at /usr/sbin/grpmi line 87.
 
 this happens when downloading required software to update, just after pressing 
 the INSTALL button.
 
 As I could see in the source, this is related to progressbar computation...

Thanks, fixed in the CVS (curl seamingly sometimes reports a
download of zero size). I will upload a package today.


-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] rpmdrake crash

2002-06-05 Thread Guillaume Cottenceau

Fabrice MARIE [EMAIL PROTECTED] writes:

 After I have updated all my packages to latest cooker,
 straight after I restarted rpmdrake, and reloaded the lists,
 rpmdrake died, and whenever I ran it again, it died
 straight away. The 2 times without a single error message.

Since the whole installing/removing packages is under a
rewrite, these issues won't be fixed anytime soon. You should try
to use commandline urpmi in the meantime..

Sorry for disturbance..

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] rpmdrake crash

2002-06-05 Thread Fabrice MARIE

On Wednesday 05 June 2002 16:10, Guillaume Cottenceau wrote:
 Fabrice MARIE [EMAIL PROTECTED] writes:
  After I have updated all my packages to latest cooker,
  straight after I restarted rpmdrake, and reloaded the lists,
  rpmdrake died, and whenever I ran it again, it died
  straight away. The 2 times without a single error message.
 Since the whole installing/removing packages is under a
 rewrite, these issues won't be fixed anytime soon. You should try
 to use commandline urpmi in the meantime..
 Sorry for disturbance..

Hello,

No problem, I shall learn how to use urpmi then :)
Can you just announce on this list when rpmdrake is working again ?

Thanks.

Have a nice day,

Fabrice.
--
Fabrice MARIE
Senior RD Engineer
Celestix Networks
http://www.celestix.com/

Silly hacker, root is for administrators 
   -Unknown




Re: [Cooker] rpmdrake crash

2002-06-05 Thread Guillaume Cottenceau

Fabrice MARIE [EMAIL PROTECTED] writes:

 No problem, I shall learn how to use urpmi then :)
 Can you just announce on this list when rpmdrake is working again ?

Yep, of course, I will make big advertisement, don't worry :-).

-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/




Re: [Cooker] rpmdrake crash

2002-06-05 Thread Fabrice MARIE


Salut François,

On Wednesday 05 June 2002 18:14, François Pons wrote:
 Fabrice MARIE [EMAIL PROTECTED] writes:
  Hello,
 At least upgrade to urpmi-3.4-2mdk on greater, the problem is in urpmi.

Ok, great. This morning when I checked urpmi-3.4-1mdk was the latest.
I'll give urpmi-3.4-2mdk a try.

Thank you,

Have a nice day,

Fabrice.
--
Fabrice MARIE
Senior RD Engineer
Celestix Networks
http://www.celestix.com/

Silly hacker, root is for administrators 
   -Unknown




Re: [Cooker] rpmdrake crash

2002-06-05 Thread Charles A Edwards

On 05 Jun 2002 10:25:59 +0200
Guillaume Cottenceau [EMAIL PROTECTED] wrote:

 Fabrice MARIE [EMAIL PROTECTED] writes:
 
  No problem, I shall learn how to use urpmi then :)
  Can you just announce on this list when rpmdrake is working again ?
 
 Yep, of course, I will make big advertisement, don't worry :-).
 

Using urpmi and gurpmi -4 the only thing that I can not do with rpmdrake
is Install pkgs.
That results in this error:

Can't call method id on unblessed reference at
/usr/lib/perl5/site_perl/5.6.1/urpm.pm line 1409.

Line 1409 is this:

$packages-{$best-id} = undef;


Charles




Re: [Cooker] rpmdrake crash

2002-06-05 Thread Charles A Edwards

On 05 Jun 2002 18:00:11 +0200
[EMAIL PROTECTED] (François Pons) wrote:

 
 fixes comes with urpmi-3.4-5mdk...
 
 
Using -5 now get even stranger problem.
Regardless of which pkgs are selected rpmdrake Also now always tries to
install lsbdev. 

 rpmdrake
/var/cache/urpmi/rpms/lsbdev-1.0.6-1mdk.i586.rpm
/var/cache/urpmi/rpms/gcc-doc-3.1.1-0.2mdk.i586.rpm
opening read only rpm db 0x83c1fe0
closing rpm db 0x83c1fe0
/var/cache/urpmi/rpms/gcc-doc-3.1.1-0.2mdk.i586.rpm
rpminst didn't install: 'lsbdev-1.0.6-1mdk'
'lsbdev' added to the already_installed_list

gcc-doc was the only pkg that I selected.
 
If only 1 pkg has been selected for installation the installation fails.
If multiple pkgs are selected rpmdrake still gives 'lsbdev already
installed error but you are allowed to proceed and install the other
pkgs.


Charles




Re: [Cooker] rpmdrake crash

2002-06-05 Thread Franois Pons

Charles A Edwards [EMAIL PROTECTED] writes:

 Can't call method id on unblessed reference at
 /usr/lib/perl5/site_perl/5.6.1/urpm.pm line 1409.

fixes comes with urpmi-3.4-5mdk...

François.