From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: 13 failures on make ./update Date: Sun, 24 Feb 2013 21:28:43 -0500 Message-ID: <13019.1361759323@alphaville> References: Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41282) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9noC-0006fN-Nd for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 21:28:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9no6-0003uQ-UD for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 21:28:52 -0500 Received: from g1t0026.austin.hp.com ([15.216.28.33]:38843) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9no6-0003uB-Nh for emacs-orgmode@gnu.org; Sun, 24 Feb 2013 21:28:46 -0500 In-Reply-To: Message from Jude DaShiell of "Sun, 24 Feb 2013 19:59:36 EST." 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: Jude DaShiell Cc: emacs-orgmode@gnu.org Jude DaShiell wrote: > First did my attempted update disclose anything new that's failed or were > these issues already on the known bugs list? This is debian wheezy on an > amd-64 k8 athelon machine. I do have an intel machine I could try as well > if that might help. I'll preserve the typescript file attached to this > message and can either put it in my public web space or send it again in > the body of a message if it doesn't go through as an attachment. I ran > make ./clean in the org-mode directory before I started the script command > too. > It seems that your version of emacs does not come with tabulated-list, so the require in ox.el causes these failures. I do have tabulated-list on GNU Emacs 24.3.50.2, so I presume you are running an earlier version, but I'm not sure when it was introduced into emacs. In any case, ox.el will probably need some compatibility work (perhaps for xemacs as well as for emacs23). Nick