From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.help Subject: Re: bzr cedet compiling error on Ubuntu Date: Fri, 10 Oct 2014 15:22:35 -0400 Message-ID: References: <8df621ef-9f4e-4a61-ae40-edca3adb66d7@googlegroups.com> <87312af7-9202-41de-b35d-5ea12809c094@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1412968975 22222 80.91.229.3 (10 Oct 2014 19:22:55 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2014 19:22:55 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: eenliu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 10 21:22:48 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Xcfm4-0000C1-CQ for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 21:22:48 +0200 Original-Received: from localhost ([::1]:50686 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcfm3-0000DP-Td for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 15:22:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49561) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcflt-0000DK-23 for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 15:22:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xcfls-0006b7-56 for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 15:22:37 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56213) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcfls-0006b3-2R for help-gnu-emacs@gnu.org; Fri, 10 Oct 2014 15:22:36 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Xcflr-0001TG-8U; Fri, 10 Oct 2014 15:22:35 -0400 X-Spook: military CID United Nations kibo top secret Attorney X-Ran: n/s'G%h?GFq[_5`>VCL)!m9b}K3S#)R3sS!5ii1bU~5\;z-vcB(dYs{zd;N2]V;jwbcpu* X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100394 Archived-At: 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.