Mageia Bugzilla – Attachment 1516 Details for
Bug 4425
MageiaUpdate crashed (Can't call method "flag_skip" on an undefined value at /usr/lib/perl5/vendor_perl/5.12.3/i386-linux-thread-multi/URPM/Resolve.pm line 1229.)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
try patch
4425.diff (text/plain), 374 bytes, created by
Thierry Vignaud
on 2012-02-09 15:16:18 CET
(
hide
)
Description:
try patch
Filename:
MIME Type:
Creator:
Thierry Vignaud
Created:
2012-02-09 15:16:18 CET
Size:
374 bytes
patch
obsolete
>--- ./URPM/Resolve.pm 2012-02-09 14:06:32.793033121 +0000 >+++ ./URPM/Resolve.pm 2012-02-09 14:08:39.807068164 +0000 >@@ -1227,6 +1227,8 @@ > my ($urpm, $state, $p) = @_; > > grep { >+ $_ or warn ">> failed to find packages obsoleting " . $p->name . "\n"; >+ $_ && > !$_->flag_skip > && $_->is_arch_compat > && !exists $state->{rejected}{$_->fullname}
--- ./URPM/Resolve.pm 2012-02-09 14:06:32.793033121 +0000 +++ ./URPM/Resolve.pm 2012-02-09 14:08:39.807068164 +0000 @@ -1227,6 +1227,8 @@ my ($urpm, $state, $p) = @_; grep { + $_ or warn ">> failed to find packages obsoleting " . $p->name . "\n"; + $_ && !$_->flag_skip && $_->is_arch_compat && !exists $state->{rejected}{$_->fullname}
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 4425
: 1516