public inbox for gentoo-lisp@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2
@ 2013-04-13  3:53 grozin
  2013-04-13  4:35 ` loong0
  0 siblings, 1 reply; 5+ messages in thread
From: grozin @ 2013-04-13  3:53 UTC (permalink / raw
  To: gentoo-lisp

Hello *,

grozin@dns ~/maxima $ 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: [RETRY                                 ] Retry EVAL of current 
toplevel form.
    1: [CONTINUE                              ] Ignore error and continue 
loading file "/usr/share/common-lisp/source/asdf/asdf.lisp".
    2: [ABORT                                 ] Abort loading file 
"/usr/share/common-lisp/source/asdf/asdf.lisp".
    3: [RETRY                                 ] Retry compiling 
#<CL-SOURCE-FILE "asdf" "asdf">.
    4: [ACCEPT                                ] Continue, treating compiling 
#<CL-SOURCE-FILE "asdf" "asdf"> as having been successful.
    5:                                          Retry EVAL of current 
toplevel form.
    6:                                          Ignore error and continue 
loading file "/usr/lib64/sbcl/sb-posix/sb-posix.asd".
    7:                                          Abort loading file 
"/usr/lib64/sbcl/sb-posix/sb-posix.asd".
    8: [REINITIALIZE-SOURCE-REGISTRY-AND-RETRY] Retry finding system 
sb-posix after reinitializing the source-registry.
    9:                                          Exit debugger, returning to 
top level.

(UIOP/PACKAGE:FIND-SYMBOL* #:FINALIZERS-OFF-WARNING :ASDF-FINALIZERS 
#<unknown>) [tl,external]
0]

Any ideas? This prevents compiling maxima.

Andrey


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2
  2013-04-13  3:53 [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2 grozin
@ 2013-04-13  4:35 ` loong0
  2013-04-13  4:53   ` A.G.Grozin
  0 siblings, 1 reply; 5+ messages in thread
From: loong0 @ 2013-04-13  4:35 UTC (permalink / raw
  To: gentoo-lisp

[-- Attachment #1: Type: text/plain, Size: 2380 bytes --]

Just use (require :sb-posix)?


2013/4/13 <grozin@gentoo.org>

> Hello *,
>
> grozin@dns ~/maxima $ 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: [RETRY                                 ] Retry EVAL of current
> toplevel form.
>    1: [CONTINUE                              ] Ignore error and continue
> loading file "/usr/share/common-lisp/**source/asdf/asdf.lisp".
>    2: [ABORT                                 ] Abort loading file
> "/usr/share/common-lisp/**source/asdf/asdf.lisp".
>    3: [RETRY                                 ] Retry compiling
> #<CL-SOURCE-FILE "asdf" "asdf">.
>    4: [ACCEPT                                ] Continue, treating
> compiling #<CL-SOURCE-FILE "asdf" "asdf"> as having been successful.
>    5:                                          Retry EVAL of current
> toplevel form.
>    6:                                          Ignore error and continue
> loading file "/usr/lib64/sbcl/sb-posix/sb-**posix.asd".
>    7:                                          Abort loading file
> "/usr/lib64/sbcl/sb-posix/sb-**posix.asd".
>    8: [REINITIALIZE-SOURCE-REGISTRY-**AND-RETRY] Retry finding system
> sb-posix after reinitializing the source-registry.
>    9:                                          Exit debugger, returning to
> top level.
>
> (UIOP/PACKAGE:FIND-SYMBOL* #:FINALIZERS-OFF-WARNING :ASDF-FINALIZERS
> #<unknown>) [tl,external]
> 0]
>
> Any ideas? This prevents compiling maxima.
>
> Andrey
>
>


-- 
Follow your dream!

[-- Attachment #2: Type: text/html, Size: 2990 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2
  2013-04-13  4:35 ` loong0
@ 2013-04-13  4:53   ` A.G.Grozin
  2013-04-13  7:26     ` loong0
  0 siblings, 1 reply; 5+ messages in thread
From: A.G.Grozin @ 2013-04-13  4:53 UTC (permalink / raw
  To: gentoo-lisp

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2
  2013-04-13  4:53   ` A.G.Grozin
@ 2013-04-13  7:26     ` loong0
  2013-04-13 10:20       ` A.G.Grozin
  0 siblings, 1 reply; 5+ messages in thread
From: loong0 @ 2013-04-13  7:26 UTC (permalink / raw
  To: gentoo-lisp

[-- Attachment #1: Type: text/plain, Size: 4331 bytes --]

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!

[-- Attachment #2: Type: text/html, Size: 5190 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2
  2013-04-13  7:26     ` loong0
@ 2013-04-13 10:20       ` A.G.Grozin
  0 siblings, 0 replies; 5+ messages in thread
From: A.G.Grozin @ 2013-04-13 10:20 UTC (permalink / raw
  To: gentoo-lisp

On Sat, 13 Apr 2013, loong0 wrote:
> How many asdf does your box installed?
Thanks! That's it. I had also asdf-2.26 installed; after removing it 
things work OK.

It seems slotting of asdf is not a good idea.

Andrey


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-13 10:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-13  3:53 [gentoo-lisp] sbcl-1.1.6-r2 and asdf-2.33-r2 grozin
2013-04-13  4:35 ` loong0
2013-04-13  4:53   ` A.G.Grozin
2013-04-13  7:26     ` loong0
2013-04-13 10:20       ` A.G.Grozin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox