[CM] cm cvs, portmidi, cm-gtk + clm = "delay" confict

Fernando Lopez-Lezcano nando@ccrma.Stanford.EDU
Wed, 14 Dec 2005 17:09:01 -0800


With cm + portmidi + cm-gtk loaded (sbcl 0.9.7) this is what I get if I
try to load clm (must be portmidi or cm-gtk, this did not happen with cm
alone):

; loading system definition
from /usr/share/common-lisp/source/clm/clm.asd into
; #<PACKAGE "ASDF6156">
; loading #P"/usr/share/common-lisp/source/clm/clm.asd"
; registering #<SYSTEM "clm" {C2F0819}> as clm
; loading #P"/usr/share/common-lisp/source/clm/all.lisp"
;   using existing configuration file config.h
;; loading #P"/usr/lib/sbcl/clm/clm-package.fasl"
;; loading #P"/usr/lib/sbcl/clm/initmus.fasl"
;; loading #P"/usr/lib/sbcl/clm/sndlib2clm.fasl"
;; loading #P"/usr/lib/sbcl/clm/defaults.fasl"
;; loading #P"/usr/lib/sbcl/clm/ffi.fasl"
;; loading #P"/usr/lib/sbcl/clm/mus.fasl"
;; loading #P"/usr/lib/sbcl/clm/run.fasl"
;; loading #P"/usr/lib/sbcl/clm/sound.fasl"
;; loading #P"/usr/lib/sbcl/clm/defins.fasl"
;; loading #P"/usr/lib/sbcl/clm/env.fasl"
;; loading #P"/usr/lib/sbcl/clm/clm-snd.fasl"
;; loading #P"/usr/lib/sbcl/clm/export.fasl"
;; loading #P"/usr/lib/sbcl/clm/clm1.fasl"

debugger invoked on a SB-INT:NAME-CONFLICT in thread
#<THREAD "initial thread" {A91D3A1}>:
  USE-PACKAGE #<PACKAGE "CLM"> causes name-conflicts in #<PACKAGE "CM">
between
  the following symbols:
    CLM:DELAY, DELAY
See also:
  The ANSI Standard, Section 11.1.1.2.5

Type HELP for debugger help, or (SB-EXT:QUIT) to exit from SBCL.

restarts (invokable by number or by possibly-abbreviated name):
  0: [RESOLVE-CONFLICT] Resolve conflict.
  1: [RETRY           ] Retry performing #<ASDF:LOAD-SOURCE-OP NIL
{C166FD1}>
                        on #<ASDF:CL-SOURCE-FILE "all" {C2FF5A1}>.
  2: [ACCEPT          ] Continue, treating #<ASDF:LOAD-SOURCE-OP NIL
{C166FD1}>
                        on #<ASDF:CL-SOURCE-FILE "all" {C2FF5A1}> as
having
                        been successful.
  3: [ABORT           ] Exit debugger, returning to top level.

(SB-INT:NAME-CONFLICT #<PACKAGE "CM"> USE-PACKAGE #<PACKAGE "CLM">)

-- Fernando