From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harald Hanche-Olsen Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Build failure: feature not provided Date: Sun, 20 Apr 2008 16:41:06 +0200 (CEST) Message-ID: <20080420.164106.242671201.hanche@math.ntnu.no> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1208702527 12411 80.91.229.12 (20 Apr 2008 14:42:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 20 Apr 2008 14:42:07 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 20 16:42:42 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 1Jnaka-0006th-43 for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 16:42:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jnaju-0002dy-Up for ged-emacs-devel@m.gmane.org; Sun, 20 Apr 2008 10:41:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JnajH-00024X-S7 for emacs-devel@gnu.org; Sun, 20 Apr 2008 10:41:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JnajF-000229-OZ for emacs-devel@gnu.org; Sun, 20 Apr 2008 10:41:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JnajF-00021q-HS for emacs-devel@gnu.org; Sun, 20 Apr 2008 10:41:17 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JnajF-0007IE-LM for emacs-devel@gnu.org; Sun, 20 Apr 2008 10:41:17 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JnajE-0000v7-Qu for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 10:41:16 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JnajA-0007H3-BG for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 10:41:16 -0400 Original-Received: from abel.math.ntnu.no ([129.241.15.50]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1Jnaj9-0007FX-AK for emacs-pretest-bug@gnu.org; Sun, 20 Apr 2008 10:41:11 -0400 Original-Received: (qmail 21101 invoked from network); 20 Apr 2008 14:41:07 -0000 Original-Received: from gauss.math.ntnu.no (HELO localhost) (hanche@129.241.15.102) by abel.math.ntnu.no with ESMTPA; 20 Apr 2008 14:41:07 -0000 X-URL: http://www.math.ntnu.no/~hanche/ X-Mailer: Mew version 5.2.51 on Emacs 23.0.0 / Mule 6.0 (HANACHIRUSATO) X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:95520 gmane.emacs.pretest.bugs:22079 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 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? - Harald Index: lisp/calendar/calendar.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/calendar/calendar.el,v retrieving revision 1.259 diff -u -r1.259 calendar.el --- lisp/calendar/calendar.el 12 Apr 2008 03:11:03 -0000 1.259 +++ lisp/calendar/calendar.el 20 Apr 2008 14:33:19 -0000 @@ -116,7 +116,7 @@ ;;; Code: -(require 'cal-loaddefs) +(load "cal-loaddefs" nil t) ;; Avoid recursive load of calendar when loading cal-menu. Yuck. (provide 'calendar) Index: lisp/calendar/diary-lib.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/calendar/diary-lib.el,v retrieving revision 1.170 diff -u -r1.170 diary-lib.el --- lisp/calendar/diary-lib.el 16 Apr 2008 03:23:30 -0000 1.170 +++ lisp/calendar/diary-lib.el 20 Apr 2008 14:33:20 -0000 @@ -31,7 +31,7 @@ ;;; Code: (require 'calendar) -(require 'diary-loaddefs) +(load "diary-loaddefs" nil t) (defgroup diary nil "Emacs diary." Index: lisp/calendar/holidays.el =================================================================== RCS file: /cvsroot/emacs/emacs/lisp/calendar/holidays.el,v retrieving revision 1.77 diff -u -r1.77 holidays.el --- lisp/calendar/holidays.el 11 Apr 2008 03:48:37 -0000 1.77 +++ lisp/calendar/holidays.el 20 Apr 2008 14:33:21 -0000 @@ -31,7 +31,7 @@ ;;; Code: (require 'calendar) -(require 'hol-loaddefs) +(load "hol-loaddefs" nil t) (defgroup holidays nil "Holidays support in calendar."