From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Build failure: feature not provided Date: Sun, 20 Apr 2008 15:04:39 -0400 Message-ID: References: <20080420.164106.242671201.hanche@math.ntnu.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208718328 30000 80.91.229.12 (20 Apr 2008 19:05:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2008 19:05:28 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Harald Hanche-Olsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 20 21:06:03 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Jneqx-0002AW-Tj for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 21:05:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JneqI-0002hR-NW for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 15:04:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JneqD-0002gw-Ot for emacs-devel@gnu.org; Sun, 20 Apr 2008 15:04:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JneqD-0002gY-3o for emacs-devel@gnu.org; Sun, 20 Apr 2008 15:04:45 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JneqD-0002gV-1Q for emacs-devel@gnu.org; Sun, 20 Apr 2008 15:04:45 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JneqC-0000zB-LI for emacs-devel@gnu.org; Sun, 20 Apr 2008 15:04:44 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JneqC-0000yg-G2 for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 15:04:44 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jneq8-0000yN-Aw for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 15:04:44 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jneq8-0000yF-2J for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 15:04:40 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AswEAAYwC0hMCqsI/2dsb2JhbACBUKc7 X-IronPort-AV: E=Sophos;i="4.25,686,1199682000"; d="scan'208";a="18795200" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 20 Apr 2008 15:04:39 -0400 Original-Received: from pastel.home ([76.10.171.8]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id AXY64939; Sun, 20 Apr 2008 15:04:39 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 5928E895A; Sun, 20 Apr 2008 15:04:39 -0400 (EDT) In-Reply-To: <20080420.164106.242671201.hanche@math.ntnu.no> (Harald Hanche-Olsen's message of "Sun, 20 Apr 2008 16:41:06 +0200 (CEST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:95529 gmane.emacs.pretest.bugs:22084 Archived-At: > Compiling /local/src/emacs/emacs-cvs/lisp/./org/org-export-latex.el > In toplevel form: > org/org-export-latex.el:52:1:Error: Required feature `cal-loaddefs' was not provided This should be a side effect of previous builds (i.e. fixed by a clean checkout). "maintainer-clean" should also fix it, but maybe it doesn't. > The following patch seems to cure the problem, though it is probably > not the right thing to do. Better to fix the automatic generation of > the -loaddefs files to include an appropriate provide form? Actually, I think those patches are good, independently from whether or not maintainer-clean does the right thing above. Stefan