Gentoo Archives: gentoo-lisp

From: grozin@g.o
To: gentoo-lisp@l.g.o
Subject: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2
Date: Sat, 13 Apr 2013 03:51:44
Message-Id: alpine.LNX.2.00.1304131051440.4876@elrond.inp.nsk.su
1 Hello *,
2
3 grozin@dns ~/maxima $ sbcl
4 This is SBCL 1.1.6, an implementation of ANSI Common Lisp.
5 More information about SBCL is available at <http://www.sbcl.org/>.
6
7 SBCL is free software, provided as is, with absolutely no warranty.
8 It is mostly in the public domain; some portions are provided under
9 BSD-style licenses. See the CREDITS and COPYING files in the
10 distribution for more information.
11 * (require 'sb-posix)
12 ASDF could not load sb-posix because Error while trying to load definition
13 for system sb-posix from pathname /usr/lib64/sbcl/sb-posix/sb-posix.asd:
14 invalid number of arguments: 3.
15
16 debugger invoked on a ASDF/FIND-SYSTEM:LOAD-SYSTEM-DEFINITION-ERROR: Error
17 while trying to load definition for system sb-posix from pathname
18 /usr/lib64/sbcl/sb-posix/sb-posix.asd: invalid number of arguments: 3
19
20 Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
21
22 restarts (invokable by number or by possibly-abbreviated name):
23 0: [RETRY ] Retry EVAL of current
24 toplevel form.
25 1: [CONTINUE ] Ignore error and continue
26 loading file "/usr/share/common-lisp/source/asdf/asdf.lisp".
27 2: [ABORT ] Abort loading file
28 "/usr/share/common-lisp/source/asdf/asdf.lisp".
29 3: [RETRY ] Retry compiling
30 #<CL-SOURCE-FILE "asdf" "asdf">.
31 4: [ACCEPT ] Continue, treating compiling
32 #<CL-SOURCE-FILE "asdf" "asdf"> as having been successful.
33 5: Retry EVAL of current
34 toplevel form.
35 6: Ignore error and continue
36 loading file "/usr/lib64/sbcl/sb-posix/sb-posix.asd".
37 7: Abort loading file
38 "/usr/lib64/sbcl/sb-posix/sb-posix.asd".
39 8: [REINITIALIZE-SOURCE-REGISTRY-AND-RETRY] Retry finding system
40 sb-posix after reinitializing the source-registry.
41 9: Exit debugger, returning to
42 top level.
43
44 (UIOP/PACKAGE:FIND-SYMBOL* #:FINALIZERS-OFF-WARNING :ASDF-FINALIZERS
45 #<unknown>) [tl,external]
46 0]
47
48 Any ideas? This prevents compiling maxima.
49
50 Andrey

Replies

Subject Author
Re: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2 loong0 <longlene@×××××.com>