From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82983 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: error since upgraded to 24.3 and gnus from git Date: Wed, 13 Mar 2013 17:35:37 +0100 Message-ID: <874ngfcl5y.fsf@thinkpad.tsdh.de> References: <414360FF-8FD2-4D9F-ABC7-0CA9682BFD66@ecocode.net> <87hakfcwkd.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1363192550 25007 80.91.229.3 (13 Mar 2013 16:35:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 Mar 2013 16:35:50 +0000 (UTC) Cc: "ding\@gnus.org" To: Erik Colson Original-X-From: ding-owner+M31249@lists.math.uh.edu Wed Mar 13 17:36:15 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UFoez-0001Or-36 for ding-account@gmane.org; Wed, 13 Mar 2013 17:36:13 +0100 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 1UFoeZ-0000fG-64; Wed, 13 Mar 2013 11:35:47 -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 1UFoeX-0000f2-QI for ding@lists.math.uh.edu; Wed, 13 Mar 2013 11:35:45 -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 1UFoeS-00081n-HF for ding@lists.math.uh.edu; Wed, 13 Mar 2013 11:35:45 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1UFoeR-0002Zy-3F for ding@gnus.org; Wed, 13 Mar 2013 17:35:39 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 157871A846E; Wed, 13 Mar 2013 17:35:38 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l5adeYKaJTsa; Wed, 13 Mar 2013 17:35:37 +0100 (CET) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id B470C1A843F; Wed, 13 Mar 2013 17:35:37 +0100 (CET) Mail-Followup-To: Erik Colson , "ding\@gnus.org" In-Reply-To: (Erik Colson's message of "Wed, 13 Mar 2013 14:16:02 +0100") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82983 Archived-At: Erik Colson writes: Hi Erik, > Thanks for the info. I'll try that. However I narrowed the thing > down, using git bisect, to the commit 04580ac401 which is the one > preceding the commit I went back to. > > But, as I went through : > > make clean && ./configure && make > > several times to find the error causing commit, I don't think it can > be related to a configure error.. > > Maybe it's related to a group-name or something else, but my lisp > isn't good enough to debug this thing without help. Very unlikely that a void-function error could be caused by that. I still think it's a configure problem. When you run make, it says something like cd lisp && make EMACS="emacs-24" lispdir="/usr/share/emacs/site-lisp/gnus" all What's the value of EMACS? And is that the same emacs you use for running gnus? Bye, Tassilo