unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#17292: 24.3.90; ELPA : "make" makes an error compiling ada-build.el
@ 2014-04-18 15:04 Nicolas Richard
  2014-04-19 15:11 ` Stephen Leake
  0 siblings, 1 reply; 11+ messages in thread
From: Nicolas Richard @ 2014-04-18 15:04 UTC (permalink / raw)
  To: 17292; +Cc: Stephen Leake

Hi,

I cloned the elpa git repo, ran "make externals" and "make", then got:

In toplevel form:
packages/ada-mode/ada-build.el:41:1:Error: Cannot open load file: aucun fichier ou dossier de ce type, wisi-compat-24.2
make[1]: *** [packages/ada-mode/ada-build.elc] Erreur 1
make[1] : on quitte le répertoire « /home/youngfrog/sources/elpa »
make: *** [all-in-place] Erreur 2


I applied the following patch, but probably this is not the right way
since the workaround clearly worked around something. I'm CC-ing Stephen
Leake who committed that code.

diff --git a/packages/wisi/wisi.el b/packages/wisi/wisi.el
index 62302b7..33b71e9 100755
--- a/packages/wisi/wisi.el
+++ b/packages/wisi/wisi.el
@@ -145,11 +145,9 @@
 (require 'cl-lib)
 (require 'wisi-parse)
 
-;; WORKAROUND: for some reason, this condition doesn't work in batch mode!
-;; (when (and (= emacs-major-version 24)
-;; 	   (= emacs-minor-version 2))
-  (require 'wisi-compat-24.2)
-;;)
+(when (and (= emacs-major-version 24)
+	   (= emacs-minor-version 2))
+  (require 'wisi-compat-24.2))
 
 ;;;; lexer
 

-- 
Nico.





^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-04-23  9:07 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-18 15:04 bug#17292: 24.3.90; ELPA : "make" makes an error compiling ada-build.el Nicolas Richard
2014-04-19 15:11 ` Stephen Leake
2014-04-19 19:41   ` Nicolas Richard
2014-04-19 20:13   ` Andreas Schwab
2014-04-20  2:50     ` Stefan Monnier
2014-04-20  6:29       ` Eli Zaretskii
2014-04-20 12:10         ` Stefan Monnier
2014-04-23  8:54           ` Andreas Schwab
2014-04-23  9:07             ` Nicolas Richard
2014-04-20  2:54   ` Dmitry Gutov
2014-04-20 12:12     ` Stefan Monnier

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