From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Re: [BUG] Cannot open load file: ob-sh Date: Tue, 22 Apr 2014 21:52:20 +0200 Message-ID: References: <8738kh4fw8.fsf@gmail.com> <874n4xpd8p.fsf@gmail.com> <874n4xgwzn.fsf@bzg.ath.cx> <87zjmpnuoj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e0111bce02e3c1d04f7a6f4bd Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34496) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcgk0-0003tk-Q8 for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 15:52:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wcgjt-0004I4-Kc for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 15:52:28 -0400 Received: from mail-oa0-f44.google.com ([209.85.219.44]:53710) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wcgjt-0004Hb-FR for emacs-orgmode@gnu.org; Tue, 22 Apr 2014 15:52:21 -0400 Received: by mail-oa0-f44.google.com with SMTP id n16so3488235oag.31 for ; Tue, 22 Apr 2014 12:52:20 -0700 (PDT) In-Reply-To: <87zjmpnuoj.fsf@gmail.com> 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: Eric Schulte Cc: Bastien , Thorsten Jolitz , "emacs-orgmode@gnu.org" --089e0111bce02e3c1d04f7a6f4bd Content-Type: text/plain; charset=UTF-8 I tried to update my org-mode using make up2 but got an error that looks similar. ---------- install -m 755 -d /tmp/tmp-orgtest TMPDIR=/tmp/tmp-orgtest 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)' `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'. Cannot open load file: ob-sh make[1]: *** [test-dirty] Error 255 make: *** [up2] Error 2 ---------- Where does it load the list of babel languages from? Vikas On Tue, Jan 21, 2014 at 5:53 PM, Eric Schulte wrote: > Bastien writes: > > > Hi Eric, > > > > Eric Schulte writes: > > > >> Yes, ob-sh has been renamed to ob-shell, the above should be changed to > >> (shell . t). > > > > Can you not it in ORG-NEWS as an incompatible change in master? > > > > These things tend to get easily forgotten. > > > > Thanks! > > Done. Thanks, > > -- > Eric Schulte > https://cs.unm.edu/~eschulte > PGP: 0x614CA05D > > --089e0111bce02e3c1d04f7a6f4bd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I tried to update my org-mode using make up2 but got = an error that looks similar.

----------

install -m 755 -d /t= mp/tmp-orgtest
TMPDIR=3D/tmp/tmp-orgtest emacs=C2=A0 -Q -batch --eval &#= 39;(setq vc-handled-backends nil org-startup-folded nil)'=C2=A0 --eval = '(add-to-list '"'"'load-path (concat default-dire= ctory "lisp"))' --eval '(add-to-list '"'&quo= t;'load-path (concat default-directory "testing"))'=C2=A0= -l org-batch-test-init --eval '(setq org-batch-test t org-babel-load-l= anguages (quote ( (awk . t)=C2=A0 (C . t)=C2=A0 (fortran . t)=C2=A0 (maxima= . t)=C2=A0 (lilypond . t)=C2=A0 (octave . t)=C2=A0 (python . t)=C2=A0 (sh = . t)=C2=A0 (perl . t)=C2=A0 (emacs-lisp . t)=C2=A0 (shell . t)=C2=A0 (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=C2=A0 --eval '(org-= test-run-batch-tests org-test-select-re)'
`flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `= cl-letf'.
Cannot open load file: ob-sh
make[1]: *** [test-dirty] = Error 255
make: *** [up2] Error 2

----------

Where does it load the list of babel languages from?

Vika= s


On Tue, Jan 21, 2014 at 5:53 PM, Eric Schulte <schulte.eric@gmail= .com> wrote:
Bast= ien <bzg@gnu.org> writes:

> Hi Eric,
>
> Eric Schulte <schulte.eri= c@gmail.com> writes:
>
>> Yes, ob-sh has been renamed to ob-shell, the above should be chang= ed to
>> (shell . t).
>
> Can you not it in ORG-NEWS as an incompatible change in master?
>
> These things tend to get easily forgotten.
>
> Thanks!

Done. =C2=A0Thanks,

--
Eric Schulte
https://cs.unm.e= du/~eschulte
PGP: 0x614CA05D


--089e0111bce02e3c1d04f7a6f4bd--