Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

unable to load transducers #1

Open
aappddeevv opened this issue Mar 15, 2017 · 1 comment
Open

unable to load transducers #1

aappddeevv opened this issue Mar 15, 2017 · 1 comment

Comments

@aappddeevv
Copy link

I'm unable to load transducers in sbcl. It was put into quicklisp's local-packages. Any thoughts?

This is SBCL 1.3.5-1.fc25, 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.
* (ql:quickload 'transducers)
To load "transducers":
  Load 1 ASDF system:
    transducers
; Loading "transducers"
[package transducers]..........
debugger invoked on a SIMPLE-ERROR in thread
#<THREAD "main thread" RUNNING {1002956473}>:
  There is no class named TRANSDUCERS::PERSISTENT-VECTOR.

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
                                     compiling #<CL-SOURCE-FILE "transducers" "vector">.
  1: [ACCEPT                       ] Continue, treating
                                     compiling #<CL-SOURCE-FILE "transducers" "vector">
                                     as having been successful.
  2:                                 Retry ASDF operation.
  3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
                                     configuration.
  4: [ABORT                        ] Give up on "transducers"
  5:                                 Exit debugger, returning to top level.

(SB-PCL::FIND-CLASS-FROM-CELL PERSISTENT-VECTOR NIL T)
@wasserwerk
Copy link

wasserwerk commented Mar 11, 2020

Same issue here with current SBCL 2.0.2. Does somebody has any idea?

This is SBCL 2.0.2, 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.
* (ql:quickload "transducers")
To load "transducers":
  Load 1 ASDF system:
    transducers
; Loading "transducers"
...
debugger invoked on a SB-PCL:CLASS-NOT-FOUND-ERROR in thread
#<THREAD "main thread" RUNNING {1000560083}>:
  There is no class named TRANSDUCERS::PERSISTENT-VECTOR.

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
                                     compiling #<CL-SOURCE-FILE "transducers" "vector">.
  1: [ACCEPT                       ] Continue, treating
                                     compiling #<CL-SOURCE-FILE "transducers" "vector">
                                     as having been successful.
  2:                                 Retry ASDF operation.
  3: [CLEAR-CONFIGURATION-AND-RETRY] Retry ASDF operation after resetting the
                                     configuration.
  4:                                 Retry ASDF operation.
  5:                                 Retry ASDF operation after resetting the
                                     configuration.
  6: [ABORT                        ] Give up on "transducers"
  7:                                 Exit debugger, returning to top level.

(SB-PCL::FIND-CLASS-FROM-CELL PERSISTENT-VECTOR #<SB-KERNEL::CLASSOID-CELL PERSISTENT-VECTOR> T)
0] 

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants