From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neuwirth Erich Subject: Build fail on OSX Date: Wed, 3 Oct 2012 11:39:15 +0200 Message-ID: <16049284-8772-4F11-915B-5106302DC9C7@univie.ac.at> Mime-Version: 1.0 (Mac OS X Mail 6.1 \(1498\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46659) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJLQE-0005ht-AX for emacs-orgmode@gnu.org; Wed, 03 Oct 2012 05:39:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJLQD-0002BO-3o for emacs-orgmode@gnu.org; Wed, 03 Oct 2012 05:39:18 -0400 Received: from grace.univie.ac.at ([131.130.3.115]:40857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJLQC-00029l-QO for emacs-orgmode@gnu.org; Wed, 03 Oct 2012 05:39:17 -0400 Received: from justin.univie.ac.at ([131.130.3.111] helo=justin.univie.ac.at) by grace.univie.ac.at with esmtp (Exim 4.80) (envelope-from ) id 1TJLQB-00083E-R0 for emacs-orgmode@gnu.org; Wed, 03 Oct 2012 11:39:15 +0200 Received: from 194-166-63-159.adsl.highway.telekom.at ([194.166.63.159] helo=[10.0.0.4]) by justin.univie.ac.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1TJLQB-0008UR-Mk for emacs-orgmode@gnu.org; Wed, 03 Oct 2012 11:39:15 +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: Mode Org Until now, I was able to build from git (OSX 10.8.2, Emacs 24.2), but just now=20 make up1=20 fails with the following error make[1]: Nothing to be done for `all'. rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc install -m 644 -p ../contrib/lisp/org-e-ascii.el = ../contrib/lisp/org-e-beamer.el ../contrib/lisp/org-e-groff.el = ../contrib/lisp/org-e-html.el ../contrib/lisp/org-e-latex.el = ../contrib/lisp/org-e-man.el ../contrib/lisp/org-e-odt.el = ../contrib/lisp/org-e-publish.el ../contrib/lisp/org-e-texinfo.el = ../contrib/lisp/org-md.el ../contrib/lisp/org-export.el . org-version: 7.9.2 (release_7.9.2-390-g50fe7c.dirty) Loading /Users/neuwirth/devel/org-mode/lisp/org-compat.el (source)... Loading /Users/neuwirth/devel/org-mode/mk/org-fixup.el (source)... Wrong number of arguments: (lambda (org-release org-git-version) "Make = the file org-version.el in the current directory. This function is internally used by the build system and should be used by foreign build systems or installers to produce this file in the installation directory of org-mode. Org will not work correctly if this file is not present (except directly from the Git work tree)." (with-temp-buffer (insert ";;; org-version.el --- = autogenerated file, do not edit ;; ;;; Code: ;;;###autoload (defun org-release () \"The release version of org-mode. Inserted by installing org-mode or when a release is made.\" (let ((org-release \"" org-release "\")) org-release)) ;;;###autoload (defun org-git-version () \"The Git version of org-mode. Inserted by installing org-mode or when a release is made.\" (let ((org-git-version \"" org-git-version "\")) org-git-version)) (provide 'org-version) ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; coding: utf-8 ;; End: ;;; org-version.el ends here ") (toggle-read-only 0) (write-file "org-version.el"))), 3 make[1]: *** [org-version.el] Error 255 make: *** [all] Error 2