On Wed, Feb 02, 2005 at 11:37:08PM +0100, Michal Politowski wrote: > Package: cl-awk > Version: 1-1 > Severity: normal > > README.Debian suggests using (require :clawk) to load the library. > Shouldn't it be (clc:clc-require :clawk)? > At least in cmucl the former complains > Error in function REQUIRE: Don't know how to load CLAWK > [Condition of type SIMPLE-ERROR] > and the latter works. > > -- System Information: > Debian Release: 3.1 > APT prefers unstable > APT policy: (990, 'unstable'), (1, 'experimental') > Architecture: i386 (i686) > Kernel: Linux 2.6.10 > Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) > > Versions of packages cl-awk depends on: > ii cl-regex 1-1 Common Lisp regular expression > com > ii common-lisp-controller 4.12 This is a Common Lisp source and > c >
Good question. c-l-c is quite a moving target, and this package is old. In many systems, c-l-c will replace the standard REQUIRE with CLC-REQUIRE. Particularly, recent CMUCL has hooks into the REQUIRE mechanism that allow you to do this without breaking anything. Also, I should be using ASDF and then (asdf:operate 'asdf:load-op 'clawk) would work. I'll look into this when I get some time. -- ;; Matthew Danish -- user: mrd domain: cmu.edu ;; OpenPGP public key: C24B6010 on keyring.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

