reassign 768159 thanks "Brent S. Elmer" <webe...@aim.com> writes:
> I get the following error when trying to upgrade emacs24 that hit testing > today: > > n toplevel form: > vala-mode.el:115:1:Error: Symbol's function definition is void: > cl-macroexpand- > all > ERROR: install script from vala-mode-el package failed > dpkg: error processing package emacs24 (--configure): > subprocess installed post-installation script returned error exit status 1 > Errors were encountered while processing: > emacs24 It looks like vala-mode needs to be adjusted to either: (require 'cl) or use macroexpand-all in preference to cl-macroexpand-all. The latter is a deprecated alias to the former (in cl). i.e. from /usr/share/emacs/24.4/lisp/emacs-lisp/cl.el.gz: (define-obsolete-function-alias 'cl-macroexpand-all 'macroexpand-all "24.3") Hope this helps. -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org