* Tests do not work
@ 2014-06-01 14:06 Cecil Westerhof
2014-06-01 19:14 ` Bastien
0 siblings, 1 reply; 13+ messages in thread
From: Cecil Westerhof @ 2014-06-01 14:06 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 899 bytes --]
I saw my version was outdated (8.2.1), so I upgraded to 8.2.6. Seems to
have gone OK, but when running:
make test
I get:
install -m 755 -d /tmp/tmp-orgtest
TMPDIR=/tmp/tmp-orgtest emacs -batch -Q --eval '(setq vc-handled-backends
nil)' --eval '(add-to-list '"'"'load-path "./lisp")' --eval '(add-to-list
'"'"'load-path "./testing")' -l org-loaddefs.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 '(require
'"'"'ob-perl)' --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
What is going wrong here?
--
Cecil Westerhof
[-- Attachment #2: Type: text/html, Size: 1638 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-01 14:06 Tests do not work Cecil Westerhof
@ 2014-06-01 19:14 ` Bastien
2014-06-01 20:26 ` Cecil Westerhof
0 siblings, 1 reply; 13+ messages in thread
From: Bastien @ 2014-06-01 19:14 UTC (permalink / raw)
To: Cecil Westerhof; +Cc: emacs-orgmode
Hi Cecil,
Cecil Westerhof <cldwesterhof@gmail.com> writes:
> I saw my version was outdated (8.2.1), so I upgraded to 8.2.6. Seems
> to have gone OK, but when running:
> make test
> I get:
> install -m 755 -d /tmp/tmp-orgtest
> TMPDIR=/tmp/tmp-orgtest emacs -batch -Q --eval '(setq
> vc-handled-backends nil)' --eval '(add-to-list '"'"'load-path "./
> lisp")' --eval '(add-to-list '"'"'load-path "./testing")' -l
> org-loaddefs.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 '(require '"'"'ob-perl)' --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
>
> What is going wrong here?
What returns M-x org-version RET ?
Perhaps run "make cleanall" before running "make test".
--
Bastien
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-01 19:14 ` Bastien
@ 2014-06-01 20:26 ` Cecil Westerhof
2014-06-01 20:56 ` Achim Gratz
0 siblings, 1 reply; 13+ messages in thread
From: Cecil Westerhof @ 2014-06-01 20:26 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 2303 bytes --]
2014-06-01 21:14 GMT+02:00 Bastien <bzg@gnu.org>:
>
> Cecil Westerhof <cldwesterhof@gmail.com> writes:
>
> > I saw my version was outdated (8.2.1), so I upgraded to 8.2.6. Seems
> > to have gone OK, but when running:
> > make test
> > I get:
> > install -m 755 -d /tmp/tmp-orgtest
> > TMPDIR=/tmp/tmp-orgtest emacs -batch -Q --eval '(setq
> > vc-handled-backends nil)' --eval '(add-to-list '"'"'load-path "./
> > lisp")' --eval '(add-to-list '"'"'load-path "./testing")' -l
> > org-loaddefs.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 '(require '"'"'ob-perl)' --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
> >
> > What is going wrong here?
>
> What returns M-x org-version RET ?
>
Org-mode version 8.2.6 (8.2.6-dist @ /usr/share/emacs/site-lisp/org/)
> Perhaps run "make cleanall" before running "make test".
>
Gives:
rm -fr /tmp/tmp-orgtest
rm -f
find . \( -name \*~ -o -name \*# -o -name .#\* \) -exec rm -f {} \;
find contrib testing mk \( -name \*~ -o -name \*.elc \) -exec rm -f {} \;
find: `testing': No such file or directory
make: [cleanall] Error 1 (ignored)
And ‘make test’ after this still gives:
install -m 755 -d /tmp/tmp-orgtest
TMPDIR=/tmp/tmp-orgtest emacs -batch -Q --eval '(setq vc-handled-backends
nil)' --eval '(add-to-list '"'"'load-path "./lisp")' --eval '(add-to-list
'"'"'load-path "./testing")' -l org-loaddefs.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 '(require
'"'"'ob-perl)' --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
--
Cecil Westerhof
[-- Attachment #2: Type: text/html, Size: 4073 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-01 20:26 ` Cecil Westerhof
@ 2014-06-01 20:56 ` Achim Gratz
2014-06-01 21:14 ` Bastien
0 siblings, 1 reply; 13+ messages in thread
From: Achim Gratz @ 2014-06-01 20:56 UTC (permalink / raw)
To: emacs-orgmode
Cecil Westerhof writes:
> find: `testing': No such file or directory
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
That tells you that the testing directory doesn't exist. Since you seem
to be trying the install from a distribution tarball, this is correct:
there simply is no testing directory there which means you cannot run
the tests.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
SD adaptations for Waldorf Q V3.00R3 and Q+ V3.54R2:
http://Synth.Stromeko.net/Downloads.html#WaldorfSDada
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-01 20:56 ` Achim Gratz
@ 2014-06-01 21:14 ` Bastien
2014-06-02 4:31 ` Cecil Westerhof
0 siblings, 1 reply; 13+ messages in thread
From: Bastien @ 2014-06-01 21:14 UTC (permalink / raw)
To: Achim Gratz; +Cc: emacs-orgmode
Achim Gratz <Stromeko@nexgo.de> writes:
> Cecil Westerhof writes:
>> find: `testing': No such file or directory
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
> That tells you that the testing directory doesn't exist. Since you seem
> to be trying the install from a distribution tarball, this is correct:
> there simply is no testing directory there which means you cannot run
> the tests.
But why is "make test" available from the tarball then?
--
Bastien
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-01 21:14 ` Bastien
@ 2014-06-02 4:31 ` Cecil Westerhof
2014-06-02 11:36 ` Bastien
0 siblings, 1 reply; 13+ messages in thread
From: Cecil Westerhof @ 2014-06-02 4:31 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]
2014-06-01 23:14 GMT+02:00 Bastien <bzg@gnu.org>:
> Achim Gratz <Stromeko@nexgo.de> writes:
>
> > Cecil Westerhof writes:
> >> find: `testing': No such file or directory
> > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> >
> > That tells you that the testing directory doesn't exist. Since you seem
> > to be trying the install from a distribution tarball, this is correct:
> > there simply is no testing directory there which means you cannot run
> > the tests.
>
> But why is "make test" available from the tarball then?
>
Exactly: when there are no tests, there should be no ‘make test’.
--
Cecil Westerhof
[-- Attachment #2: Type: text/html, Size: 1161 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-02 4:31 ` Cecil Westerhof
@ 2014-06-02 11:36 ` Bastien
2014-06-02 12:07 ` Cecil Westerhof
2014-06-02 18:17 ` Achim Gratz
0 siblings, 2 replies; 13+ messages in thread
From: Bastien @ 2014-06-02 11:36 UTC (permalink / raw)
To: Cecil Westerhof; +Cc: emacs-orgmode
Hi,
Cecil Westerhof <cldwesterhof@gmail.com> writes:
> Exactly: when there are no tests, there should be no ‘make test’.
I'd rather add the tests to the Org archives.
Achim, if you have time to do this, great. Otherwise I will have a
look myself later on this week.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-02 11:36 ` Bastien
@ 2014-06-02 12:07 ` Cecil Westerhof
2014-06-02 18:17 ` Achim Gratz
1 sibling, 0 replies; 13+ messages in thread
From: Cecil Westerhof @ 2014-06-02 12:07 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 328 bytes --]
2014-06-02 13:36 GMT+02:00 Bastien <bzg@gnu.org>:
> Hi,
>
> Cecil Westerhof <cldwesterhof@gmail.com> writes:
>
> > Exactly: when there are no tests, there should be no ‘make test’.
>
> I'd rather add the tests to the Org archives.
>
That would be of-course a better solution. :-D
--
Cecil Westerhof
[-- Attachment #2: Type: text/html, Size: 804 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-02 11:36 ` Bastien
2014-06-02 12:07 ` Cecil Westerhof
@ 2014-06-02 18:17 ` Achim Gratz
2014-06-02 20:07 ` Bastien
2014-06-03 9:52 ` Cecil Westerhof
1 sibling, 2 replies; 13+ messages in thread
From: Achim Gratz @ 2014-06-02 18:17 UTC (permalink / raw)
To: emacs-orgmode
Bastien writes:
> I'd rather add the tests to the Org archives.
Done.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+
Wavetables for the Terratec KOMPLEXER:
http://Synth.Stromeko.net/Downloads.html#KomplexerWaves
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-02 18:17 ` Achim Gratz
@ 2014-06-02 20:07 ` Bastien
2014-06-03 9:52 ` Cecil Westerhof
1 sibling, 0 replies; 13+ messages in thread
From: Bastien @ 2014-06-02 20:07 UTC (permalink / raw)
To: Achim Gratz; +Cc: emacs-orgmode
Achim Gratz <Stromeko@nexgo.de> writes:
> Bastien writes:
>> I'd rather add the tests to the Org archives.
>
> Done.
Thanks!
--
Bastien
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-02 18:17 ` Achim Gratz
2014-06-02 20:07 ` Bastien
@ 2014-06-03 9:52 ` Cecil Westerhof
2014-06-03 10:11 ` Bastien
1 sibling, 1 reply; 13+ messages in thread
From: Cecil Westerhof @ 2014-06-03 9:52 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 279 bytes --]
2014-06-02 20:17 GMT+02:00 Achim Gratz <Stromeko@nexgo.de>:
> Bastien writes:
> > I'd rather add the tests to the Org archives.
>
> Done.
>
I
just downloaded again from:
http://orgmode.org/
But get the same error as before.
--
Cecil Westerhof
[-- Attachment #2: Type: text/html, Size: 943 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-03 9:52 ` Cecil Westerhof
@ 2014-06-03 10:11 ` Bastien
2014-06-03 10:38 ` Cecil Westerhof
0 siblings, 1 reply; 13+ messages in thread
From: Bastien @ 2014-06-03 10:11 UTC (permalink / raw)
To: Cecil Westerhof; +Cc: emacs-orgmode
Cecil Westerhof <cldwesterhof@gmail.com> writes:
> I
>
> just downloaded again from:
> http://orgmode.org/
>
> But get the same error as before.
As the website says, the tarballs that you download from
http://orgmode.org are built from the latest stable version,
which is currently 8.2.6.
Achim fixed this for the next stable version, which is not
released.
--
Bastien
^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: Tests do not work
2014-06-03 10:11 ` Bastien
@ 2014-06-03 10:38 ` Cecil Westerhof
0 siblings, 0 replies; 13+ messages in thread
From: Cecil Westerhof @ 2014-06-03 10:38 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 670 bytes --]
2014-06-03 12:11 GMT+02:00 Bastien <bzg@gnu.org>:
> Cecil Westerhof <cldwesterhof@gmail.com> writes:
>
> > I
> >
> > just downloaded again from:
> > http://orgmode.org/
> >
> > But get the same error as before.
>
> As the website says, the tarballs that you download from
> http://orgmode.org are built from the latest stable version,
> which is currently 8.2.6.
>
> Achim fixed this for the next stable version, which is not
> released.
>
I interpreted:
I'd rather add the tests to the Org archives.
That they where added to the current one.
But no problem: I can wait till the next release. :-)
--
Cecil Westerhof
[-- Attachment #2: Type: text/html, Size: 1497 bytes --]
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2014-06-03 10:38 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-01 14:06 Tests do not work Cecil Westerhof
2014-06-01 19:14 ` Bastien
2014-06-01 20:26 ` Cecil Westerhof
2014-06-01 20:56 ` Achim Gratz
2014-06-01 21:14 ` Bastien
2014-06-02 4:31 ` Cecil Westerhof
2014-06-02 11:36 ` Bastien
2014-06-02 12:07 ` Cecil Westerhof
2014-06-02 18:17 ` Achim Gratz
2014-06-02 20:07 ` Bastien
2014-06-03 9:52 ` Cecil Westerhof
2014-06-03 10:11 ` Bastien
2014-06-03 10:38 ` Cecil Westerhof
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.