------------------------------------------------------------------------------- -- 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-lml-2.5.7_2.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:03 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> cl-lml-sbcl-2.5.7_42 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> cl-lml-sbcl-2.5.7_42 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cl-lml-sbcl-2.5.7_42 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> cl-lml-sbcl-2.5.7_42 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cl-lml-sbcl-2.5.7_42 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> cl-lml-sbcl-2.5.7_42 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cl-lml-sbcl-2.5.7_42 for building ===> Extracting for cl-lml-sbcl-2.5.7_42 SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for cl-lml-sbcl-2.5.7_42 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> cl-lml-sbcl-2.5.7_42 depends on file: /usr/local/lib/common-lisp/system-registry/lml.asd - found ===> cl-lml-sbcl-2.5.7_42 depends on executable: sbcl - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> cl-lml-sbcl-2.5.7_42 depends on file: /usr/local/lib/common-lisp/system-registry/lml.asd - found ===> cl-lml-sbcl-2.5.7_42 depends on executable: sbcl - found ===> Configuring for cl-lml-sbcl-2.5.7_42 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for cl-lml-sbcl-2.5.7_42 ;; 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/lml/package.lisp" (written 14 MAY 2020 02:59:51 AM): ; compiling (IN-PACKAGE #:CL-USER) ; compiling (DEFPACKAGE #:LISP-MARKUP-LANGUAGE ...) ; /construction/www/cl-lml-sbcl/lml-2.5.7/package-TMP.fasl written ; compilation finished in 0:00:00.005 ; compiling file "/usr/local/lib/common-lisp/lml/utils.lisp" (written 14 MAY 2020 02:59:51 AM): ; compiling (IN-PACKAGE #:LML) ; compiling (DEFMACRO AIF ...) ; compiling (DEFMACRO AWHEN ...) ; compiling (DEFUN KEYWORD-SYMBOL? ...) ; compiling (DEFUN LIST-TO-SPACED-STRING ...) ; compiling (DEFUN PRINT-N-CHARS ...) ; compiling (DEFUN INDENT-SPACES ...) ; compiling (DEFUN PRINT-FILE-CONTENTS ...) ; compiling (DEFUN DATE-STRING ...) ; compiling (DEFUN LML-QUIT ...) ; file: /usr/local/lib/common-lisp/lml/utils.lisp ; in: DEFUN LML-QUIT ; (QUIT :UNIX-STATUS ; (TYPECASE LISP-MARKUP-LANGUAGE::CODE ; (NUMBER LISP-MARKUP-LANGUAGE::CODE) ; (NULL 0) ; (T 1))) ; ; caught STYLE-WARNING: ; The function SB-EXT:QUIT has been deprecated as of SBCL version 1.0.56.55. ; ; Use SB-EXT:EXIT or SB-THREAD:ABORT-THREAD instead. ; ; In future SBCL versions SB-EXT:QUIT will signal a full warning at compile-time. ; See also: ; The SBCL Manual, Node "Deprecation Conditions" ; compiling (DEFUN LML-CWD ...) ; /construction/www/cl-lml-sbcl/lml-2.5.7/utils-TMP.fasl written ; compilation finished in 0:00:00.094 WARNING: Lisp compilation had style-warnings while compiling # WARNING: Reference to deprecated function (SB-EXT:QUIT) from LML-QUIT ; compiling file "/usr/local/lib/common-lisp/lml/files.lisp" (written 14 MAY 2020 02:59:51 AM): ; compiling (IN-PACKAGE #:LML) ; compiling (DEFVAR *OUTPUT-DIR* ...) ; compiling (DEFVAR *SOURCES-DIR* ...) ; compiling (DEFVAR *HTML-OUTPUT* ...) ; compiling (DEFUN LML-FILE-NAME ...) ; compiling (DEFMACRO WITH-DIR ...) ; compiling (DEFUN LML-LOAD-PATH ...) ; compiling (DEFUN PROCESS-DIR ...) ; compiling (DEFUN LML-LOAD ...) ; compiling (DEFUN INCLUDE-FILE ...) ; /construction/www/cl-lml-sbcl/lml-2.5.7/files-TMP.fasl written ; compilation finished in 0:00:00.137 ; compiling file "/usr/local/lib/common-lisp/lml/base.lisp" (written 14 MAY 2020 02:59:51 AM): ; compiling (IN-PACKAGE #:LML) ; compiling (DEFUN HTML4-PROLOGUE-STRING ...) ; compiling (DEFUN XML-PROLOGUE-STRING ...) ; compiling (DEFUN XHTML-PROLOGUE-STRING ...) ; compiling (DEFVAR *PRINT-SPACES* ...) ; compiling (DEFVAR *INDENT* ...) ; compiling (DEFUN RESET-INDENT ...) ; compiling (DEFUN LML-FORMAT ...) ; compiling (DEFUN LML-PRINC ...) ; compiling (DEFUN LML-PRINT ...) ; compiling (DEFUN LML-WRITE-CHAR ...) ; compiling (DEFUN LML-WRITE-STRING ...) ; compiling (DEFUN LML-PRINT-DATE ...) ; compiling (DEFMACRO LML-EXEC-BODY ...) ; compiling (DEFMACRO WITH-ATTR-STRING ...) ; compiling (DEFMACRO WITH-NO-ENDTAG-ATTR-STRING ...) ; compiling (DEFUN ONE-KEYARG-STRING ...) ; compiling (DEFMACRO WITH-KEYARGS ...) ; compiling (DEFMACRO WITH-NO-ENDTAG-KEYARGS ...) ; compiling (DEFMACRO BIND-ONE-KEYARG ...) ; compiling (DEFMACRO BIND-ALL-KEYARGS ...) ; file: /usr/local/lib/common-lisp/lml/base.lisp ; in: DEFMACRO BIND-ALL-KEYARGS ; (MAKE-ARRAY LISP-MARKUP-LANGUAGE::NPAIRS) ; --> TRULY-THE ; ==> ; (SB-KERNEL:ALLOCATE-VECTOR 217 (THE SB-INT:INDEX LENGTH) (* LENGTH 1)) ; ; note: could not stack allocate: (MAKE-ARRAY NPAIRS) ; compiling (DEFMACRO WITH ...) ; compiling (DEFMACRO WITH-NO-ENDTAG ...) ; compiling (DEFMACRO JSCRIPT ...) ; compiling (DEFMACRO XHTML-PROLOGUE ...) ; compiling (DEFMACRO ALINK ...) ; compiling (DEFMACRO ALINK-C ...) ; compiling (DEFMACRO IMG ...) ; compiling (DEFMACRO INPUT ...) ; compiling (DEFMACRO LINK ...) ; compiling (DEFMACRO META ...) ; compiling (DEFMACRO BR ...) ; compiling (DEFMACRO HR ...) ; compiling (DEFMACRO LML-TAG-MACRO ...) ; compiling (DEFMACRO LML-TAG-CLASS-MACRO ...) ; compiling (DEFPARAMETER *MACRO-LIST* ...) ; compiling (EXPORT (QUOTE #)) ; compiling (EXPORT *MACRO-LIST*) ; compiling (LOOP FOR ...) ; compiling (DEFMACRO PRINT-PAGE ...) ; compiling (DEFMACRO PAGE ...) ; compiling (DEFUN NEW-STRING ...) ; /construction/www/cl-lml-sbcl/lml-2.5.7/base-TMP.fasl written ; compilation finished in 0:00:00.415 ; compiling file "/usr/local/lib/common-lisp/lml/read-macro.lisp" (written 14 MAY 2020 02:59:51 AM): ; compiling (IN-PACKAGE #:LML) ; compiling (SET-MACRO-CHARACTER #\[ ...) ; /construction/www/cl-lml-sbcl/lml-2.5.7/read-macro-TMP.fasl written ; compilation finished in 0:00:00.052 ; compiling file "/usr/local/lib/common-lisp/lml/stdsite.lisp" (written 14 MAY 2020 02:59:51 AM): ; compiling (IN-PACKAGE #:LML) ; compiling (DEFMACRO STD-HEAD ...) ; compiling (DEFUN STD-FOOTER ...) ; compiling (DEFMACRO STD-BODY ...) ; compiling (DEFMACRO PRINT-STD-PAGE ...) ; compiling (DEFMACRO STD-PAGE ...) ; compiling (DEFMACRO TITLED-PRE-SECTION ...) ; /construction/www/cl-lml-sbcl/lml-2.5.7/stdsite-TMP.fasl written ; compilation finished in 0:00:00.038 ; compiling file "/usr/local/lib/common-lisp/lml/downloads.lisp" (written 14 MAY 2020 02:59:51 AM): ; compiling (IN-PACKAGE #:LML) ; compiling (DEFVAR *DL-BASE*) ; compiling (DEFVAR *DL-URL*) ; compiling (DEFVAR *BASE-NAME*) ; compiling (DEFVAR *SECTION-INDENT* ...) ; compiling (DEFVAR *SIGNED* ...) ; compiling (DEFUN LIST-FILES ...) ; compiling (DEFUN STRIP-DL-BASE ...) ; compiling (DEFUN PRINT-FILE ...) ; compiling (DEFUN DISPLAY-HEADER ...) ; compiling (DEFUN DISPLAY-FOOTER ...) ; compiling (DEFUN PRINT-SECT-TITLE ...) ; compiling (DEFUN MATCH-BASE-NAME? ...) ; compiling (DEFUN MATCH-BASE-NAME-LATEST? ...) ; compiling (DEFUN FILTER-AGAINST-BASE ...) ; compiling (DEFUN FILTER-LATEST ...) ; compiling (DEFUN SORT-PATHNAMES ...) ; compiling (DEFUN DISPLAY-ONE-SECTION ...) ; compiling (DEFUN DISPLAY-SECTIONS ...) ; compiling (DEFUN DISPLAY-PAGE ...) ; compiling (DEFUN STD-DL-PAGE ...) ; compiling (DEFUN FULL-DL-PAGE ...) ; /construction/www/cl-lml-sbcl/lml-2.5.7/downloads-TMP.fasl written ; compilation finished in 0:00:00.046 ; ; compilation unit finished ; caught 1 STYLE-WARNING condition ; printed 1 note SUCCEEDED 00:00:08 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> cl-lml-sbcl-2.5.7_42 depends on file: /usr/local/lib/common-lisp/system-registry/lml.asd - found ===> cl-lml-sbcl-2.5.7_42 depends on executable: sbcl - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for cl-lml-sbcl-2.5.7_42 ===> cl-lml-sbcl-2.5.7_42 depends on file: /usr/local/lib/common-lisp/system-registry/lml.asd - found ===> cl-lml-sbcl-2.5.7_42 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-lml-sbcl-2.5.7_42 file sizes/checksums [7]: 0% file sizes/checksums [7]: 100% packing files [7]: 0% packing files [7]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:14