From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1H5GWa-00022z-7l for garchives@archives.gentoo.org; Fri, 12 Jan 2007 07:08:28 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l0C76Z0P004588; Fri, 12 Jan 2007 07:06:35 GMT Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l0C70SJv015341 for ; Fri, 12 Jan 2007 07:00:29 GMT Received: by nf-out-0910.google.com with SMTP id c31so1980274nfb for ; Thu, 11 Jan 2007 23:00:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=YK7GugCg1lPkuCnJ9/vWv+xS+CF1tI5IG6zu/EN0qJ3HHzG2ffNygBs4Rs3xq/JUeEhMa6VTZtOFLyoqS3A2AxdVP+2mtIAVheYJiVkAbrIIp9ovVykt3FnSgWZzt86xLs5ntwuY0AKUR5vOz2r1xIU7MQDlk26Z60MbmrxoLQQ= Received: by 10.82.153.5 with SMTP id a5mr62502bue.1168585226722; Thu, 11 Jan 2007 23:00:26 -0800 (PST) Received: by 10.82.100.7 with HTTP; Thu, 11 Jan 2007 23:00:26 -0800 (PST) Message-ID: <7bef1f890701112300u54ab7dfbvf94c7def312bba93@mail.gmail.com> Date: Fri, 12 Jan 2007 17:00:26 +1000 From: "Alan E. Davis" To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] emerge fails after eix-sync Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_52817_27260455.1168585226700" X-Archives-Salt: 24b2aa13-d664-4226-8dfd-ae88149d7878 X-Archives-Hash: 47b5eaa1c97333a5fd29cc815510b84f ------=_Part_52817_27260455.1168585226700 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline This amd64 machine hasn't been updated in a while. Now, after updating, any emerge, eix-sync, or ebuild command gets a long message, as follows: Littlebird etc # emerge --sync >>> cfg-update-1.8.0-r3 : No new packages have been emerged, checksum index OK... Traceback (most recent call last): File "/usr/bin/emerge", line 4391, in ? retval = emerge_main() File "/usr/bin/emerge", line 4100, in emerge_main settings, trees, mtimedb = load_emerge_config() File "/usr/bin/emerge", line 4011, in load_emerge_config trees = portage.create_trees(trees=trees, **kwargs) File "/usr/lib/portage/pym/portage.py", line 7122, in create_trees config_incrementals=portage_const.INCREMENTALS) File "/usr/lib/portage/pym/portage.py", line 1057, in __init__ for k, v in rawprofileuse.iteritems(): AttributeError: 'NoneType' object has no attribute 'iteritems' I found that /etc/make.profile was linked to a non-existent (now) /usr/portage/profiles/default-linux/amd-64/2005.1 FInding a message about this on the forums, I deleted /etc/make.profile, and linked it to /usr/portage/profiles/default-linux/amd-64/2006.1/desktop emerge still doesn't work. Should I set PORTDIR=/usr/portage in make.conf? Thank you for any ideas. I haven't had this machine online for some months. Alan Davis -- Alan Davis, Kagman High School, Saipan lngndvs@gmail.com 1-670-256-2043 I consider that the golden rule requires that if I like a program I must share it with other people who like it. --------Richard Stallman Every great advance in natural knowledge has involved the absolute rejection of authority. ----- Thomas H. Huxley ------=_Part_52817_27260455.1168585226700 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline This amd64 machine hasn't been updated in a while.  Now, after updating, any emerge, eix-sync, or ebuild command gets a long message, as follows:

Littlebird etc # emerge --sync
>>> cfg-update-1.8.0-r3 : No new packages have been emerged, checksum index OK...
Traceback (most recent call last):
  File "/usr/bin/emerge", line 4391, in ?
    retval = emerge_main()
  File "/usr/bin/emerge", line 4100, in emerge_main
    settings, trees, mtimedb = load_emerge_config()
  File "/usr/bin/emerge", line 4011, in load_emerge_config
    trees = portage.create_trees(trees=trees, **kwargs)
  File "/usr/lib/portage/pym/portage.py", line 7122, in create_trees
    config_incrementals=portage_const.INCREMENTALS)
  File "/usr/lib/portage/pym/portage.py", line 1057, in __init__
    for k, v in rawprofileuse.iteritems():
AttributeError: 'NoneType' object has no attribute 'iteritems'


I found that /etc/make.profile was linked to a non-existent (now)
   /usr/portage/profiles/default-linux/amd-64/2005.1

FInding a message about this on the forums, I deleted /etc/make.profile, and linked it to
   /usr/portage/profiles/default-linux/amd-64/2006.1/desktop

emerge still doesn't work. 

Should I set PORTDIR=/usr/portage in make.conf?

Thank you for any ideas.  I haven't had this machine online for some months.

Alan Davis

--
Alan Davis, Kagman High School, Saipan  lngndvs@gmail.com     1-670-256-2043

I consider that the golden rule requires that if I like a program I must share it with other people who like it.              --------Richard Stallman

Every great advance in natural knowledge has involved the absolute rejection of authority.  ----- Thomas H. Huxley ------=_Part_52817_27260455.1168585226700-- -- gentoo-user@gentoo.org mailing list