[cl-debian] Bug#316959: marked as done (cmucl: lisp-dist.core not found, site-init not found, broken starup,)

Debian Bug Tracking System owner at bugs.debian.org
Tue Jul 5 19:04:11 UTC 2005


Your message dated Tue, 05 Jul 2005 13:06:33 +0200
with message-id <42CA69B9.80504 at debian.org>
and subject line Bug#316959: cmucl: lisp-dist.core not found, site-init not found, broken starup,
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 5 Jul 2005 07:40:06 +0000
>From johndhendrickson22124 at yahoo.com Tue Jul 05 00:40:06 2005
Return-path: <johndhendrickson22124 at yahoo.com>
Received: from lakermmtao09.cox.net [68.230.240.30] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1Dpi2H-0003hA-00; Tue, 05 Jul 2005 00:40:05 -0700
Received: from borphee.com ([70.187.205.235]) by lakermmtao09.cox.net
          (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP
          id <20050705073933.IYNP6804.lakermmtao09.cox.net at borphee.com>;
          Tue, 5 Jul 2005 03:39:33 -0400
Received: from sol8.hunter (sol8.hunter [192.168.3.22])
	by borphee.com (8.12.9/8.12.9) with ESMTP id j657dX8J017974;
	Tue, 5 Jul 2005 03:39:34 -0400
Received: from sol8.hunter (localhost [127.0.0.1])
	by sol8.hunter (8.12.9/8.12.9) with ESMTP id j5RJDF1e019017;
	Mon, 27 Jun 2005 15:13:15 -0400
Received: (from jdh at localhost)
	by sol8.hunter (8.12.9/8.12.9/Submit) id j5RJDFR0019016;
	Mon, 27 Jun 2005 15:13:15 -0400
Message-Id: <200506271913.j5RJDFR0019016 at sol8.hunter>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
From: "John D. Hendrickson" <johndhendrickson22124 at yahoo.com>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: cmucl: lisp-dist.core not found, site-init not found, broken starup,
X-Mailer: reportbug 2.61
Date: Mon, 27 Jun 2005 15:13:15 -0400
X-BadReturnPath: jdh at sol8.hunter rewritten as johndhendrickson22124 at yahoo.com
  using "From" header
Delivered-To: submit at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.1 required=4.0 tests=BAYES_00,FORGED_YAHOO_RCVD,
	FROM_ENDS_IN_NUMS,HAS_PACKAGE autolearn=no 
	version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: cmucl
Version: 18e-10
Severity: normal

I consider cmucl to be the *best* of gcl and clisp because of it's
stability.  However.

* cmucl binary names "lisp.core" using strings(1) but you distribute the
file as lisp-dist.core.

* only platform is i386

* startup shows compile corruption due to compiling phase

* site-init doesn't seem to be the origional and look like it loads
* itself recursively (that's what happened to me)

$ /usr/bin/lisp -load /usr/lib/cmucl/lisp-dist.core 
; Loading #p"/mnt/hda5/usr/lib/cmucl/lisp-dist.core".

Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER:  the variable |EROCL¥Fªª4Þ©HZì
| is unbound.

Restarts:
0: [CONTINUE] Return NIL from load of "/usr/lib/cmucl/lisp-dist.core".
1: [ABORT   ] Skip remaining initializations.

Debug  (type H for help)

(EVAL
|EROCL¥Fªª4Þ©HZì
|)
Source: Error finding source: 
Error in function DEBUG::GET-FILE-TOP-LEVEL-FORM:  Source file no longer exists:
target:code/eval.lisp.
0] ed
Error in KERNEL::UNDEFINED-SYMBOL-ERROR-HANDLER:  the function HEMLOCK::TS-STREAM-P is undefined.
Error flushed ...


I compiled cmucl myself from the cmucl website and here's what I see
when I run lisp(1):

/////////////////////////////////////////////////////////
CMU Common Lisp 19a, running on sol8
With core: /mnt/hda5/usr/local/lib/cmucl/lib/lisp.core
Dumped on: Wed, 2004-07-28 12:51:48-04:00 on lorien
See <http://www.cons.org/cmucl/> for support information.
Loaded subsystems:
    Python 1.1, target Intel x86
    CLOS based on Gerd's PCL 2004/04/14 03:32:47
* 
/////////////////////////////////////////////////////////

I'll add that while I have good results compiling the bin and some tools
that my build of extra libs stops on /usr/X11R6/lib/libXm.a (becuase I
compiled my own Motif and have a mix of libs I have to fix).

.....................................

Are my problems that I installed this from Sarge BEFORE it became
official?  Because it seems by package file list things would be
more or less the same.

///////////////////////////////////////////////////////////////

A couple last things:

1) I see quite allot of diffs of clisp to the networking and password section.
   Why does cmucl need this?  

2) what is "asdf" and why isn't it part of the origional distribution?

3) why does

	cmucl_19a-release-20040728-11.diff

   Include diffs to
   
   		lisp.core

   When lisp.core is cmucl binary that has to be built - a large part of
   lisp - which  - I might add - makes lisp impossible to use if not built
   with lisp(1) binary?

///////////////////////////////////////////////////////////////

Anyway.  It appears you've done allot of work and I hope you get your
problems done soon.

I know I'd *really* like to use readline - which is why I downloaded
cmulc from www.cons.org/cmucl


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-k7
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)

Versions of packages cmucl depends on:
ii  common-lisp-controller        3.88       This is a Common Lisp source and c
ii  debconf                       1.4.25     Debian configuration management sy

-- debconf information:
  cmucl/upgradeproblems: 
* cmucl/auto-build: Yes

---------------------------------------
Received: (at 316959-done) by bugs.debian.org; 5 Jul 2005 11:06:36 +0000
>From pvaneynd at debian.org Tue Jul 05 04:06:36 2005
Return-path: <pvaneynd at debian.org>
Received: from out1.smtp.messagingengine.com [66.111.4.25] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DplG8-0000eY-00; Tue, 05 Jul 2005 04:06:36 -0700
Received: from frontend2.messagingengine.com (frontend2.internal [10.202.2.151])
	by frontend1.messagingengine.com (Postfix) with ESMTP id 15580CB649C
	for <316959-done at bugs.debian.org>; Tue,  5 Jul 2005 07:06:35 -0400 (EDT)
X-Sasl-enc: MP9YqvOebZS7EKTbTmXbaP1+k4hUXAPnwCF51Axi8BHb 1120561594
Received: from [127.0.0.1] (blueice4n1.uk.ibm.com [195.212.29.91])
	by frontend2.messagingengine.com (Postfix) with ESMTP id 8341B56F785
	for <316959-done at bugs.debian.org>; Tue,  5 Jul 2005 07:06:34 -0400 (EDT)
Message-ID: <42CA69B9.80504 at debian.org>
Date: Tue, 05 Jul 2005 13:06:33 +0200
From: Peter Van Eynde <pvaneynd at debian.org>
User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050602)
X-Accept-Language: nl-NL, nl, en
MIME-Version: 1.0
To: 316959-done at bugs.debian.org
Subject: Re: Bug#316959: cmucl: lisp-dist.core not found, site-init not found,
 broken starup,
References: <200506271913.j5RJDFR0019016 at sol8.hunter>
In-Reply-To: <200506271913.j5RJDFR0019016 at sol8.hunter>
X-Enigmail-Version: 0.91.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Delivered-To: 316959-done at bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Bug caused by manual instalation of cmucl binaries.

Groetjes, Peter

Groetjes, Peter

-- 
signature -at- pvaneynd.mailworks.org
http://www.livejournal.com/users/pvaneynd/
"God, root, what is difference?" Pitr | "God is more forgiving." Dave
Aronson|




More information about the Cl-debian mailing list