From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/84123 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.gnus.general Subject: Re: Buildbot mails restored Date: Sat, 01 Feb 2014 21:56:34 +0100 Message-ID: <87wqhemu0t.fsf@randomsample.de> References: <871tznnokq.fsf@randomsample.de> <87mwiaip8z.fsf@building.gnus.org> <87ha8iiobg.fsf@building.gnus.org> <87iosypnyc.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1391288226 15706 80.91.229.3 (1 Feb 2014 20:57:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 1 Feb 2014 20:57:06 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M32375@lists.math.uh.edu Sat Feb 01 21:57:13 2014 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 1W9hcl-00035U-TN for ding-account@gmane.org; Sat, 01 Feb 2014 21:57:12 +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 1W9hcN-0000Z6-Cr; Sat, 01 Feb 2014 14:56:47 -0600 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 1W9hcL-0000Yo-W2 for ding@lists.math.uh.edu; Sat, 01 Feb 2014 14:56:45 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1W9hcH-0003J9-OC for ding@lists.math.uh.edu; Sat, 01 Feb 2014 14:56:45 -0600 Original-Received: from randomsample.de ([5.45.97.173]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1W9hcG-00047b-Ag; Sat, 01 Feb 2014 21:56:40 +0100 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:Cc:To:From; bh=8w4L9VQyS0s3allBbUjLYNZ3TqDCNfMZVoRvhFI86As=; b=awKp4wW041WXXSnQrtQoEUwBoposIZtUT1ceI4DUGfEWVlhDiB8sBV/nrFSvMM5kqWKFvIMth14iVxi1P1Na0TdCCjkrDVJkIEoJm8v25PpW56Cj3raWxkDvMozBU9Oi; Original-Received: from dslc-082-083-046-149.pools.arcor-ip.net ([82.83.46.149] helo=spaten) by randomsample.de with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1W9hcF-0000Fc-P7; Sat, 01 Feb 2014 21:56:40 +0100 In-Reply-To: <87iosypnyc.fsf@building.gnus.org> (Lars Ingebrigtsen's message of "Sat, 01 Feb 2014 12:39:23 -0800") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) Mail-Followup-To: Lars Ingebrigtsen , ding@gnus.org X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:84123 Archived-At: Lars Ingebrigtsen writes: > Lars Ingebrigtsen writes: > >> Ok, I've now gotten most of the bugs, but this still fails: >> >> While compiling toplevel forms in file >> /var/lib/buildbot/slaves/debian/build-xemacs21.5/build/lisp/gnus-gravatar.el: >> !! Symbol's value as variable is void ((w3-configuration-directory)) >> >> But I can't find any reference to this w3 thing in the sources any >> more... Anybody got any ideas? > > I don't get this when I try compiling with XEmacs myself. Does it need > to re-run autoconf or something? The XEmacs on the buildbot has all the Sumo packages installed, which also includes w3. The warning occurs because of the require for url-cache, which is part of w3 and which uses w3-configuration-directory. What really confuses me though is that when I compile manually with '-f batch-byte-compile-file', I don't get this warning. It seems to be something in dgnushack which somehow triggers this. Very strange. -David