From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rustom Mody Subject: Re: make doc failing Date: Mon, 30 Dec 2013 11:27:46 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46500) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxVrc-0005ow-Qb for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 00:58:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VxVrc-0007T9-2p for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 00:58:08 -0500 Received: from mail-pb0-x22a.google.com ([2607:f8b0:400e:c01::22a]:39206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VxVrb-0007Sy-RT for emacs-orgmode@gnu.org; Mon, 30 Dec 2013 00:58:08 -0500 Received: by mail-pb0-f42.google.com with SMTP id uo5so11289320pbc.29 for ; Sun, 29 Dec 2013 21:58:06 -0800 (PST) In-Reply-To: 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 Nick wrote: > Rusi wrote: > > $ makeinfo --version > > makeinfo (GNU texinfo) 5.2 > > > > Is yours the same? > > > No, mine is 4.13 - apparently before the perl switcheroo. And doc/Makefile has: %.pdf: LC_ALL=C # work around a bug in texi2dvi %.pdf: LANG=C # work around a bug in texi2dvi %.pdf: %.texi org-version.inc $(TEXI2PDF) $< Commenting out the LC/LANG lines makes the perl warning go away Generation is still a problem Works from command line texi2dvi Fails with make doc In short texi2dvi works texi2pdf fails