From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79647 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Nognus v0.17 registry problem ? Date: Sun, 14 Aug 2011 12:37:54 +0200 Message-ID: <87mxfcz3b1.fsf@randomsample.de> References: <87k4agmmyo.fsf@free.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1313318340 4191 80.91.229.12 (14 Aug 2011 10:39:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 14 Aug 2011 10:39:00 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27941@lists.math.uh.edu Sun Aug 14 12:38:57 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QsY5o-0000tI-NT for ding-account@gmane.org; Sun, 14 Aug 2011 12:38:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QsY4y-00048X-Gw; Sun, 14 Aug 2011 05:38:04 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QsY4v-00048F-KL for ding@lists.math.uh.edu; Sun, 14 Aug 2011 05:38:01 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QsY4t-0000hs-Us for ding@lists.math.uh.edu; Sun, 14 Aug 2011 05:38:01 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QsY4r-0003X8-4F for ding@gnus.org; Sun, 14 Aug 2011 12:37:57 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=BC/vrW5ahhz5LiaoAfAlD4gTY4OdHhjzd7OwNgd7L+Q=; b=DOvOnQJDfn0BOqlN4ZYtAS4eLeGRcNwc1m+wLrXujzSxBXe9ojzHwwpHI7rB/+9XJPijgCPhMx9ykAE5CVO8imw7D+adohM5nmSml/BfgEtWR6iebei5vJOGqSrck0s+; Original-Received: from dslc-082-083-049-047.pools.arcor-ip.net ([82.83.49.47] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1QsY4p-0003eG-Ks for ding@gnus.org; Sun, 14 Aug 2011 12:37:55 +0200 In-Reply-To: <87k4agmmyo.fsf@free.fr> (Julien Cubizolles's message of "Sun, 14 Aug 2011 10:11:43 +0200") User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) Mail-Followup-To: ding@gnus.org X-Spam-Score: -2.0 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79647 Archived-At: Julien Cubizolles writes: > Since updating to release v0.17, gnus wouldn't start, complaining with : > > ,---- > | Debugger entered--Lisp error: (error "Error in ~/.gnus : eieio-defmethod") You probably have an old EIEIO floating around somewhere. You should update to the latest Emacs-bzr snapshot, and if you're using CEDET, you should upate that one to the latest bzr version as well and load it first in your .emacs. Then recompile everything. -David