emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] error while installing org-mode version 7.9.1


From: Nick Dokos
Subject: Re: [O] error while installing org-mode version 7.9.1
Date: Tue, 04 Sep 2012 02:00:58 -0400

Supriya Sawant <address@hidden> wrote:

> while installing latest org-mode version after running make test I am getting 
> the following error.
>  
> 
> TMPDIR=/tmp/tmp-orgtest emacs -batch -Q  --eval '(add-to-list
> '"'"'load-path "./lisp")' --eval ' (add-to-list '"'"'load-path
> "./testing")'  -l org-install.el -l testing/org-test.el --eval '(require
> '"'"'ob-awk)' --eval '(require '"'"'ob-C)' --eval '(require '"'"'ob-fortran)' 
> --eval '(require
> '"'"'ob-maxima)' --eval '(require '"'"'ob-lilypond)' --eval '(require 
> '"'"'ob-octave)' --eval '
> (require '"'"'ob-python)' --eval '(require '"'"'ob-sh)'  --eval '(setq 
> org-confirm-babel-evaluate
> nil)' -f org-test-run-batch-tests
> Cannot open load file: testing/org-test.el
> make: *** [test] Error 255
> 

Are you in the right directory? The above assumes that you are in the top-level
org directory and there are subdirectories ./lisp and ./testing. The testing/
subdirectory should contain org-test.el. Does it?

In particular, assuming you *are* in the right directory, if you try to
execute the first part of the command from the command line:

--8<---------------cut here---------------start------------->8---
TMPDIR=/tmp/tmp-orgtest emacs -batch -Q --eval '(add-to-list '"'"'load-path 
"./lisp")' --eval ' (add-to-list '"'"'load-path "./testing")' -l org-install.el 
-l testing/org-test.el
--8<---------------cut here---------------end--------------->8---

you should get no errors.

If you are missing org-test.el, then your install is incomplete.  In
that case, you'll have to tell us what method you used to install.

BTW, I use git and track both the master and maint branches: I get no
errors on either of them with the most recent bits.

Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]