Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2009 14:05:43 GMT
From:      Michael Krauss <hippodriver@gmx.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/132624: editors/slime aborts at start
Message-ID:  <200903141405.n2EE5hja019210@www.freebsd.org>
Resent-Message-ID: <200903141410.n2EEA5ar075414@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         132624
>Category:       ports
>Synopsis:       editors/slime aborts at start
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 14 14:10:05 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Michael Krauss
>Release:        FreeBSD-7-STABLE
>Organization:
>Environment:
FreeBSD gandalf.gondor 7.1-STABLE FreeBSD 7.1-STABLE #1: Wed Feb 18 11:36:03 CET 2009     root@gandalf.gondor:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
editors/slime dosen't work with editors/emacs. At the moment the upstream versions in the ports are slime-20080803 and emacs-22.3.1. The start of slime aborts with this message:

[...]
; /home/mickraus/.slime/fasl/2008-07-27/sbcl-1.0.25-unix-x86-64/contrib/swank-presentations.fasl written
; compilation finished in 0:00:00.081
; compiling file "/usr/local/share/emacs/22.3/site-lisp/slime/contrib/swank-presentation-streams.lisp" (written 14 MAR 2009 02:51:05 PM):
; 
; compilation unit aborted
;   caught 1 fatal ERROR condition
; compilation aborted after 0:00:00.024
;; 
;; Error while loading: /home/mickraus/.slime/fasl/2008-07-27/sbcl-1.0.25-unix-x86-64/contrib/swank-presentation-streams.fasl
;; Condition: Lock on package SB-IMPL violated when interning INDENTING-STREAM.
;; See also:
;;   The SBCL Manual, Node "Package Locks"
;; Aborting.
;; * 

In the mini buffer it states:
Polling "/tmp/slime.39645"...
>How-To-Repeat:
* Install editors/emacs
* Install editors/slime
* Add to your .emacs file:

(setq inferior-lisp-program "/usr/local/bin/sbcl")
(add-to-list 'load-path "/usr/local/share/emacs/22.3/site-lisp/slime"
 "/usr/local/share/emacs/22.3/site-lisp/slime/contrib")
(require 'slime)
(slime-setup)
>Fix:
Use newer upstream version e.g. slime-2009-03-14.
And replace (slime-setup) with (slime-setup '(slime-repl)) in .emacs.


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903141405.n2EE5hja019210>