From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: apatheticagnostic Newsgroups: gmane.emacs.help Subject: Re: JDE install failed on Ubuntu using apt-get Date: Sun, 6 Jan 2008 08:34:34 -0800 (PST) Organization: http://groups.google.com Message-ID: 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 1199637643 14448 80.91.229.12 (6 Jan 2008 16:40:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2008 16:40:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 06 17:41:03 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 1JBYYV-0007lf-DI for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Jan 2008 17:40:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBYY8-0006ST-DT for geh-help-gnu-emacs@m.gmane.org; Sun, 06 Jan 2008 11:40:36 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!e4g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 57 Original-NNTP-Posting-Host: 76.240.218.97 Original-X-Trace: posting.google.com 1199637275 14140 127.0.0.1 (6 Jan 2008 16:34:35 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 6 Jan 2008 16:34:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e4g2000hsg.googlegroups.com; posting-host=76.240.218.97; posting-account=NwyZJgoAAACP04-gqkVuGlZqnbHiXJ8v 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:155115 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:50536 Archived-At: 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?