public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico (zmedico)" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] portage r14666 - main/trunk/pym/_emerge
Date: Sun, 18 Oct 2009 08:35:20 +0000	[thread overview]
Message-ID: <E1MzREW-0003lO-JC@stork.gentoo.org> (raw)

Author: zmedico
Date: 2009-10-18 08:35:20 +0000 (Sun, 18 Oct 2009)
New Revision: 14666

Modified:
   main/trunk/pym/_emerge/main.py
Log:
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.


Modified: main/trunk/pym/_emerge/main.py
===================================================================
--- main/trunk/pym/_emerge/main.py	2009-10-18 08:29:59 UTC (rev 14665)
+++ main/trunk/pym/_emerge/main.py	2009-10-18 08:35:20 UTC (rev 14666)
@@ -904,6 +904,7 @@
 	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)
 




                 reply	other threads:[~2009-10-18  8:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1MzREW-0003lO-JC@stork.gentoo.org \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox