Hi!
Loading fomus and then cm (with freshest versions) gives me the error below:
Error in process listener(3): Cannot IMPORT "KEYSIG" from package
"FOMUS"
Which package is more up to date here ?
Cheers,
Kilian
Thats the whole story; $ openmcl Welcome to OpenMCL Version 1.0 (DarwinPPC32)! ? (oos 'load-op :fomus) ; loading system definition from /Users/ppp/.nkzs-reg/lisp-asd-reg/ fomus.asd into #<Package "ASDF120"> ; registering #<SYSTEM "fomus" #x8574C86> as fomus ; Warning: Haven't installed #Z, cause this dispatch char had already been taken. ; While executing: #<Anonymous Function #x85915EE> ;; FOMUS v0.2.11 ;; Lisp music notation formatter ;; Copyright (c) 2005, 2006 David Psenicka, All Rights Reserved ;; See file "COPYING" for terms of use and distribution.
;; Loading initialization file "/Users/ppp/.fomus"... NIL ? (load "/tmp/cm/cm.asd") #P"/private/tmp/cm/cm.asd" ? (oos 'load-op :cm)
; CM install directory: "/private/tmp/cm/" ; Compiling "src/pkg.lisp"
Error in process listener(3): Cannot IMPORT "KEYSIG" from package
"FOMUS"
While executing: CCL::OPERATION-ON-ALL-SPECS Type :GO to continue, :POP to abort. If continued: Ignore attempt to IMPORT "KEYSIG" from package "FOMUS"
Type :? for other options. 1 >
did the 'keysig' symbol get removed from fomus exports? im running cm 1.9.1 (cvs) and fomus 0.2.11 without problems:
-- galen:~ hkt$ cm
; CM install directory: "/Lisp/cm/" ; Loading "bin/openmcl_1.0_darwin-powerpc/pkg.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/openmcl.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/iter.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/level1.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/clos.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/scheme.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/utils.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/mop.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/objects.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/data.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/scales.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/spectral.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/patterns.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/io.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/scheduler.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/sco.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/clm.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/midi1.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/midi2.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/midi3.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/cmn.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/fomus.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/midishare.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/player.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/sc.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/pm.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/rt.dfsl" /\\ ---\--------- ----\-------- ----/\------- Common Music 2.9.1 ---/--\------ --/----\----- / \/
Welcome to OpenMCL Version 1.0 (DarwinPPC32)!
? (use-system :fomus) ; loading system definition from /Lisp/fomus/fomus.asd into #<Package "ASDF49"> ;Loading #P"/Lisp/fomus/fomus.asd"... ; registering #<SYSTEM "fomus" #x85AD96E> as fomus ;Loading #P"/Lisp/fomus/package.dfsl"... ;Loading #P"/Lisp/fomus/version.dfsl"... ;Loading #P"/Lisp/fomus/misc.dfsl"... ;Loading #P"/Lisp/fomus/deps.dfsl"... ;Loading #P"/Lisp/fomus/data.dfsl"... ;Loading #P"/Lisp/fomus/classes.dfsl"... ;Loading #P"/Lisp/fomus/util.dfsl"... ;Loading #P"/Lisp/fomus/splitrules.dfsl"... ;Loading #P"/Lisp/fomus/accidentals.dfsl"... ;Loading #P"/Lisp/fomus/beams.dfsl"... ;Loading #P"/Lisp/fomus/marks.dfsl"... ;Loading #P"/Lisp/fomus/other.dfsl"... ;Loading #P"/Lisp/fomus/ottavas.dfsl"... ;Loading #P"/Lisp/fomus/parts.dfsl"... ;Loading #P"/Lisp/fomus/postproc.dfsl"... ;Loading #P"/Lisp/fomus/split.dfsl"... ;Loading #P"/Lisp/fomus/staves.dfsl"... ;Loading #P"/Lisp/fomus/voices.dfsl"... ;Loading #P"/Lisp/fomus/quantize.dfsl"... ;Loading #P"/Lisp/fomus/backend_cmn.dfsl"... ;Loading #P"/Lisp/fomus/backend_ly.dfsl"... ;Loading #P"/Lisp/fomus/backend_xml.dfsl"... ;Loading #P"/Lisp/fomus/backend_mid.dfsl"... ;Loading #P"/Lisp/fomus/backends.dfsl"... ;Loading #P"/Lisp/fomus/main.dfsl"... ;Loading #P"/Lisp/fomus/interface.dfsl"... ;Loading #P"/Lisp/fomus/final.dfsl"... ;; FOMUS v0.2.11 ;; Lisp music notation formatter ;; Copyright (c) 2005, 2006 David Psenicka, All Rights Reserved ;; See file "COPYING" for terms of use and distribution.
WARNING: Can't register plugin file "/Lisp/fomus/plugins/ads.lisp" #<SYSTEM "fomus" #x856D146>
? (symbol-package 'keysig) #<Package "FOMUS"> ?
(sorry for duplicate posting)
Hi,
I just gave it a try to find out with subversion -- its strange, it looks like in fomus/trunk/package.lisp keysig has been commented out in the exports all the time, at least up to the point, when David moved it to subversion 8 weeks ago.
Sounds a little magic...
Cheers,
Kilian
Am 04.10.2006 um 13:53 schrieb Rick Taube:
did the 'keysig' symbol get removed from fomus exports? im running cm 1.9.1 (cvs) and fomus 0.2.11 without problems:
-- galen:~ hkt$ cm
; CM install directory: "/Lisp/cm/" ; Loading "bin/openmcl_1.0_darwin-powerpc/pkg.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/openmcl.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/iter.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/level1.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/clos.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/scheme.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/utils.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/mop.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/objects.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/data.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/scales.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/spectral.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/patterns.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/io.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/scheduler.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/sco.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/clm.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/midi1.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/midi2.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/midi3.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/cmn.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/fomus.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/midishare.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/player.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/sc.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/pm.dfsl" ; Loading "bin/openmcl_1.0_darwin-powerpc/rt.dfsl" /\\ ---\--------- ----\-------- ----/\------- Common Music 2.9.1 ---/--\------ --/----\----- / \/
Welcome to OpenMCL Version 1.0 (DarwinPPC32)!
? (use-system :fomus) ; loading system definition from /Lisp/fomus/fomus.asd into #<Package "ASDF49"> ;Loading #P"/Lisp/fomus/fomus.asd"... ; registering #<SYSTEM "fomus" #x85AD96E> as fomus ;Loading #P"/Lisp/fomus/package.dfsl"... ;Loading #P"/Lisp/fomus/version.dfsl"... ;Loading #P"/Lisp/fomus/misc.dfsl"... ;Loading #P"/Lisp/fomus/deps.dfsl"... ;Loading #P"/Lisp/fomus/data.dfsl"... ;Loading #P"/Lisp/fomus/classes.dfsl"... ;Loading #P"/Lisp/fomus/util.dfsl"... ;Loading #P"/Lisp/fomus/splitrules.dfsl"... ;Loading #P"/Lisp/fomus/accidentals.dfsl"... ;Loading #P"/Lisp/fomus/beams.dfsl"... ;Loading #P"/Lisp/fomus/marks.dfsl"... ;Loading #P"/Lisp/fomus/other.dfsl"... ;Loading #P"/Lisp/fomus/ottavas.dfsl"... ;Loading #P"/Lisp/fomus/parts.dfsl"... ;Loading #P"/Lisp/fomus/postproc.dfsl"... ;Loading #P"/Lisp/fomus/split.dfsl"... ;Loading #P"/Lisp/fomus/staves.dfsl"... ;Loading #P"/Lisp/fomus/voices.dfsl"... ;Loading #P"/Lisp/fomus/quantize.dfsl"... ;Loading #P"/Lisp/fomus/backend_cmn.dfsl"... ;Loading #P"/Lisp/fomus/backend_ly.dfsl"... ;Loading #P"/Lisp/fomus/backend_xml.dfsl"... ;Loading #P"/Lisp/fomus/backend_mid.dfsl"... ;Loading #P"/Lisp/fomus/backends.dfsl"... ;Loading #P"/Lisp/fomus/main.dfsl"... ;Loading #P"/Lisp/fomus/interface.dfsl"... ;Loading #P"/Lisp/fomus/final.dfsl"... ;; FOMUS v0.2.11 ;; Lisp music notation formatter ;; Copyright (c) 2005, 2006 David Psenicka, All Rights Reserved ;; See file "COPYING" for terms of use and distribution.
WARNING: Can't register plugin file "/Lisp/fomus/plugins/ads.lisp" #<SYSTEM "fomus" #x856D146>
? (symbol-package 'keysig) #<Package "FOMUS"> ?
perhaps my fasls are stale. but has keysig been removed in all versions of fomus? if not then i cant remove the import. you can fix the problem yourself by commenting out the offending import in cm/src/pkg.lisp
On Oct 4, 2006, at 7:13 AM, Kilian Sprotte wrote:
(sorry for duplicate posting)
Hi,
I just gave it a try to find out with subversion -- its strange, it looks like in fomus/trunk/package.lisp keysig has been commented out in the exports all the time, at least up to the point, when David moved it to subversion 8 weeks ago.
Sounds a little magic...
Cheers,
Kilian