emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Question about running the tests
@ 2017-02-10  8:57 Carsten Dominik
  2017-02-10 13:16 ` Marco Wahl
  0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2017-02-10  8:57 UTC (permalink / raw)
  To: org-mode list

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

Hi,

I am trying to run the test suite (never tried before) and I am running
into problems.
Can anyone see what is going wrong here?

Thanks

Carsten

[org-mode] Sir? make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
test-dirty

install -m 755 -d
/var/folders/82/xcvgb4057p7fj72g12rdxvsm0000gp/T//tmp-orgtest

TMPDIR=/var/folders/82/xcvgb4057p7fj72g12rdxvsm0000gp/T//tmp-orgtest
/Applications/Emacs.app/Contents/MacOS/Emacs  -Q -batch --eval '(setq
vc-handled-backends nil org-startup-folded nil)'  --eval '(add-to-list
'"'"'load-path (concat default-directory "lisp"))' --eval '(add-to-list
'"'"'load-path (concat default-directory "testing"))'  -l
org-batch-test-init --eval '(setq org-batch-test t org-babel-load-languages
(quote ( (awk . t)  (C . t)  (fortran . t)  (maxima . t)  (lilypond . t)
(octave . t)  (python . t)  (sh . t)  (perl . t)  (emacs-lisp . t)  (shell
. t)  (org . t))) org-test-select-re "\\(org\\|ob\\)" )' -l org-loaddefs.el
-l cl -l testing/org-test.el -l ert -l org -l ox  --eval
'(org-test-run-batch-tests org-test-select-re)'

Cannot open load file: no such file or directory, ob-sh

make: *** [test-dirty] Error 255

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

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

* Re: Question about running the tests
  2017-02-10  8:57 Question about running the tests Carsten Dominik
@ 2017-02-10 13:16 ` Marco Wahl
  2017-02-10 22:21   ` Skip Collins
  0 siblings, 1 reply; 4+ messages in thread
From: Marco Wahl @ 2017-02-10 13:16 UTC (permalink / raw)
  To: emacs-orgmode

Hi Carsten,

> I am trying to run the test suite (never tried before) and I am running
> into problems.
> Can anyone see what is going wrong here?

> [org-mode] Sir? make EMACS=/Applications/Emacs.app/Contents/MacOS/Emacs
> test-dirty
>
> install -m 755 -d
> /var/folders/82/xcvgb4057p7fj72g12rdxvsm0000gp/T//tmp-orgtest
>
> TMPDIR=/var/folders/82/xcvgb4057p7fj72g12rdxvsm0000gp/T//tmp-orgtest
> /Applications/Emacs.app/Contents/MacOS/Emacs  -Q -batch --eval '(setq
> vc-handled-backends nil org-startup-folded nil)'  --eval '(add-to-list
> '"'"'load-path (concat default-directory "lisp"))' --eval '(add-to-list
> '"'"'load-path (concat default-directory "testing"))'  -l
> org-batch-test-init --eval '(setq org-batch-test t org-babel-load-languages
> (quote ( (awk . t)  (C . t)  (fortran . t)  (maxima . t)  (lilypond . t)
> (octave . t)  (python . t)  (sh . t)  (perl . t)  (emacs-lisp . t)  (shell
> . t)  (org . t))) org-test-select-re "\\(org\\|ob\\)" )' -l org-loaddefs.el
> -l cl -l testing/org-test.el -l ert -l org -l ox  --eval
> '(org-test-run-batch-tests org-test-select-re)'
>
> Cannot open load file: no such file or directory, ob-sh
>

Guess: It's the "sh".  There is no ob-sh anymore.  "sh" is now "shell".


Best regards

                       Marco

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

* Re: Question about running the tests
  2017-02-10 13:16 ` Marco Wahl
@ 2017-02-10 22:21   ` Skip Collins
  2017-02-11 11:22     ` Marco Wahl
  0 siblings, 1 reply; 4+ messages in thread
From: Skip Collins @ 2017-02-10 22:21 UTC (permalink / raw)
  To: emacs-org list

Perhaps the bundled org in stock emacs interfered with a newer
downloaded version because load-path is not configured properly. If a
mixed-version installation happened to Carsten, it is probably
happening to lots of people. I also use a Mac and it's happened to me
before. What else can be done to prevent this from affecting normal
users? Would it be possible for org to do a quick self-consistency
check on startup?

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

* Re: Question about running the tests
  2017-02-10 22:21   ` Skip Collins
@ 2017-02-11 11:22     ` Marco Wahl
  0 siblings, 0 replies; 4+ messages in thread
From: Marco Wahl @ 2017-02-11 11:22 UTC (permalink / raw)
  To: emacs-orgmode; +Cc: Skip Collins, Carsten Dominik


> Perhaps the bundled org in stock emacs interfered with a newer
> downloaded version because load-path is not configured properly. If a
> mixed-version installation happened to Carsten, it is probably
> happening to lots of people. I also use a Mac and it's happened to me
> before. What else can be done to prevent this from affecting normal
> users? Would it be possible for org to do a quick self-consistency
> check on startup?

There could be done a lot, I guess.

But I think the situation currently is quite good.

There is http://www.randomsample.de:4457/waterfall which shows the
last build on a reference platform.

You can checkout a fresh orgmode source-tree and activate it with a
minimal configuration file.

If there are problems with an individually configured installation you
have no other choice than to somehow find out what is the culprit
AFAICS.  E.g. debugging and comparing to a reference.

Btw for the concrete issue in this thread about "ob-sh" and "sh" the
user-individual settings for BTEST_OB_LANGUAGES in the local*.mk
makefiles could be of interest.


Best regards

                       Marco

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

end of thread, other threads:[~2017-02-11 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-10  8:57 Question about running the tests Carsten Dominik
2017-02-10 13:16 ` Marco Wahl
2017-02-10 22:21   ` Skip Collins
2017-02-11 11:22     ` Marco Wahl

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