From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Build error in git HEAD with org-bibtex.el Date: Thu, 28 Apr 2011 08:53:47 -0400 Message-ID: <87vcxyv8o4.fsf@fastmail.fm> References: <87vcxyvcbn.fsf@sbs.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:46771) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFQj8-0007HC-Lj for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 08:53:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFQj7-0001id-CJ for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 08:53:50 -0400 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:37366) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFQj7-0001iZ-9D for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 08:53:49 -0400 In-Reply-To: <87vcxyvcbn.fsf@sbs.ch> (Christian Egli's message of "Thu, 28 Apr 2011 13:34:52 +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: Christian Egli Cc: emacs-orgmode@gnu.org Christian Egli writes: > Hi all > > When doing a `make update` I get the following compile error: > > ~/src/org-mode $ make update > git pull > Already up-to-date. > /usr/bin/make clean > make[1]: Entering directory `/home/eglic/src/org-mode' > [snip] > emacs -batch -q -no-site-file -eval "(setq load-path (cons > (expand-file-name \"./lisp/\") (cons > \"/usr/local/share/emacs/site-lisp\" load-path)))" -f > batch-byte-compile lisp/org-bibtex.el > > In toplevel form: > lisp/org-bibtex.el:257:8:Error: Byte-compiling a redefinition of `get' > will not work - use `labels' instead > make[1]: *** [lisp/org-bibtex.elc] Error 1 > make[1]: Leaving directory `/home/eglic/src/org-mode' > make: *** [update] Error 2 > > This is using GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version > 2.22.0) of 2011-03-04 on yellow, modified by Debian > And with bleeding edge emacs (compiled from the repos yesterday), I'm getting an additional error: In toplevel form: org-bibtex.el:114:1:Warning: global/dynamic var `description' lacks a prefix org-bibtex.el:257:1:Error: Byte-compiling a redefinition of `get' will not work - use `labels' instead make: *** [lisp/org-bibtex.elc] Error 1 Note: the description variable error has nothing to do with the recent changes to org-bibtex. Best, Matt