From 21e6f33e8f579da08bbc40c9160aff990afcd4be Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Mon, 19 Oct 2009 03:37:35 +0000 Subject: Warn aabout default world and system set configuration being used when sets.conf is corrupt. Thanks to Thanks to Sebastian Mingramm (few) for the suggestion. (trunk r14666) svn path=/main/branches/2.1.7/; revision=14686 --- pym/_emerge/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/_emerge/main.py b/pym/_emerge/main.py index c09eef800..0898833fc 100644 --- a/pym/_emerge/main.py +++ b/pym/_emerge/main.py @@ -826,6 +826,7 @@ def missing_sets_warning(root_config, missing_sets): msg.append(" This usually means that '%s'" % \ (os.path.join(portage.const.GLOBAL_CONFIG_PATH, "sets.conf"),)) msg.append(" is missing or corrupt.") + msg.append(" Falling back to default world and system set configuration!!!") for line in msg: writemsg_level(line + "\n", level=logging.ERROR, noiselevel=-1) -- cgit v1.2.3-1-g7c22