unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Harald Hanche-Olsen <hanche@math.ntnu.no>
To: emacs-pretest-bug@gnu.org
Subject: Build failure: feature not provided
Date: Sun, 20 Apr 2008 16:41:06 +0200 (CEST)	[thread overview]
Message-ID: <20080420.164106.242671201.hanche@math.ntnu.no> (raw)

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."




             reply	other threads:[~2008-04-20 14:41 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-20 14:41 Harald Hanche-Olsen [this message]
2008-04-20 19:04 ` Build failure: feature not provided Stefan Monnier
2008-04-20 19:42   ` Glenn Morris
2008-04-20 20:04     ` Paul R
2008-04-20 21:03       ` Harald Hanche-Olsen
2008-04-20 20:19     ` Stefan Monnier
2008-04-20 20:01   ` Harald Hanche-Olsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080420.164106.242671201.hanche@math.ntnu.no \
    --to=hanche@math.ntnu.no \
    --cc=emacs-pretest-bug@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).