From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: Bug? Installing from git master Date: Sun, 2 Mar 2008 23:34:09 +0000 Message-ID: <20080302233409.GA23239@atlantic.linksys.moosehall> References: <47C86E0B.4010107@gmx.de> <9AC7F26F-5F31-4DD9-98A0-A2CE5353C218@science.uva.nl> <87ejavjtyu.fsf@bzg.ath.cx> <87tzjrgyyk.fsf@bzg.ath.cx> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVxh6-0003tE-Ub for emacs-orgmode@gnu.org; Sun, 02 Mar 2008 18:34:13 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVxh6-0003sU-4z for emacs-orgmode@gnu.org; Sun, 02 Mar 2008 18:34:12 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVxh5-0003sC-Qx for emacs-orgmode@gnu.org; Sun, 02 Mar 2008 18:34:11 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JVxh5-00014Z-GF for emacs-orgmode@gnu.org; Sun, 02 Mar 2008 18:34:11 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id m22NY9Id020655 for ; Sun, 2 Mar 2008 17:34:09 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id m22NY9Ud020648 for emacs-orgmode@gnu.org; Sun, 2 Mar 2008 23:34:09 GMT Content-Disposition: inline In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org On Sat, Mar 01, 2008 at 04:35:14AM +0530, Manish wrote: > On Sat, Mar 1, 2008 at 4:19 AM, Bastien wrote: > > Manish writes: > > > > > On Sat, Mar 1, 2008 at 3:39 AM, Bastien wrote: > > >> Manish writes: > > >> > > >> > On Sat, Mar 1, 2008 at 3:04 AM, Carsten Dominik wrote: > > >> > > > >> > > >> > `make' now completes. Though it still produces following warni= ngs: > > >> > > >> Fixed, thanks! > > > > > > Only following warnings are left now. > > > > > > ,---- > > > | In end of data: > > > | org-irc.el:231:1:Warning: the following functions might not be= defined at > > > | runtime: find-if, find > > > | org-irc.el:231:1:Warning: the function `erc-current-logfile' i= s not known to > > > | be defined. > > > | Wrote /home/zms/elisp/org-mode/org-irc.elc > > > `---- > > > > Argh. Fixed. > > > > Is _everyone_ pulling from git in this room?? :-) > I do. Me too. > `make' completes cleanly now. Thanks. ... but only if you have erc installed (it's shipped with emacs 22 but not emacs 21): $ make emacs -batch -q -eval "(progn (add-to-list (quote load-path) \".\") (ad= d-to-list (quote load-path) \"/home/aspiers/lib/emacs/GNU_Emacs/21.3/gnu/= linux/pre\"))" -f batch-byte-compile org-mouse.el Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)... While compiling toplevel forms in file /home/aspiers/lib/emacs/major-modes/org-mode.git/org-mouse.el: !! File error (("Cannot open load file" "erc")) Done make: *** [org-mouse.elc] Error 1 This is because org-default-extensions defaults to (org-irc): emacs -batch -q -eval "(progn (setq debug-on-error t) (add-to-list (quo= te load-path) \".\") (add-to-list (quote load-path) \"/usr/local/share/em= acs/site-lisp\") (require 'org))" Loading /usr/lib/emacs/21.3/i586-suse-linux/fns-21.3.1.el (source)... Debugger entered--Lisp error: (file-error "Cannot open load file" "erc"= ) require(erc) eval-buffer(# nil "org-irc" nil t) load-with-code-conversion("/home/aspiers/lib/emacs/major-modes/org-mo= de.git/org-irc.el" "org-irc" nil t) require(org-irc) mapc(require (org-irc)) org-load-default-extensions() run-hooks(org-load-hook) byte-code("=EF=BF=BD=EF=BF=BD!=EF=BF=BD=EF=BF=BD=EF=BF=BD!=EF=BF=BD" = [provide org run-hooks org-load-hook] 2) require(org) (progn (setq debug-on-error t) (add-to-list (quote load-path) ".") (a= dd-to-list (quote load-path) "/usr/local/share/emacs/site-lisp") (require= (quote org))) eval((progn (setq debug-on-error t) (add-to-list (quote load-path) ".= ") (add-to-list (quote load-path) "/usr/local/share/emacs/site-lisp") (re= quire (quote org)))) command-line-1(("-eval" "(progn (setq debug-on-error t) (add-to-list = (quote load-path) \".\") (add-to-list (quote load-path) \"/usr/local/shar= e/emacs/site-lisp\") (require 'org))")) command-line() normal-top-level() So it would be nice if it didn't default to (org-irc) for older emacsen.