From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Problems Compiling 6.02b Date: Tue, 06 May 2008 11:54:06 +0100 Message-ID: <482038CE.7080504@manor-farm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JtKoI-000738-QG for emacs-orgmode@gnu.org; Tue, 06 May 2008 06:54:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JtKoH-00071N-17 for emacs-orgmode@gnu.org; Tue, 06 May 2008 06:54:14 -0400 Received: from [199.232.76.173] (port=53707 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JtKoG-00071C-OT for emacs-orgmode@gnu.org; Tue, 06 May 2008 06:54:12 -0400 Received: from relay2.tidymail.co.uk ([217.146.104.213]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JtKoG-000126-9f for emacs-orgmode@gnu.org; Tue, 06 May 2008 06:54:12 -0400 Received: from [217.146.125.41] (helo=firewall.banter.local) (from_AS 16353) by relay2.tidymail.co.uk with esmtp (Exim 4.67) id 1JtKoE-0000AA-Q8 for emacs-orgmode@gnu.org (return-path ); Tue, 06 May 2008 10:54:11 +0000 Received: from localhost (localhost [127.0.0.1]) by firewall.banter.local (Postfix) with ESMTP id E4837ADFC2 for ; Tue, 6 May 2008 11:54:07 +0100 (BST) Received: from firewall.banter.local ([127.0.0.1]) by localhost (firewall.banter.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BbD4FK2hFr6V for ; Tue, 6 May 2008 11:54:07 +0100 (BST) Received: from [192.168.0.11] (unknown [192.168.0.11]) by firewall.banter.local (Postfix) with ESMTP id 78803ADFC1 for ; Tue, 6 May 2008 11:54:07 +0100 (BST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list This is strange. I have various computers running Ubuntu Hardy and 6.02b has installed fine on all of them except one. I get the following error when compiling: Loading 00debian-vars... No /etc/mailname. Reverting to default... Loading /etc/emacs/site-start.d/50autoconf.el (source)... Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... Loading debian-ispell... Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)... Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)... Loading /etc/emacs/site-start.d/50emacs-goodies-el.el (source)... Loading /etc/emacs/site-start.d/50emacspeak.el (source)... Loading /etc/emacs/site-start.d/50muse-el.el (source)... Loading /usr/share/emacs22/site-lisp/muse-el/muse-autoloads.el (source)... Loading /etc/emacs/site-start.d/50psvn.el (source)... Loading /etc/emacs/site-start.d/51planner-el.el (source)... Loading /usr/share/emacs22/site-lisp/planner-el/planner-autoloads.el (source)... Loading /etc/emacs/site-start.d/52remember-el.el (source)... Loading /usr/share/emacs/site-lisp/remember-el/remember-autoloads.el (source)... In toplevel form: lisp/org-exp.el:31:1:Error: Symbol's value as variable is void: add-to-diary-list make: *** [lisp/org-exp.elc] Error 1 As far as I can tell I have the same packages installed on each computer and the relevant section of the Makefile is: # Where local software is found prefix=~/emacs # Where local lisp files go. lispdir = $(prefix)/org Ian.