From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: make doc failing Date: Sun, 29 Dec 2013 12:58:01 -0500 Message-ID: <87bnzzlety.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]:35952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxKd5-0001YN-LD for emacs-orgmode@gnu.org; Sun, 29 Dec 2013 12:58:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxKcy-0003e8-Av for emacs-orgmode@gnu.org; Sun, 29 Dec 2013 12:58:23 -0500 Received: from plane.gmane.org ([80.91.229.3]:45464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxKcy-0003dw-3y for emacs-orgmode@gnu.org; Sun, 29 Dec 2013 12:58:16 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VxKcw-0006Xb-8B for emacs-orgmode@gnu.org; Sun, 29 Dec 2013 18:58: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 ; Sun, 29 Dec 2013 18:58: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 ; Sun, 29 Dec 2013 18:58: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: >> I tried last night and again tonight after pulling: I get no errors >> with `make doc'. > > And I continue to get the errors with no doc (pdf) built. > I can attach the build messages (800 lines) > For now some snippets of what I see > > git pull > Already up-to-date. > ... > > 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 > > ... > > 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. Nick