Bug 132624 - editors/slime aborts at start
Summary: editors/slime aborts at start
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stanislav Sedov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-14 14:10 UTC by Michael Krauss
Modified: 2009-04-06 21:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Krauss 2009-03-14 14:10:05 UTC
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"...

Fix: 

Use newer upstream version e.g. slime-2009-03-14.
And replace (slime-setup) with (slime-setup '(slime-repl)) in .emacs.
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-03-14 14:10:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->stas

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Stanislav Sedov freebsd_committer freebsd_triage 2009-04-06 21:26:55 UTC
State Changed
From-To: open->closed

SLime was updated to the latest version.
Comment 3 dfilter service freebsd_committer freebsd_triage 2009-04-06 21:27:32 UTC
stas        2009-04-06 20:26:32 UTC

  FreeBSD ports repository

  Modified files:
    editors/slime        Makefile distinfo pkg-plist 
  Log:
  - Update to 20090407.
  - Update installation instructions. [1]
  
  PR:             ports/132624
  Submitted by:   Michael Krauss <hippodriver@gmx.net> [1]
  
  Revision  Changes    Path
  1.11      +2 -2      ports/editors/slime/Makefile
  1.6       +3 -3      ports/editors/slime/distinfo
  1.5       +12 -1     ports/editors/slime/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"