Coder Social home page Coder Social logo

Comments (5)

quicklisp avatar quicklisp commented on July 1, 2024

from quicklisp-client.

Emiluren avatar Emiluren commented on July 1, 2024

Hm, I am using Arch linux and have SBCL installed from the standard repositories. I don't think I did anything specifically for ASDF.

from quicklisp-client.

Emiluren avatar Emiluren commented on July 1, 2024

For what it's worth I get similar errors in ECL and Clisp

$ ecl --load ~/quicklisp/setup.lisp 
;;; Loading "/home/emil/quicklisp/setup.lisp"
;;; Loading #P"/usr/lib/ecl-16.1.3/asdf.fas"

ECL (Embeddable Common-Lisp) 16.1.3 (git:UNKNOWN)
Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
Copyright (C) 1993 Giuseppe Attardi
Copyright (C) 2000 Juan J. Garcia-Ripoll
Copyright (C) 2016 Daniel Kochmanski
ECL is free software, and you are welcome to redistribute it
under certain conditions; see file 'Copyright' for details.
Type :h for Help.  
Top level in: #<process TOP-LEVEL>.
> (ql:quickload "alexandria")
To load "alexandria":
  Load 1 ASDF system:
    asdf
  Install 1 Quicklisp release:
    alexandria
; Loading "alexandria"

Condition of type: MISSING-COMPONENT
Component "alexandria" not found
Available restarts:

1. (RETRY) Retry ASDF operation.
2. (CLEAR-CONFIGURATION-AND-RETRY) Retry ASDF operation after resetting the configuration.
3. (ABORT) Give up on "alexandria"
4. (RESTART-TOPLEVEL) Go back to Top-Level REPL.
$ clisp
  i i i i i i i       ooooo    o        ooooooo   ooooo   ooooo
  I I I I I I I      8     8   8           8     8     o  8    8
  I  \ `+' /  I      8         8           8     8        8    8
   \  `-+-'  /       8         8           8      ooooo   8oooo
    `-__|__-'        8         8           8           8  8
        |            8     o   8           8     o     8  8
  ------+------       ooooo    8oooooo  ooo8ooo   ooooo   8

Welcome to GNU CLISP 2.49.93+ (2018-02-18) <http://clisp.org/>

Copyright (c) Bruno Haible, Michael Stoll 1992-1993
Copyright (c) Bruno Haible, Marcus Daniels 1994-1997
Copyright (c) Bruno Haible, Pierpaolo Bernardi, Sam Steingold 1998
Copyright (c) Bruno Haible, Sam Steingold 1999-2000
Copyright (c) Sam Steingold, Bruno Haible 2001-2018

Type :h and hit Enter for context help.

[1]> (load "~/quicklisp/setup.lisp")
;; Loading file /home/emil/quicklisp/setup.lisp ...
;;  Loading file /home/emil/quicklisp/cache/asdf-fasls/0e0xuy/asdf.fas ...
;;  Loaded file /home/emil/quicklisp/cache/asdf-fasls/0e0xuy/asdf.fas
WARNING: DEFGENERIC: redefining function DIST in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function SYSTEM-INDEX-URL in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function RELEASE-INDEX-URL in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function AVAILABLE-VERSIONS-URL in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function RELEASE in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function NAME in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function BASE-DIRECTORY in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function METADATA-NAME in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function PREFERENCE-PARENT in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function SHORT-DESCRIPTION in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function PROVIDED-RELEASES in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function PROVIDED-SYSTEMS in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
WARNING: DEFGENERIC: redefining function ARCHIVE-URL in
         /home/emil/.cache/common-lisp/clisp-2.49.93+-unix-x64/home/emil/quicklisp/quicklisp/dist.fas, was defined in
         top-level
;; Loaded file /home/emil/quicklisp/setup.lisp
#P"/home/emil/quicklisp/setup.lisp"
[2]> (ql:quickload "alexandria")
To load "alexandria":
  Load 1 ASDF system:
    asdf
  Install 1 Quicklisp release:
    alexandria
; Loading "alexandria"

*** - Component "alexandria" not found
The following restarts are available:
REINITIALIZE-SOURCE-REGISTRY-AND-RETRY :R1 Retry finding system alexandria after reinitializing the source-registry.
ABORT          :R2      Give up on "alexandria"
ABORT          :R3      Abort main loop

from quicklisp-client.

Emiluren avatar Emiluren commented on July 1, 2024

I'm not sure why Clisp gave me a lot of warnings. Maybe it's because I used load inside the repl?

from quicklisp-client.

Emiluren avatar Emiluren commented on July 1, 2024

Oh, I managed to solve it! It turned out I had a directory /usr/share/common-lisp/source/ for alexandria and clx and those happened to be the packages I tried loading through quicklisp. I removed it and now everything works as it should :). (I think it must have been created because I tried installing stumpwm through AUR)

from quicklisp-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.