help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bzr cedet compiling error on Ubuntu


From: Glenn Morris
Subject: Re: bzr cedet compiling error on Ubuntu
Date: Fri, 10 Oct 2014 15:22:35 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

eenliu wrote:

> $ head -n5 /usr/share/emacs/24.3/lisp/emacs-lisp/debug.elc
> 311 %$#\"! \n
> .\207" [debugger-old-buffer
> debugger-outer-load-read-function
> debugger-outer-overriding-terminal-local-map debugger-
[...]

That's weird. You should get something like:
  
  ;ELC
  ;;; Compiled by root@trouble.defaultvalue.org on Sat Sep  6 21:46:40 2014
  ;;; from file 
/home/locke/deb/build/emacs/main/debian/build-x/lisp/emacs-lisp/debug.el
  ;;; in Emacs version 24.3.1
  ;;; with all optimizations.

It looks like you are missing ~ the first 100 lines of the file.
Perhaps your .elc files have somehow become corrupted.
Try reinstalling emacs. Something like:

  sudo apt-get install --reinstall emacs24 emacs24-common

Also check your apt/dpkg logs for errors.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]