From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Unable to 'make oldorg' Date: Fri, 18 May 2012 14:08:42 -0400 Message-ID: <9044.1337364522@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44375) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVRbd-0003qb-QM for emacs-orgmode@gnu.org; Fri, 18 May 2012 14:08:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVRbb-0001HH-4x for emacs-orgmode@gnu.org; Fri, 18 May 2012 14:08:49 -0400 Received: from g5t0009.atlanta.hp.com ([15.192.0.46]:30302) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVRbb-0001GP-1a for emacs-orgmode@gnu.org; Fri, 18 May 2012 14:08:47 -0400 In-Reply-To: Message from Greg Lucas of "Fri, 18 May 2012 18:02:20 -0000." 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: Greg Lucas Cc: emacs-orgmode@gnu.org Greg Lucas wrote: > I'm trying to build using the "oldorg" target. (I'm use el-get and the > recipe relies on "oldorg".) On my OS X machine this is failing because > I don't have Tex (see output below). This was not a requirement > before. > > I believe the problem is a recent change to targets.mk that made "doc" > a prerequisite to "compile". I'm not familiar enough with this build > to understand the reason for this change or propose an alternative > that would keep "oldorg" working as before. > Try editing local.mk and uncomment the line # ORG_MAKE_DOC = info # html pdf Nick > output: > > make -C doc info > make[1]: Nothing to be done for `info'. > make -C doc html > make[1]: Nothing to be done for `html'. > make -C doc pdf > texi2pdf --batch --clean org.texi > You don't have a working TeX binary (tex) installed anywhere in > your PATH, and texi2dvi cannot proceed without one. If you want to use > this script, you'll need to install TeX (if you don't have it) or change > your PATH or TEX environment variable (if you do). See the --help > output for more details. > > For information about obtaining TeX, please see http://www.tug.org. If > you happen to be using Debian, you can get it with this command: > apt-get install tetex-bin > make[1]: *** [org.pdf] Error 1 > make: *** [pdf] Error 2 > >