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
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)