summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-09-19 12:09:00 +0000
committerFrancois Pons <fpons@mandriva.com>2001-09-19 12:09:00 +0000
commitd4c71c867809bc54780b9b33717dc49e49cae686 (patch)
tree53d7f4035c7cd1567d3ea955ad49643263684921 /urpm.pm
parent0b375d282b7d506269eb6704ee0b47b823106cf2 (diff)
downloadurpmi-d4c71c867809bc54780b9b33717dc49e49cae686.tar
urpmi-d4c71c867809bc54780b9b33717dc49e49cae686.tar.gz
urpmi-d4c71c867809bc54780b9b33717dc49e49cae686.tar.bz2
urpmi-d4c71c867809bc54780b9b33717dc49e49cae686.tar.xz
urpmi-d4c71c867809bc54780b9b33717dc49e49cae686.zip
fixes for possible error trying to remove and avoid error message
which are more or less only warning (typical after 7.2 update).
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/urpm.pm b/urpm.pm
index 2e212ddd..7a9fac25 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -826,7 +826,7 @@ sub filter_active_media {
my $id = delete $fullname2id{$fullname};
defined $id and $urpm->{params}{depslist}[$id]{active} = 1;
} else {
- $urpm->{error}(_("unable to parse correctly [%s] on value \"%s\"", "$urpm->{statedir}/$medium->{hdlist}", $_));
+ $urpm->{log}(_("unable to parse correctly [%s] on value \"%s\"", "$urpm->{statedir}/$medium->{hdlist}", $_));
}
}
}
@@ -1509,7 +1509,7 @@ sub get_source_packages {
if (my ($fullname, $file) = /^([^:\s]*-[^:\-\s]+-[^:\-\s]+\.[^:\.\-\s]*)(?::(\S+))?/) {
$file2fullnames{$file || $fullname}{$fullname} = undef;
} else {
- $urpm->{error}(_("unable to parse correctly [%s] on value \"%s\"", "$urpm->{statedir}/$medium->{hdlist}", $_));
+ $urpm->{log}(_("unable to parse correctly [%s] on value \"%s\"", "$urpm->{statedir}/$medium->{hdlist}", $_));
}
}
}
@@ -1692,9 +1692,9 @@ sub select_packages_to_upgrade {
#- used for package that are not correctly updated.
#- should only be used when nothing else can be done correctly.
my %upgradeNeedRemove = (
- 'libstdc++' => 1,
- 'compat-glibc' => 1,
- 'compat-libs' => 1,
+ #'libstdc++' => 1,
+ #'compat-glibc' => 1,
+ #'compat-libs' => 1,
);
#- help removing package which may have different release numbering