------------------------------------------------------------------------------- -- 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-infix-19960628_3.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:01 ------------------------------------------------------------------------------- -- Phase: check-sanity ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: pkg-depends ------------------------------------------------------------------------------- ===> cl-infix-sbcl-19960628_45 depends on file: /usr/local/sbin/pkg - found SUCCEEDED 00:00:01 ------------------------------------------------------------------------------- -- Phase: fetch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: fetch ------------------------------------------------------------------------------- ===> cl-infix-sbcl-19960628_45 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cl-infix-sbcl-19960628_45 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: checksum ------------------------------------------------------------------------------- ===> cl-infix-sbcl-19960628_45 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cl-infix-sbcl-19960628_45 for building SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: extract ------------------------------------------------------------------------------- ===> cl-infix-sbcl-19960628_45 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by cl-infix-sbcl-19960628_45 for building ===> Extracting for cl-infix-sbcl-19960628_45 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: patch ------------------------------------------------------------------------------- ===> Patching for cl-infix-sbcl-19960628_45 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build-depends ------------------------------------------------------------------------------- ===> cl-infix-sbcl-19960628_45 depends on file: /usr/local/lib/common-lisp/infix/infix.asd - found ===> cl-infix-sbcl-19960628_45 depends on executable: sbcl - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: lib-depends ------------------------------------------------------------------------------- SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: configure ------------------------------------------------------------------------------- ===> cl-infix-sbcl-19960628_45 depends on file: /usr/local/lib/common-lisp/infix/infix.asd - found ===> cl-infix-sbcl-19960628_45 depends on executable: sbcl - found ===> Configuring for cl-infix-sbcl-19960628_45 SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: build ------------------------------------------------------------------------------- ===> Building for cl-infix-sbcl-19960628_45 ;; 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/infix/infix.lisp" (written 18 MAR 2020 03:37:58 AM): ; compiling (DEFPACKAGE "INFIX" ...) ; compiling (IN-PACKAGE "INFIX") ; compiling (EXPORT (QUOTE #)) ; compiling (PUSHNEW :INFIX ...) ; file: /usr/local/lib/common-lisp/infix/infix.lisp ; in: EVAL-WHEN (COMPILE LOAD EVAL) ; (EVAL-WHEN (COMPILE LOAD EVAL) ; (DEFPARAMETER INFIX::*VERSION* "1.3 28-JUN-96") ; (DEFPARAMETER INFIX::*PRINT-INFIX-COPYRIGHT* ; T ; "If non-NIL, prints a copyright notice upon loading this file.") ; (DEFUN INFIX::INFIX-COPYRIGHT (&OPTIONAL (STREAM *STANDARD-OUTPUT*)) ; "Prints an INFIX copyright notice and header upon startup." ; (FORMAT STREAM "~%;;; ~V,,,'*A" 73 "*") ; (FORMAT STREAM "~%;;; Infix notation for Common Lisp.") ; (FORMAT STREAM "~%;;; Version ~A." INFIX::*VERSION*) ; (FORMAT STREAM "~%;;; Written by Mark Kantrowitz, ~ ; CMU School of Computer Science.") ; (FORMAT STREAM "~%;;; Copyright (c) 1993-95. All rights reserved.") ; (FORMAT STREAM "~%;;; May be freely redistributed, provided this ~ ; notice is left intact.") ; (FORMAT STREAM "~%;;; This software is made available AS IS, without ~ ; any warranty.") ; (FORMAT STREAM "~%;;; ~V,,,'*A~%" 73 "*") ; ...) ; (WHEN ; (AND INFIX::*PRINT-INFIX-COPYRIGHT* ; (NOT (GET :INFIX :DONT-PRINT-COPYRIGHT))) ; (INFIX::INFIX-COPYRIGHT))) ; ; caught STYLE-WARNING: ; using deprecated EVAL-WHEN situation names EVAL LOAD COMPILE ; compiling (DEFPARAMETER *VERSION* ...) ; compiling (DEFPARAMETER *PRINT-INFIX-COPYRIGHT* ...) ; compiling (DEFUN INFIX-COPYRIGHT ...) ; compiling (WHEN (AND *PRINT-INFIX-COPYRIGHT* ...) ...) ;;; ************************************************************************* ;;; Infix notation for Common Lisp. ;;; Version 1.3 28-JUN-96. ;;; Written by Mark Kantrowitz, CMU School of Computer Science. ;;; Copyright (c) 1993-95. All rights reserved. ;;; May be freely redistributed, provided this notice is left intact. ;;; This software is made available AS IS, without any warranty. ;;; ************************************************************************* ; compiling (DEFPARAMETER *INFIX-READTABLE* ...) ; compiling (DEFPARAMETER *NORMAL-READTABLE* ...) ; compiling (DEFMACRO INFIX-ERROR ...) ; compiling (DEFUN INFIX-READER ...) ; compiling (SET-DISPATCH-MACRO-CHARACTER #\# ...) ; compiling (DEFUN STRING->PREFIX ...) ; compiling (DEFUN READ-INFIX ...) ; compiling (DEFUN READ-REGULAR ...) ; compiling (DEFUN SAME-OPERATOR-P ...) ; compiling (DEFUN SAME-TOKEN-P ...) ; compiling (DEFVAR *PEEKED-TOKEN* ...) ; compiling (DEFUN READ-TOKEN ...) ; compiling (DEFUN PEEK-TOKEN ...) ; compiling (DEFUN FANCY-NUMBER-FORMAT-P ...) ; compiling (DEFUN VALID-NUMBERP ...) ; compiling (DEFUN GATHER-SUPERIORS ...) ; compiling (DEFUN GET-FIRST-TOKEN ...) ; compiling (DEFUN APPLY-TOKEN-PREFIX-OPERATOR ...) ; compiling (DEFUN GET-NEXT-TOKEN ...) ; compiling (DEFUN APPLY-TOKEN-INFIX-OPERATOR ...) ; compiling (DEFUN INFIX-READ-DELIMITED-LIST ...) ; compiling (DEFPARAMETER *OPERATOR-ORDERING* ...) ; compiling (DEFUN OPERATOR-LESSP ...) ; compiling (DEFPARAMETER *RIGHT-ASSOCIATIVE-OPERATORS* ...) ; compiling (DEFUN OPERATOR-RIGHT-ASSOCIATIVE-P ...) ; compiling (DEFVAR *TOKEN-OPERATORS* ...) ; compiling (DEFVAR *TOKEN-PREFIX-OPERATOR-TABLE* ...) ; compiling (DEFVAR *TOKEN-INFIX-OPERATOR-TABLE* ...) ; compiling (DEFUN TOKEN-OPERATOR-P ...) ; compiling (DEFUN GET-TOKEN-PREFIX-OPERATOR ...) ; compiling (DEFUN GET-TOKEN-INFIX-OPERATOR ...) ; file: /usr/local/lib/common-lisp/infix/infix.lisp ; in: EVAL-WHEN (COMPILE LOAD EVAL) ; (EVAL-WHEN (COMPILE LOAD EVAL) ; (DEFMACRO INFIX::DEFINE-TOKEN-OPERATOR ; (INFIX::OPERATOR-NAME ; &KEY (INFIX::PREFIX NIL INFIX::PREFIX-P) ; (INFIX::INFIX NIL INFIX::INFIX-P)) ; `(PROGN ; (PUSHNEW ',INFIX::OPERATOR-NAME INFIX::*TOKEN-OPERATORS*) ; ,(WHEN INFIX::PREFIX-P `(SETF #)) ; ,(WHEN INFIX::INFIX-P `(SETF #))))) ; ; caught STYLE-WARNING: ; using deprecated EVAL-WHEN situation names EVAL LOAD COMPILE ; compiling (DEFMACRO DEFINE-TOKEN-OPERATOR ...) ; file: /usr/local/lib/common-lisp/infix/infix.lisp ; in: EVAL-WHEN (COMPILE LOAD EVAL) ; (EVAL-WHEN (COMPILE LOAD EVAL) ; (DEFMACRO INFIX::DEFINE-CHARACTER-TOKENIZATION (CHAR FUNCTION) ; `(SET-MACRO-CHARACTER ,CHAR ,FUNCTION NIL INFIX::*INFIX-READTABLE*))) ; ; caught STYLE-WARNING: ; using deprecated EVAL-WHEN situation names EVAL LOAD COMPILE ; compiling (DEFMACRO DEFINE-CHARACTER-TOKENIZATION ...) ; compiling (DEFINE-TOKEN-OPERATOR AND ...) ; compiling (DEFINE-TOKEN-OPERATOR OR ...) ; compiling (DEFINE-TOKEN-OPERATOR NOT ...) ; compiling (DEFINE-TOKEN-OPERATOR IF ...) ; compiling (DEFINE-TOKEN-OPERATOR THEN ...) ; compiling (DEFINE-TOKEN-OPERATOR ELSE ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\+ ...) ; compiling (DEFINE-TOKEN-OPERATOR + ...) ; compiling (DEFINE-TOKEN-OPERATOR += ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\- ...) ; compiling (DEFINE-TOKEN-OPERATOR - ...) ; compiling (DEFINE-TOKEN-OPERATOR -= ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\* ...) ; compiling (DEFINE-TOKEN-OPERATOR * ...) ; compiling (DEFINE-TOKEN-OPERATOR *= ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\/ ...) ; compiling (DEFINE-TOKEN-OPERATOR / ...) ; compiling (DEFINE-TOKEN-OPERATOR /= ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\^ ...) ; compiling (DEFINE-TOKEN-OPERATOR ^^ ...) ; compiling (DEFINE-TOKEN-OPERATOR ^ ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\| ...) ; compiling (DEFINE-TOKEN-OPERATOR |\|| ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\& ...) ; compiling (DEFINE-TOKEN-OPERATOR & ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\% ...) ; compiling (DEFINE-TOKEN-OPERATOR % ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\~ ...) ; compiling (DEFINE-TOKEN-OPERATOR ~ ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\, ...) ; compiling (DEFINE-TOKEN-OPERATOR |,| ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\= ...) ; compiling (DEFINE-TOKEN-OPERATOR == ...) ; compiling (DEFINE-TOKEN-OPERATOR = ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\: ...) ; compiling (DEFINE-TOKEN-OPERATOR |:=| ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\< ...) ; compiling (DEFINE-TOKEN-OPERATOR < ...) ; compiling (DEFINE-TOKEN-OPERATOR <= ...) ; compiling (DEFINE-TOKEN-OPERATOR << ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\> ...) ; compiling (DEFINE-TOKEN-OPERATOR > ...) ; compiling (DEFINE-TOKEN-OPERATOR >= ...) ; compiling (DEFINE-TOKEN-OPERATOR >> ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\! ...) ; compiling (DEFINE-TOKEN-OPERATOR != ...) ; compiling (DEFINE-TOKEN-OPERATOR ! ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\[ ...) ; compiling (DEFINE-TOKEN-OPERATOR [ ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\( ...) ; compiling (DEFINE-TOKEN-OPERATOR |(| ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\] ...) ; compiling (DEFINE-TOKEN-OPERATOR ] ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\) ...) ; compiling (DEFINE-TOKEN-OPERATOR |)| ...) ; compiling (DEFINE-CHARACTER-TOKENIZATION #\; ...) ; compiling (DEFUN POST-PROCESS-EXPRESSION ...) ; compiling (DEFPARAMETER *TEST-CASES* ...) ; compiling (DEFUN TEST-INFIX ...) ; compiling (DEFUN TEST-INFIX-CASE ...) ; /construction/devel/cl-infix-sbcl/infix-19960628/infix-TMP.fasl written ; compilation finished in 0:00:00.226 WARNING: Lisp compilation had style-warnings while compiling # WARNING: compiling # completed without its input file #P"/usr/local/lib/common-lisp/infix/infix.3lisp" WARNING: compiling # completed without its input file #P"/usr/local/lib/common-lisp/infix/ChangeLog" WARNING: compiling # completed without its input file #P"/usr/local/lib/common-lisp/infix/COPYING" ; ; compilation unit finished ; caught 3 STYLE-WARNING conditions SUCCEEDED 00:00:04 ------------------------------------------------------------------------------- -- Phase: run-depends ------------------------------------------------------------------------------- ===> cl-infix-sbcl-19960628_45 depends on file: /usr/local/lib/common-lisp/infix/infix.asd - found ===> cl-infix-sbcl-19960628_45 depends on executable: sbcl - found SUCCEEDED 00:00:00 ------------------------------------------------------------------------------- -- Phase: stage ------------------------------------------------------------------------------- ===> Staging for cl-infix-sbcl-19960628_45 ===> cl-infix-sbcl-19960628_45 depends on file: /usr/local/lib/common-lisp/infix/infix.asd - found ===> cl-infix-sbcl-19960628_45 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:00 ------------------------------------------------------------------------------- -- Phase: package ------------------------------------------------------------------------------- ===> Building package for cl-infix-sbcl-19960628_45 file sizes/checksums [1]: 0% file sizes/checksums [1]: 100% packing files [1]: 0% packing files [1]: 100% packing directories [0]: 0% packing directories [0]: 100% SUCCEEDED 00:00:00 TOTAL TIME 00:00:07