emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* error while installing org-mode version 7.9.1
@ 2012-09-04  5:37 Supriya Sawant
  2012-09-04  6:00 ` Nick Dokos
  0 siblings, 1 reply; 2+ messages in thread
From: Supriya Sawant @ 2012-09-04  5:37 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

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

please help me out!!





Thanks & Regards,
Supriya Pravin Sawant

[-- Attachment #2: Type: text/html, Size: 1155 bytes --]

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

* Re: error while installing org-mode version 7.9.1
  2012-09-04  5:37 error while installing org-mode version 7.9.1 Supriya Sawant
@ 2012-09-04  6:00 ` Nick Dokos
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Dokos @ 2012-09-04  6:00 UTC (permalink / raw)
  To: Supriya Sawant; +Cc: emacs-orgmode

Supriya Sawant <sp.sawant14@gmail.com> 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

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

end of thread, other threads:[~2012-09-04  6:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-04  5:37 error while installing org-mode version 7.9.1 Supriya Sawant
2012-09-04  6:00 ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.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).