From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bruza Newsgroups: gmane.emacs.help Subject: Re: JDE install failed on Ubuntu using apt-get Date: Tue, 8 Jan 2008 22:16:53 -0800 (PST) Organization: http://groups.google.com Message-ID: <9f66444f-014a-4f92-9c52-bb1a8766d975@v29g2000hsf.googlegroups.com> References: <88f902d9-620c-492a-ae0c-3a2196365da9@e10g2000prf.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1199860879 13237 80.91.229.12 (9 Jan 2008 06:41:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2008 06:41:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jan 09 07:41:35 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JCUd4-0006jX-RJ for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jan 2008 07:41:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JCUch-0003qz-EV for geh-help-gnu-emacs@m.gmane.org; Wed, 09 Jan 2008 01:41:11 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!v29g2000hsf.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 68 Original-NNTP-Posting-Host: 66.201.58.109 Original-X-Trace: posting.google.com 1199859415 3245 127.0.0.1 (9 Jan 2008 06:16:55 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 9 Jan 2008 06:16:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v29g2000hsf.googlegroups.com; posting-host=66.201.58.109; posting-account=e0RwvwoAAABUIdU2znZKNc8wiHjbwy5g User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071127 Firefox/2.0.0.11,gzip(gfe),gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:155178 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:50596 Archived-At: On Jan 6, 8:34 am, apatheticagnostic wrote: > On Jan 6, 3:20 am,Bruza wrote: > > > > > I tried to install JDE on Ubuntu using "sudo apt-get install jde" and > > got the following error. > > > Need to get 0B of archives. > > After unpacking 0B of additional disk space will be used. > > Setting up jde (2.3.5.1-2) ... > > Error in `/usr/share/doc-base/jde', line 1: the first line does not > > contain valid `Document' field > > dpkg: error processing jde (--configure): > > subprocess post-installation script returned error exit status 1 > > Errors were encountered while processing: > > jde > > E: Sub-process /usr/bin/dpkg returned an error code (1) > > > And I checked the "/usr/share/doc-base/jde" file. Well, the first line > > does not contain "Document"; the 2nd line does. > > > So, after edit the file and move the 2nd to the first line, I did the > > apt-get again. But then I got tons of errors (see below). Is there an > > easy way to install JDE > > using "apt-get", or I have to download all the required components of > > JDE (eieio, semantics...)? > > >Bruza > > > Loading /var/cache/dictionaries-common/emacsen-ispell-default.el > > (source)... > > > Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el > > (source)... > > > Loading /etc/emacs/site-start.d/50eieio.el (source)... > > > Loading /etc/emacs/site-start.d/50jde.el (source)... > > > Error while loading 50jde > > > Loading /etc/emacs/site-start.d/50psvn.el (source)... > > > Loading /etc/emacs/site-start.d/51ede.el (source)... > > > : > > In toplevel form: > > > jde-junit.el:39:1:Error: Outdated cogre 0.4beta1 just installed > > > Wrote /usr/share/emacs22/site-lisp/jde/jde-make.elc > > > Wrote /usr/share/emacs22/site-lisp/jde/jde-open-source.elc > > > : > > You could possibly try an apt-get remove jde --purge and try apt- > getting again.... probably won't fix it though. > > Is your emacs installed from ubuntus repositories or from source? I did try to apt-get remove jde and re-try it. But got the exact same problem. As to my emacs, I got it from Ubuntu's "Application -> Add / Remove Application" menu. bruza