From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-lisp+bounces-228-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 437DB1381F3
	for <garchives@archives.gentoo.org>; Sat, 13 Apr 2013 07:26:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B7429E0975;
	Sat, 13 Apr 2013 07:26:36 +0000 (UTC)
Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C24AAE0975
	for <gentoo-lisp@lists.gentoo.org>; Sat, 13 Apr 2013 07:26:35 +0000 (UTC)
Received: by mail-wg0-f41.google.com with SMTP id m15so219006wgh.0
        for <gentoo-lisp@lists.gentoo.org>; Sat, 13 Apr 2013 00:26:34 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=mime-version:x-received:in-reply-to:references:date:message-id
         :subject:from:to:content-type;
        bh=JjTGxrMa1379NrI7wZvFzi4eKrMa78RH9Snn63rNOaM=;
        b=RrznkSRPr7VhqDiL+OdxR8ILtZcDX3Rf3wiYOyWnqJxGHnVFufRbUxd1xLoNEoRX1y
         ufhl+eu68qBPVLJTj824nlmqJwxklygIYIL1bl8+rjVNxpg9rn/H+OgQHnc13baKMO2x
         PeOcYrg2DOu+33iUcE0vEJaCMT/7RjKRQ4pD9bShMxVYCUPgLOqb+uUgwNEaS9VFYW/z
         XaT5td/sG2npRT7aYJHotfqdAVdOfieduYnwQxOrBtzLWtmHsXs80RHlOdobkgm+Cuc5
         bWYvOsclNfRwRlxqxE4XZqhrD4EQTSdl6nfks1ZBJvBBvQon8RV75aMKPx00gKZuRX9s
         BNGw==
Precedence: bulk
List-Post: <mailto:gentoo-lisp@lists.gentoo.org>
List-Help: <mailto:gentoo-lisp+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-lisp+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-lisp+subscribe@lists.gentoo.org>
List-Id: Gentoo Lisp mail <gentoo-lisp.gentoo.org>
X-BeenThere: gentoo-lisp@lists.gentoo.org
Reply-To: gentoo-lisp@lists.gentoo.org
MIME-Version: 1.0
X-Received: by 10.180.82.33 with SMTP id f1mr1991794wiy.13.1365837994288; Sat,
 13 Apr 2013 00:26:34 -0700 (PDT)
Received: by 10.180.83.136 with HTTP; Sat, 13 Apr 2013 00:26:34 -0700 (PDT)
In-Reply-To: <alpine.LNX.2.00.1304131151500.23595@elrond.inp.nsk.su>
References: <alpine.LNX.2.00.1304131051440.4876@elrond.inp.nsk.su>
	<CAMqYutbtRgBUOcSf6d6NL6q6kJ7ar3HnQ0QnknkPMSvjJqNj+w@mail.gmail.com>
	<alpine.LNX.2.00.1304131151500.23595@elrond.inp.nsk.su>
Date: Sat, 13 Apr 2013 15:26:34 +0800
Message-ID: <CAMqYutbOgC3JJu-Yr3L8VbmUpc6SyQJ_YLfEUMq_nuhWy8pRAA@mail.gmail.com>
Subject: Re: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2
From: loong0 <longlene@gmail.com>
To: gentoo-lisp@lists.gentoo.org
Content-Type: multipart/alternative; boundary=f46d041826da786f0204da38f0e8
X-Archives-Salt: 6d6c5855-6b9c-45c5-803e-bdec113ba481
X-Archives-Hash: dd06bc77dd7ce0896d5e1fd80360b535

--f46d041826da786f0204da38f0e8
Content-Type: text/plain; charset=ISO-8859-1

How many asdf does your box installed?

May you can run emerge -av --depclean to remove the asdf older than
asdf-2.33 and then sbcl will use the right asdf.

Hope it helps.


2013/4/13 <A.G.Grozin@inp.nsk.su>

> On Sat, 13 Apr 2013, loong0 wrote:
>
>> Just use (require :sb-posix)?
>>
> No :-(
>
> grozin@dns ~ $ sbcl
>
> This is SBCL 1.1.6, an implementation of ANSI Common Lisp.
> More information about SBCL is available at <http://www.sbcl.org/>.
>
> SBCL is free software, provided as is, with absolutely no warranty.
> It is mostly in the public domain; some portions are provided under
> BSD-style licenses.  See the CREDITS and COPYING files in the
> distribution for more information.
> * (require :sb-posix)
> ASDF could not load sb-posix because Error while trying to load definition
> for system sb-posix from pathname /usr/lib64/sbcl/sb-posix/sb-**posix.asd:
> invalid number of arguments: 3.
>
> debugger invoked on a ASDF/FIND-SYSTEM:LOAD-SYSTEM-**DEFINITION-ERROR:
> Error while trying to load definition for system sb-posix from pathname
> /usr/lib64/sbcl/sb-posix/sb-**posix.asd: invalid number of arguments: 3
>
> Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
>   0: [TRY-RECOMPILING                       ] ASDF could not load sb-posix
> because There is no applicable method for the generic function
> #<STANDARD-GENERIC-FUNCTION ASDF/COM
>
> debugger invoked on a SIMPLE-ERROR: There is no applicable method for the
> generic function #<STANDARD-GENERIC-FUNCTION ASDF/COMP
> (A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-CONDITION*
> when entering the debugger. Printing was aborted and the SIMPLE-ERROR was
> stored in SB-DEBUG::*NESTED-DEBUG-**CONDITION*.)
>
>
> Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
>   0: [RETRY                                 ] Retry calling the generic
> function.
>   1:                                          Retry calling the generic
> function.
>   2: [TRY-RECOMPILING                       ]
>
> debugger invoked on a SIMPLE-ERROR: There is no applicable method for the
> generic function #<STANDARD-GENERIC-FUNCTION ASDF/COMP
> (A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-CONDITION*
> when entering the debugger. Printing was aborted and the SIMPLE-ERROR was
> stored in SB-DEBUG::*NESTED-DEBUG-**CONDITION*.)
>
>
> Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
>   0: [RETRY                                 ] Retry calling the generic
> function.
>   1:                                          Retry calling the generic
> function.
>   2:                                          Retry calling the generic
> function.
>   3: [TRY-RECOMPILING                       ]
>
> debugger invoked on a SIMPLE-ERROR: There is no applicable method for the
> generic function #<STANDARD-GENERIC-FUNCTION ASDF/COMP
> (A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-CONDITION*
> when entering the debugger. Printing was aborted and the SIMPLE-ERROR was
> stored in SB-DEBUG::*NESTED-DEBUG-**CONDITION*.)
>
>
> Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.
>
> restarts (invokable by number or by possibly-abbreviated name):
>   0: [RETRY                                 ] Retry calling the generic
> function.
>   1:                                          Retry calling the generic
> function.
>   2:                                          Retry calling the generic
> function.
>   3:                                          Retry calling the generic
> function.
>   4: [TRY-RECOMPILING                       ]
>
> debugger invoked on a SIMPLE-ERROR: There is no applicable method for the
> generic function #<STANDARD-GENERIC-FUNCTION ASDF/COMPHelp! 11 nested
> errors. SB-KERNEL:*MAXIMUM-ERROR-**DEPTH* exceeded.
> Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {1002940B93}>
> Help! 11 nested errors. SB-KERNEL:*MAXIMUM-ERROR-**DEPTH* exceeded.
> Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {1002940B93}>
> ;
> ; compilation unit aborted
> ;   caught 1 fatal ERROR condition
> *
>
> Andrey
>
>


-- 
Follow your dream!

--f46d041826da786f0204da38f0e8
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>How many asdf does your box installed?<br><br></div>M=
ay you can run emerge -av --depclean to remove the asdf older than asdf-2.3=
3 and then sbcl will use the right asdf.<br><br>Hope it helps.<br></div><di=
v class=3D"gmail_extra">
<br><br><div class=3D"gmail_quote">2013/4/13  <span dir=3D"ltr">&lt;<a href=
=3D"mailto:A.G.Grozin@inp.nsk.su" target=3D"_blank">A.G.Grozin@inp.nsk.su</=
a>&gt;</span><br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8=
ex;border-left:1px #ccc solid;padding-left:1ex">
On Sat, 13 Apr 2013, loong0 wrote:<br>
<blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 .8ex;border-left:1p=
x #ccc solid;padding-left:1ex">
Just use (require :sb-posix)?<br>
</blockquote>
No :-(<br>
<br>
grozin@dns ~ $ sbcl<div class=3D"im"><br>
This is SBCL 1.1.6, an implementation of ANSI Common Lisp.<br>
More information about SBCL is available at &lt;<a href=3D"http://www.sbcl.=
org/" target=3D"_blank">http://www.sbcl.org/</a>&gt;.<br>
<br>
SBCL is free software, provided as is, with absolutely no warranty.<br>
It is mostly in the public domain; some portions are provided under<br>
BSD-style licenses. =A0See the CREDITS and COPYING files in the<br>
distribution for more information.<br>
* (require :sb-posix)<br>
ASDF could not load sb-posix because Error while trying to load definition =
for system sb-posix from pathname /usr/lib64/sbcl/sb-posix/sb-<u></u>posix.=
asd: invalid number of arguments: 3.<br>
<br>
debugger invoked on a ASDF/FIND-SYSTEM:LOAD-SYSTEM-<u></u>DEFINITION-ERROR:=
 Error while trying to load definition for system sb-posix from pathname /u=
sr/lib64/sbcl/sb-posix/sb-<u></u>posix.asd: invalid number of arguments: 3<=
br>

<br>
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.<br>
<br>
restarts (invokable by number or by possibly-abbreviated name):<br></div>
=A0 0: [TRY-RECOMPILING =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ] ASDF =
could not load sb-posix because There is no applicable method for the gener=
ic function #&lt;STANDARD-GENERIC-FUNCTION ASDF/COM<br>
<br>
debugger invoked on a SIMPLE-ERROR: There is no applicable method for the g=
eneric function #&lt;STANDARD-GENERIC-FUNCTION ASDF/COMP<br>
(A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-CONDITION* =
when entering the debugger. Printing was aborted and the SIMPLE-ERROR was s=
tored in SB-DEBUG::*NESTED-DEBUG-<u></u>CONDITION*.)<div class=3D"im"><br>

<br>
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.<br>
<br>
restarts (invokable by number or by possibly-abbreviated name):<br></div>
=A0 0: [RETRY =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 ] Retry calling the generic function.<br>
=A0 1: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0Retry calling the generic function.<br>
=A0 2: [TRY-RECOMPILING =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ]<br>
<br>
debugger invoked on a SIMPLE-ERROR: There is no applicable method for the g=
eneric function #&lt;STANDARD-GENERIC-FUNCTION ASDF/COMP<br>
(A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-CONDITION* =
when entering the debugger. Printing was aborted and the SIMPLE-ERROR was s=
tored in SB-DEBUG::*NESTED-DEBUG-<u></u>CONDITION*.)<div class=3D"im"><br>

<br>
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.<br>
<br>
restarts (invokable by number or by possibly-abbreviated name):<br></div>
=A0 0: [RETRY =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 ] Retry calling the generic function.<br>
=A0 1: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0Retry calling the generic function.<br>
=A0 2: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0Retry calling the generic function.<br>
=A0 3: [TRY-RECOMPILING =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ]<br>
<br>
debugger invoked on a SIMPLE-ERROR: There is no applicable method for the g=
eneric function #&lt;STANDARD-GENERIC-FUNCTION ASDF/COMP<br>
(A SIMPLE-ERROR was caught when trying to print SB-DEBUG:*DEBUG-CONDITION* =
when entering the debugger. Printing was aborted and the SIMPLE-ERROR was s=
tored in SB-DEBUG::*NESTED-DEBUG-<u></u>CONDITION*.)<div class=3D"im"><br>

<br>
Type HELP for debugger help, or (SB-EXT:EXIT) to exit from SBCL.<br>
<br>
restarts (invokable by number or by possibly-abbreviated name):<br></div>
=A0 0: [RETRY =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 ] Retry calling the generic function.<br>
=A0 1: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0Retry calling the generic function.<br>
=A0 2: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0Retry calling the generic function.<br>
=A0 3: =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0 =A0 =A0Retry calling the generic function.<br>
=A0 4: [TRY-RECOMPILING =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ]<br>
<br>
debugger invoked on a SIMPLE-ERROR: There is no applicable method for the g=
eneric function #&lt;STANDARD-GENERIC-FUNCTION ASDF/COMPHelp! 11 nested err=
ors. SB-KERNEL:*MAXIMUM-ERROR-<u></u>DEPTH* exceeded.<br>
Backtrace for: #&lt;SB-THREAD:THREAD &quot;main thread&quot; RUNNING {10029=
40B93}&gt;<br>
Help! 11 nested errors. SB-KERNEL:*MAXIMUM-ERROR-<u></u>DEPTH* exceeded.<br=
>
Backtrace for: #&lt;SB-THREAD:THREAD &quot;main thread&quot; RUNNING {10029=
40B93}&gt;<br>
;<br>
; compilation unit aborted<br>
; =A0 caught 1 fatal ERROR condition<br>
*<br>
<br>
Andrey<br>
<br>
</blockquote></div><br><br clear=3D"all"><br>-- <br>Follow your dream!
</div>

--f46d041826da786f0204da38f0e8--