I had to add the following patch to make urpmi work on my box.  I have
the latest urpmi package installed:

Name        : urpmi                        Relocations: (not relocateable)
Version     : 0.9                               Vendor: MandrakeSoft
Release     : 37mdk                         Build Date: Thu 06 Jan 2000 08:13:59

--- /tmp/urpmi  Sat Jan  8 19:38:42 2000
+++ /usr/bin/urpmi      Sat Jan  8 19:38:48 2000
@@ -155,7 +155,6 @@
 sub closure_deps {
     my $to_install = shift;
     foreach (@_) {
-next if /^--$/;
        exists $to_install->{$_} and next;
        my ($name, $v, $r) = /(.*)-([^-]+)-([^-.]+)/;
        exists $installed{$name} && le_version([$v, $r], $installed{$name}) and next;

Thots?
b.


--
Brian J. Murrell                              InterLinx Support Services, Inc.
North Vancouver, B.C.                                             604 983 UNIX
        Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD

Reply via email to