From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79923 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus registry error after upgrade, using emacs23 Date: Tue, 13 Sep 2011 08:05:01 -0400 Message-ID: <87k49cd4o9.fsf@uwo.ca> References: <87fwk3od9o.fsf@uwo.ca> <87obypky8e.fsf@uwo.ca> <878vpsx28t.fsf@randomsample.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1315915882 833 80.91.229.12 (13 Sep 2011 12:11:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 13 Sep 2011 12:11:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M28217@lists.math.uh.edu Tue Sep 13 14:11:19 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 1R3Rpe-00033k-Cj for ding-account@gmane.org; Tue, 13 Sep 2011 14:11:18 +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 1R3Roi-0006tv-D1; Tue, 13 Sep 2011 07:10:20 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1R3Roh-0006tp-3K for ding@lists.math.uh.edu; Tue, 13 Sep 2011 07:10:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1R3Roc-0002Ij-8k for ding@lists.math.uh.edu; Tue, 13 Sep 2011 07:10:18 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1R3RoZ-0001jM-BA for ding@gnus.org; Tue, 13 Sep 2011 14:10:11 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1R3RoX-0002VE-LP for ding@gnus.org; Tue, 13 Sep 2011 14:10:09 +0200 Original-Received: from cpe0023bee5dd21-cm0023bee5dd1e.cpe.net.cable.rogers.com ([99.249.62.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Sep 2011 14:10:09 +0200 Original-Received: from jdc by cpe0023bee5dd21-cm0023bee5dd1e.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Sep 2011 14:10:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpe0023bee5dd21-cm0023bee5dd1e.cpe.net.cable.rogers.com User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) Mail-Copies-To: never Cancel-Lock: sha1:xctLnKMcVB21dtasNI9b68+YTyg= X-Spam-Score: -5.4 (-----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79923 Archived-At: David Engster writes: > Dan Christensen writes: >> (add-to-list 'load-path "/tmp/emacs/gnus/lisp/gnus-fallback-lib/eieio/") > > Don't do that. You're using Emacs 23.2, which ships with EIEIO and Gnus > will use the Emacs-version during compilation. Using different EIEIO's > for byte-compilation and during runtime is bound to create problems. > You don't need the fallback-libs at all; they're only for Emacs 23.1 and > older. Ah, thanks! I *had* tried the system eieio as well, but that was with 23.1 which I couldn't get working with either the ubuntu provided eieio or the fallback libs. Then I upgraded to emacs 23.2, but forgot to recompile gnus, so I still had trouble with the system provided eieio. After a fresh compile, it works! Dan