Advertisement
DaGeeko

Researching ASDF issue

Feb 2nd, 2018
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. SBCL is free software, provided as is, with absolutely no warranty.
  2. It is mostly in the public domain; some portions are provided under
  3. BSD-style licenses. See the CREDITS and COPYING files in the
  4. distribution for more information.
  5. WARNING:
  6. You are using ASDF version 3.3.1 (probably from (require "asdf") or loaded
  7. by quicklisp) and have an older version of ASDF 3.1.7 registered at
  8. #P"/usr/share/common-lisp/source/cl-asdf/asdf.asd". Having an ASDF installed
  9. and registered is the normal way of configuring ASDF to upgrade itself, and
  10. having an old version registered is a configuration error. ASDF will ignore
  11. this configured system rather than downgrade itself. In the future, you may
  12. want to either: (a) upgrade this configured ASDF to a newer version, (b)
  13. install a newer ASDF and register it in front of the former in your
  14. configuration, or (c) uninstall or unregister this and any other old version
  15. of ASDF from your configuration. Note that the older ASDF might be
  16. registered implicitly through configuration inherited from your system
  17. installation, in which case you might have to specify
  18. :ignore-inherited-configuration in your in your
  19. ~/.config/common-lisp/source-registry.conf or other source-registry
  20. configuration file, environment variable or lisp parameter. Indeed, a likely
  21. offender is an obsolete version of the cl-asdf debian or ubuntu package,
  22. that you might want to upgrade (if a recent enough version is available) or
  23. else remove altogether (since most implementations ship with a recent asdf);
  24. if you lack the system administration rights to upgrade or remove this
  25. package, then you might indeed want to either install and register a more
  26. recent version, or use :ignore-inherited-configuration to avoid registering
  27. the old one. Please consult ASDF documentation and/or experts.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement