Re: [Cooker] Re: [CHRPM] perl-URPM-0.94-8mdk

2003-11-17 Thread Charles A Edwards
On Mon, 17 Nov 2003 16:38:13 +0100
Oliver Lemke [EMAIL PROTECTED] wrote:

 Can't use an undefined value as an ARRAY reference at
 /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi/URPM/Build.pm
 line 348.

I got the same.

It does not, though, appear to affect the performance/operation of urpmi
as it still works.


Charles

-- 
We are Microsoft.  Unix is irrelevant.  Openness is futile.  Prepare
to be assimilated.
-
Mandrake Linux 10.0 on PurpleDragon
Kernel-2.4.22-21.tmb.2mdkenterprise
http://www.eslrahc.com
-


pgp0.pgp
Description: PGP signature


Re: [Cooker] Re: [CHRPM] perl-URPM-0.94-8mdk

2003-11-17 Thread Dennis Veatch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Monday 17 November 2003 06:16 am, Charles A Edwards wrote:
 On Mon, 17 Nov 2003 16:38:13 +0100

 Oliver Lemke [EMAIL PROTECTED] wrote:
  Can't use an undefined value as an ARRAY reference at
  /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi/URPM/Build.pm
  line 348.

 I got the same.

 It does not, though, appear to affect the performance/operation of urpmi
 as it still works.


 Charles

urpmi no longer likes my jpackage and ignores it. Was working fine until 
upgrade of perl-URPMI.

- -- 
Registered Linux user 193414
http://counter.li.org

Trying? My contribution was much closer to a feeble wave in the general 
direction of something that might lead you one step closer to a solution 
if you squint really hard and do all of the work.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/uPu0ZkF4+BJ00wcRAhXyAKCOcnPOCh1dT0QsL7vrFn9vkRhk1QCgsdU6
d+MLTrRJnLkdZnhmEkhl1Mg=
=mEK0
-END PGP SIGNATURE-




Re: [Cooker] Re: [CHRPM] perl-URPM-0.94-8mdk

2003-11-17 Thread Oliver Lemke
On Mon, 2003-11-17 at 12:16, Charles A Edwards wrote:
 On Mon, 17 Nov 2003 16:38:13 +0100
 Oliver Lemke [EMAIL PROTECTED] wrote:
 
  Can't use an undefined value as an ARRAY reference at
  /usr/lib/perl5/vendor_perl/5.8.2/i386-linux-thread-multi/URPM/Build.pm
  line 348.
 
 I got the same.
 
 It does not, though, appear to affect the performance/operation of urpmi
 as it still works.

It does. After running urpmi.update I end up with NO hdlist in
/var/lib/urpmi.

-- 
Oliver

Only wimps use tape backup: real men just upload their important stuff
on FTP and let the rest of the world mirror it.
-- Linus Torvalds




Re: [Cooker] Re: [CHRPM] perl-URPM-0.94-8mdk

2003-11-17 Thread Charles A Edwards
On Mon, 17 Nov 2003 18:17:36 +0100
Oliver Lemke [EMAIL PROTECTED] wrote:

 It does. After running urpmi.update I end up with NO hdlist in
 /var/lib/urpmi.

I can not use the alias which I normally do because of the perl error
but the plf.hdlist and synthesis.hdlist I use for main and contrib are
still updates and I can install using --auto-select.

I mean the error needs to be addressed and corrected but it is possible
that there are additional causes for the behaviour on your system.

I have updated perl-URPM on 3 systems and on all urpmi still performs as
noted.


Charles

-- 
Think big.  Pollute the Mississippi.
-
Mandrake Linux 10.0 on PurpleDragon
Kernel-2.4.22-21.tmb.2mdkenterprise
http://www.eslrahc.com
-
 


pgp0.pgp
Description: PGP signature


Re: [Cooker] Re: [CHRPM] perl-URPM-0.94-8mdk

2003-11-17 Thread Oliver Lemke
On Mon, 2003-11-17 at 14:29, Charles A Edwards wrote:
 I can not use the alias which I normally do because of the perl error
 but the plf.hdlist and synthesis.hdlist I use for main and contrib are
 still updates and I can install using --auto-select.
 
 I mean the error needs to be addressed and corrected but it is possible
 that there are additional causes for the behaviour on your system.
 
 I have updated perl-URPM on 3 systems and on all urpmi still performs as
 noted.

Ok, right. I should mention that I'm not using the synthesis file from
cooker/contrib tree. Before urpmi.addmedia I deleted the
synthesis.hdlist coming from the mirror tree to force urpmi to build its
own. This ensures that urpmi's hdlist always matches the packages I
really have on my local mirror. Otherwise, it often happens that the
synthesis file is not in sync with the packages because of mirror
problems. This ends up in complains from urpmi --auto-select about not
available rpms. Another advantages is a working urpmf as it requires a
'real' hdlist (not synthesis).

-- 
Oliver




Re: [Cooker] Re: [CHRPM] perl-URPM-0.94-8mdk

2003-11-17 Thread Franois Pons
Olivier Thauvin [EMAIL PROTECTED] writes:

 Found why:
 @idlist = @{$options{idlist}}  0 ? @{$options{idlist}} : # Here the bad 
 line
   ($options{start} || 0 .. $options{end} || $#{$urpm-{depslist}});
 @idlist or return;
 
 I will try to fix this evening if fpons don't.

The problem is @{$options{idlist}} which is only valid if idlist is a reference
to list (even empty)...

It's my error, I should have seen this bad code ;-)

A new perl-URPM is uploaded.

Francois.