From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt Newsgroups: gmane.emacs.devel Subject: Re: bzr build is broken Date: Wed, 3 Oct 2012 11:07:16 +0100 (BST) Message-ID: <87ehlfj2cj@ch.ristopher.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349258879 18710 80.91.229.3 (3 Oct 2012 10:07:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 3 Oct 2012 10:07:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 03 12:08:02 2012 Return-path: Envelope-to: ged-emacs-devel@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 1TJLrd-00042f-17 for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 12:07:37 +0200 Original-Received: from localhost ([::1]:53111 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJLrX-0006hq-9q for ged-emacs-devel@m.gmane.org; Wed, 03 Oct 2012 06:07:31 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJLrM-0006Jk-Fc for emacs-devel@gnu.org; Wed, 03 Oct 2012 06:07:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TJLrL-0003p2-2n for emacs-devel@gnu.org; Wed, 03 Oct 2012 06:07:20 -0400 Original-Received: from ristopher.com ([146.185.21.93]:60871 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJLrK-0003ow-RO for emacs-devel@gnu.org; Wed, 03 Oct 2012 06:07:19 -0400 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id AE3661FEA3; Wed, 3 Oct 2012 11:07:16 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1349258836; bh=+RhuOS/cX3YBgLzTsjlyKKtKn0kXf5rf95LT7jgzABc=; h=From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version: Content-Type:Date; b=T9NHDoax7M09icxEHh6U0JzNwFbBd3Pg3dwkHyuVW7u2TBZM+PSFKP+GXXAmrf+lK 2rSpWuE40OxbesAEmIKS8dmo6xyb+KLVBIO5mNzwuc8NI7UR0EFqU3bLfmPS0EVqr+ SCoti2t6GTXd5h9+o2SY6kk9EiIHuojr3MdLraO8= In-Reply-To: (Christopher Monsanto's message of "Wed, 3 Oct 2012 05:39:45 -0400") Mail-Followup-To: emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 146.185.21.93 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:153994 Archived-At: Christopher Monsanto writes: > I can't make install on Ubuntu, due to the following error: > > cedet/ede.el:1474:1:Error: Symbol's function definition is void: > ede-add-project-autoload Did you try make bootstrap? Christopher