| Summary: | ECLS installed, but CL-PPCRE tries to install SBCL | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | The Janitor <drfixit> |
| Component: | New packages | Assignee: | Gentoo Lisp Project <lisp> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | 1.4 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
The Janitor
2005-04-08 10:14:32 UTC
Greetings The Janitor. ECL doesn't export virtual/commonlisp because it really hasn't been tested against compiling and running all other other cl-* packages in dev-lisp/ yet. This bug is related to Bug #86056. All thats required is a some files for the common lisp controller. In dev-lisp/ecls-0.9f_p1, I added a minimal support for "the common lisp controller". Actually, its a hacked down, minimal controller which adds /usr/share/common-lisp/systems/ to ASDF:*CENTRAL-REGISTRY* and extends the ASDF:OUTPUT-FILES method to place FASLs in /var/cache/common-lisp-controller/<userid>/ecl/. See the README.Gentoo. http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-lisp/ecls/files/clc-lite.lisp?view=markup http://www.gentoo.org/cgi-bin/viewcvs.cgi/dev-lisp/ecls/files/README.Gentoo?view=markup |