<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>75754</bug_id>
          
          <creation_ts>2004-12-26 22:15 0000</creation_ts>
          <short_desc>stabilize media-sound/cm-2.10.0 (2.4.2 aborts on load)</short_desc>
          <delta_ts>2007-04-18 17:44:53 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>2004.3</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>173641</dependson>
    
    <dependson>173660</dependson>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>znmeb@cesmail.net</reporter>
          <assigned_to>hkbst@gentoo.org</assigned_to>
          <cc>organist@gmail.com</cc>
    
    <cc>scheme@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2004-12-26 22:15:30 0000</bug_when>
            <thetext>&quot;Common Music&quot; (media-sound/cm-2.4.2) aborts on startup, giving the message:

znmeb@DreamSong znmeb $ cm
; Loading: /usr/share/cm/src/guile.scm
; Loading: /usr/share/cm/src/goops.scm
; Loading: /usr/share/cm/src/level1.scm
; Loading: /usr/share/cm/src/loop.scm
; Loading: /usr/share/cm/src/utils.scm
; Loading: /usr/share/cm/src/mop.scm
; Loading: /usr/share/cm/src/objects.scm
; Loading: /usr/share/cm/src/io.scm
; Loading: /usr/share/cm/src/scheduler.scm
; Loading: /usr/share/cm/src/sco.scm
; Loading: /usr/share/cm/src/clm.scm
; Loading: /usr/share/cm/src/clm2.scm
; Loading: /usr/share/cm/src/midi1.scm
; Loading: /usr/share/cm/src/midi2.scm
; Loading: /usr/share/cm/src/midi3.scm
; Loading: /usr/share/cm/src/data.scm
; Loading: /usr/share/cm/src/scales.scm
; Loading: /usr/share/cm/src/spectral.scm
; Loading: /usr/share/cm/src/patterns.scm
ERROR: In procedure open-file:
ERROR: No such file or directory: &quot;/usr/share/cm/bin/cminit.lisp&quot;

There&apos;s actually an easy workaround; copy &quot;/usr/share/cm/etc/cminit.lisp&quot; into &quot;/usr/share/cm/bin/&quot;. However, there&apos;s a later version of CM on the web site that (I think) has this fixed. I found this bug myself on a non-Gentoo system last year about this time and notified the author. The latest source is

ftp://ftp-ccrma.stanford.edu/pub/Lisp/cm/sources/cm-latest.tar.gz

and the home page is

http://commonmusic.sourceforge.net/doc/

Incidentally, while you have the &quot;cm&quot; ebuild open, there are two ways to build Common Music. One is the way you&apos;re doing it now; load the &quot;Scheme&quot; source into Guile. But the package comes with LISP source too, which will run in at least CMUCL and CLISP, and might function in GCL and SBCL as well. Using LISP rather than Scheme/Guile has the advantage that you can add on other LISP programs from the CCRMA toolset, namely Common Lisp Music (synthesis) and Common Music Notation (printing sheet music). It doesn&apos;t matter much to me; I don&apos;t use either CLM or CMN personally. Other computer music geeks might like to have the whole package available in Gentoo, though. Instructions for building the combined package can be found in the CM documentation.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2005-01-16 15:48:18 0000</bug_when>
            <thetext>I just received an email from the creator of CM, Rick Taube at the U. of Illinois, Urbana. CM 2.5.0 is just about ready for release. If Gentoo sticks with the current packaging, it will mostly be bug fixes. However, if Gentoo switches to using CMUCL instead of Guile, the new GUI will be available. The cost is a dependency on cmucl (I think 18 is OK but I&apos;ve only tested with 19) and gtk2.

The ideal case would be an ebuild like Maxima which can build either the Guile or CMUCL version or both by choosing the appropriate USE flags. I haven&apos;t attempted such an ebuild yet, although it looks easy enough ... there&apos;s a run-time script that comes with the CM package that builds/runs with the user&apos;s choice of LISP environment. You could execute that at build time for CMUCL to do the LISP compilations, then put symlinks in /usr/bin to the script for each chosen version.

CM will also run with CLISP and SBCL. The CLISP version doesn&apos;t have the GUI yet, though, and I haven&apos;t been able to get the SBCL version to compile yet. So my recommendation would be to stick with CMUCL and Guile for CM, and package CLM and CMN with CMUCL only. We&apos;d need to get &quot;lisp@gentoo.org&quot; involved; is it OK if I add them to the CC list on this bug?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkennedy@gentoo.org</who>
            <bug_when>2005-02-11 11:23:56 0000</bug_when>
            <thetext>This port really needs to fall under the auspices of the Common Lisp
herd as well, so if its all right with Sound herd I&apos;ll update the
metadata.xml to include Common Lisp.

M. I started playing with this software a week or so ago and looked at
the feasibility of writing an ASDF build system for it.  This would
1. make it fit into our Common Lisp Controller much more easily,
2. allow the user to load CM as a system they can combine with other
systems in dev-lisp/, 4. let users save their own Lisp images and
3. no doubt be a useful upstream patch.

I haven&apos;t looked deeply at the Scheme portion and how to integrate
that properly.  Currently we depend on Guile (is that the only Scheme
CM works with?) which is the slowest of Scheme implementations.  There
is a Scheme herd, but noone actively working in it, so it might have
to take lower priority.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2005-02-11 19:36:58 0000</bug_when>
            <thetext>1. I&apos;ve been conversing at length with the upstream developer. He is days away from releasing CM 2.5.0. You can probably update the current CM ebuild (which uses Guile) easily and close this bug out as &quot;fixed in 2.5.0&quot;.

2. I filed a more detailed &quot;enhancement request&quot; to get CM and the other CCRMA tools built with CMUCL, CLISP, and, where they work, with SBCL. The bug number is 81453 if you want to attach yourself and the LISP/Scheme herds to it.

3. I don&apos;t know if Guile is the only Scheme implementation that supports CM. It&apos;s the only one listed in the documentation, and it&apos;s the only one tested. The *real CCRMA users* do this with CMUCL, except places like Windows and Mac, where CMUCL doesn&apos;t run. On Windows, they use CLISP, and on Macs they use some other LISP whose name I&apos;ve forgotten.

4. I just found out from the developer this morning that a patch is required to SBCL to run CM 2.5.0 -- if you don&apos;t have the patch, CM won&apos;t even compile.

So ... my recommendation is to just do a version bump on &quot;cm&quot; to 2.5.0 when it&apos;s released, supposedly early next week. Then create a new package in response to bug 81453, &quot;common-music&quot;, which is integrated with the Common Lisp Controller and runs under CMUCL, CLISP and SBCL if you can get the SBCL patch into the ebuild.

I&apos;ll go ahead and post the details on the SBCL stuff to bug 81453 as soon as I test them, which will probably be tonight.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2005-02-12 12:01:39 0000</bug_when>
            <thetext>Latest news:

1. The upstream developer doesn&apos;t use Scheme; he said he hadn&apos;t looked recently, but there wasn&apos;t any Scheme processor he was aware of that supported everything he was using. In principle Common Music should work with any Scheme, but they&apos;re all limited in his opinion.

2. I got the SBCL version to work with the patch and sbcl-0.8.19. Along this path I encountered bug 81546 :). But ... although the patch to SBCL is publicly available, and was posted on an SBCL mailing list, there is no explicit license given with the code, unlike Common Music and SBCL, which are both &quot;free as in freedom&quot;. I don&apos;t have an email address for the author of the patch, Thomas Burdick, so I can&apos;t ask him for a license clarification.

So what makes the most sense to me now is to stick with the &quot;cm&quot; package using Guile and do the version bump, then do CMUCL-default ebuilds for CM, CLM and CMN under the Common Lisp Controller framework. I&apos;m pretty sure they&apos;ll all work with CLISP, but the new CM 2.5.0 doesn&apos;t have the GUI with a CLISP build. It&apos;s probably not worth the effort to test all the combinations of CMUCL, CLISP and SBCL when CMUCL works.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkennedy@gentoo.org</who>
            <bug_when>2005-02-28 22:45:05 0000</bug_when>
            <thetext>Created an attachment (id=52343)
cm-2.4.2-ASDF.patch

This is the system definition I recently hacked up for CM.  It needs some
refinement and a more careful going over of CM&apos;s make.lisp.  M., where did you
find the SBCL patch?  I can&apos;t seem to locate it.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2005-02-28 23:13:34 0000</bug_when>
            <thetext>SBCL (with the patch) only applies to CM 2.5.0, which is still in CVS. There should be a tarball for 2.5.0 very soon. Meanwhile, 2.4.2 should build with Guile (as it is currently packaged) and with CMUCL and CLISP. Neither 2.4.2 nor 2.5.0 work with GCL.

The SBCL patch is at

http://pinhead.music.uiuc.edu/~hkt/sbcl-af-2004-10-22.tgz. 

This is the documentation on it from the CVS source for 2.5.0:

4.3 Adding callback support to SBCL (Linux)

   As of this date (Feb &apos;05) SBCL does not provide a native callback
   facility. Unless you are certain that callbacks exist in your version
   of SBCL you will need to install Thomas Burdick&apos;s SBCL callback
   package and save a new SBCL core image before you build CM:
    1. Download Thomas Burdick&apos;s Alien Function package and restore it to
       a directory on your machine.
    2. Compile the Alien Function package and save a new sbcl.core image:

$ cd sbcl-af
$ sbcl --load &quot;system&quot;
* (sb-ext:save-lisp-and-die &quot;/tmp/sbcl.core&quot;)
$ cd /usr/local/lib/sbcl
$ mv sbcl.core sbcl.core.orig
$ mv /tmp/sbcl.core .</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkennedy@gentoo.org</who>
            <bug_when>2005-03-01 08:33:54 0000</bug_when>
            <thetext>I understand what patch you&apos;re discussing now.  I&apos;ve been
contemplating making that Thomas Burdick alien function patch for SBCL
available as part of the SBCL ebuild via a USE flag
(&quot;cmucl_alien_function&quot; or something like that) with a big note that
it is a 3rd party patch which will not be the final callback API SBCL
uses.

I&apos;ll check out CVS for 2.5.0.

I don&apos;t think GCL is supported.  Perhaps it would be easier if they
waited for GCL 2.7.0 which has vastly improved ANSI support...

For now I am going to follow your suggested plan in Comment #4.  Fix
the current ebuild for Guile, version bump and add support for Common
Lisp.  For the version bump I&apos;ll probably take a snapshot of CVS of
2.5.0 and swap in the actual 2.5.0 release source when its made
available.

BTW, M., do you have any experience with using CMN
(http://www.cliki.net/Common%20Lisp%20Music) and/or CLM
(http://www.cliki.net/Common%20Music%20Notation) with CM?
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2005-03-01 19:38:00 0000</bug_when>
            <thetext>1. Are you on the SBCL mailing list? I brought this patch up, asking about its status, especially freedom. Rick Taube (father of CM) is apparently the only one who uses it, and it&apos;s really only available on his web site. I have not been able to contact its author to clarify its license. Rick Taube did volunteer on the SBCL mailing list to deal with other issues about it. So ... the proper place for this patch would seem to be as part of the CM ebuild, assuming that Gentoo wants to support CM under SBCL. If you don&apos;t have the patch, the compile blows up with SBCL.

2. I have been through loading CLM and CMN into CM as a combined package, as described in the documentation. I&apos;ve never used either CLM or CMN, although my plan is to start with CLM in the next week or so. The main reason I&apos;m planning on using CLM is that there&apos;s a Tibetan bowl synthesis routine available for CLM; I&apos;m not a big fan of re-inventing stuff like that.

The music I write tends not to use standard notation or instruments -- it&apos;s algorithmically composed and synthesized. So I may never try out CMN. I think Rosegarden and Lilypond are probably much more popular (and user-friendly) for those purposes anyway, and my plan is to use them if I should need conventional notation or MIDI tools.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2005-03-01 21:02:45 0000</bug_when>
            <thetext>If you&apos;re *not* on the SBCL mailing list, this just got posted a few minutes ago:

http://sourceforge.net/mailarchive/forum.php?thread_id=6707945&amp;forum_id=4134</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkennedy@gentoo.org</who>
            <bug_when>2005-03-02 11:46:42 0000</bug_when>
            <thetext>I read the SBCL mailing list of course.  My understanding is that the patch
requires a save image, so including it in the CM ebuild may not be the best
place.  Besides its really part of Lambda-GTK (by the same author), which CM
uses.  The update for sbcl-0.8.20 should include the new USE flag and that
will be in portage shortly.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2005-03-03 22:10:50 0000</bug_when>
            <thetext>Good news!! The new SBCL 0.8.20 ebuild emerged properly with the &quot;callback&quot; USE flag, and compiled cm-2.5.0 from CVS successfully on my Pentium III Coppermine! I don&apos;t have anything exotic, like a PPC, Sparc or Alpha to test it on, though.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkennedy@gentoo.org</who>
            <bug_when>2005-03-07 03:07:07 0000</bug_when>
            <thetext>Just incorporated dev-lisp/cl-lambda-gtk into portage, so CM 2.5.0 w/ Common
Lisp should be following pretty soon.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2005-03-23 19:10:54 0000</bug_when>
            <thetext>Two news flashes from Rick Taube, the developer of Common Music!!
-----------------------------------------------------------------
Common Music 2.6.0 is now available for download from Sourceforge:

       http://sourceforge.net/projects/commonmusic/

I won&apos;t go into any details since this has been an ongoing saga,
see doc/changelog.text for the complete listing of new features.
Many many thanks to Anders Vinjar and Dave Phillips for testing.

Tested in:

OS      LISP    VERSION SYSTEMS TESTED
----------------------------------------------------
x86     sbcl    0.8.17  midi,clm3,cmn,gtk2
x86     cmucl   19a     midi,clm3,cmn,gtk2
osx     guile   1.6.7   midi
osx     openmcl cvs     midi,clm3,cmn,midishare,gtk2
osx     clisp   2.32    midi
osx     sbcl    0.8.17  midi
cygwin  clisp   2.33.1  midi
winxp   clisp   2.33.1  midi

_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

-----------------------------------------------------------------
Its now possible to download, install, compile and load CM using ASDF and ASDF-INSTALL.

See:
    http://www.cliki.net/asdf
    http://www.cliki.net/asdf-install

Thank you Greg Pfeil!

Its pretty cool. This little snippet downloaded and built cm on my wireless network at home (openmcl)
------------------------------------------------------------------------
(require  &apos;asdf)
(push &quot;/Lisp/ccl/tools/asdf-install/&quot; asdf:*central-registry*)
(asdf:operate &apos;asdf:load-op &apos;asdf-install)
(setq asdf-install:*verify-gpg-signatures* nil)
(asdf-install:install &apos;cm)
------------------------------------------------------------------------
 Here is a trace if you don&apos;t believe me:


? Install where?
0) System-wide install:
   System in /usr/local/asdf-install/site-systems/
   Files in /usr/local/asdf-install/site/
1) Personal installation:
   System in /Users/hkt/.asdf-install-dir/systems/
   Files in /Users/hkt/.asdf-install-dir/site/
2) Abort installation.
 --&gt; 1
;;; ASDF-INSTALL: Downloading 970724 bytes from http://commonmusic.sourceforge.net/cm_2.6.0.tar.gz to CM.asdf-install-tmp ...

;;; ASDF-INSTALL: Installing CM.asdf-install-tmp in /Users/hkt/.asdf-install-dir/site/, /Users/hkt/.asdf-install-dir/systems/
cm-2.6.0/
cm-2.6.0/bin/
cm-2.6.0/bin/.cvskeep
cm-2.6.0/bin/cm.sh
cm-2.6.0/cm.asd
cm-2.6.0/doc/
cm-2.6.0/doc/changelog.text
cm-2.6.0/doc/cm.html
cm-2.6.0/doc/css/
cm-2.6.0/doc/css/cm.css
cm-2.6.0/doc/dict/
cm-2.6.0/doc/dict/accumulation-cls.html
cm-2.6.0/doc/dict/amplitude-fn.html
cm-2.6.0/doc/dict/append-object-fn.html
cm-2.6.0/doc/dict/axis-cls.html
cm-2.6.0/doc/dict/axis-fn.html
cm-2.6.0/doc/dict/beat-var.html
cm-2.6.0/doc/dict/between-fn.html
cm-2.6.0/doc/dict/cd-fn.html
cm-2.6.0/doc/dict/cents-gtscaler-fn.html
cm-2.6.0/doc/dict/chord-cls.html
cm-2.6.0/doc/dict/chromatic-scale-var.html
cm-2.6.0/doc/dict/clm-audio-stream-cls.html
cm-2.6.0/doc/dict/clm-stream-cls.html
cm-2.6.0/doc/dict/cm-sh.html
cm-2.6.0/doc/dict/cm-version-fn.html
cm-2.6.0/doc/dict/cmio-fn.html
cm-2.6.0/doc/dict/cmio-topic.html
cm-2.6.0/doc/dict/cmio1.png
cm-2.6.0/doc/dict/cmio10.png
cm-2.6.0/doc/dict/cmio11.png
cm-2.6.0/doc/dict/cmio12.png
cm-2.6.0/doc/dict/cmio13.png
cm-2.6.0/doc/dict/cmio14.png
cm-2.6.0/doc/dict/cmio2.png
cm-2.6.0/doc/dict/cmio3.png
cm-2.6.0/doc/dict/cmio5.png
cm-2.6.0/doc/dict/cmio6.png
cm-2.6.0/doc/dict/cmio7.png
cm-2.6.0/doc/dict/cmio8.png
cm-2.6.0/doc/dict/cmio9.png
cm-2.6.0/doc/dict/cmn-cls.html
cm-2.6.0/doc/dict/cmn-stream-cls.html
cm-2.6.0/doc/dict/copier-cls.html
cm-2.6.0/doc/dict/copy-object-fn.html
cm-2.6.0/doc/dict/cycle-cls.html
cm-2.6.0/doc/dict/date-and-time-fn.html
cm-2.6.0/doc/dict/decimals-fn.html
cm-2.6.0/doc/dict/decode-interval-fn.html
cm-2.6.0/doc/dict/defaxis-mac.html
cm-2.6.0/doc/dict/defobject-mac.html
cm-2.6.0/doc/dict/doeach-mac.html
cm-2.6.0/doc/dict/drunk-fn.html
cm-2.6.0/doc/dict/eodqmk-fn.html
cm-2.6.0/doc/dict/eopqmk-fn.html
cm-2.6.0/doc/dict/events-fn.html
cm-2.6.0/doc/dict/expl-fn.html
cm-2.6.0/doc/dict/explseg-fn.html
cm-2.6.0/doc/dict/explsegs-fn.html
cm-2.6.0/doc/dict/f-cls.html
cm-2.6.0/doc/dict/false-var.html
cm-2.6.0/doc/dict/find-object-fn.html
cm-2.6.0/doc/dict/fit-fn.html
cm-2.6.0/doc/dict/fm-spectrum-fn.html
cm-2.6.0/doc/dict/funcall-cls.html
cm-2.6.0/doc/dict/graph-cls.html
cm-2.6.0/doc/dict/heap-cls.html
cm-2.6.0/doc/dict/hertz-fn.html
cm-2.6.0/doc/dict/histogram-fn.html
cm-2.6.0/doc/dict/hshamp-mac.html
cm-2.6.0/doc/dict/hshi-mac.html
cm-2.6.0/doc/dict/i-cls.html
cm-2.6.0/doc/dict/import-events-fn.html
cm-2.6.0/doc/dict/index.html
cm-2.6.0/doc/dict/input-fn.html
cm-2.6.0/doc/dict/insert-object-fn.html
cm-2.6.0/doc/dict/interp-fn.html
cm-2.6.0/doc/dict/interpl-fn.html
cm-2.6.0/doc/dict/interval-fn.html
cm-2.6.0/doc/dict/invert-fn.html
cm-2.6.0/doc/dict/io-mac.html
cm-2.6.0/doc/dict/join-cls.html
cm-2.6.0/doc/dict/keynum-fn.html
cm-2.6.0/doc/dict/line-cls.html
cm-2.6.0/doc/dict/list-named-objects-fn.html
cm-2.6.0/doc/dict/list-subobjects-fn.html
cm-2.6.0/doc/dict/log-axis-cls.html
cm-2.6.0/doc/dict/lookup-fn.html
cm-2.6.0/doc/dict/loudest-var.html
cm-2.6.0/doc/dict/make-cm-fn.html
cm-2.6.0/doc/dict/map-pattern-data-fn.html
cm-2.6.0/doc/dict/map-subcontainers-fn.html
cm-2.6.0/doc/dict/map-subobjects-fn.html
cm-2.6.0/doc/dict/markov-analyze-fn.html
cm-2.6.0/doc/dict/markov-cls.html
cm-2.6.0/doc/dict/midi-channel-map-var.html
cm-2.6.0/doc/dict/midi-channel-pressure-cls.html
cm-2.6.0/doc/dict/midi-cls.html
cm-2.6.0/doc/dict/midi-connections-var.html
cm-2.6.0/doc/dict/midi-control-change-cls.html
cm-2.6.0/doc/dict/midi-eot-cls.html
cm-2.6.0/doc/dict/midi-file-stream-cls.html
cm-2.6.0/doc/dict/midi-key-pressure-cls.html
cm-2.6.0/doc/dict/midi-key-signature-cls.html
cm-2.6.0/doc/dict/midi-note-off-cls.html
cm-2.6.0/doc/dict/midi-note-on-cls.html
cm-2.6.0/doc/dict/midi-pitch-bend-cls.html
cm-2.6.0/doc/dict/midi-program-change-cls.html
cm-2.6.0/doc/dict/midi-sequence-number-cls.html
cm-2.6.0/doc/dict/midi-sequencer-event-cls.html
cm-2.6.0/doc/dict/midi-smpte-offset-cls.html
cm-2.6.0/doc/dict/midi-stream-cls.html
cm-2.6.0/doc/dict/midi-system-event-cls.html
cm-2.6.0/doc/dict/midi-tempo-change-cls.html
cm-2.6.0/doc/dict/midi-text-event-cls.html
cm-2.6.0/doc/dict/midi-time-signature-cls.html
cm-2.6.0/doc/dict/midi-topic.html
cm-2.6.0/doc/dict/midishare-stream-cls.html
cm-2.6.0/doc/dict/mode-cls.html
cm-2.6.0/doc/dict/new-mac.html
cm-2.6.0/doc/dict/next-fn.html
cm-2.6.0/doc/dict/note-accidental-fn.html
cm-2.6.0/doc/dict/note-fn.html
cm-2.6.0/doc/dict/note-name-fn.html
cm-2.6.0/doc/dict/now-fn.html
cm-2.6.0/doc/dict/object-gtcmn-fn.html
cm-2.6.0/doc/dict/object-name-fn.html
cm-2.6.0/doc/dict/object-parameters-fn.html
cm-2.6.0/doc/dict/object-time-fn.html
cm-2.6.0/doc/dict/octave-number-fn.html
cm-2.6.0/doc/dict/odds-fn.html
cm-2.6.0/doc/dict/output-fn.html
cm-2.6.0/doc/dict/palindrome-cls.html
cm-2.6.0/doc/dict/pattern-state-fn.html
cm-2.6.0/doc/dict/pattern-value-fn.html
cm-2.6.0/doc/dict/patternqmk-fn.html
cm-2.6.0/doc/dict/patterns-topic.html
cm-2.6.0/doc/dict/pick-fn.html
cm-2.6.0/doc/dict/pickl-fn.html
cm-2.6.0/doc/dict/pitch-class-fn.html
cm-2.6.0/doc/dict/play-fn.html
cm-2.6.0/doc/dict/player-cont-fn.html
cm-2.6.0/doc/dict/player-load-midifile-fn.html
cm-2.6.0/doc/dict/player-mute-fn.html
cm-2.6.0/doc/dict/player-pause-fn.html
cm-2.6.0/doc/dict/player-save-midifile-fn.html
cm-2.6.0/doc/dict/player-set-tempo-fn.html
cm-2.6.0/doc/dict/player-solo-fn.html
cm-2.6.0/doc/dict/player-start-fn.html
cm-2.6.0/doc/dict/player-stop-fn.html
cm-2.6.0/doc/dict/player-stream-cls.html
cm-2.6.0/doc/dict/player-unmute-fn.html
cm-2.6.0/doc/dict/player-unsolo-fn.html
cm-2.6.0/doc/dict/plotter-add-layer-fn.html
cm-2.6.0/doc/dict/plotter-close-fn.html
cm-2.6.0/doc/dict/plotter-data-fn.html
cm-2.6.0/doc/dict/plotter-fn.html
cm-2.6.0/doc/dict/plotter-front-styling-fn.html
cm-2.6.0/doc/dict/plotter-property-fn.html
cm-2.6.0/doc/dict/plotter-redraw-fn.html
cm-2.6.0/doc/dict/plotter-scroll-fn.html
cm-2.6.0/doc/dict/plotter-topic.html
cm-2.6.0/doc/dict/plotter-zoom-fn.html
cm-2.6.0/doc/dict/plotter1.png
cm-2.6.0/doc/dict/plotter2.png
cm-2.6.0/doc/dict/plotter3.png
cm-2.6.0/doc/dict/plotter4.png
cm-2.6.0/doc/dict/plotter5.png
cm-2.6.0/doc/dict/point-cls.html
cm-2.6.0/doc/dict/power-var.html
cm-2.6.0/doc/dict/prime-form-fn.html
cm-2.6.0/doc/dict/process-mac.html
cm-2.6.0/doc/dict/pval-cls.html
cm-2.6.0/doc/dict/pval-mac.html
cm-2.6.0/doc/dict/pwd-fn.html
cm-2.6.0/doc/dict/quantize-fn.html
cm-2.6.0/doc/dict/ran-fn.html
cm-2.6.0/doc/dict/random-cls.html
cm-2.6.0/doc/dict/range-cls.html
cm-2.6.0/doc/dict/ransegs-fn.html
cm-2.6.0/doc/dict/remove-object-fn.html
cm-2.6.0/doc/dict/remove-subobjects-fn.html
cm-2.6.0/doc/dict/rescale-envelope-fn.html
cm-2.6.0/doc/dict/rescale-fn.html
cm-2.6.0/doc/dict/rewrite-cls.html
cm-2.6.0/doc/dict/rewrite-generation-fn.html
cm-2.6.0/doc/dict/rhythm-fn.html
cm-2.6.0/doc/dict/rm-spectrum-fn.html
cm-2.6.0/doc/dict/rotation-cls.html
cm-2.6.0/doc/dict/save-object-fn.html
cm-2.6.0/doc/dict/scale-max-fn.html
cm-2.6.0/doc/dict/scale-min-fn.html
cm-2.6.0/doc/dict/scale-mod-fn.html
cm-2.6.0/doc/dict/scale-order-fn.html
cm-2.6.0/doc/dict/scale-var.html
cm-2.6.0/doc/dict/scaleeql-fn.html
cm-2.6.0/doc/dict/scalegt-fn.html
cm-2.6.0/doc/dict/scalegteql-fn.html
cm-2.6.0/doc/dict/scalelt-fn.html
cm-2.6.0/doc/dict/scalelteql-fn.html
cm-2.6.0/doc/dict/scaler-gtcents-fn.html
cm-2.6.0/doc/dict/sco-stream-cls.html
cm-2.6.0/doc/dict/seq-cls.html
cm-2.6.0/doc/dict/set-clm-output-hook-fn.html
cm-2.6.0/doc/dict/set-midi-output-hook-fn.html
cm-2.6.0/doc/dict/set-sco-output-hook-fn.html
cm-2.6.0/doc/dict/shell-fn.html
cm-2.6.0/doc/dict/shuffle-fn.html
cm-2.6.0/doc/dict/softest-var.html
cm-2.6.0/doc/dict/sprout-fn.html
cm-2.6.0/doc/dict/stop-fn.html
cm-2.6.0/doc/dict/subcontainers-fn.html
cm-2.6.0/doc/dict/subobjects-fn.html
cm-2.6.0/doc/dict/syntax.html
cm-2.6.0/doc/dict/tempo-var.html
cm-2.6.0/doc/dict/tendency-fn.html
cm-2.6.0/doc/dict/terms.html
cm-2.6.0/doc/dict/transpose-fn.html
cm-2.6.0/doc/dict/transposer-cls.html
cm-2.6.0/doc/dict/true-var.html
cm-2.6.0/doc/dict/tuning-cls.html
cm-2.6.0/doc/dict/vary-fn.html
cm-2.6.0/doc/dict/wait-fn.html
cm-2.6.0/doc/dict/wait-until-fn.html
cm-2.6.0/doc/emacs.html
cm-2.6.0/doc/img/
cm-2.6.0/doc/img/cmlogobb.png
cm-2.6.0/doc/img/cmlogobw.png
cm-2.6.0/doc/img/cmlogosw.png
cm-2.6.0/doc/install.html
cm-2.6.0/etc/
cm-2.6.0/etc/cminit.lisp
cm-2.6.0/etc/contrib/
cm-2.6.0/etc/contrib/lock.cm
cm-2.6.0/etc/examples/
cm-2.6.0/etc/examples/cring.cm
cm-2.6.0/etc/examples/fm.ins
cm-2.6.0/etc/examples/foster.cm
cm-2.6.0/etc/examples/intro.cm
cm-2.6.0/etc/examples/ligeti.cm
cm-2.6.0/etc/examples/plotter.cm
cm-2.6.0/etc/examples/reich.cm
cm-2.6.0/etc/examples/rt.cm
cm-2.6.0/etc/examples/scales.cm
cm-2.6.0/etc/test.cm
cm-2.6.0/etc/xemacs/
cm-2.6.0/etc/xemacs/cm.el
cm-2.6.0/etc/xemacs/custom.el
cm-2.6.0/etc/xemacs/init.el
cm-2.6.0/etc/xemacs/listener.el
cm-2.6.0/readme.text
cm-2.6.0/src/
cm-2.6.0/src/.cvsignore
cm-2.6.0/src/acl.lisp
cm-2.6.0/src/clisp.lisp
cm-2.6.0/src/clm-stubs.lisp
cm-2.6.0/src/clm.lisp
cm-2.6.0/src/clm.scm
cm-2.6.0/src/clm2.lisp
cm-2.6.0/src/clm2.scm
cm-2.6.0/src/clos.lisp
cm-2.6.0/src/cm.lisp
cm-2.6.0/src/cm.scm
cm-2.6.0/src/cmn-stubs.lisp
cm-2.6.0/src/cmn.lisp
cm-2.6.0/src/cmn.scm
cm-2.6.0/src/cmu.lisp
cm-2.6.0/src/data.lisp
cm-2.6.0/src/data.scm
cm-2.6.0/src/goops.scm
cm-2.6.0/src/gui/
cm-2.6.0/src/gui/drawing.lisp
cm-2.6.0/src/gui/editing.lisp
cm-2.6.0/src/gui/eventio.lisp
cm-2.6.0/src/gui/gtkffi-cmusbcl.lisp
cm-2.6.0/src/gui/gtkffi-openmcl.lisp
cm-2.6.0/src/gui/plotter.lisp
cm-2.6.0/src/gui/support.lisp
cm-2.6.0/src/gui/widgets.lisp
cm-2.6.0/src/guile.scm
cm-2.6.0/src/io.lisp
cm-2.6.0/src/io.scm
cm-2.6.0/src/iter.lisp
cm-2.6.0/src/level1.lisp
cm-2.6.0/src/level1.scm
cm-2.6.0/src/loop.lisp
cm-2.6.0/src/loop.scm
cm-2.6.0/src/make.lisp
cm-2.6.0/src/mcl.lisp
cm-2.6.0/src/midi1.lisp
cm-2.6.0/src/midi1.scm
cm-2.6.0/src/midi2.lisp
cm-2.6.0/src/midi2.scm
cm-2.6.0/src/midi3.lisp
cm-2.6.0/src/midi3.scm
cm-2.6.0/src/midishare/
cm-2.6.0/src/midishare/.cvsignore
cm-2.6.0/src/midishare/MidiShare-Interface.lisp
cm-2.6.0/src/midishare/midishare-stubs.lisp
cm-2.6.0/src/midishare/midishare.lisp
cm-2.6.0/src/midishare/midishare.scm
cm-2.6.0/src/midishare/Player-Interface.lisp
cm-2.6.0/src/midishare/player.lisp
cm-2.6.0/src/midishare/player.scm
cm-2.6.0/src/mop.lisp
cm-2.6.0/src/mop.scm
cm-2.6.0/src/objects.lisp
cm-2.6.0/src/objects.scm
cm-2.6.0/src/openmcl.lisp
cm-2.6.0/src/patterns.lisp
cm-2.6.0/src/patterns.scm
cm-2.6.0/src/pkg.lisp
cm-2.6.0/src/sbcl.lisp
cm-2.6.0/src/scales.lisp
cm-2.6.0/src/scales.scm
cm-2.6.0/src/scheduler.lisp
cm-2.6.0/src/scheduler.scm
cm-2.6.0/src/scheme.lisp
cm-2.6.0/src/sco.lisp
cm-2.6.0/src/sco.scm
cm-2.6.0/src/spectral.lisp
cm-2.6.0/src/spectral.scm
cm-2.6.0/src/stocl.lisp
cm-2.6.0/src/utils.lisp
cm-2.6.0/src/utils.scm

#P&quot;/Users/hkt/.asdf-install-dir/site/cm-2.6.0/&quot;
#P&quot;/Users/hkt/.asdf-install-dir/site/cm-2.6.0/&quot; ;;; ASDF-INSTALL: Loading system &quot;cm&quot; via ASDF.
; loading system definition from /Users/hkt/.asdf-install-dir/systems/cm.asd
; into #&lt;Package &quot;ASDF3&quot;&gt;
; registering #&lt;SYSTEM &quot;cm&quot; #x63DB3E6&gt; as cm
;Compiler warnings :
;   Undefined function COMMON-LISP-USER::CM, in (PERFORM :AFTER (LOAD-OP (EQL #&lt;MODULE &quot;src&quot; #x63D9D06&gt;))) inside an anonymous lambda form.
; Installation directory: &quot;/Users/hkt/.asdf-install-dir/site/cm-2.6.0/&quot;
; Compiling &quot;src/gui/gtkffi-openmcl.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/gtkffi-openmcl.dfsl&quot;
; Compiling &quot;src/midishare/MidiShare-Interface.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/MidiShare-Interface.dfsl&quot;
; Compiling &quot;src/midishare/Player-Interface.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/Player-Interface.dfsl&quot;
; Compiling &quot;src/clm-stubs.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/clm-stubs.dfsl&quot;
; Compiling &quot;src/cmn-stubs.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/cmn-stubs.dfsl&quot;
; Compiling &quot;src/pkg.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/pkg.dfsl&quot;
; Compiling &quot;src/openmcl.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/openmcl.dfsl&quot;
; Compiling &quot;src/clos.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/clos.dfsl&quot;
; Compiling &quot;src/iter.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/iter.dfsl&quot;
; Compiling &quot;src/level1.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/level1.dfsl&quot;
; Compiling &quot;src/scheme.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/scheme.dfsl&quot;
; Compiling &quot;src/utils.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/utils.dfsl&quot;
; Compiling &quot;src/mop.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/mop.dfsl&quot;
; Compiling &quot;src/objects.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/objects.dfsl&quot;
; Compiling &quot;src/data.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/data.dfsl&quot;
; Compiling &quot;src/scales.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/scales.dfsl&quot;
; Compiling &quot;src/spectral.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/spectral.dfsl&quot;
; Compiling &quot;src/patterns.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/patterns.dfsl&quot;
; Compiling &quot;src/io.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/io.dfsl&quot;
; Compiling &quot;src/scheduler.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/scheduler.dfsl&quot;
; Compiling &quot;src/sco.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/sco.dfsl&quot;
; Compiling &quot;src/clm.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/clm.dfsl&quot;
; Compiling &quot;src/clm2.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/clm2.dfsl&quot;
; Compiling &quot;src/midi1.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/midi1.dfsl&quot;
; Compiling &quot;src/midi2.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/midi2.dfsl&quot;
; Compiling &quot;src/midi3.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/midi3.dfsl&quot;
; Compiling &quot;src/midishare/midishare.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/midishare.dfsl&quot;
; Compiling &quot;src/midishare/player.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/player.dfsl&quot;
; Compiling &quot;src/cmn.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/cmn.dfsl&quot;
; Compiling &quot;src/gui/plotter.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/plotter.dfsl&quot;
; Compiling &quot;src/gui/support.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/support.dfsl&quot;
; Compiling &quot;src/gui/widgets.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/widgets.dfsl&quot;
; Compiling &quot;src/gui/editing.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/editing.dfsl&quot;
; Compiling &quot;src/gui/drawing.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/drawing.dfsl&quot;
; Compiling &quot;src/gui/eventio.lisp&quot;
; Loading &quot;bin/openmcl_0.14.2-050216_darwin-powerpc/eventio.dfsl&quot;
; Garbage collecting.

 /\\\
---\\\---------
----\\\--------
----/\\\------- Common Music 2.6.0
---/--\\\------
--/----\\\-----
 /      \\\/

NIL
?  

_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

-----------------------------------------------------------------

I&apos;ll be downloading and testing CM 2.6.0 either tonight or tomorrow, depending on what&apos;s happening.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkennedy@gentoo.org</who>
            <bug_when>2005-06-03 11:15:09 0000</bug_when>
            <thetext>Have you tried building CM with CMUCL on Gentoo? For some strange reason it
seems to get as far as the following and then hang. I&apos;ll look into it further...

$ lisp
CMU Common Lisp CVS release-19a 19a-release-20040728 + minimal debian patches,
running on azathoth
With core: /usr/lib/cmucl/lisp.core
Dumped on: Sat, 2005-05-28 02:17:36-05:00 on camus
For support see http://www.cons.org/cmucl/support.html
Send bug reports to http://bugs.gentoo.org
Type (help) for help or (quit) to exit.

Loaded subsystems:
    Python 1.1, target Intel x86
    CLOS based on Gerd&apos;s PCL 2004/04/14 03:32:47
* (asdf:oos &apos;asdf:load-op :cm)

; loading system definition from cm.asd into #&lt;The ASDF1498 package&gt;
; Loading #p&quot;/home/mkennedy/tmp/cm-2.6.0/cm.asd&quot;.
; registering #&lt;SYSTEM &quot;cm&quot; {58021ACD}&gt; as cm
; Compiling LAMBDA (PCL::.PV-CELL. PCL::.NEXT-METHOD-CALL. OP C):
; Compiling Top-Level Form:

; In: LAMBDA (PCL::.PV-CELL. PCL::.NEXT-METHOD-CALL. OP C)

;   (COMMON-LISP-USER::CM)
; Warning: Undefined function COMMON-LISP-USER::CM
; ;

; Warning: This function is undefined:
;   COMMON-LISP-USER::CM
;

; Compilation unit finished.
;   2 warnings


; Python version 1.1, VM version Intel x86 on 03 JUN 05 01:12:29 pm.
; Compiling: /home/mkennedy/tmp/cm-2.6.0/src/cm.lisp 22 NOV 03 11:20:24 am

; Byte Compiling Top-Level Form:

; /home/mkennedy/tmp/cm-2.6.0/src/cm.x86f written.
; Compilation finished in 0:00:00.
; Loading #p&quot;/home/mkennedy/tmp/cm-2.6.0/src/cm.x86f&quot;.

; Installation directory: &quot;/home/mkennedy/tmp/cm-2.6.0/&quot;
; Compiling &quot;src/gui/gtkffi-cmusbcl.lisp&quot;;;; Opening shared library
/usr/lib/libgtk-x11-2.0.so ...
;;; Done.
;;; Opening shared library /usr/lib/libgdk-x11-2.0.so ...
;;; Done.
;;; Opening shared library /usr/lib/libatk-1.0.so ...
;;; Done.
;;; Opening shared library /usr/lib/libgdk_pixbuf-2.0.so ...
;;; Done.
;;; Opening shared library /usr/lib/libm.so ...
;;; Done.
;;; Opening shared library /usr/lib/libpangoxft-1.0.so ...
;;; Done.
;;; Opening shared library /usr/lib/libpangox-1.0.so ...
;;; Done.
;;; Opening shared library /usr/lib/libpango-1.0.so ...
;;; Done.
;;; Opening shared library /usr/lib/libgobject-2.0.so ...
;;; Done.
;;; Opening shared library /usr/lib/libgmodule-2.0.so ...
;;; Done.
;;; Opening shared library /usr/lib/libdl.so ...
;;; Done.
;;; Opening shared library /usr/lib/libglib-2.0.so ...
;;; Done.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mkennedy@gentoo.org</who>
            <bug_when>2005-06-03 11:18:13 0000</bug_when>
            <thetext>Disregard my last comment. It did finally move on after several minutes.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>flameeyes@gentoo.org</who>
            <bug_when>2005-07-15 03:47:16 0000</bug_when>
            <thetext>Lisp if you want to take care of this.. </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>antarus@gentoo.org</who>
            <bug_when>2006-08-03 16:09:55 0000</bug_when>
            <thetext>old</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>beandog@gentoo.org</who>
            <bug_when>2006-08-03 21:28:51 0000</bug_when>
            <thetext>removing maintainer-needed :)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2007-01-20 18:44:30 0000</bug_when>
            <thetext>I think we should close this out and create a new bug to add a current Common Music to Portage -- Rick Taube just released Common Music 2.10.0!

Common Music 2.10.0 (stable) release is now available at sourceforge:

http://sourceforge.net/project/showfiles.php?group_id=9766&amp;package_id=106649&amp;release_id=477002

Please see cm/doc/changelog.text for the release notes.

--rick

_______________________________________________
Cmdist mailing list
Cmdist@ccrma.stanford.edu
http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist

If there is a maintainer now for Common Music, the package should be rebuilt to use Lisp (probably SBCL, since it&apos;s also the best-maintained) rather than Guile Scheme. If I get a chance, I&apos;ll try to test the upstream 2.10.0 with SBCL this weekend.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2007-01-22 02:27:40 0000</bug_when>
            <thetext>So far, testing on the upstream source is 100 percent successful. I downloaded 2.10.0 and it compiles with no problems under sbcl, cmucl and clisp. And both guile and gauche load it. I don&apos;t have a sound card on my primary machine, so I&apos;ll be testing the GUI on a different one.

Meanwhile, the &quot;install instructions&quot; are simple:

1. Download and unpack the tarball.
2. If you just want to run it with guile or gauche (Scheme), just make a symbolic link in /usr/bin to the startup script. You might have to set a few variables, but it&apos;s pretty simple. I thing the 2.4.2 ebuild just did this.
3. If you want to run it with Lisp, you need to fire up the startup script once for each flavor of Lisp. That makes it compile the Lisp source using the Lisp compiler. After that, it&apos;s just like Scheme -- plant a link in /usr/bin.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>znmeb@cesmail.net</who>
            <bug_when>2007-02-14 03:35:04 0000</bug_when>
            <thetext>cm 2.10.0 is in Portage ... it installed fine last night. So you can close this bug, I think. I&apos;ll be testing it in a day or so -- I&apos;m in the middle of testing audicle/chuck, but once that&apos;s done, it&apos;s back to common music.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>jakub@gentoo.org</who>
            <bug_when>2007-04-06 10:36:36 0000</bug_when>
            <thetext>(In reply to comment #21)
&gt; cm 2.10.0 is in Portage ... it installed fine last night. So you can close this
&gt; bug, I think.

Re-assigning yet again for 2.10.0 stabilization.
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hkbst@gentoo.org</who>
            <bug_when>2007-04-06 15:31:09 0000</bug_when>
            <thetext>just fixed tests, stabling may commence</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fauli@gentoo.org</who>
            <bug_when>2007-04-06 20:19:23 0000</bug_when>
            <thetext>; Compiling &quot;src/spectral.lisp&quot;
debugger invoked on a SIMPLE-ERROR:
  Error during processing of --eval option &quot;(progn (load \&quot;./src/cm.lisp\&quot; :verbose nil) (cm))&quot;:

  0.0 can&apos;t be converted to type NIL.

USE=&quot;emacs test -doc&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fauli@gentoo.org</who>
            <bug_when>2007-04-07 08:44:24 0000</bug_when>
            <thetext>Created an attachment (id=115647)
build.log

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fauli@gentoo.org</who>
            <bug_when>2007-04-07 09:45:29 0000</bug_when>
            <thetext>sbcl 1.0.1 (testing still) sucessfully compiles cm.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hkbst@gentoo.org</who>
            <bug_when>2007-04-07 09:54:14 0000</bug_when>
            <thetext>(In reply to comment #26)
&gt; sbcl 1.0.1 (testing still) sucessfully compiles cm.

sbcl dep fixed</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hkbst@gentoo.org</who>
            <bug_when>2007-04-07 10:24:57 0000</bug_when>
            <thetext>NB cm supports a couple of lisp implementations. You can force the one it uses by setting FORCEIMPL to one of openmcl, sbcl, cmucl ,clisp, ecls, guile, gauche, like so

FORCEIMPL=ecls FEATURES=test ebuild cm-2.10.0.ebuild clean test

happy testing :)                                 </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fauli@gentoo.org</who>
            <bug_when>2007-04-07 13:06:59 0000</bug_when>
            <thetext>Marijn: You need to adjust dependency on app-emacs/slime to at least 2.0...it has to go stable for that.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fauli@gentoo.org</who>
            <bug_when>2007-04-07 13:27:57 0000</bug_when>
            <thetext>x86 stable</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gentoo@ttuttle.net</who>
            <bug_when>2007-04-07 13:55:48 0000</bug_when>
            <thetext>=media-sound/cm-2.10.0 compiles, merges, and works on amd64.

emerge --info:

Portage 2.1.2.2 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.5-r0, 2.6.20-gentoo-r4 x86_64)
=================================================================
System uname: 2.6.20-gentoo-r4 x86_64 Intel(R) Core(TM)2 CPU         T7200  @ 2.00GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Thu, 05 Apr 2007 17:00:09 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-java/java-config: 1.3.7, 2.0.31
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r2
ACCEPT_KEYWORDS=&quot;amd64&quot;
AUTOCLEAN=&quot;yes&quot;
CBUILD=&quot;x86_64-pc-linux-gnu&quot;
CFLAGS=&quot;-O2 -march=nocona -pipe&quot;
CHOST=&quot;x86_64-pc-linux-gnu&quot;
CONFIG_PROTECT=&quot;/etc /lib/modules /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config&quot;
CONFIG_PROTECT_MASK=&quot;/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/php/apache1-php5/ext-active/ /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c&quot;
CXXFLAGS=&quot;-O2 -march=nocona -pipe&quot;
DISTDIR=&quot;/usr/portage/distfiles&quot;
FEATURES=&quot;ccache collision-protect distlocks metadata-transfer multilib-strict prelink sandbox sfperms strict userpriv usersandbox&quot;
GENTOO_MIRRORS=&quot;http://mirror.datapipe.net/gentoo http://gentoo.mirrors.tds.net/gentoo&quot;
LINGUAS=&quot;en en_US&quot;
MAKEOPTS=&quot;-j3&quot;
PKGDIR=&quot;/usr/portage/packages&quot;
PORTAGE_RSYNC_OPTS=&quot;--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*&quot;
PORTAGE_TMPDIR=&quot;/var/tmp&quot;
PORTDIR=&quot;/usr/portage&quot;
PORTDIR_OVERLAY=&quot;/usr/local/portage /usr/portage/local/layman/voip /usr/portage/local/layman/toolchain /usr/portage/local/layman/iwlwifi&quot;
SYNC=&quot;rsync://rsync.gentoo.org/gentoo-portage&quot;
USE=&quot;X a52 aac acpi aiglx alsa amd64 arts berkdb bitmap-fonts cairo cdda cddb cdinstall cdr cli cracklib crypt cups dbus doc dri dvd dvdr eds emboss encode esd exif fam firefox flac fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal iconv ipv6 isdnlog jack java5 jce jikes jpeg kde ldap libg++ mad midi mikmod mozbranding mp3 mpeg ncurses nls nptl nptlonly ogg opengl pam pcre perl png ppds pppd python qt3 qt4 quicktime readline reflection sdl session spell spl srvdir ssl symlink tcpd theora truetype truetype-fonts type1-fonts unicode vorbis x264 xml xorg xv xvid zlib&quot; ALSA_CARDS=&quot;hda-intel&quot; ALSA_PCM_PLUGINS=&quot;adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol&quot; ELIBC=&quot;glibc&quot; INPUT_DEVICES=&quot;evdev keyboard mouse synaptics&quot; KERNEL=&quot;linux&quot; LCD_DEVICES=&quot;bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text&quot; LINGUAS=&quot;en en_US&quot; LIRC_DEVICES=&quot;streamzap&quot; USERLAND=&quot;GNU&quot; VIDEO_CARDS=&quot;i810 i945 vesa&quot;
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fauli@gentoo.org</who>
            <bug_when>2007-04-07 14:05:57 0000</bug_when>
            <thetext>amd64 stable</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>josejx@gentoo.org</who>
            <bug_when>2007-04-07 16:36:33 0000</bug_when>
            <thetext>Marked ppc stable.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>fauli@gentoo.org</who>
            <bug_when>2007-04-07 20:42:23 0000</bug_when>
            <thetext>(In reply to comment #29)
&gt; Marijn: You need to adjust dependency on app-emacs/slime to at least 2.0...it
&gt; has to go stable for that.

 I did it.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gustavoz@gentoo.org</who>
            <bug_when>2007-04-18 17:44:53 0000</bug_when>
            <thetext>sparc stable.
</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>52343</attachid>
            <date>2005-02-28 22:45 0000</date>
            <desc>cm-2.4.2-ASDF.patch</desc>
            <filename>cm-2.4.2-ASDF.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">ZGlmZiAtdXJOIGNtLTIuNC4yLm9yaWcvY20uYXNkIGNtLTIuNC4yL2NtLmFzZAotLS0gY20tMi40
LjIub3JpZy9jbS5hc2QJMTk2OS0xMi0zMSAxODowMDowMC4wMDAwMDAwMDAgLTA2MDAKKysrIGNt
LTIuNC4yL2NtLmFzZAkyMDA1LTAyLTI4IDE2OjU2OjI4LjAwMDAwMDAwMCAtMDYwMApAQCAtMCww
ICsxLDQwIEBACisKKyhkZWZwYWNrYWdlICM6Y20tc3lzdGVtCisgICg6dXNlICM6YXNkZgorCSM6
Y29tbW9uLWxpc3ApKQorCisoaW4tcGFja2FnZSAjOmNtLXN5c3RlbSkKKworKGRlZnN5c3RlbSAj
OmNtCisgIDpjb21wb25lbnRzICgoOm1vZHVsZSA6c3JjCisJCQk6Y29tcG9uZW50cyAoKDpmaWxl
ICJjbG0tc3R1YnMiKQorCQkJCSAgICAgKDpmaWxlICJjbW4tc3R1YnMiKQorCQkJCSAgICAgKDpt
b2R1bGUgOm1pZGlzaGFyZQorCQkJCQkgICAgICA6Y29tcG9uZW50cyAoKDpmaWxlICJtaWRpc2hh
cmUtc3R1YnMiKSkpCisJCQkJICAgICAoOmZpbGUgInBrZyIpCisJCQkJICAgICAjK2NtdSAgICg6
ZmlsZSAiY211IikKKwkJCQkgICAgICMrY2xpc3AgKDpmaWxlICJjbGlzcCIpCisJCQkJICAgICAo
OmZpbGUgImNsb3MiKQorCQkJCSAgICAgKDpmaWxlICJpdGVyIikKKwkJCQkgICAgICg6ZmlsZSAi
bGV2ZWwxIikKKwkJCQkgICAgICg6ZmlsZSAic2NoZW1lIikKKwkJCQkgICAgICg6ZmlsZSAidXRp
bHMiKQorCQkJCSAgICAgKDpmaWxlICJtb3AiKQorCQkJCSAgICAgKDpmaWxlICJvYmplY3RzIikK
KwkJCQkgICAgICg6ZmlsZSAiZGF0YSIpCisJCQkJICAgICAoOmZpbGUgInNjYWxlcyIpCisJCQkJ
ICAgICAoOmZpbGUgInNwZWN0cmFsIikKKwkJCQkgICAgICg6ZmlsZSAicGF0dGVybnMiKQorCQkJ
CSAgICAgKDpmaWxlICJpbyIpCisJCQkJICAgICAoOmZpbGUgInNjaGVkdWxlciIpCisJCQkJICAg
ICAoOmZpbGUgInNjbyIpCisJCQkJICAgICAoOmZpbGUgImNsbSIpCisJCQkJICAgICAoOmZpbGUg
ImNsbTIiKQorCQkJCSAgICAgKDpmaWxlICJtaWRpMSIpCisJCQkJICAgICAoOmZpbGUgIm1pZGky
IikKKwkJCQkgICAgICg6ZmlsZSAibWlkaTMiKQorCQkJCSAgICAgKDptb2R1bGUgOm1pZGlzaGFy
ZQorCQkJCQkgICAgICA6Y29tcG9uZW50cyAoKDpmaWxlICJtaWRpc2hhcmUiKQorCQkJCQkJCSAg
ICg6ZmlsZSAicGxheWVyIikpKQorCQkJCSAgICAgKDpmaWxlICJjbW4iKSkKKwkJCTpzZXJpYWwg
dCkpKQpcIE5vIG5ld2xpbmUgYXQgZW5kIG9mIGZpbGUKQmluYXJ5IGZpbGVzIGNtLTIuNC4yLm9y
aWcvZm9zdGVyLm1pZGkgYW5kIGNtLTIuNC4yL2Zvc3Rlci5taWRpIGRpZmZlcgpkaWZmIC11ck4g
Y20tMi40LjIub3JpZy9zcmMvcGtnLmxpc3AgY20tMi40LjIvc3JjL3BrZy5saXNwCi0tLSBjbS0y
LjQuMi5vcmlnL3NyYy9wa2cubGlzcAkyMDA0LTAxLTIyIDIxOjM0OjAwLjAwMDAwMDAwMCAtMDYw
MAorKysgY20tMi40LjIvc3JjL3BrZy5saXNwCTIwMDUtMDItMjggMTY6NTI6MzcuMDAwMDAwMDAw
IC0wNjAwCkBAIC0yOSw2ICsyOSw3IEBACiAgICg6c2hhZG93IDptYWtlLWxvYWQtZm9ybQogICAg
ICAgICAgICA7OyBoYXZlIHRvIGJsb2NrIHRoZXNlIGZyb20gQ0xNCiAgICAgICAgICAgIDppbyA6
cmFuIDpleGl0IDpxdWl0ICkKKyAgKDpzaGFkb3cgOndhcm5pbmcgICkKICAgOzsgdXNlIGtleXdv
cmRzIGluc3RlYWQgb2Ygc3RyaW5ncyBmb3IgY2FzZSBzZW5zaXRpdmUgbGlzcHMuCiAgICg6aW1w
b3J0LWZyb20gOmNsbSAKICAgICAgICAgICAgICAgICA6bXVzLW5leHQKQEAgLTg0LDUgKzg1LDUg
QEAKIAkJOlNldFBhcmFtUGxheWVyIDpTZXRUZW1wb1BsYXllcgogCQk6VGlja3NQZXJRdWFydGVy
Tm90ZQogCQk6U2V0U3luY2hyb0luUGxheWVyIDpNaWRpTmV3TWlkaUZpbGVJbmZvcwotCQk6TWlk
aUZpbGVMb2FkIDpNaWRpRmlsZVNhdmUgOm1mLWNsaWNrcyA6bWYtZm9ybWF0IDptZi10aW1lZGVm
KQotICApCisJCTpNaWRpRmlsZUxvYWQgOk1pZGlGaWxlU2F2ZSA6bWYtY2xpY2tzIDptZi1mb3Jt
YXQgOm1mLXRpbWVkZWYpKQorCg==
</data>        

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>115647</attachid>
            <date>2007-04-07 08:44 0000</date>
            <desc>build.log</desc>
            <filename>build.log</filename>
            <type>text/plain</type>
            <data encoding="base64">Pj4+IFVucGFja2luZyBzb3VyY2UuLi4KPj4+IFVucGFja2luZyBjbS0yLjEwLjAudGFyLmd6IHRv
IC92YXIvdG1wL3BvcnRhZ2UvbWVkaWEtc291bmQvY20tMi4xMC4wL3dvcmsKPj4+IFNvdXJjZSB1
bnBhY2tlZC4KPj4+IENvbXBpbGluZyBzb3VyY2UgaW4gL3Zhci90bXAvcG9ydGFnZS9tZWRpYS1z
b3VuZC9jbS0yLjEwLjAvd29yay9jbSAuLi4KV2hpbGUgY29tcGlsaW5nIHRvcGxldmVsIGZvcm1z
IGluIGZpbGUgL3Zhci90bXAvcG9ydGFnZS9tZWRpYS1zb3VuZC9jbS0yLjEwLjAvd29yay9jbS9l
bGMuMTIxMS9jbS5lbDoKICAqKiByZWZlcmVuY2UgdG8gZnJlZSB2YXJpYWJsZSBmb3IKICAqKiBy
ZWZlcmVuY2UgdG8gZnJlZSB2YXJpYWJsZSBtb2RlCiAgKiogcmVmZXJlbmNlIHRvIGZyZWUgdmFy
aWFibGUgaW4KICAqKiByZWZlcmVuY2UgdG8gZnJlZSB2YXJpYWJsZSBkbwogICoqIHJlZmVyZW5j
ZSB0byBmcmVlIHZhcmlhYmxlIHR5cGUKICAqKiByZWZlcmVuY2UgdG8gZnJlZSB2YXJpYWJsZSBz
bGltZS1tb2RlLW1hcApXaGlsZSBjb21waWxpbmcgc2xpbWUtdG9nZ2xlLXJlcGwgaW4gZmlsZSAv
dmFyL3RtcC9wb3J0YWdlL21lZGlhLXNvdW5kL2NtLTIuMTAuMC93b3JrL2NtL2VsYy4xMjExL2Nt
LmVsOgogICoqIHJlZmVyZW5jZSB0byBmcmVlIHZhcmlhYmxlIGZvcgogICoqIHJlZmVyZW5jZSB0
byBmcmVlIHZhcmlhYmxlIGIKICAqKiByZWZlcmVuY2UgdG8gZnJlZSB2YXJpYWJsZSBpbgogICoq
IHJlZmVyZW5jZSB0byBmcmVlIHZhcmlhYmxlIHdoZW4KICAqKiByZWZlcmVuY2UgdG8gZnJlZSB2
YXJpYWJsZSByZXR1cm4KV2hpbGUgY29tcGlsaW5nIGNsYWltLXNjcmF0Y2gtYnVmZmVyIGluIGZp
bGUgL3Zhci90bXAvcG9ydGFnZS9tZWRpYS1zb3VuZC9jbS0yLjEwLjAvd29yay9jbS9lbGMuMTIx
MS9jbS5lbDoKICAqKiBhc3NpZ25tZW50IHRvIGZyZWUgdmFyaWFibGUgc2xpbWUtYnVmZmVyLXBh
Y2thZ2UKV2hpbGUgY29tcGlsaW5nIGNtLWxvb2t1cCBpbiBmaWxlIC92YXIvdG1wL3BvcnRhZ2Uv
bWVkaWEtc291bmQvY20tMi4xMC4wL3dvcmsvY20vZWxjLjEyMTEvY20uZWw6CiAgKiogcmVmZXJl
bmNlIHRvIGZyZWUgdmFyaWFibGUgKmNvbW1vbi1tdXNpYy1zeW1ib2xzKgpXaGlsZSBjb21waWxp
bmcgdG9wbGV2ZWwgZm9ybXMgaW4gZmlsZSAvdmFyL3RtcC9wb3J0YWdlL21lZGlhLXNvdW5kL2Nt
LTIuMTAuMC93b3JrL2NtL2VsYy4xMjExL2NtLmVsOgogICoqIHJlZmVyZW5jZSB0byBmcmVlIHZh
cmlhYmxlIG1lbnViYXItc2xpbWUKICAqKiBWYXJpYWJsZSByZWZlcmVuY2UgdG8gbm9udmFyaWFi
bGUgKHN5bWJvbC12YWx1ZSBzeW1ib2wpCiAgKiogVGhlIGZvbGxvd2luZyBmdW5jdGlvbnMgYXJl
IG5vdCBrbm93biB0byBiZSBkZWZpbmVkOiBzbGltZS1zZXR1cCwKICAgIGxvb3AsIHNsaW1lLW1v
ZGUsIHNsaW1lLXJlcGwtc2VuZC1zdHJpbmcsIHNsaW1lLWluaXQtY29tbWFuZCwKICAgIHNsaW1l
LWNvbm5lY3RlZC1wLCBzbGltZS1yZXBsLWJ1ZmZlciwgc2xpbWUtc3RhcnQsIGZpcnN0LCByZXN0
LAogICAgc2xpbWUtcmVwbC1zYXlvb25hcmEsIHNhbC1tb2RlLCBzbGltZS1ldmFsLXJlZ2lvbiwK
ICAgIHNsaW1lLWludGVyYWN0aXZlLWV2YWwsIHNsaW1lLXJlaW5kZW50LWRlZnVuLAogICAgc2xp
bWUtaW5kZW50LWFuZC1jb21wbGV0ZS1zeW1ib2wsIGNvbmNhdGVuYXRlLAogICAgZWFzeS1tZW51
LWFkZC1pdGVtCldyb3RlIC92YXIvdG1wL3BvcnRhZ2UvbWVkaWEtc291bmQvY20tMi4xMC4wL3dv
cmsvY20vZWxjLjEyMTEvY20uZWxjCldoaWxlIGNvbXBpbGluZyB0b3BsZXZlbCBmb3JtcyBpbiBm
aWxlIC92YXIvdG1wL3BvcnRhZ2UvbWVkaWEtc291bmQvY20tMi4xMC4wL3dvcmsvY20vZWxjLjEy
MTEvbGlzdGVuZXIuZWw6CiAgKiogcmVmZXJlbmNlIHRvIGZyZWUgdmFyaWFibGUgZGVmYXVsdC1t
ZW51YmFyCiAgKiogYXNzaWdubWVudCB0byBmcmVlIHZhcmlhYmxlIGJ1ZmZlcnMtbWVudS1zd2l0
Y2gtdG8tYnVmZmVyLWZ1bmN0aW9uCiAgKiogYXNzaWdubWVudCB0byBmcmVlIHZhcmlhYmxlIGJ1
ZmZlcnMtbWVudS1vbWl0LWZ1bmN0aW9uCldoaWxlIGNvbXBpbGluZyB0aGUgZW5kIG9mIHRoZSBk
YXRhIGluIGZpbGUgL3Zhci90bXAvcG9ydGFnZS9tZWRpYS1zb3VuZC9jbS0yLjEwLjAvd29yay9j
bS9lbGMuMTIxMS9saXN0ZW5lci5lbDoKICAqKiBUaGUgZm9sbG93aW5nIGZ1bmN0aW9ucyBhcmUg
bm90IGtub3duIHRvIGJlIGRlZmluZWQ6CiAgICBzZXQtYnVmZmVyLW1lbnViYXIsIHJlZ2lvbi1l
eGlzdHMtcCwKICAgIGJ1ZmZlcnMtbWVudS1vbWl0LWludmlzaWJsZS1idWZmZXJzCldyb3RlIC92
YXIvdG1wL3BvcnRhZ2UvbWVkaWEtc291bmQvY20tMi4xMC4wL3dvcmsvY20vZWxjLjEyMTEvbGlz
dGVuZXIuZWxjCkRvbmUKIBtbMzI7MDFtKhtbMG0gRGV0ZWN0ZWQgY29tcGlsZXI6IHNiY2wKIBtb
MzI7MDFtKhtbMG0gQnl0ZS1jb21waWxpbmcgY29kZQo7OyBsb2FkaW5nICNQIi91c3IvbGliL3Ni
Y2wvc2ItYnNkLXNvY2tldHMvc2ItYnNkLXNvY2tldHMuYXNkIgo7OyBsb2FkaW5nICNQIi91c3Iv
bGliL3NiY2wvc2ItYnNkLXNvY2tldHMvZGVmcGFja2FnZS5mYXNsIgo7OyBsb2FkaW5nICNQIi91
c3IvbGliL3NiY2wvc2ItYnNkLXNvY2tldHMvc3BsaXQuZmFzbCIKOzsgbG9hZGluZyAjUCIvdXNy
L2xpYi9zYmNsL3NiLWJzZC1zb2NrZXRzL21hbGxvYy5mYXNsIgo7OyBsb2FkaW5nICNQIi91c3Iv
bGliL3NiY2wvc2ItYnNkLXNvY2tldHMvY29uc3RhbnRzLmZhc2wiCjs7IGxvYWRpbmcgI1AiL3Vz
ci9saWIvc2JjbC9zYi1ic2Qtc29ja2V0cy9zb2NrZXRzLmZhc2wiCjs7IGxvYWRpbmcgI1AiL3Vz
ci9saWIvc2JjbC9zYi1ic2Qtc29ja2V0cy9zb2Nrb3B0LmZhc2wiCjs7IGxvYWRpbmcgI1AiL3Vz
ci9saWIvc2JjbC9zYi1ic2Qtc29ja2V0cy9pbmV0LmZhc2wiCjs7IGxvYWRpbmcgI1AiL3Vzci9s
aWIvc2JjbC9zYi1ic2Qtc29ja2V0cy9sb2NhbC5mYXNsIgo7OyBsb2FkaW5nICNQIi91c3IvbGli
L3NiY2wvc2ItYnNkLXNvY2tldHMvbmFtZS1zZXJ2aWNlLmZhc2wiCjs7IGxvYWRpbmcgI1AiL3Vz
ci9saWIvc2JjbC9zYi1ic2Qtc29ja2V0cy9taXNjLmZhc2wiCgo7IENNIGluc3RhbGwgZGlyZWN0
b3J5OiAiL3Zhci90bXAvcG9ydGFnZS9tZWRpYS1zb3VuZC9jbS0yLjEwLjAvd29yay9jbS8iCjsg
Q29tcGlsaW5nICJzcmMvcGtnLmxpc3AiCjsgTG9hZGluZyAiYmluL3NiY2xfMC45LjRfbGludXgt
YW1kX2F0aGxvbih0bSlfeHBfMjUwMCsvcGtnLmZhc2wiCjsgQ29tcGlsaW5nICJzcmMvc2JjbC5s
aXNwIgo7IEdlbmVyYXRpbmcgInNyYy9pdGVyLmxpc3AiCjsgQ29tcGlsaW5nICJzcmMvaXRlci5s
aXNwIgo7IExvYWRpbmcgImJpbi9zYmNsXzAuOS40X2xpbnV4LWFtZF9hdGhsb24odG0pX3hwXzI1
MDArL3NiY2wuZmFzbCIKOyBMb2FkaW5nICJiaW4vc2JjbF8wLjkuNF9saW51eC1hbWRfYXRobG9u
KHRtKV94cF8yNTAwKy9pdGVyLmZhc2wiCjsgQ29tcGlsaW5nICJzcmMvbGV2ZWwxLmxpc3AiCjsg
TG9hZGluZyAiYmluL3NiY2xfMC45LjRfbGludXgtYW1kX2F0aGxvbih0bSlfeHBfMjUwMCsvbGV2
ZWwxLmZhc2wiCjsgQ29tcGlsaW5nICJzcmMvY2xvcy5saXNwIgo7IENvbXBpbGluZyAic3JjL3Nj
aGVtZS5saXNwIgo7IEdlbmVyYXRpbmcgInNyYy91dGlscy5saXNwIgo7IENvbXBpbGluZyAic3Jj
L3V0aWxzLmxpc3AiCjsgTG9hZGluZyAiYmluL3NiY2xfMC45LjRfbGludXgtYW1kX2F0aGxvbih0
bSlfeHBfMjUwMCsvY2xvcy5mYXNsIgo7IExvYWRpbmcgImJpbi9zYmNsXzAuOS40X2xpbnV4LWFt
ZF9hdGhsb24odG0pX3hwXzI1MDArL3V0aWxzLmZhc2wiCjsgR2VuZXJhdGluZyAic3JjL21vcC5s
aXNwIgo7IENvbXBpbGluZyAic3JjL21vcC5saXNwIgo7IExvYWRpbmcgImJpbi9zYmNsXzAuOS40
X2xpbnV4LWFtZF9hdGhsb24odG0pX3hwXzI1MDArL21vcC5mYXNsIgo7IEdlbmVyYXRpbmcgInNy
Yy9vYmplY3RzLmxpc3AiCjsgQ29tcGlsaW5nICJzcmMvb2JqZWN0cy5saXNwIgo7IEdlbmVyYXRp
bmcgInNyYy9kYXRhLmxpc3AiCjsgQ29tcGlsaW5nICJzcmMvZGF0YS5saXNwIgo7IExvYWRpbmcg
ImJpbi9zYmNsXzAuOS40X2xpbnV4LWFtZF9hdGhsb24odG0pX3hwXzI1MDArL2RhdGEuZmFzbCIK
OyBMb2FkaW5nICJiaW4vc2JjbF8wLjkuNF9saW51eC1hbWRfYXRobG9uKHRtKV94cF8yNTAwKy9v
YmplY3RzLmZhc2wiCjsgR2VuZXJhdGluZyAic3JjL3NjYWxlcy5saXNwIgo7IENvbXBpbGluZyAi
c3JjL3NjYWxlcy5saXNwIgo7IEdlbmVyYXRpbmcgInNyYy9zcGVjdHJhbC5saXNwIgo7IENvbXBp
bGluZyAic3JjL3NwZWN0cmFsLmxpc3AiCmRlYnVnZ2VyIGludm9rZWQgb24gYSBTSU1QTEUtRVJS
T1I6CiAgRXJyb3IgZHVyaW5nIHByb2Nlc3Npbmcgb2YgLS1ldmFsIG9wdGlvbiAiKHByb2duIChs
b2FkIFwiLi9zcmMvY20ubGlzcFwiIDp2ZXJib3NlIG5pbCkgKGNtKSkiOgoKICAwLjAgY2FuJ3Qg
YmUgY29udmVydGVkIHRvIHR5cGUgTklMLgo7IAo7IGNvbXBpbGF0aW9uIHVuaXQgYWJvcnRlZAo7
ICAgY2F1Z2h0IDIgZmF0YWwgRVJST1IgY29uZGl0aW9ucwoKKiA+Pj4gU291cmNlIGNvbXBpbGVk
LgpzYW5kYm94OiAgU2lnbmFsIGFscmVhZHkgY2F1Z2h0IGFuZCBidXN5IHN0aWxsIGNsZWFuaW5n
IHVwIQoKZGVidWdnZXIgaW52b2tlZCBvbiBhIFNJTVBMRS1DT05ESVRJT046IGludGVycnVwdGVk
IGF0ICNYQjdFRUI0MTAKc2FuZGJveDogIFNpZ25hbCBhbHJlYWR5IGNhdWdodCBhbmQgYnVzeSBz
dGlsbCBjbGVhbmluZyB1cCEK
</data>        

          </attachment>
    </bug>

</bugzilla>