From mboxrd@z Thu Jan  1 00:00:00 1970
From: Vikas Rawal <vikaslists@agrarianresearch.org>
Subject: Re: [BUG] Cannot open load file: ob-sh
Date: Tue, 22 Apr 2014 21:52:20 +0200
Message-ID: <CAFVt51JXsD+zs_OZqF3rFRdLjyts_hU1x3u6ustGYYyao_=61w@mail.gmail.com>
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: <emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org>
Received: from eggs.gnu.org ([2001:4830:134:3::10]:34496)
	by lists.gnu.org with esmtp (Exim 4.71)
	(envelope-from <vikaslists@agrarianresearch.org>) 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 <vikaslists@agrarianresearch.org>) 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 <vikaslists@agrarianresearch.org>) 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 <emacs-orgmode@gnu.org>; Tue, 22 Apr 2014 12:52:20 -0700 (PDT)
In-Reply-To: <87zjmpnuoj.fsf@gmail.com>
List-Id: "General discussions about Org-mode." <emacs-orgmode.gnu.org>
List-Unsubscribe: <https://lists.gnu.org/mailman/options/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=unsubscribe>
List-Archive: <http://lists.gnu.org/archive/html/emacs-orgmode>
List-Post: <mailto:emacs-orgmode@gnu.org>
List-Help: <mailto:emacs-orgmode-request@gnu.org?subject=help>
List-Subscribe: <https://lists.gnu.org/mailman/listinfo/emacs-orgmode>,
	<mailto:emacs-orgmode-request@gnu.org?subject=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 <schulte.eric@gmail.com>
Cc: Bastien <bzg@gnu.org>, Thorsten Jolitz <tjolitz@gmail.com>, "emacs-orgmode@gnu.org" <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 <schulte.eric@gmail.com>wrote:

> Bastien <bzg@gnu.org> writes:
>
> > Hi Eric,
> >
> > Eric Schulte <schulte.eric@gmail.com> 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

<div dir=3D"ltr"><div>I tried to update my org-mode using make up2 but got =
an error that looks similar. <br><br>----------<br><br>install -m 755 -d /t=
mp/tmp-orgtest<br>TMPDIR=3D/tmp/tmp-orgtest emacs=C2=A0 -Q -batch --eval &#=
39;(setq vc-handled-backends nil org-startup-folded nil)&#39;=C2=A0 --eval =
&#39;(add-to-list &#39;&quot;&#39;&quot;&#39;load-path (concat default-dire=
ctory &quot;lisp&quot;))&#39; --eval &#39;(add-to-list &#39;&quot;&#39;&quo=
t;&#39;load-path (concat default-directory &quot;testing&quot;))&#39;=C2=A0=
 -l org-batch-test-init --eval &#39;(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 &quot;\\(org\\|ob\\)&quot; )&#39; -l org-loaddefs.=
el -l cl -l testing/org-test.el -l ert -l org -l ox=C2=A0 --eval &#39;(org-=
test-run-batch-tests org-test-select-re)&#39;<br>
`flet&#39; is an obsolete macro (as of 24.3); use either `cl-flet&#39; or `=
cl-letf&#39;.<br>Cannot open load file: ob-sh<br>make[1]: *** [test-dirty] =
Error 255<br>make: *** [up2] Error 2<br><br></div><div>----------<br><br>
</div><div>Where does it load the list of babel languages from?<br><br>Vika=
s<br></div></div><div class=3D"gmail_extra"><br><br><div class=3D"gmail_quo=
te">On Tue, Jan 21, 2014 at 5:53 PM, Eric Schulte <span dir=3D"ltr">&lt;<a =
href=3D"mailto:schulte.eric@gmail.com" target=3D"_blank">schulte.eric@gmail=
.com</a>&gt;</span> wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex"><div class=3D"HOEnZb"><div class=3D"h5">Bast=
ien &lt;<a href=3D"mailto:bzg@gnu.org">bzg@gnu.org</a>&gt; writes:<br>
<br>
&gt; Hi Eric,<br>
&gt;<br>
&gt; Eric Schulte &lt;<a href=3D"mailto:schulte.eric@gmail.com">schulte.eri=
c@gmail.com</a>&gt; writes:<br>
&gt;<br>
&gt;&gt; Yes, ob-sh has been renamed to ob-shell, the above should be chang=
ed to<br>
&gt;&gt; (shell . t).<br>
&gt;<br>
&gt; Can you not it in ORG-NEWS as an incompatible change in master?<br>
&gt;<br>
&gt; These things tend to get easily forgotten.<br>
&gt;<br>
&gt; Thanks!<br>
<br>
</div></div>Done. =C2=A0Thanks,<br>
<div class=3D"HOEnZb"><div class=3D"h5"><br>
--<br>
Eric Schulte<br>
<a href=3D"https://cs.unm.edu/~eschulte" target=3D"_blank">https://cs.unm.e=
du/~eschulte</a><br>
PGP: 0x614CA05D<br>
<br>
</div></div></blockquote></div><br></div>

--089e0111bce02e3c1d04f7a6f4bd--