Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gnu Common Lisp / cl-ppcre and ... sbcl???
Date: Fri, 19 Jun 2015 02:47:43
Message-Id: 20150619024732.GA4404@solfire
In Reply to: Re: [gentoo-user] Gnu Common Lisp / cl-ppcre and ... sbcl??? by David Mattli
1 David Mattli <dmm@××××××.us> [15-06-19 00:27]:
2 > Meino.Cramer@×××.de writes:
3 >
4 >
5 > > Now I scratching my head...why is sbcl needed, if gcl is already
6 > > installed?
7 > >
8 > > Is it possible to use gcl instead of sbcl nonetheless? How?
9 >
10 >
11 > It looks like cl-ppcre depends on virtual/commonlisp which is provided
12 > by one of these:
13 >
14 > RDEPEND="|| ( dev-lisp/sbcl
15 > dev-lisp/clisp
16 > dev-lisp/clozurecl
17 > dev-lisp/cmucl
18 > dev-lisp/ecls
19 > dev-lisp/openmcl )"
20 >
21 > No GCL on that list so its trying to pull in sbcl to provide it. I
22 > recommend using quicklisp instead. Check it out here:
23 > https://www.quicklisp.org/beta/
24 >
25 > -David Mattli
26 >
27
28 Hi David,
29
30 thanks for your help! :)
31
32 Unfortunately gcl does not load quicklisp.
33
34 Best regards,
35 Meino

Replies

Subject Author
Re: [gentoo-user] Gnu Common Lisp / cl-ppcre and ... sbcl??? David Mattli <dmm@××××××.us>