summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pym/portage/cache/util.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/pym/portage/cache/util.py b/pym/portage/cache/util.py
index eb08f11e3..f256be76f 100644
--- a/pym/portage/cache/util.py
+++ b/pym/portage/cache/util.py
@@ -31,6 +31,10 @@ def mirror_cache(valid_nodes_iterable, src_cache, trg_cache, eclass_cache=None,
noise.missing_entry(x)
del e
continue
+ except cache_errors.CacheError, ce:
+ noise.exception(x, ce)
+ del ce
+ continue
write_it = True
trg = None
try: