From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Lucas Subject: Unable to 'make oldorg' Date: Fri, 18 May 2012 18:02:20 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVRYB-00032X-80 for emacs-orgmode@gnu.org; Fri, 18 May 2012 14:05:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SVRY8-0000cm-4e for emacs-orgmode@gnu.org; Fri, 18 May 2012 14:05:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:56355) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SVRY7-0000cP-UW for emacs-orgmode@gnu.org; Fri, 18 May 2012 14:05:12 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SVRY0-0003Dw-Bl for emacs-orgmode@gnu.org; Fri, 18 May 2012 20:05:04 +0200 Received: from pool-72-74-150-177.bstnma.fios.verizon.net ([72.74.150.177]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 May 2012 20:05:04 +0200 Received: from greg by pool-72-74-150-177.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 18 May 2012 20:05:04 +0200 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 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. 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 Thanks, -- Greg