From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: error while installing org-mode version 7.9.1 Date: Tue, 04 Sep 2012 02:00:58 -0400 Message-ID: <2029.1346738458@alphaville> References: Reply-To: nicholas.dokos@hp.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8mCA-0002Ql-6G for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 02:01:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T8mC8-0001VX-K0 for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 02:01:06 -0400 Received: from g5t0006.atlanta.hp.com ([15.192.0.43]:15764) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T8mC8-0001VH-EO for emacs-orgmode@gnu.org; Tue, 04 Sep 2012 02:01:04 -0400 In-Reply-To: Message from Supriya Sawant of "Tue\, 04 Sep 2012 11\:07\:18 +0530." List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Supriya Sawant Cc: emacs-orgmode@gnu.org Supriya Sawant wrote: > while installing latest org-mode version after running make test I am get= ting the following error. > =C2=A0 >=20 > TMPDIR=3D/tmp/tmp-orgtest emacs -batch -Q=C2=A0 --eval '(add-to-list > '"'"'load-path "./lisp")' --eval ' (add-to-list '"'"'load-path > "./testing")'=C2=A0 -l org-install.el -l testing/org-test.el --eval '(req= uire > '"'"'ob-awk)' --eval '(require '"'"'ob-C)' --eval '(require '"'"'ob-fortr= an)' --eval '(require > '"'"'ob-maxima)' --eval '(require '"'"'ob-lilypond)' --eval '(require '"'= "'ob-octave)' --eval ' > (require '"'"'ob-python)' --eval '(require '"'"'ob-sh)'=C2=A0 --eval '(se= tq org-confirm-babel-evaluate > nil)' -f org-test-run-batch-tests > Cannot open load file: testing/org-test.el > make: *** [test] Error 255 >=20 Are you in the right directory? The above assumes that you are in the top-l= evel org directory and there are subdirectories ./lisp and ./testing. The testin= g/ 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=3D/tmp/tmp-orgtest emacs -batch -Q --eval '(add-to-list '"'"'load-pa= th "./lisp")' --eval ' (add-to-list '"'"'load-path "./testing")' -l org-ins= tall.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