From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77917 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: A Cleaner Build Date: Thu, 17 Mar 2011 19:50:02 +0100 Message-ID: <871v25vaxx.fsf@randomsample.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1300387888 30206 80.91.229.12 (17 Mar 2011 18:51:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 17 Mar 2011 18:51:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M26235@lists.math.uh.edu Thu Mar 17 19:51:22 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 1Q0II6-0001Tc-1l for ding-account@gmane.org; Thu, 17 Mar 2011 19:51:22 +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 1Q0IHj-0002zL-S7; Thu, 17 Mar 2011 13:50:59 -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 1Q0IHi-0002yw-2X for ding@lists.math.uh.edu; Thu, 17 Mar 2011 13:50:58 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Q0IHg-0006EL-09 for ding@lists.math.uh.edu; Thu, 17 Mar 2011 13:50:57 -0500 Original-Received: from v3-1008.vxen.de ([79.140.41.8]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Q0IHe-0000kF-7i for ding@gnus.org; Thu, 17 Mar 2011 19:50:54 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=engster.org; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:To:From; bh=caPMIhI1PHpG0T4QsDwXXtpZ4x2W+Ep2O48kKYfrCXQ=; b=RvfELfXW+ElOTkuuwzVG4CHats/ggc9dQIBnwtBhn6RTQPY3QbktSlh+lMRsmBow65VZbNUbTWuhM69A8nqBOG3KV8q3kg6eKguk6ospQWK+PODlenWImKmEQlQn8Dxt; Original-Received: from dslc-082-082-167-237.pools.arcor-ip.net ([82.82.167.237] helo=spaten) by v3-1008.vxen.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Q0IHc-0001Cs-Pb for ding@gnus.org; Thu, 17 Mar 2011 19:50:52 +0100 In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 17 Mar 2011 19:42:44 +0100") User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Mail-Copies-To: never Mail-Followup-To: ding@gnus.org X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77917 Archived-At: Lars Magne Ingebrigtsen writes: > I've started tackling the warnings in the Gnus build. But here's one I > don't understand: > > Compiling /home/larsi/pgnus/lisp/gnus-gravatar.el... > While compiling toplevel forms in file /home/larsi/pgnus/lisp/gnus-gravatar.el: > !! Symbol's function definition is void ((locate-user-emacs-file)) Isn't that a real error? Anyway, I don't see that one in the stdio from http://randomsample.de:4456/builders/xemacs21.4-linux/builds/4/steps/compile/logs/stdio Instead, there's While compiling the end of the data in file /var/lib/buildbot/slaves/debian/build-xemacs21.4/build/lisp/gravatar.el: ** the function url-retrieve-synchronously is not known to be defined. -David