------------------------------------------------------------------------------- -- Phase: setup ------------------------------------------------------------------------------- Installing /packages/All/cl-asdf-3.3.1.7,2.txz ===== Message from cl-asdf-3.3.1.7,2: -- To use asdf and depending ports, you will have to configure your Lisp systems so they know where to find asdf itself and the system definition files. A default configuration is installed in /usr/local/etc/asdf-init.lisp Review this file for further information, or simply load it from your Lisp initialization file. Installing /packages/All/cl-meta-0.1_3,1.txz Installing /packages/All/indexinfo-0.3.1.txz Installing /packages/All/gmp-6.2.0.txz Installing /packages/All/mpfr-4.0.2.txz Installing /packages/All/sbcl-1.3.13_1,1.txz SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> cl-meta-sbcl-0.1_43,1 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> cl-meta-sbcl-0.1_43,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cl-meta-sbcl-0.1_43,1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> cl-meta-sbcl-0.1_43,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cl-meta-sbcl-0.1_43,1 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> cl-meta-sbcl-0.1_43,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cl-meta-sbcl-0.1_43,1 for building ===> Extracting for cl-meta-sbcl-0.1_43,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for cl-meta-sbcl-0.1_43,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> cl-meta-sbcl-0.1_43,1 depends on file: /usr/local/lib/common-lisp/meta/meta.asd - found ===> cl-meta-sbcl-0.1_43,1 depends on executable: sbcl - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> cl-meta-sbcl-0.1_43,1 depends on file: /usr/local/lib/common-lisp/meta/meta.asd - found ===> cl-meta-sbcl-0.1_43,1 depends on executable: sbcl - found ===> Configuring for cl-meta-sbcl-0.1_43,1 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for cl-meta-sbcl-0.1_43,1 ;; loading #P"/usr/local/lib/sbcl/asdf/asdf.lisp" WARNING: You are using ASDF version 3.1.5 (probably from (require "asdf") or loaded by quicklisp) and have an older version of ASDF (and older than 2.27 at that) registered at #P"/usr/local/lib/common-lisp/system-registry/asdf.asd". Having an ASDF installed and registered is the normal way of configuring ASDF to upgrade itself, and having an old version registered is a configuration error. ASDF will ignore this configured system rather than downgrade itself. In the future, you may want to either: (a) upgrade this configured ASDF to a newer version, (b) install a newer ASDF and register it in front of the former in your configuration, or (c) uninstall or unregister this and any other old version of ASDF from your configuration. Note that the older ASDF might be registered implicitly through configuration inherited from your system installation, in which case you might have to specify :ignore-inherited-configuration in your in your ~/.config/common-lisp/source-registry.conf or other source-registry configuration file, environment variable or lisp parameter. Indeed, a likely offender is an obsolete version of the cl-asdf debian or ubuntu package, that you might want to upgrade (if a recent enough version is available) or else remove altogether (since most implementations ship with a recent asdf); if you lack the system administration rights to upgrade or remove this package, then you might indeed want to either install and register a more recent version, or use :ignore-inherited-configuration to avoid registering the old one. Please consult ASDF documentation and/or experts. ; compiling file "/usr/local/lib/common-lisp/meta/package.lisp" (written 18 MAR 2020 03:37:40 AM): ; compiling (IN-PACKAGE :CL-USER) ; compiling (DEFPACKAGE :META ...) ; /construction/textproc/cl-meta-sbcl/meta-0.1/package-TMP.fasl written ; compilation finished in 0:00:00.003 ; compiling file "/usr/local/lib/common-lisp/meta/meta.lisp" (written 18 MAR 2020 03:37:40 AM): ; compiling (IN-PACKAGE :META) ; compiling (DEFMACRO STRING-MATCH ...) ; compiling (DEFMACRO STRING-MATCH-TYPE ...) ; compiling (DEFMACRO LIST-MATCH ...) ; compiling (DEFMACRO LIST-MATCH-TYPE ...) ; compiling (DEFUN COMPILE-LIST ...) ; compiling (DEFMACRO STREAM-MATCH ...) ; compiling (DEFMACRO STREAM-MATCH-TYPE ...) ; compiling (DEFSTRUCT (META #) ...) ; compiling (DEFUN COMPILEIT ...) ; file: /usr/local/lib/common-lisp/meta/meta.lisp ; in: EVAL-WHEN (COMPILE LOAD EVAL) ; (EVAL-WHEN (COMPILE LOAD EVAL) ; (DEFPARAMETER META::*SAVED-READTABLE* (COPY-READTABLE)) ; (DEFPARAMETER META::*META-READTABLE* (COPY-READTABLE)) ; (DEFUN META::META-READER (META::S META::C) ; (META::MAKE-META :CHAR META::C :FORM (READ META::S))) ; (MAPC ; #'(LAMBDA (META::C) ; (SET-MACRO-CHARACTER META::C #'META::META-READER NIL ; META::*META-READTABLE*)) ; '(#\@ #\$ #\!)) ; (SET-MACRO-CHARACTER #\{ ; #'(LAMBDA (META::S META::C) ; (META::MAKE-META :CHAR META::C :FORM ; (READ-DELIMITED-LIST #\} META::S T))) ; NIL META::*META-READTABLE*) ; (SET-MACRO-CHARACTER #\[ ; #'(LAMBDA (META::S META::C) ; (META::MAKE-META :CHAR META::C :FORM ; (READ-DELIMITED-LIST #\] META::S T))) ; NIL META::*META-READTABLE*) ; (MAPC ; #'(LAMBDA (META::C) ; (SET-MACRO-CHARACTER META::C (GET-MACRO-CHARACTER #\)) NIL ; META::*META-READTABLE*)) ; '(#\] #\}))) ; ; caught STYLE-WARNING: ; using deprecated EVAL-WHEN situation names EVAL LOAD COMPILE ; compiling (DEFPARAMETER *SAVED-READTABLE* ...) ; compiling (DEFPARAMETER *META-READTABLE* ...) ; compiling (DEFUN META-READER ...) ; compiling (MAPC (FUNCTION #) ...) ; compiling (SET-MACRO-CHARACTER #\{ ...) ; compiling (SET-MACRO-CHARACTER #\[ ...) ; compiling (MAPC (FUNCTION #) ...) ; compiling (DEFMACRO WITH-STREAM-META ...) ; compiling (DEFMACRO WITH-STRING-META ...) ; compiling (DEFMACRO WITH-LIST-META ...) ; compiling (DEFUN ENABLE-META-SYNTAX ...) ; compiling (DEFUN DISABLE-META-SYNTAX ...) ; compiling (PROVIDE (QUOTE META)) ; /construction/textproc/cl-meta-sbcl/meta-0.1/meta-TMP.fasl written ; compilation finished in 0:00:00.109 WARNING: Lisp compilation had style-warnings while compiling # WARNING: compiling # completed without its input file #P"/usr/local/lib/common-lisp/meta/Prag-Parse.html" WARNING: compiling # completed without its input file #P"/usr/local/lib/common-lisp/meta/Prag-Parse.ps" WARNING: compiling # completed without its input file #P"/usr/local/lib/common-lisp/meta/README" ; ; compilation unit finished ; caught 1 STYLE-WARNING condition SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> cl-meta-sbcl-0.1_43,1 depends on file: /usr/local/lib/common-lisp/meta/meta.asd - found ===> cl-meta-sbcl-0.1_43,1 depends on executable: sbcl - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for cl-meta-sbcl-0.1_43,1 ===> cl-meta-sbcl-0.1_43,1 depends on file: /usr/local/lib/common-lisp/meta/meta.asd - found ===> cl-meta-sbcl-0.1_43,1 depends on executable: sbcl - found ===> Generating temporary packing list ====> Compressing man pages (compress-man) ====> Running Q/A tests (stage-qa) Warning: You have disabled the licenses framework with DISABLE_LICENSES, unable to run checks SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for cl-meta-sbcl-0.1_43,1 file sizes/checksums [2]: 0% file sizes/checksums [2]: 100% packing files [2]: 0% packing files [2]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:10