From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: make doc failing Date: Mon, 30 Dec 2013 00:47:01 -0500 Message-ID: <874n5qlwkq.fsf@alphaville.bos.redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45402) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxVhG-0002Pw-Td for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 00:47:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxVh8-0004pw-Bz for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 00:47:26 -0500 Received: from plane.gmane.org ([80.91.229.3]:48044) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxVh8-0004pq-4b for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 00:47:18 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VxVh4-0005oJ-60 for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 06:47:14 +0100 Received: from pool-98-110-175-184.bstnma.fios.verizon.net ([98.110.175.184]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Dec 2013 06:47:14 +0100 Received: from ndokos by pool-98-110-175-184.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 30 Dec 2013 06:47:14 +0100 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: emacs-orgmode@gnu.org Rustom Mody writes: > Nick wrote: > >> > texi2pdf --batch --clean --expand org.texi >> > perl: warning: Setting locale failed. >> > perl: warning: Please check that your locale settings: >> > LANGUAGE = (unset), >> > LC_ALL = (unset), >> > LANG = "C " >> > are supported and installed on your system. > >> Where does perl come into the picture? Both texi2pdf and the program it >> calls, texi2dvi, are shell scripts. The only references to perl I find >> are in the run_hevea() function of texi2dvi and in the target making >> the orgcard in the doc Makefile. But that should not cause the PDF >> manual problems > > texinfo has been ported to perl: > http://savannah.gnu.org/forum/forum.php?forum_id=7507 > I find makeinfo and texi2html at least are perl > > $ makeinfo --version > makeinfo (GNU texinfo) 5.2 > > Is yours the same? > No, mine is 4.13 - apparently before the perl switcheroo. >> > Cannot open load file: ob-sh > >> ob-sh does not exist any more. Check your local.mk and delete it if it's >> there - I had the same problem because I had added it to >> BTEST_OB_LANGUAGES. > > Nothing in local.mk but I find a testing/lisp/test-ob-sh.el That's OK I think. You might want to search for a (require 'ob-sh) in your tree however. > Is my git remote misdirected by any chance? > > $ git remote -v show > origin git://repo.or.cz/org-mode.git (fetch) > origin git://repo.or.cz/org-mode.git (push) That's probably OK - afaik, the repo.or.cz mirror may be a bit behind at times but it should not matter very much. The canonical place however is git://orgmode.org/org-mode. Nick