From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: eenliu Newsgroups: gmane.emacs.help Subject: Re: bzr cedet compiling error on Ubuntu Date: Fri, 10 Oct 2014 12:42:03 -0700 (PDT) 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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1412970338 6389 80.91.229.3 (10 Oct 2014 19:45:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 10 Oct 2014 19:45:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 10 21:45:31 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 1Xcg82-0001sq-Pb for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 21:45:30 +0200 Original-Received: from localhost ([::1]:50798 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xcg82-0006Fu-G1 for geh-help-gnu-emacs@m.gmane.org; Fri, 10 Oct 2014 15:45:30 -0400 X-Received: by 10.68.233.6 with SMTP id ts6mr4395770pbc.3.1412970124032; Fri, 10 Oct 2014 12:42:04 -0700 (PDT) X-Received: by 10.50.30.38 with SMTP id p6mr112624igh.8.1412970123924; Fri, 10 Oct 2014 12:42:03 -0700 (PDT) Original-Path: usenet.stanford.edu!h18no4392254igc.0!news-out.google.com!rp1ni26922igb.0!nntp.google.com!h18no4392249igc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=216.31.211.11; posting-account=8HIAQQoAAABkAstolwR5vRtJuyV_95Tn Original-NNTP-Posting-Host: 216.31.211.11 User-Agent: G2/1.0 Injection-Date: Fri, 10 Oct 2014 19:42:03 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208119 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:100395 Archived-At: > Try reinstalling emacs. Something like: > sudo apt-get install --reinstall emacs24 emacs24-common Thanks for suggestions! After reinstalling emacs, the head output looks right: $ head -n5 /usr/share/emacs/24.3/lisp/emacs-lisp/debug.elc=20 ;ELC=17 ;;; Compiled by buildd@toyol.buildd on Fri Mar 7 17:44:30 2014 ;;; from file /build/buildd/emacs24-24.3+1/debian/build-x/lisp/emacs-lisp/d= ebug.el ;;; in Emacs version 24.3.1 ;;; with all optimizations. But make in cedet directory still has errors below. Is some files still bro= ken?=20 Wrote /home/ning/dev/emacs.d/site-lisp/cedet/lisp/cedet/cogre/semantic.elc make[3]: Leaving directory `/home/ning/dev/emacs.d/site-lisp/cedet/lisp/ced= et/cogre' make[2]: Leaving directory `/home/ning/dev/emacs.d/site-lisp/cedet/lisp/ced= et' make[1]: Leaving directory `/home/ning/dev/emacs.d/site-lisp/cedet/lisp' make -C doc -C texi make[1]: Entering directory `/home/ning/dev/emacs.d/site-lisp/cedet/doc/tex= i' makeinfo cedet.texi make[1]: makeinfo: Command not found make[1]: *** [cedet.info] Error 127 make[1]: Leaving directory `/home/ning/dev/emacs.d/site-lisp/cedet/doc/texi= ' make: *** [info] Error 2