diff options
author | Alec Warner <antarus@gentoo.org> | 2006-02-25 06:03:28 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-02-25 06:03:28 +0000 |
commit | 79b0a7541b8a764d8fee722c515cec829778ae73 (patch) | |
tree | fc472b09203cbf3e357e6c9e2bcd44977b5b2262 | |
parent | 1063b0398a7e842a847265d8ad2027b515ee27f8 (diff) | |
download | portage-79b0a7541b8a764d8fee722c515cec829778ae73.tar.gz portage-79b0a7541b8a764d8fee722c515cec829778ae73.tar.bz2 portage-79b0a7541b8a764d8fee722c515cec829778ae73.zip |
Add a message to advise deleting corrupted binary packages. Bug #86088
svn path=/main/trunk/; revision=2783
-rw-r--r-- | pym/portage.py | 1 |
1 files changed, 1 insertions, 0 deletions
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) |