Gentoo Archives: gentoo-lisp

From: loong0 <longlene@×××××.com>
To: gentoo-lisp@l.g.o
Subject: Re: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2
Date: Sat, 13 Apr 2013 07:26:38
Message-Id: CAMqYutbOgC3JJu-Yr3L8VbmUpc6SyQJ_YLfEUMq_nuhWy8pRAA@mail.gmail.com
In Reply to: Re: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2 by A.G.Grozin@inp.nsk.su
1 How many asdf does your box installed?
2
3 May you can run emerge -av --depclean to remove the asdf older than
4 asdf-2.33 and then sbcl will use the right asdf.
5
6 Hope it helps.
7
8
9 2013/4/13 <A.G.Grozin@×××××××.su>
10
11 > On Sat, 13 Apr 2013, loong0 wrote:
12 >
13 >> Just use (require :sb-posix)?
14 >>
15 > No :-(
16 >
17 > grozin@dns ~ $ sbcl
18 >
19 > This is SBCL 1.1.6, an implementation of ANSI Common Lisp.
20 > More information about SBCL is available at <http://www.sbcl.org/>.
21 >
22 > SBCL is free software, provided as is, with absolutely no warranty.
23 > It is mostly in the public domain; some portions are provided under
24 > BSD-style licenses. See the CREDITS and COPYING files in the
25 > distribution for more information.
26 > * (require :sb-posix)
27 > ASDF could not load sb-posix because Error while trying to load definition
28 > for system sb-posix from pathname /usr/lib64/sbcl/sb-posix/sb-**posix.asd:
29 > invalid number of arguments: 3.
30 >
31 > debugger invoked on a ASDF/FIND-SYSTEM:LOAD-SYSTEM-**DEFINITION-ERROR:
32 > Error while trying to load definition for system sb-posix from pathname
33 > /usr/lib64/sbcl/sb-posix/sb-**posix.asd: invalid number of arguments: 3
34 >
35 > Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
36 >
37 > restarts (invokable by number or by possibly-abbreviated name):
38 > 0: [TRY-RECOMPILING ] ASDF could not load sb-posix
39 > because There is no applicable method for the generic function
40 > #<STANDARD-GENERIC-FUNCTION ASDF/COM
41 >
42 > debugger invoked on a SIMPLE-ERROR: There is no applicable method for the
43 > generic function #<STANDARD-GENERIC-FUNCTION ASDF/COMP
44 > (A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-CONDITION*
45 > when entering the debugger. Printing was aborted and the SIMPLE-ERROR was
46 > stored in SB-DEBUG::*NESTED-DEBUG-**CONDITION*.)
47 >
48 >
49 > Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
50 >
51 > restarts (invokable by number or by possibly-abbreviated name):
52 > 0: [RETRY ] Retry calling the generic
53 > function.
54 > 1: Retry calling the generic
55 > function.
56 > 2: [TRY-RECOMPILING ]
57 >
58 > debugger invoked on a SIMPLE-ERROR: There is no applicable method for the
59 > generic function #<STANDARD-GENERIC-FUNCTION ASDF/COMP
60 > (A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-CONDITION*
61 > when entering the debugger. Printing was aborted and the SIMPLE-ERROR was
62 > stored in SB-DEBUG::*NESTED-DEBUG-**CONDITION*.)
63 >
64 >
65 > Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
66 >
67 > restarts (invokable by number or by possibly-abbreviated name):
68 > 0: [RETRY ] Retry calling the generic
69 > function.
70 > 1: Retry calling the generic
71 > function.
72 > 2: Retry calling the generic
73 > function.
74 > 3: [TRY-RECOMPILING ]
75 >
76 > debugger invoked on a SIMPLE-ERROR: There is no applicable method for the
77 > generic function #<STANDARD-GENERIC-FUNCTION ASDF/COMP
78 > (A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-CONDITION*
79 > when entering the debugger. Printing was aborted and the SIMPLE-ERROR was
80 > stored in SB-DEBUG::*NESTED-DEBUG-**CONDITION*.)
81 >
82 >
83 > Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
84 >
85 > restarts (invokable by number or by possibly-abbreviated name):
86 > 0: [RETRY ] Retry calling the generic
87 > function.
88 > 1: Retry calling the generic
89 > function.
90 > 2: Retry calling the generic
91 > function.
92 > 3: Retry calling the generic
93 > function.
94 > 4: [TRY-RECOMPILING ]
95 >
96 > debugger invoked on a SIMPLE-ERROR: There is no applicable method for the
97 > generic function #<STANDARD-GENERIC-FUNCTION ASDF/COMPHelp! 11 nested
98 > errors. SB-KERNEL:*MAXIMUM-ERROR-**DEPTH* exceeded.
99 > Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {1002940B93}>
100 > Help! 11 nested errors. SB-KERNEL:*MAXIMUM-ERROR-**DEPTH* exceeded.
101 > Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {1002940B93}>
102 > ;
103 > ; compilation unit aborted
104 > ; caught 1 fatal ERROR condition
105 > *
106 >
107 > Andrey
108 >
109 >
110
111
112 --
113 Follow your dream!

Replies

Subject Author
Re: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2 A.G.Grozin@×××××××.su