From: Alec Warner Date: Sat, 25 Feb 2006 06:03:28 +0000 (-0000) Subject: Add a message to advise deleting corrupted binary packages. Bug #86088 X-Git-Tag: v2.1_pre6~57 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=79b0a7541b8a764d8fee722c515cec829778ae73;p=portage.git Add a message to advise deleting corrupted binary packages. Bug #86088 svn path=/main/trunk/; revision=2783 --- diff --git a/pym/portage.py b/pym/portage.py index a7853f600..1671c463f 100644 --- a/pym/portage.py +++ b/pym/portage.py @@ -5370,6 +5370,7 @@ class binarytree(packagetree): if not mycat: #old-style or corrupt package writemsg("!!! Invalid binary package: "+mypkg+"\n") + writemsg("!!! This binary package is not recoverable and should be deleted.\n") self.invalids.append(mypkg) continue mycat=string.strip(mycat)