Gentoo Archives: gentoo-lisp

From: Kilian Sprotte <kilian.sprotte@×××××.com>
To: gentoo-lisp@l.g.o
Subject: [gentoo-lisp] sbcl tries to load clx from cmucl
Date: Thu, 26 Jan 2012 19:03:48
Message-Id: CAD+wfRsFXN2Lf5pj966vUcPOszrz3gCj+vKg009V3AZrXnxr7Q@mail.gmail.com
1 Hi!
2
3 I have installed sbcl and cmucl... Unfortunately sbcl finds
4 /usr/share/common-lisp/source/cmucl/clx/clx.asd - it does not compile
5 and it should not attempt to do so in the first place. I have played
6 around with ASDF2 configuration for some time, but I am unsure how to
7 resolve this. My goal would be that everything under
8 /usr/share/common-lisp/source/cmucl/ is invisible to sbcl.
9
10 How can I resove this?
11
12 Best,
13 Kilian