+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fricas-1.3.5nb2/work.log
+ su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/fricas-1.3.5nb2/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for fricas-1.3.5nb2
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/lib
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share/spadhelp
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share/msgs
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share/texmf/tex
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/autoload
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/input
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu
echo timestamp > stamp-rootdirs
echo "PREGENERATED=[/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated]"
PREGENERATED=[/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated]
if test -z "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated"; then \
  echo "Not using pre-generated data."; \
elif test ! -d "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated"; then \
  echo "PREGENERATED directory does not exist."; \
  exit 1; \
else \
  if test -d /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target; then \
    cp -r /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target/* /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu; \
  fi && \
  echo timestamp > pre-gen; \
fi
cd ./src && /usr/pkg/bin/gmake BUILD_DATE="`date`" all-src
gmake[1]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src'
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib'
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   bsdsignal.c -o bsdsignal.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   cfuns-c.c -o cfuns-c.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   sockio-c.c -o sockio-c.o
sockio-c.c: In function 'get_float':
sockio-c.c:608:7: warning: variable 'val' set but not used [-Wunused-but-set-variable]
   int val;
       ^~~
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   cursor.c -o cursor.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   edin.c -o edin.o
edin.c: In function 'do_reading':
edin.c:426:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
             write(contNum, &in_buff[num_proc], num_read - num_proc);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
edin.c:428:15: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
               write(contNum, "\n", 1);
               ^~~~~~~~~~~~~~~~~~~~~~~
edin.c:435:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
                 write(contNum, "\n", 1);
                 ^~~~~~~~~~~~~~~~~~~~~~~
edin.c:453:19: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
                   write(contNum, "\n", 1);
                   ^~~~~~~~~~~~~~~~~~~~~~~
edin.c: In function 'send_line_to_child':
edin.c:512:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(contNum, converted_buffer, converted_num);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
edin.c: In function 'send_function_to_child':
edin.c:920:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(contNum, buff, buff_pntr);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
edin.c: In function 'send_buff_to_child':
edin.c:939:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(chann, buff, buff_pntr);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   fnct_key.c -o fnct_key.o
fnct_key.c: In function 'define_function_keys':
fnct_key.c:106:9: warning: variable 'length' set but not used [-Wunused-but-set-variable]
     int length;
         ^~~~~~
fnct_key.c: In function 'handle_function_key':
fnct_key.c:234:9: warning: variable 'save_echo' set but not used [-Wunused-but-set-variable]
     int save_echo;
         ^~~~~~~~~
fnct_key.c: In function 'get_str':
fnct_key.c:207:5: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
     read(fd, &c, 1);
     ^~~~~~~~~~~~~~~
fnct_key.c:209:9: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
         read(fd, &c, 1);
         ^~~~~~~~~~~~~~~
fnct_key.c: In function 'handle_function_key':
fnct_key.c:299:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
             write(fd, buff, buff_pntr);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~
fnct_key.c:306:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
                 write(fd, buff, buff_pntr);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   openpty.c -o openpty.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   prt.c -o prt.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   wct.c -o wct.o
In file included from /usr/include/string.h:495,
                 from wct.c:47:
In function 'strncpy',
    inlined from 'rescan_wct' at wct.c:573:13:
/usr/include/bits/string_fortified.h:110:10: warning: '__builtin_strncpy' accessing between 0 and 2147483647 bytes at offsets [0, 1024] and [0, 1024] may overlap up to 2147483647 bytes at offset [2147484670, 1024] [-Wrestrict]
   return __builtin___strncpy_chk (__dest, __src, __len,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__dest));
       ~~~~~~~~~~~~~~~~~~~~~~~~~
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   halloc.c -o halloc.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   hash.c -o hash.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   pixmap.c -o pixmap.o
pixmap.c: In function 'write_pixmap_file':
pixmap.c:324:7: warning: variable 'status' set but not used [-Wunused-but-set-variable]
   int status;
       ^~~~~~
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   spadcolors.c -o spadcolors.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   util.c -o util.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   XDither.c -o XDither.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   XShade.c -o XShade.o
cc -g -fPIC -O2 -Wall -D_GNU_SOURCE -c -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config \
   XSpadFill.c -o XSpadFill.o
XSpadFill.c: In function 'XInitSpadFill':
XSpadFill.c:85:9: warning: variable 'maxDither' set but not used [-Wunused-but-set-variable]
     int maxDither;
         ^~~~~~~~~
ar ru libspad.a bsdsignal.o cfuns-c.o sockio-c.o cursor.o edin.o fnct_key.o openpty.o prt.o wct.o halloc.o hash.o pixmap.o spadcolors.o util.o XDither.o XShade.o XSpadFill.o
ar: creating libspad.a
ranlib libspad.a
cc -g -shared bsdsignal.o cfuns-c.o sockio-c.o -lutil -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so
rm -f stamp
echo timestamp > stamp
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib'
cd lisp && /usr/pkg/bin/gmake all-lisp
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lisp'
gmake[2]: Circular fricas-lisp.lisp <- fricas-lisp.lisp dependency dropped.
gmake[2]: Circular fricas-package.lisp <- fricas-package.lisp dependency dropped.
echo '(in-package "FRICAS-LISP")' > fricas-config.lisp
echo '(defparameter algebra-optimization' \
     '(quote nil))' >> fricas-config.lisp
if [ xyes = xyes ] ; then \
    echo '(if (not (member :fricas_has_remove_directory' \
                          ' *features*)) ' \
             '(push :fricas_has_remove_directory *features*))' \
       >> fricas-config.lisp ; \
fi
gmake[2]: Circular primitives.lisp <- primitives.lisp dependency dropped.
echo '(load "fricas-package.lisp")' \
    '(load "fricas-config.lisp")' \
            '#+(or :sbcl :openmcl) (load (compile-file "num_gmpx.lisp"))' \
    '(load (compile-file "fricas-lisp.lisp"))' \
    '(load (compile-file "primitives.lisp"))' \
            '(in-package "FRICAS-LISP") (save-core "/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp")' \
         | clisp --quiet -norc
[1]> 
;; Loading file fricas-package.lisp ...
;; Loaded file fricas-package.lisp
T
[2]> 
;; Loading file fricas-config.lisp ...
;; Loaded file fricas-config.lisp
T
[3]> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lisp/fricas-lisp.lisp ...
WARNING: in |quiet_load_alien| in lines 364..372 : variable S is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lisp/fricas-lisp.fas
The following functions were used but not defined:
 FRICAS-LISP::SOCK_SEND_STRING_LEN FRICAS-LISP::SOCK_GET_STRING_BUF
The following functions were used but are deprecated:
 MAKE-DIR - Use MAKE-DIRECTORY instead.
0 errors, 1 warning
T
[4]> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lisp/primitives.lisp ...
WARNING: in #:|512 520 (DEFSTRUCT (SPAD-KERNEL #) OP ...)-107-1-1| in lines
         512..520 : variable K is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in LETT in lines 660..685 : |$QuickLet| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LETT in lines 660..685 : |$compilingMap| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lisp/primitives.fas
The following functions were used but not defined:
 BOOT::|error| BOOT::MKQ BOOT::STRCONC BOOT::MAKE-REASONABLE
 BOOT::STRINGIMAGE BOOT::|devaluate| BOOT::|expandREPEAT|
 BOOT::|expandCOLLECT|
The following special variables were not defined:
 BOOT::|$QuickLet| BOOT::|$compilingMap|
0 errors, 3 warnings
T
[5]> 
#<PACKAGE FRICAS-LISP>
FRICAS-LISP[6]> 
Bytes permanently allocated:            164,528
Bytes currently in use:               3,724,352
Bytes available until next GC:           75,808
3724352 ;
75808 ;
164528 ;
37 ;
34491784 ;
283043
echo timestamp > do_it.clisp
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lisp'
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot'
Building stage 0
[ -d stage0 ] || ../../config/mkinstalldirs stage0
mkdir -p -- stage0
rm -rf prev-stage
rm -f stage0/ptyout.fas stage0/btincl2.fas stage0/btscan2.fas stage0/typrops.fas stage0/btpile2.fas stage0/typars.fas stage0/tytree1.fas
rm -f stage0/ptyout.clisp stage0/btincl2.clisp stage0/btscan2.clisp stage0/typrops.clisp stage0/btpile2.clisp stage0/typars.clisp stage0/tytree1.clisp
/usr/pkg/bin/gmake OBJECTS="stage0/ptyout.fas stage0/btincl2.fas stage0/btscan2.fas stage0/typrops.fas stage0/btpile2.fas stage0/typars.fas stage0/tytree1.fas" stage0/bootsys
gmake[3]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot'
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=stage0/ptyout.fas compiled/ptyout.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/compiled/ptyout.clisp ...
WARNING: in |bMap1| in lines 783..796 : |bStreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 954..1014 : |$bootDefined| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 954..1014 : |$bootUsed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 954..1014 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 954..1014 : |$bootUsed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 954..1014 : |$bootDefined| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 954..1014 : |$bootUsed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 1029..1135 : |$bootDefined| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 1029..1135 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 1029..1135 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 1029..1135 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 1029..1135 : |$bootDefined| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 1029..1135 : |$bootUsed| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 1029..1135 : |$bootUsed| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1137..1210 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1137..1210 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1137..1210 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1137..1210 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1137..1210 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1137..1210 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1137..1210 : |$bootDefined| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defusebuiltin| in lines 1250..1252 : |$lispWordTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeXReport| in lines 1342..1365 : |$bootUsed| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeXReport| in lines 1342..1365 : |$bootUsed| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/stage0/ptyout.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeCOMPILE-FILE| BOOTTRAN::|dqToList|
 BOOTTRAN::|shoeLastTokPosn| BOOTTRAN::|shoeFirstTokPosn|
 BOOTTRAN::SHOENOTPRETTYPRINT BOOTTRAN::|bpFirstTok|
 BOOTTRAN::|bpGeneralErrorHere| BOOTTRAN::|bpComma| BOOTTRAN::|bpTrap|
 BOOTTRAN::|bpPop1| BOOTTRAN::|shoeCompTran| BOOTTRAN::|bpPush|
 BOOTTRAN::MAKE-FULL-CVEC BOOTTRAN::STRINGIMAGE BOOTTRAN::EQCAR
 BOOTTRAN::|shoeread-line| BOOTTRAN::|shoePLACEP| BOOTTRAN::STRPOS
 BOOTTRAN::|bfBeginsDollar| BOOTTRAN::SHOEGREATERP BOOTTRAN::HPUT
 BOOTTRAN::MAKE_HASHTABLE BOOTTRAN::HKEYS BOOTTRAN::|shoePileInsert|
 BOOTTRAN::|shoeLineToks| BOOTTRAN::|shoeInclude| BOOTTRAN::CONCAT
 BOOTTRAN::|shoeConsole| BOOTTRAN::SUBSTRING BOOTTRAN::|shoeIdChar|
 BOOTTRAN::IDENTP BOOTTRAN::PNAME BOOTTRAN::REALLYPRETTYPRINT
 BOOTTRAN::|shoePrefix?|
The following special variables were not defined:
 BOOTTRAN::|bStreamNil| BOOTTRAN::|$bootDefined| BOOTTRAN::|$bootUsed|
 BOOTTRAN::|$bootDefinedTwice| BOOTTRAN::|$used|
 BOOTTRAN::|$lispWordTable|
0 errors, 24 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=stage0/btincl2.fas compiled/btincl2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/compiled/btincl2.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|bStreamNil\| #))-2| in lines
         6..8 : |bStreamNil| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeFileMap| in lines 10..30 : |bStreamNil| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeInclude1| in lines 235..257 : |bStreamNil| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bPremStreamNil| in lines 443..457 : |bStreamNil| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/stage0/btincl2.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeInputFile| BOOTTRAN::|bMap| BOOTTRAN::|bRgen|
 BOOTTRAN::|char| BOOTTRAN::STRPOSL BOOTTRAN::SUBSTRING
 BOOTTRAN::|bAddLineNumber| BOOTTRAN::|shoeFindLines| BOOTTRAN::|bIgen|
 BOOTTRAN::|bDelay| BOOTTRAN::STTOMC BOOTTRAN::|bAppend|
 BOOTTRAN::CONCAT BOOTTRAN::STRINGIMAGE BOOTTRAN::|bStreamNull|
 BOOTTRAN::|shoeConsole|
The following special variables were not defined:
 BOOTTRAN::|bStreamNil|
0 errors, 4 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=stage0/btscan2.fas compiled/btscan2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/compiled/btscan2.clisp ...
WARNING: in |shoeConstructToken| in lines 49..52 : variable |ln| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |shoeNextLine| in lines 99..133 : |shoeTAB| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeLineToks| in lines 135..214 : |shoeCLOSEPAREN| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeAccumulateLines| in lines 246..296 : |shoeCLOSEPAREN| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 298..350 : |shoeLispESCAPE| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 298..350 : |shoeSPACE| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 298..350 : |shoeSTRING_CHAR| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 298..350 : |shoeESCAPE| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 298..350 : |shoeTAB| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsComment| in lines 501..523 : |shoePLUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsComment| in lines 501..523 : |shoePLUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsNegComment| in lines 525..548 : |shoeMINUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsNegComment| in lines 525..548 : |shoeMINUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeW| in lines 743..777 : |shoeESCAPE| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeInteger1| in lines 806..839 : |shoeESCAPE| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeNumber| in lines 866..896 : |shoeDOT| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeNumber| in lines 866..896 : |shoeDOT| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 898..965 : |shoeEXPONENT1| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 898..965 : |shoeEXPONENT2| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 898..965 : |shoePLUSCOMMENT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 898..965 : |shoeMINUSCOMMENT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 898..965 : |shoeMINUSCOMMENT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeKeyWord| in lines 991..993 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeKeyWordP| in lines 995..998 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeMatch| in lines 1045..1048 : |shoeDict| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoePunctuation| in lines 1109..1111 : |shoePun| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeKeyTableCons| in lines 1113..1132 : |shoeKeyWords| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeDictCons| in lines 1134..1170 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoePunCons| in lines 1172..1203 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/stage0/btscan2.fas
The following functions were used but not defined:
 BOOTTRAN::|bStreamNull| BOOTTRAN::MAKE-FULL-CVEC BOOTTRAN::|shoeLine?|
 BOOTTRAN::|shoePackage?| BOOTTRAN::|shoeLisp?| BOOTTRAN::DOUBLE
 BOOTTRAN::|shoeReadLispString| BOOTTRAN::|shoeCloser| BOOTTRAN::STRPOSL
 BOOTTRAN::STRPOS BOOTTRAN::|shoeIdChar| BOOTTRAN::SUBSTRING
 BOOTTRAN::|SoftShoeError| BOOTTRAN::CONCAT BOOTTRAN::STRINGIMAGE
 BOOTTRAN::SIZE BOOTTRAN::MAKE_HASHTABLE BOOTTRAN::HPUT
 BOOTTRAN::MAKE_VEC BOOTTRAN::MAKE-CVEC BOOTTRAN::HKEYS
 BOOTTRAN::MAKE-BVEC BOOTTRAN::|shoeStartsId|
The following special variables were not defined:
 BOOTTRAN::|shoeTAB| BOOTTRAN::|shoeCLOSEPAREN|
 BOOTTRAN::|shoeLispESCAPE| BOOTTRAN::|shoeSPACE|
 BOOTTRAN::|shoeSTRING_CHAR| BOOTTRAN::|shoeESCAPE|
 BOOTTRAN::|shoePLUSCOMMENT| BOOTTRAN::|shoeMINUSCOMMENT|
 BOOTTRAN::|shoeDOT| BOOTTRAN::|shoeEXPONENT1| BOOTTRAN::|shoeEXPONENT2|
 BOOTTRAN::|shoeKeyTable| BOOTTRAN::|shoeDict| BOOTTRAN::|shoePun|
 BOOTTRAN::|shoeKeyWords|
0 errors, 29 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=stage0/typrops.fas compiled/typrops.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/compiled/typrops.clisp ...
WARNING: in #:|6 75 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeKeyWords\| #))-2| in
         lines 6..75 : |shoeKeyWords| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|77 79 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeKeyTable\| #))-3| in
         lines 77..79 : |shoeKeyTable| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|81 83 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeSPACE\| #))-4| in
         lines 81..83 : |shoeSPACE| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|85 87 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeESCAPE\| #))-5| in
         lines 85..87 : |shoeESCAPE| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|89 91 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeLispESCAPE\| #))-6| in
         lines 89..91 : |shoeLispESCAPE| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|93 95 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeSTRING_CHAR\| #))-7|
         in lines 93..95 : |shoeSTRING_CHAR| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|97 99 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoePLUSCOMMENT\| #))-8|
         in lines 97..99 : |shoePLUSCOMMENT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|101 103 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeMINUSCOMMENT\|
         #))-9| in lines 101..103 : |shoeMINUSCOMMENT| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|105 107 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeDOT\| #))-10| in
         lines 105..107 : |shoeDOT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|109 111 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeEXPONENT1\| #))-11|
         in lines 109..111 : |shoeEXPONENT1| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|113 115 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeEXPONENT2\| #))-12|
         in lines 113..115 : |shoeEXPONENT2| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|117 119 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeCLOSEPAREN\| #))-13|
         in lines 117..119 : |shoeCLOSEPAREN| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|121 123 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeTAB\| 9))-14| in
         lines 121..123 : |shoeTAB| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|125 127 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeDict\| #))-15| in
         lines 125..127 : |shoeDict| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|129 131 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoePun\| #))-16| in
         lines 129..131 : |shoePun| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/stage0/typrops.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeKeyTableCons| BOOTTRAN::|shoeDictCons|
 BOOTTRAN::|shoePunCons|
0 errors, 15 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=stage0/btpile2.fas compiled/btpile2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/compiled/btpile2.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/stage0/btpile2.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeTokPosn| BOOTTRAN::|shoeTokType| BOOTTRAN::|bStreamNull|
 BOOTTRAN::|shoeTokPart| BOOTTRAN::EQCAR BOOTTRAN::|dqAppend|
 BOOTTRAN::|dqConcat| BOOTTRAN::|dqUnit| BOOTTRAN::|shoeTokConstruct|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=stage0/typars.fas compiled/typars.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/compiled/typars.clisp ...
WARNING: in |bpStoreName| in lines 1413..1426 : |$wheredefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bpStoreName| in lines 1413..1426 : |$typings| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/stage0/typars.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeTokPart| BOOTTRAN::|bfReName| BOOTTRAN::|bfBracket|
 BOOTTRAN::|bfPile| BOOTTRAN::|bfIf| BOOTTRAN::|bfIfThenOnly|
 BOOTTRAN::CONCAT BOOTTRAN::PNAME BOOTTRAN::|bpIgnoredFromTo|
 BOOTTRAN::|SoftShoeError| BOOTTRAN::|bfReadLisp|
 BOOTTRAN::|shoeTokConstruct| BOOTTRAN::|shoeTokPosn|
 BOOTTRAN::|bfSymbol| BOOTTRAN::|bfDot| BOOTTRAN::|bfElt|
 BOOTTRAN::|bfSuffixDot| BOOTTRAN::|bfTagged| BOOTTRAN::EQCAR
 BOOTTRAN::|bfReduceCollect| BOOTTRAN::|bfReduce|
 BOOTTRAN::|bfISApplication| BOOTTRAN::|bfConstruct|
 BOOTTRAN::|bfInfApplication| BOOTTRAN::|bfReturnNoName|
 BOOTTRAN::|bfApplication| BOOTTRAN::|bfLp| BOOTTRAN::|bfLoop1|
 BOOTTRAN::|bfSuchthat| BOOTTRAN::|bfWhile| BOOTTRAN::|bfUntil|
 BOOTTRAN::|bfForInBy| BOOTTRAN::|bfForin| BOOTTRAN::|bfSegment2|
 BOOTTRAN::|bfSegment1| BOOTTRAN::|bfIterators| BOOTTRAN::|bfCross|
 BOOTTRAN::|bfExit| BOOTTRAN::|bfCompDef| BOOTTRAN::|bfDefinition1|
 BOOTTRAN::|bfDefinition2| BOOTTRAN::|bfMDefinition2|
 BOOTTRAN::|bfWhere| BOOTTRAN::|bfDefSequence| BOOTTRAN::|bfSequence|
 BOOTTRAN::|bfCollect| BOOTTRAN::|bfTupleConstruct|
 BOOTTRAN::|bfDCollect| BOOTTRAN::|bfDTuple| BOOTTRAN::|bfEqual|
 BOOTTRAN::|bfAppend| BOOTTRAN::|bfColon| BOOTTRAN::|bfAssign|
 BOOTTRAN::|shoeTokType| BOOTTRAN::|bfColonAppend| BOOTTRAN::|bfTupleIf|
 BOOTTRAN::|bfLocal| BOOTTRAN::|bfListOf| BOOTTRAN::|bfTuple|
 BOOTTRAN::|bfStruct| BOOTTRAN::|bfNameArgs| BOOTTRAN::|bfNameOnly|
 BOOTTRAN::|bfCase| BOOTTRAN::|bfCaseItem|
0 errors, 2 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=stage0/tytree1.fas compiled/tytree1.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/compiled/tytree1.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$inDefIS\| NIL))-2| in lines
         6..8 : |$inDefIS| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfGenSymbol| in lines 10..19 : |$GenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfGenSymbol| in lines 10..19 : |$GenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfGenSymbol| in lines 10..19 : |$GenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defSheepAndGoats| in lines 784..823 : |$op| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET1| in lines 853..921 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET1| in lines 853..921 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET1| in lines 853..921 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 936..1100 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 936..1100 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 936..1100 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 936..1100 : |$inDefIS| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1217..1394 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1217..1394 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1217..1394 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1217..1394 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1217..1394 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1217..1394 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfMDef| in lines 1563..1633 : |$wheredefs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfMDef| in lines 1563..1633 : variable |defOp| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bfDef| in lines 1688..1720 : |$bfClamming| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfDef| in lines 1688..1720 : |$wheredefs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1834..1910 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1834..1910 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1834..1910 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1834..1910 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1834..1910 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1966..2080 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfTagged| in lines 2082..2103 : |$typings| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfTagged| in lines 2082..2103 : |$typings| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfWhere| in lines 2344..2414 : |$wheredefs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfWhere| in lines 2344..2414 : |$wheredefs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfStruct| in lines 2534..2548 : variable |name| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/stage0/tytree1.fas
The following functions were used but not defined:
 BOOTTRAN::|last| BOOTTRAN::STRINGIMAGE BOOTTRAN::|bpSpecificErrorHere|
 BOOTTRAN::|bpTrap| BOOTTRAN::SETDIFFERENCE BOOTTRAN::IDENTP
 BOOTTRAN::SUBSTRING BOOTTRAN::PNAME BOOTTRAN::|shoeEVALANDFILEACTQ|
 BOOTTRAN::EQCAR BOOTTRAN::CONCAT
The following special variables were not defined:
 BOOTTRAN::|$GenVarCounter| BOOTTRAN::|$op|
 BOOTTRAN::|$letGenVarCounter| BOOTTRAN::|$inDefIS|
 BOOTTRAN::|$isGenVarCounter| BOOTTRAN::|$wheredefs|
 BOOTTRAN::|$bfClamming| BOOTTRAN::|$typings| BOOTTRAN::|$dollarVars|
 BOOTTRAN::|$locVars| BOOTTRAN::|$fluidVars|
0 errors, 53 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=initial-env.fas initial-env.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/initial-env.lisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/initial-env.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeKeyWord|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --make_program --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=stage0/bootsys \
	' "initial-env.fas"  "stage0/ptyout.fas"  "stage0/btincl2.fas"  "stage0/btscan2.fas"  "stage0/typrops.fas"  "stage0/btpile2.fas"  "stage0/typars.fas"  "stage0/tytree1.fas"'
#<PACKAGE FRICAS-LISP>
Bytes permanently allocated:            164,528
Bytes currently in use:               3,999,928
Bytes available until next GC:           62,312
NIL
gmake[3]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot'
ln -s stage0 prev-stage
touch stage0/stamp_bootsys
Building stage 1
[ -d stage1 ] || ../../config/mkinstalldirs stage1
mkdir -p -- stage1
/usr/pkg/bin/gmake OBJECTS="ptyout.fas btincl2.fas btscan2.fas typrops.fas btpile2.fas typars.fas tytree1.fas" stage1/bootsys
gmake[3]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot'
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=ptyout.clisp ptyout.boot
#<PACKAGE BOOTTRAN>
ptyout.clisp PRODUCED
"ptyout.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=ptyout.fas ptyout.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/ptyout.clisp ...
WARNING: in |bMap1| in lines 715..726 : |bStreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootDefined| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootUsed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootUsed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootDefined| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootUsed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefined| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefined| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootUsed| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootUsed| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$bootDefined| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defusebuiltin| in lines 1130..1133 : |$lispWordTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeXReport| in lines 1222..1243 : |$bootUsed| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeXReport| in lines 1222..1243 : |$bootUsed| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/ptyout.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeCOMPILE-FILE| BOOTTRAN::|dqToList|
 BOOTTRAN::|shoeLastTokPosn| BOOTTRAN::|shoeFirstTokPosn|
 BOOTTRAN::SHOENOTPRETTYPRINT BOOTTRAN::|bpFirstTok|
 BOOTTRAN::|bpGeneralErrorHere| BOOTTRAN::|bpComma| BOOTTRAN::|bpTrap|
 BOOTTRAN::|bpPop1| BOOTTRAN::|shoeCompTran| BOOTTRAN::|bpPush|
 BOOTTRAN::MAKE-FULL-CVEC BOOTTRAN::STRINGIMAGE BOOTTRAN::EQCAR
 BOOTTRAN::|shoeread-line| BOOTTRAN::|shoePLACEP| BOOTTRAN::STRPOS
 BOOTTRAN::|bfBeginsDollar| BOOTTRAN::SHOEGREATERP BOOTTRAN::HPUT
 BOOTTRAN::MAKE_HASHTABLE BOOTTRAN::HKEYS BOOTTRAN::|shoePileInsert|
 BOOTTRAN::|shoeLineToks| BOOTTRAN::|shoeInclude| BOOTTRAN::CONCAT
 BOOTTRAN::|shoeConsole| BOOTTRAN::SUBSTRING BOOTTRAN::|shoeIdChar|
 BOOTTRAN::IDENTP BOOTTRAN::PNAME BOOTTRAN::REALLYPRETTYPRINT
 BOOTTRAN::|shoePrefix?|
The following special variables were not defined:
 BOOTTRAN::|bStreamNil| BOOTTRAN::|$bootDefined| BOOTTRAN::|$bootUsed|
 BOOTTRAN::|$bootDefinedTwice| BOOTTRAN::|$used|
 BOOTTRAN::|$lispWordTable|
0 errors, 24 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=btincl2.clisp btincl2.boot
#<PACKAGE BOOTTRAN>
btincl2.clisp PRODUCED
"btincl2.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=btincl2.fas btincl2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btincl2.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|bStreamNil\| #))-2| in lines
         6..8 : |bStreamNil| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeFileMap| in lines 10..28 : |bStreamNil| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeInclude1| in lines 220..237 : |bStreamNil| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bPremStreamNil| in lines 402..414 : |bStreamNil| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btincl2.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeInputFile| BOOTTRAN::|bMap| BOOTTRAN::|bRgen|
 BOOTTRAN::|char| BOOTTRAN::STRPOSL BOOTTRAN::SUBSTRING
 BOOTTRAN::|bAddLineNumber| BOOTTRAN::|shoeFindLines| BOOTTRAN::|bIgen|
 BOOTTRAN::|bDelay| BOOTTRAN::STTOMC BOOTTRAN::|bAppend|
 BOOTTRAN::CONCAT BOOTTRAN::STRINGIMAGE BOOTTRAN::|bStreamNull|
 BOOTTRAN::|shoeConsole|
The following special variables were not defined:
 BOOTTRAN::|bStreamNil|
0 errors, 4 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=btscan2.clisp btscan2.boot
#<PACKAGE BOOTTRAN>
btscan2.clisp PRODUCED
"btscan2.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=btscan2.fas btscan2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btscan2.clisp ...
WARNING: in |shoeConstructToken| in lines 50..53 : variable |ln| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |shoeNextLine| in lines 100..131 : |shoeTAB| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeLineToks| in lines 133..200 : |shoeCLOSEPAREN| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeAccumulateLines| in lines 229..272 : |shoeCLOSEPAREN| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeLispESCAPE| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeSPACE| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeSTRING_CHAR| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeESCAPE| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeTAB| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsComment| in lines 465..487 : |shoePLUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsComment| in lines 465..487 : |shoePLUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsNegComment| in lines 489..511 : |shoeMINUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsNegComment| in lines 489..511 : |shoeMINUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeW| in lines 696..727 : |shoeESCAPE| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeInteger1| in lines 754..784 : |shoeESCAPE| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeNumber| in lines 808..837 : |shoeDOT| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeNumber| in lines 808..837 : |shoeDOT| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoeEXPONENT1| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoeEXPONENT2| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoePLUSCOMMENT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoeMINUSCOMMENT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoeMINUSCOMMENT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeKeyWord| in lines 923..925 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeKeyWordP| in lines 927..930 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeMatch| in lines 972..975 : |shoeDict| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoePunctuation| in lines 1025..1027 : |shoePun| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeKeyTableCons| in lines 1029..1047 : |shoeKeyWords| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeDictCons| in lines 1049..1080 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoePunCons| in lines 1082..1110 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btscan2.fas
The following functions were used but not defined:
 BOOTTRAN::|bStreamNull| BOOTTRAN::MAKE-FULL-CVEC BOOTTRAN::|shoeLine?|
 BOOTTRAN::|shoePackage?| BOOTTRAN::|shoeLisp?| BOOTTRAN::DOUBLE
 BOOTTRAN::|shoeReadLispString| BOOTTRAN::|shoeCloser| BOOTTRAN::STRPOSL
 BOOTTRAN::STRPOS BOOTTRAN::|shoeIdChar| BOOTTRAN::SUBSTRING
 BOOTTRAN::|SoftShoeError| BOOTTRAN::CONCAT BOOTTRAN::STRINGIMAGE
 BOOTTRAN::SIZE BOOTTRAN::MAKE_HASHTABLE BOOTTRAN::HPUT
 BOOTTRAN::MAKE_VEC BOOTTRAN::MAKE-CVEC BOOTTRAN::HKEYS
 BOOTTRAN::MAKE-BVEC BOOTTRAN::|shoeStartsId|
The following special variables were not defined:
 BOOTTRAN::|shoeTAB| BOOTTRAN::|shoeCLOSEPAREN|
 BOOTTRAN::|shoeLispESCAPE| BOOTTRAN::|shoeSPACE|
 BOOTTRAN::|shoeSTRING_CHAR| BOOTTRAN::|shoeESCAPE|
 BOOTTRAN::|shoePLUSCOMMENT| BOOTTRAN::|shoeMINUSCOMMENT|
 BOOTTRAN::|shoeDOT| BOOTTRAN::|shoeEXPONENT1| BOOTTRAN::|shoeEXPONENT2|
 BOOTTRAN::|shoeKeyTable| BOOTTRAN::|shoeDict| BOOTTRAN::|shoePun|
 BOOTTRAN::|shoeKeyWords|
0 errors, 29 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=typrops.clisp typrops.boot
#<PACKAGE BOOTTRAN>
typrops.clisp PRODUCED
"typrops.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=typrops.fas typrops.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/typrops.clisp ...
WARNING: in #:|6 72 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeKeyWords\| #))-2| in
         lines 6..72 : |shoeKeyWords| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|74 76 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeKeyTable\| #))-3| in
         lines 74..76 : |shoeKeyTable| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|78 80 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeSPACE\| #))-4| in
         lines 78..80 : |shoeSPACE| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|82 84 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeESCAPE\| #))-5| in
         lines 82..84 : |shoeESCAPE| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|86 88 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeLispESCAPE\| #))-6| in
         lines 86..88 : |shoeLispESCAPE| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|90 92 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeSTRING_CHAR\| #))-7|
         in lines 90..92 : |shoeSTRING_CHAR| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|94 96 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoePLUSCOMMENT\| #))-8|
         in lines 94..96 : |shoePLUSCOMMENT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|98 100 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeMINUSCOMMENT\| #))-9|
         in lines 98..100 : |shoeMINUSCOMMENT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|102 104 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeDOT\| #))-10| in
         lines 102..104 : |shoeDOT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|106 108 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeEXPONENT1\| #))-11|
         in lines 106..108 : |shoeEXPONENT1| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|110 112 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeEXPONENT2\| #))-12|
         in lines 110..112 : |shoeEXPONENT2| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|114 116 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeCLOSEPAREN\| #))-13|
         in lines 114..116 : |shoeCLOSEPAREN| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|118 120 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeTAB\| 9))-14| in
         lines 118..120 : |shoeTAB| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|122 124 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeDict\| #))-15| in
         lines 122..124 : |shoeDict| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|126 128 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoePun\| #))-16| in
         lines 126..128 : |shoePun| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/typrops.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeKeyTableCons| BOOTTRAN::|shoeDictCons|
 BOOTTRAN::|shoePunCons|
0 errors, 15 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=btpile2.clisp btpile2.boot
#<PACKAGE BOOTTRAN>
btpile2.clisp PRODUCED
"btpile2.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=btpile2.fas btpile2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btpile2.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btpile2.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeTokPosn| BOOTTRAN::|shoeTokType| BOOTTRAN::|bStreamNull|
 BOOTTRAN::|shoeTokPart| BOOTTRAN::EQCAR BOOTTRAN::|dqAppend|
 BOOTTRAN::|dqConcat| BOOTTRAN::|dqUnit| BOOTTRAN::|shoeTokConstruct|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=typars.clisp typars.boot
#<PACKAGE BOOTTRAN>
typars.clisp PRODUCED
"typars.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=typars.fas typars.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/typars.clisp ...
WARNING: in |bpStoreName| in lines 1346..1356 : |$wheredefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bpStoreName| in lines 1346..1356 : |$typings| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/typars.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeTokPart| BOOTTRAN::|bfReName| BOOTTRAN::|bfBracket|
 BOOTTRAN::|bfPile| BOOTTRAN::|bfIf| BOOTTRAN::|bfIfThenOnly|
 BOOTTRAN::CONCAT BOOTTRAN::PNAME BOOTTRAN::|bpIgnoredFromTo|
 BOOTTRAN::|SoftShoeError| BOOTTRAN::|bfReadLisp|
 BOOTTRAN::|shoeTokConstruct| BOOTTRAN::|shoeTokPosn|
 BOOTTRAN::|bfSymbol| BOOTTRAN::|bfDot| BOOTTRAN::|bfElt|
 BOOTTRAN::|bfSuffixDot| BOOTTRAN::|bfTagged| BOOTTRAN::EQCAR
 BOOTTRAN::|bfReduceCollect| BOOTTRAN::|bfReduce|
 BOOTTRAN::|bfISApplication| BOOTTRAN::|bfConstruct|
 BOOTTRAN::|bfInfApplication| BOOTTRAN::|bfReturnNoName|
 BOOTTRAN::|bfApplication| BOOTTRAN::|bfLp| BOOTTRAN::|bfLoop1|
 BOOTTRAN::|bfSuchthat| BOOTTRAN::|bfWhile| BOOTTRAN::|bfUntil|
 BOOTTRAN::|bfForInBy| BOOTTRAN::|bfForin| BOOTTRAN::|bfSegment2|
 BOOTTRAN::|bfSegment1| BOOTTRAN::|bfIterators| BOOTTRAN::|bfCross|
 BOOTTRAN::|bfExit| BOOTTRAN::|bfCompDef| BOOTTRAN::|bfDefinition1|
 BOOTTRAN::|bfDefinition2| BOOTTRAN::|bfMDefinition2|
 BOOTTRAN::|bfWhere| BOOTTRAN::|bfDefSequence| BOOTTRAN::|bfSequence|
 BOOTTRAN::|bfCollect| BOOTTRAN::|bfTupleConstruct|
 BOOTTRAN::|bfDCollect| BOOTTRAN::|bfDTuple| BOOTTRAN::|bfEqual|
 BOOTTRAN::|bfAppend| BOOTTRAN::|bfColon| BOOTTRAN::|bfAssign|
 BOOTTRAN::|shoeTokType| BOOTTRAN::|bfColonAppend| BOOTTRAN::|bfTupleIf|
 BOOTTRAN::|bfLocal| BOOTTRAN::|bfListOf| BOOTTRAN::|bfTuple|
 BOOTTRAN::|bfStruct| BOOTTRAN::|bfNameArgs| BOOTTRAN::|bfNameOnly|
 BOOTTRAN::|bfCase| BOOTTRAN::|bfCaseItem|
0 errors, 2 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=tytree1.clisp tytree1.boot
#<PACKAGE BOOTTRAN>
tytree1.clisp PRODUCED
"tytree1.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=tytree1.fas tytree1.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/tytree1.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$inDefIS\| NIL))-2| in lines
         6..8 : |$inDefIS| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfGenSymbol| in lines 10..18 : |$GenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfGenSymbol| in lines 10..18 : |$GenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfGenSymbol| in lines 10..18 : |$GenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defSheepAndGoats| in lines 736..771 : |$op| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET1| in lines 799..853 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET1| in lines 799..853 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET1| in lines 799..853 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 866..995 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 866..995 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 866..995 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 866..995 : |$inDefIS| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfMDef| in lines 1412..1470 : |$wheredefs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfMDef| in lines 1412..1470 : variable |defOp| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bfDef| in lines 1517..1545 : |$bfClamming| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfDef| in lines 1517..1545 : |$wheredefs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfTagged| in lines 1872..1891 : |$typings| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfTagged| in lines 1872..1891 : |$typings| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfWhere| in lines 2092..2143 : |$wheredefs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfWhere| in lines 2092..2143 : |$wheredefs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfStruct| in lines 2252..2266 : variable |name| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/tytree1.fas
The following functions were used but not defined:
 BOOTTRAN::|last| BOOTTRAN::STRINGIMAGE BOOTTRAN::|bpSpecificErrorHere|
 BOOTTRAN::|bpTrap| BOOTTRAN::SETDIFFERENCE BOOTTRAN::IDENTP
 BOOTTRAN::SUBSTRING BOOTTRAN::PNAME BOOTTRAN::|shoeEVALANDFILEACTQ|
 BOOTTRAN::EQCAR BOOTTRAN::CONCAT
The following special variables were not defined:
 BOOTTRAN::|$GenVarCounter| BOOTTRAN::|$op|
 BOOTTRAN::|$letGenVarCounter| BOOTTRAN::|$inDefIS|
 BOOTTRAN::|$isGenVarCounter| BOOTTRAN::|$wheredefs|
 BOOTTRAN::|$bfClamming| BOOTTRAN::|$typings| BOOTTRAN::|$dollarVars|
 BOOTTRAN::|$locVars| BOOTTRAN::|$fluidVars|
0 errors, 53 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --make_program --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=stage1/bootsys \
	' "initial-env.fas"  "ptyout.fas"  "btincl2.fas"  "btscan2.fas"  "typrops.fas"  "btpile2.fas"  "typars.fas"  "tytree1.fas"'
#<PACKAGE FRICAS-LISP>
Bytes permanently allocated:            164,528
Bytes currently in use:               3,999,528
Bytes available until next GC:           62,712
NIL
gmake[3]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot'
rm -f stage1/ptyout.fas stage1/btincl2.fas stage1/btscan2.fas stage1/typrops.fas stage1/btpile2.fas stage1/typars.fas stage1/tytree1.fas
rm -f stage1/ptyout.clisp stage1/btincl2.clisp stage1/btscan2.clisp stage1/typrops.clisp stage1/btpile2.clisp stage1/typars.clisp stage1/tytree1.clisp
mv ptyout.fas btincl2.fas btscan2.fas typrops.fas btpile2.fas typars.fas tytree1.fas stage1
mv ptyout.clisp btincl2.clisp btscan2.clisp typrops.clisp btpile2.clisp typars.clisp tytree1.clisp stage1
mv ptyout.data btincl2.data btscan2.data typrops.data btpile2.data typars.data tytree1.data ptyout.fn btincl2.fn btscan2.fn typrops.fn btpile2.fn typars.fn tytree1.fn ptyout.lib btincl2.lib btscan2.lib typrops.lib btpile2.lib typars.lib tytree1.lib stage1
mv: cannot stat 'ptyout.data': No such file or directory
mv: cannot stat 'btincl2.data': No such file or directory
mv: cannot stat 'btscan2.data': No such file or directory
mv: cannot stat 'typrops.data': No such file or directory
mv: cannot stat 'btpile2.data': No such file or directory
mv: cannot stat 'typars.data': No such file or directory
mv: cannot stat 'tytree1.data': No such file or directory
mv: cannot stat 'ptyout.fn': No such file or directory
mv: cannot stat 'btincl2.fn': No such file or directory
mv: cannot stat 'btscan2.fn': No such file or directory
mv: cannot stat 'typrops.fn': No such file or directory
mv: cannot stat 'btpile2.fn': No such file or directory
mv: cannot stat 'typars.fn': No such file or directory
mv: cannot stat 'tytree1.fn': No such file or directory
gmake[2]: [Makefile:263: stage1/stamp_bootsys] Error 1 (ignored)
rm -rf prev-stage
ln -s stage1 prev-stage
touch stage1/stamp_bootsys
echo ' "../boot/initial-env.fas"  "../boot/ptyout.fas"  "../boot/btincl2.fas"  "../boot/btscan2.fas"  "../boot/typrops.fas"  "../boot/btpile2.fas"  "../boot/typars.fas"  "../boot/tytree1.fas"' > lobj_lst
/usr/pkg/bin/gmake OBJECTS="ptyout.fas btincl2.fas btscan2.fas typrops.fas btpile2.fas typars.fas tytree1.fas" /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys
gmake[3]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot'
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=ptyout.clisp ptyout.boot
#<PACKAGE BOOTTRAN>
ptyout.clisp PRODUCED
"ptyout.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=ptyout.fas ptyout.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/ptyout.clisp ...
WARNING: in |bMap1| in lines 715..726 : |bStreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootDefined| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootUsed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootUsed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootDefined| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeReport| in lines 877..932 : |$bootUsed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefined| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefinedTwice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootDefined| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootUsed| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse| in lines 947..1028 : |$bootUsed| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$used| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defuse1| in lines 1030..1092 : |$bootDefined| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defusebuiltin| in lines 1130..1133 : |$lispWordTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeXReport| in lines 1222..1243 : |$bootUsed| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeXReport| in lines 1222..1243 : |$bootUsed| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/ptyout.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeCOMPILE-FILE| BOOTTRAN::|dqToList|
 BOOTTRAN::|shoeLastTokPosn| BOOTTRAN::|shoeFirstTokPosn|
 BOOTTRAN::SHOENOTPRETTYPRINT BOOTTRAN::|bpFirstTok|
 BOOTTRAN::|bpGeneralErrorHere| BOOTTRAN::|bpComma| BOOTTRAN::|bpTrap|
 BOOTTRAN::|bpPop1| BOOTTRAN::|shoeCompTran| BOOTTRAN::|bpPush|
 BOOTTRAN::MAKE-FULL-CVEC BOOTTRAN::STRINGIMAGE BOOTTRAN::EQCAR
 BOOTTRAN::|shoeread-line| BOOTTRAN::|shoePLACEP| BOOTTRAN::STRPOS
 BOOTTRAN::|bfBeginsDollar| BOOTTRAN::SHOEGREATERP BOOTTRAN::HPUT
 BOOTTRAN::MAKE_HASHTABLE BOOTTRAN::HKEYS BOOTTRAN::|shoePileInsert|
 BOOTTRAN::|shoeLineToks| BOOTTRAN::|shoeInclude| BOOTTRAN::CONCAT
 BOOTTRAN::|shoeConsole| BOOTTRAN::SUBSTRING BOOTTRAN::|shoeIdChar|
 BOOTTRAN::IDENTP BOOTTRAN::PNAME BOOTTRAN::REALLYPRETTYPRINT
 BOOTTRAN::|shoePrefix?|
The following special variables were not defined:
 BOOTTRAN::|bStreamNil| BOOTTRAN::|$bootDefined| BOOTTRAN::|$bootUsed|
 BOOTTRAN::|$bootDefinedTwice| BOOTTRAN::|$used|
 BOOTTRAN::|$lispWordTable|
0 errors, 24 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=btincl2.clisp btincl2.boot
#<PACKAGE BOOTTRAN>
btincl2.clisp PRODUCED
"btincl2.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=btincl2.fas btincl2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btincl2.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|bStreamNil\| #))-2| in lines
         6..8 : |bStreamNil| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeFileMap| in lines 10..28 : |bStreamNil| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeInclude1| in lines 220..237 : |bStreamNil| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bPremStreamNil| in lines 402..414 : |bStreamNil| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btincl2.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeInputFile| BOOTTRAN::|bMap| BOOTTRAN::|bRgen|
 BOOTTRAN::|char| BOOTTRAN::STRPOSL BOOTTRAN::SUBSTRING
 BOOTTRAN::|bAddLineNumber| BOOTTRAN::|shoeFindLines| BOOTTRAN::|bIgen|
 BOOTTRAN::|bDelay| BOOTTRAN::STTOMC BOOTTRAN::|bAppend|
 BOOTTRAN::CONCAT BOOTTRAN::STRINGIMAGE BOOTTRAN::|bStreamNull|
 BOOTTRAN::|shoeConsole|
The following special variables were not defined:
 BOOTTRAN::|bStreamNil|
0 errors, 4 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=btscan2.clisp btscan2.boot
#<PACKAGE BOOTTRAN>
btscan2.clisp PRODUCED
"btscan2.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=btscan2.fas btscan2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btscan2.clisp ...
WARNING: in |shoeConstructToken| in lines 50..53 : variable |ln| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |shoeNextLine| in lines 100..131 : |shoeTAB| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeLineToks| in lines 133..200 : |shoeCLOSEPAREN| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeAccumulateLines| in lines 229..272 : |shoeCLOSEPAREN| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeLispESCAPE| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeSPACE| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeSTRING_CHAR| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeESCAPE| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeToken| in lines 274..322 : |shoeTAB| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsComment| in lines 465..487 : |shoePLUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsComment| in lines 465..487 : |shoePLUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsNegComment| in lines 489..511 : |shoeMINUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeStartsNegComment| in lines 489..511 : |shoeMINUSCOMMENT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeW| in lines 696..727 : |shoeESCAPE| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeInteger1| in lines 754..784 : |shoeESCAPE| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeNumber| in lines 808..837 : |shoeDOT| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeNumber| in lines 808..837 : |shoeDOT| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoeEXPONENT1| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoeEXPONENT2| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoePLUSCOMMENT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoeMINUSCOMMENT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeExponent| in lines 839..900 : |shoeMINUSCOMMENT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeKeyWord| in lines 923..925 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeKeyWordP| in lines 927..930 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeMatch| in lines 972..975 : |shoeDict| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoePunctuation| in lines 1025..1027 : |shoePun| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeKeyTableCons| in lines 1029..1047 : |shoeKeyWords| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeDictCons| in lines 1049..1080 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoePunCons| in lines 1082..1110 : |shoeKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btscan2.fas
The following functions were used but not defined:
 BOOTTRAN::|bStreamNull| BOOTTRAN::MAKE-FULL-CVEC BOOTTRAN::|shoeLine?|
 BOOTTRAN::|shoePackage?| BOOTTRAN::|shoeLisp?| BOOTTRAN::DOUBLE
 BOOTTRAN::|shoeReadLispString| BOOTTRAN::|shoeCloser| BOOTTRAN::STRPOSL
 BOOTTRAN::STRPOS BOOTTRAN::|shoeIdChar| BOOTTRAN::SUBSTRING
 BOOTTRAN::|SoftShoeError| BOOTTRAN::CONCAT BOOTTRAN::STRINGIMAGE
 BOOTTRAN::SIZE BOOTTRAN::MAKE_HASHTABLE BOOTTRAN::HPUT
 BOOTTRAN::MAKE_VEC BOOTTRAN::MAKE-CVEC BOOTTRAN::HKEYS
 BOOTTRAN::MAKE-BVEC BOOTTRAN::|shoeStartsId|
The following special variables were not defined:
 BOOTTRAN::|shoeTAB| BOOTTRAN::|shoeCLOSEPAREN|
 BOOTTRAN::|shoeLispESCAPE| BOOTTRAN::|shoeSPACE|
 BOOTTRAN::|shoeSTRING_CHAR| BOOTTRAN::|shoeESCAPE|
 BOOTTRAN::|shoePLUSCOMMENT| BOOTTRAN::|shoeMINUSCOMMENT|
 BOOTTRAN::|shoeDOT| BOOTTRAN::|shoeEXPONENT1| BOOTTRAN::|shoeEXPONENT2|
 BOOTTRAN::|shoeKeyTable| BOOTTRAN::|shoeDict| BOOTTRAN::|shoePun|
 BOOTTRAN::|shoeKeyWords|
0 errors, 29 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=typrops.clisp typrops.boot
#<PACKAGE BOOTTRAN>
typrops.clisp PRODUCED
"typrops.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=typrops.fas typrops.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/typrops.clisp ...
WARNING: in #:|6 72 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeKeyWords\| #))-2| in
         lines 6..72 : |shoeKeyWords| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|74 76 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeKeyTable\| #))-3| in
         lines 74..76 : |shoeKeyTable| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|78 80 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeSPACE\| #))-4| in
         lines 78..80 : |shoeSPACE| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|82 84 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeESCAPE\| #))-5| in
         lines 82..84 : |shoeESCAPE| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|86 88 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeLispESCAPE\| #))-6| in
         lines 86..88 : |shoeLispESCAPE| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|90 92 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeSTRING_CHAR\| #))-7|
         in lines 90..92 : |shoeSTRING_CHAR| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|94 96 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoePLUSCOMMENT\| #))-8|
         in lines 94..96 : |shoePLUSCOMMENT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|98 100 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeMINUSCOMMENT\| #))-9|
         in lines 98..100 : |shoeMINUSCOMMENT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|102 104 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeDOT\| #))-10| in
         lines 102..104 : |shoeDOT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|106 108 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeEXPONENT1\| #))-11|
         in lines 106..108 : |shoeEXPONENT1| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|110 112 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeEXPONENT2\| #))-12|
         in lines 110..112 : |shoeEXPONENT2| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|114 116 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeCLOSEPAREN\| #))-13|
         in lines 114..116 : |shoeCLOSEPAREN| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|118 120 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeTAB\| 9))-14| in
         lines 118..120 : |shoeTAB| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|122 124 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoeDict\| #))-15| in
         lines 122..124 : |shoeDict| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|126 128 (EVAL-WHEN (EVAL LOAD) (SETQ \|shoePun\| #))-16| in
         lines 126..128 : |shoePun| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/typrops.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeKeyTableCons| BOOTTRAN::|shoeDictCons|
 BOOTTRAN::|shoePunCons|
0 errors, 15 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=btpile2.clisp btpile2.boot
#<PACKAGE BOOTTRAN>
btpile2.clisp PRODUCED
"btpile2.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=btpile2.fas btpile2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btpile2.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/btpile2.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeTokPosn| BOOTTRAN::|shoeTokType| BOOTTRAN::|bStreamNull|
 BOOTTRAN::|shoeTokPart| BOOTTRAN::EQCAR BOOTTRAN::|dqAppend|
 BOOTTRAN::|dqConcat| BOOTTRAN::|dqUnit| BOOTTRAN::|shoeTokConstruct|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=typars.clisp typars.boot
#<PACKAGE BOOTTRAN>
typars.clisp PRODUCED
"typars.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=typars.fas typars.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/typars.clisp ...
WARNING: in |bpStoreName| in lines 1346..1356 : |$wheredefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bpStoreName| in lines 1346..1356 : |$typings| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/typars.fas
The following functions were used but not defined:
 BOOTTRAN::|shoeTokPart| BOOTTRAN::|bfReName| BOOTTRAN::|bfBracket|
 BOOTTRAN::|bfPile| BOOTTRAN::|bfIf| BOOTTRAN::|bfIfThenOnly|
 BOOTTRAN::CONCAT BOOTTRAN::PNAME BOOTTRAN::|bpIgnoredFromTo|
 BOOTTRAN::|SoftShoeError| BOOTTRAN::|bfReadLisp|
 BOOTTRAN::|shoeTokConstruct| BOOTTRAN::|shoeTokPosn|
 BOOTTRAN::|bfSymbol| BOOTTRAN::|bfDot| BOOTTRAN::|bfElt|
 BOOTTRAN::|bfSuffixDot| BOOTTRAN::|bfTagged| BOOTTRAN::EQCAR
 BOOTTRAN::|bfReduceCollect| BOOTTRAN::|bfReduce|
 BOOTTRAN::|bfISApplication| BOOTTRAN::|bfConstruct|
 BOOTTRAN::|bfInfApplication| BOOTTRAN::|bfReturnNoName|
 BOOTTRAN::|bfApplication| BOOTTRAN::|bfLp| BOOTTRAN::|bfLoop1|
 BOOTTRAN::|bfSuchthat| BOOTTRAN::|bfWhile| BOOTTRAN::|bfUntil|
 BOOTTRAN::|bfForInBy| BOOTTRAN::|bfForin| BOOTTRAN::|bfSegment2|
 BOOTTRAN::|bfSegment1| BOOTTRAN::|bfIterators| BOOTTRAN::|bfCross|
 BOOTTRAN::|bfExit| BOOTTRAN::|bfCompDef| BOOTTRAN::|bfDefinition1|
 BOOTTRAN::|bfDefinition2| BOOTTRAN::|bfMDefinition2|
 BOOTTRAN::|bfWhere| BOOTTRAN::|bfDefSequence| BOOTTRAN::|bfSequence|
 BOOTTRAN::|bfCollect| BOOTTRAN::|bfTupleConstruct|
 BOOTTRAN::|bfDCollect| BOOTTRAN::|bfDTuple| BOOTTRAN::|bfEqual|
 BOOTTRAN::|bfAppend| BOOTTRAN::|bfColon| BOOTTRAN::|bfAssign|
 BOOTTRAN::|shoeTokType| BOOTTRAN::|bfColonAppend| BOOTTRAN::|bfTupleIf|
 BOOTTRAN::|bfLocal| BOOTTRAN::|bfListOf| BOOTTRAN::|bfTuple|
 BOOTTRAN::|bfStruct| BOOTTRAN::|bfNameArgs| BOOTTRAN::|bfNameOnly|
 BOOTTRAN::|bfCase| BOOTTRAN::|bfCaseItem|
0 errors, 2 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=./prev-stage/bootsys --output=tytree1.clisp tytree1.boot
#<PACKAGE BOOTTRAN>
tytree1.clisp PRODUCED
"tytree1.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=tytree1.fas tytree1.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/tytree1.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$inDefIS\| NIL))-2| in lines
         6..8 : |$inDefIS| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfGenSymbol| in lines 10..18 : |$GenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfGenSymbol| in lines 10..18 : |$GenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfGenSymbol| in lines 10..18 : |$GenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defSheepAndGoats| in lines 736..771 : |$op| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET1| in lines 799..853 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET1| in lines 799..853 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET1| in lines 799..853 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 866..995 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 866..995 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 866..995 : |$letGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfLET2| in lines 866..995 : |$inDefIS| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfIS1| in lines 1105..1249 : |$isGenVarCounter| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfMDef| in lines 1412..1470 : |$wheredefs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfMDef| in lines 1412..1470 : variable |defOp| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bfDef| in lines 1517..1545 : |$bfClamming| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfDef| in lines 1517..1545 : |$wheredefs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran| in lines 1651..1716 : |$typings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$dollarVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$fluidVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |shoeCompTran1| in lines 1768..1870 : |$locVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfTagged| in lines 1872..1891 : |$typings| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfTagged| in lines 1872..1891 : |$typings| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfWhere| in lines 2092..2143 : |$wheredefs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfWhere| in lines 2092..2143 : |$wheredefs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bfStruct| in lines 2252..2266 : variable |name| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot/tytree1.fas
The following functions were used but not defined:
 BOOTTRAN::|last| BOOTTRAN::STRINGIMAGE BOOTTRAN::|bpSpecificErrorHere|
 BOOTTRAN::|bpTrap| BOOTTRAN::SETDIFFERENCE BOOTTRAN::IDENTP
 BOOTTRAN::SUBSTRING BOOTTRAN::PNAME BOOTTRAN::|shoeEVALANDFILEACTQ|
 BOOTTRAN::EQCAR BOOTTRAN::CONCAT
The following special variables were not defined:
 BOOTTRAN::|$GenVarCounter| BOOTTRAN::|$op|
 BOOTTRAN::|$letGenVarCounter| BOOTTRAN::|$inDefIS|
 BOOTTRAN::|$isGenVarCounter| BOOTTRAN::|$wheredefs|
 BOOTTRAN::|$bfClamming| BOOTTRAN::|$typings| BOOTTRAN::|$dollarVars|
 BOOTTRAN::|$locVars| BOOTTRAN::|$fluidVars|
0 errors, 53 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --make_program --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys \
	' "initial-env.fas"  "ptyout.fas"  "btincl2.fas"  "btscan2.fas"  "typrops.fas"  "btpile2.fas"  "typars.fas"  "tytree1.fas"'
#<PACKAGE FRICAS-LISP>
Bytes permanently allocated:            164,528
Bytes currently in use:               4,000,192
Bytes available until next GC:           62,048
NIL
gmake[3]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot'
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/boot'
25 making interp
cd interp && /usr/pkg/bin/gmake all-interpsys
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp'
5 invoking make in /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp with parms:
SRC= /home/pbulk/build/math/fricas/work/fricas-1.3.5/src
BYE=quit
cp /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/share/doc/msgs/s2-us.msgs \
	 /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share/msgs/s2-us.msgs
echo '(load #-:ecl "util" #+:ecl "./util.lisp")' >> makeint.lisp
echo '#+:ecl(setf fricas-lisp::*fricas-initial-lisp-objects*' \
             '(append fricas-lisp::*fricas-initial-lisp-objects*' \
             ' (quote (' >> makeint.lisp
cat ../boot/lobj_lst >> makeint.lisp
echo '))))' >> makeint.lisp
echo '(build-interpsys' \
  '(quote ( "vmlisp.fas"  "hashcode.fas"  "as.fas"  "foam_l.fas"  "macros.fas"  "setq.fas"  "buildom.fas"  "cattable.fas"  "clam.fas"  "clammed.fas"  "compat.fas"  "compress.fas"  "cparse.fas"  "cstream.fas"  "database.fas"  "format.fas"  "g-boot.fas"  "g-cndata.fas"  "g-error.fas"  "g-opt.fas"  "g-timer.fas"  "g-util.fas"  "hypertex.fas"  "i-analy.fas"  "i-coerce.fas"  "i-coerfn.fas"  "i-eval.fas"  "i-funsel.fas"  "i-intern.fas"  "i-map.fas"  "i-output.fas"  "i-resolv.fas"  "i-spec1.fas"  "i-spec2.fas"  "i-syscmd.fas"  "i-toplev.fas"  "incl.fas"  "interop.fas"  "int-top.fas"  "lisplib.fas"  "macex.fas"  "match.fas"  "msg.fas"  "msgdb.fas"  "nlib.fas"  "nrunfast.fas"  "nrungo.fas"  "nrunopt.fas"  "pathname.fas"  "pf2sex.fas"  "pile.fas"  "posit.fas"  "property.fas"  "ptrees.fas"  "record.fas"  "rulesets.fas"  "scan.fas"  "serror.fas"  "server.fas"  "setvars.fas"  "sfsfun.fas"  "simpbool.fas"  "slam.fas"  "spad.fas"  "termrw.fas"  "trace.fas"  "daase.fas"  "ncomp.fas"  "parsing.fas"  "parse.fas"  "postpar.fas"  "setvart.fas"  "s-parser.fas"  "scwrap2.fas"  "spaderror.fas"  "ax.fas"  "bc-matrix.fas"  "bc-misc.fas"  "bc-solve.fas"  "ht-util.fas"  "htsetvar.fas"  "ht-root.fas"  "br-con.fas"  "br-data.fas"  "showimp.fas"  "br-op1.fas"  "br-op2.fas"  "br-search.fas"  "br-util.fas"  "br-saturn.fas"  "apply.fas"  "c-doc.fas"  "c-util.fas"  "category.fas"  "compiler.fas"  "define.fas"  "functor.fas"  "info.fas"  "iterator.fas"  "modemap.fas"  "nruncomp.fas"  "package.fas"  "htcheck.fas"))' \
  '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu")' >> makeint.lisp
echo '#-:ecl(|clearClams|)' >> makeint.lisp
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=vmlisp.fas vmlisp.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/vmlisp.lisp ...
WARNING: in GCMSG in lines 663..676 : variable X is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/vmlisp.fas
The following functions were used but not defined:
 BOOT::|make_input_filename| BOOT::|make_filename|
0 errors, 1 warning
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=hashcode.clisp hashcode.boot
#<PACKAGE BOOTTRAN>
hashcode.clisp PRODUCED
"hashcode.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=hashcode.fas hashcode.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/hashcode.clisp ...
WARNING: in |hashType| in lines 11..147 : |$VoidHash| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashType| in lines 11..147 : |$DomainsWithoutLisplibs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|149 151 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashModulus\|
         1073741789))-4| in lines 149..151 : |$hashModulus| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashString| in lines 153..175 : |$hashModulus| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|177 179 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashZ1\|
         1100661313))-6| in lines 177..179 : |$hashZ1| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|181 183 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashZ2\|
         1433925857))-7| in lines 181..183 : |$hashZ2| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|185 187 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashZZ\|
         4903203917250634599))-8| in lines 185..187 : |$hashZZ| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashCombine| in lines 189..201 : |$hashZ1| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashCombine| in lines 189..201 : |$hashZ2| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashCombine| in lines 189..201 : |$hashZZ| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|203 205 (EVAL-WHEN (EVAL LOAD) (SETQ \|$VoidHash\| #))-10| in
         lines 203..205 : |$VoidHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/hashcode.fas
The following functions were used but not defined:
 BOOT::|isDomain| BOOT::|member| BOOT::|getConstructorModemap|
 BOOT::GETDATABASE
The following special variables were not defined:
 BOOT::|$VoidHash| BOOT::|$DomainsWithoutLisplibs| BOOT::|$hashModulus|
 BOOT::|$hashZ1| BOOT::|$hashZ2| BOOT::|$hashZZ|
0 errors, 11 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=as.clisp as.boot
#<PACKAGE BOOTTRAN>
as.clisp PRODUCED
"as.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=as.fas as.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/as.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$docHash\| #))-2| in lines
         6..8 : |$docHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|10 12 (EVAL-WHEN (EVAL LOAD) (SETQ \|$conHash\| #))-3| in lines
         10..12 : |$conHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|14 16 (EVAL-WHEN (EVAL LOAD) (SETQ \|$opHash\| #))-4| in lines
         14..16 : |$opHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|18 20 (EVAL-WHEN (EVAL LOAD) (SETQ \|$asyPrint\| NIL))-5| in
         lines 18..20 : |$asyPrint| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |astran| in lines 43..142 : |$docHash| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |astran| in lines 43..142 : |$conHash| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |astran| in lines 43..142 : |$constantHash| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |astran| in lines 43..142 : |$conHash| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |astran| in lines 43..142 : |$conHash| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |astran| in lines 43..142 : |$newConlist| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |astran| in lines 43..142 : |$newConlist| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |astran| in lines 43..142 : |$conHash| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyParents| in lines 144..171 : |$mmAlist| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$conHash| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$mmAlist| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$parentsHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$opHash| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$docAlist| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$constantHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$niladics| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$asFilename| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlist| in lines 231..370 : |$asyPrint| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlistForFunction| in lines 408..436 : |$conHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlistForFunction| in lines 408..436 : |$mmAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asMakeAlistForFunction| in lines 408..436 : |$asyPrint| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asGetModemaps| in lines 540..667 : |$PatternVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asGetModemaps| in lines 540..667 : |$PatternVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asGetModemaps| in lines 540..667 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyDocumentation| in lines 678..727 : |$docHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyDocumentation| in lines 678..727 : |$conHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyDocumentation,fn| in lines 728..735 : variable |op| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |asyExportAlist| in lines 766..807 : |$docHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyExportAlist,fn| in lines 808..816 : variable |op| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |asyMakeOperationAlist| in lines 818..940 : |$opHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyAncestors| in lines 960..985 : |$niladics| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asytran| in lines 1001..1049 : |$niladics| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asytran| in lines 1001..1049 : |$niladics| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asytran| in lines 1001..1049 : |$docHash| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asytranDeclaration| in lines 1076..1189 : |$constantHash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asytranDeclaration| in lines 1076..1189 : |$asyFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asytranDeclaration| in lines 1076..1189 : |$conHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asytranDeclaration| in lines 1076..1189 : |$docHashLocal| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asytranForm1| in lines 1317..1418 : |$hasPerCent| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendConstructorDataTable| in lines 1719..1768 : |$conHash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendConstructorDataTable| in lines 1719..1768 : |$conHash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyAbbreviation| in lines 1872..1913 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |asyGetAbbrevFromComments| in lines 1922..1973 : |$docHash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyGetAbbrevFromComments| in lines 1922..1973 : |$conHash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyGetAbbrevFromComments,fn| in lines 1974..1981 : variable |op|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |asyExtractAbbreviation| in lines 1983..1997 : |$stringNewline| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyConstructorModemap| in lines 2060..2095 : |$conHash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyConstructorModemap| in lines 2060..2095 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoin| in lines 2310..2349 : |$kind| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinPartIf| in lines 2423..2432 : |$predlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinItem| in lines 2449..2464 : |$predlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinItem| in lines 2449..2464 : |$opStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinItem| in lines 2449..2464 : |$opStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinItem| in lines 2449..2464 : |$predlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinItem| in lines 2449..2464 : |$conStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinItem| in lines 2449..2464 : |$conStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinPartExport| in lines 3137..3199 : |$predlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinPartExport| in lines 3137..3199 : |$opStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinPartExport| in lines 3137..3199 : |$opStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinPartExport| in lines 3137..3199 : |$predlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinPartExport| in lines 3137..3199 : |$opStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |asyTypeJoinPartExport| in lines 3137..3199 : |$opStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/as.fas
The following functions were used but not defined:
 BOOT::OBEY BOOT::EOFP BOOT::|read_line| BOOT::|union| BOOT::|folks|
 BOOT::|explodeIfs| BOOT::|mySort| BOOT::|categoryParts1|
 BOOT::|sayBrightlyNT| BOOT::|pp| BOOT::|interactiveModemapForm|
 BOOT::|trimString| BOOT::REMDUP BOOT::|sayBrightly| BOOT::VMREAD
 BOOT::PUT BOOT::GETDATABASE BOOT::|hahah| BOOT::MAKE_HASHTABLE
 BOOT::MKPF BOOT::STRINGIMAGE BOOT::|listSort| BOOT::GLESSEQP
 BOOT::ASSOCLEFT BOOT::STRCONC BOOT::|abbreviation?| BOOT::HKEYS
 BOOT::|intern| BOOT::STRPOS BOOT::LASSOC BOOT::UPCASE BOOT::SUBSTRING
 BOOT::|constructor?| BOOT::TAKE BOOT::SUBLISLIS BOOT::|error|
 BOOT::|isLowerCaseLetter| BOOT::PNAME BOOT::|opOf| BOOT::GETL
 BOOT::|systemError| BOOT::|quickAnd|
The following special variables were not defined:
 BOOT::|$conHash| BOOT::|$newConlist| BOOT::|$mmAlist|
 BOOT::|$parentsHash| BOOT::|$opHash| BOOT::|$FormalMapVariableList|
 BOOT::|$docAlist| BOOT::|$constantHash| BOOT::|$niladics|
 BOOT::|$TriangleVariableList| BOOT::|$asFilename| BOOT::|$asyPrint|
 BOOT::|$PatternVariableList| BOOT::|$docHash| BOOT::|$asyFile|
 BOOT::|$docHashLocal| BOOT::|$stringNewline| BOOT::|$kind|
 BOOT::|$predlist| BOOT::|$opStack| BOOT::|$conStack|
0 errors, 71 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=foam_l.fas foam_l.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/foam_l.lisp ...
WARNING: in |SFloRPlus| in line 253 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRPlus| in line 253 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRPlus| in line 253 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRMinus| in line 254 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRMinus| in line 254 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRMinus| in line 254 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRTimes| in line 255 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRTimes| in line 255 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRTimes| in line 255 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRTimesPlus| in line 256 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRTimesPlus| in line 256 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRTimesPlus| in line 256 : variable Z is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRTimesPlus| in line 256 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRDivide| in line 257 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRDivide| in line 257 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloRDivide| in line 257 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloDissemble| in line 258 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloAssemble| in line 259 : variable W is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloAssemble| in line 259 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFloAssemble| in line 259 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRPlus| in line 289 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRPlus| in line 289 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRPlus| in line 289 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRMinus| in line 290 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRMinus| in line 290 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRMinus| in line 290 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRTimes| in line 291 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRTimes| in line 291 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRTimes| in line 291 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRTimesPlus| in line 292 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRTimesPlus| in line 292 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRTimesPlus| in line 292 : variable Z is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRTimesPlus| in line 292 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRDivide| in line 293 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRDivide| in line 293 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloRDivide| in line 293 : variable R is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloDissemble| in line 295 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloAssemble| in line 296 : variable W is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloAssemble| in line 296 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloAssemble| in line 296 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFloAssemble| in line 296 : variable Z is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FormatNumber| in lines 433..444 : STR is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FormatNumber| in lines 433..444 : STR is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FormatNumber| in lines 433..444 : STR is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |RElt| in lines 555..560 : variable FIELD is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SetRElt| in lines 562..567 : variable FIELD is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EElt| in lines 581..582 : variable N is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SetEElt| in lines 584..585 : variable N is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |Lex| in lines 587..588 : variable N is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SetLex| in lines 590..592 : variable N is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FoamFree| in line 612 : variable O is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |fiSetDebugger| in line 849 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |fiSetDebugger| in line 849 : variable Y is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |fiGetDebugger| in line 850 : variable X is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|852 853 (SETQ \|G-stdoutVar\| T)-306| in lines 852..853 :
         |G-stdoutVar| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|854 854 (SETQ \|G-stdinVar\| T)-307| in line 854 : |G-stdinVar|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|855 855 (SETQ \|G-stderrVar\| T)-308| in line 855 :
         |G-stderrVar| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in H-INTEGER in lines 1034..1045 : variable E is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in H-STRING in lines 1034..1045 : variable E is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in H-ERROR in lines 1034..1045 : variable E is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/foam_l.fas
The following functions were used but not defined:
 FOAM::OBEY BOOT::|hashString| BOOT::|hashCombine|
The following special variables were not defined:
 FOAM::STR
0 errors, 60 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=macros.fas macros.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/macros.lisp ...
WARNING: in EVAL-DEFUN in line 560 : variable NAME is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |make_BF| in line 618 : |$BFtag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in COMP_QUIETLY_USING_DRIVER in lines 721..739 : |$InteractiveMode|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in COMP_QUIETLY_USING_DRIVER in lines 721..739 :
         |$compileDontDefineFunctions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in COMP_QUIETLY_USING_DRIVER in lines 721..739 : |$InteractiveMode|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in ENABLE-BACKTRACE in lines 753..760 : variable ARG is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in WHOCALLED in line 766 : variable N is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in INTERRUPT in lines 804..807 : variable IGNORE is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/macros.fas
The following functions were used but not defined:
 BOOT::CGREATERP BOOT::BPINAME BOOT::FBPIP BOOT::SIZE
 BOOT::|makePathname| BOOT::MAKE_OUTSTREAM BOOT::|sayBrightly1|
 BOOT::SHUT BOOT::|sayBrightly| BOOT::|systemError| BOOT::CONCAT
 BOOT::|print_defun| BOOT::COMP BOOT::COMP370 BOOT::|goGetTracer|
 BOOT::PNAME BOOT::DIGITP BOOT::MAKEPROP
The following special variables were not defined:
 BOOT::|$BFtag| BOOT::|$InteractiveMode|
 BOOT::|$compileDontDefineFunctions|
0 errors, 8 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=setq.fas setq.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/setq.lisp ...
WARNING: in #:|34 34 (SETQ \|$printTimeIfTrue\| NIL)-2| in line 34 :
         |$printTimeIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|36 36 (SETQ \|nullstream\| '\|nullstream\|)-3| in line 36 :
         |nullstream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|37 37 (SETQ \|nonnullstream\| '\|nonnullstream\|)-4| in line 37
         : |nonnullstream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|38 48 (SETQ \|$algebraOutputStream\| (SETQ
         \|$fortranOutputStream\| #))-6| in lines 38..48 :
         |$formulaOutputStream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|38 48 (SETQ \|$algebraOutputStream\| (SETQ
         \|$fortranOutputStream\| #))-6| in lines 38..48 : |$texOutputStream|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|38 48 (SETQ \|$algebraOutputStream\| (SETQ
         \|$fortranOutputStream\| #))-6| in lines 38..48 :
         |$fortranOutputStream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|38 48 (SETQ \|$algebraOutputStream\| (SETQ
         \|$fortranOutputStream\| #))-6| in lines 38..48 :
         |$algebraOutputStream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|53 53 (SETQ \|$localVars\| NIL)-9| in line 53 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|53 57 (SETQ \|$newConstructorList\| NIL)-10| in lines 53..57 :
         |$newConstructorList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|58 58 (SETQ \|$newConlist\| NIL)-11| in line 58 : |$newConlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|59 59 (SETQ \|$createLocalLibDb\| NIL)-12| in line 59 :
         |$createLocalLibDb| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|62 64 (SETQ \|$interpOnly\| NIL)-13| in lines 62..64 :
         |$interpOnly| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|65 65 (SETQ \|$testingSystem\| NIL)-14| in line 65 :
         |$testingSystem| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|66 66 (SETQ \|$permitWhere\| NIL)-15| in line 66 :
         |$permitWhere| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|67 68 (SETQ \|$bootstrapDomains\| NIL)-17| in lines 67..68 :
         |$bootstrapDomains| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|69 69 (SETQ \|$compileDontDefineFunctions\| 'T)-18| in line 69
         : |$compileDontDefineFunctions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|70 70 (SETQ \|$devaluateList\| NIL)-19| in line 70 :
         |$devaluateList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|71 71 (SETQ \|$doNotCompressHashTableIfTrue\| T)-20| in line 71
         : |$doNotCompressHashTableIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|72 72 (SETQ \|$mutableDomains\| NIL)-21| in line 72 :
         |$mutableDomains| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|72 73 (SETQ \|$maxSignatureLineNumber\| 0)-22| in lines 72..73
         : |$maxSignatureLineNumber| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|74 74 (SETQ \|$functionLocations\| NIL)-23| in line 74 :
         |$functionLocations| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|75 75 (SETQ \|$functorLocalParameters\| NIL)-24| in line 75 :
         |$functorLocalParameters| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|75 76 (SETQ \|$insideCategoryPackageIfTrue\| NIL)-25| in lines
         75..76 : |$insideCategoryPackageIfTrue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|77 77 (SETQ \|$insideCompileBodyIfTrue\| NIL)-26| in line 77 :
         |$insideCompileBodyIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|78 78 (SETQ \|$globalExposureGroupAlist\| NIL)-27| in line 78 :
         |$globalExposureGroupAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|79 80 (SETQ \|$localExposureDataDefault\| (VECTOR # NIL
         ...))-28| in lines 79..80 : |$localExposureDataDefault| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|81 82 (SETQ \|$localExposureData\| (VECTOR # NIL ...))-29| in
         lines 81..82 : |$localExposureData| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|83 83 (SETQ \|$ReadingFile\| NIL)-30| in line 83 :
         |$ReadingFile| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|84 84 (SETQ \|$NonNullStream\| "NonNullStream")-31| in line 84
         : |$NonNullStream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|85 85 (SETQ \|$NullStream\| "NullStream")-32| in line 85 :
         |$NullStream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|86 86 (SETQ \|$UninitializedStream\| "UninitializedStream")-33|
         in line 86 : |$UninitializedStream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|87 87 (SETQ \|$domPvar\| NIL)-34| in line 87 : |$domPvar| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|89 89 (SETQ \|$Newline\| #\\Newline)-36| in line 89 :
         |$Newline| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|92 92 (SETQ $SPAD_ERRORS (VECTOR 0 0 ...))-37| in line 92 :
         $SPAD_ERRORS is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|93 93 (SETQ $OLDLINE NIL)-38| in line 93 : $OLDLINE is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|93 94 (SETQ \|$edit_file\| NIL)-39| in lines 93..94 :
         |$edit_file| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|97 97 (SETQ \|$ruleSetsInitialized\| NIL)-41| in line 97 :
         |$ruleSetsInitialized| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|99 99 (SETQ \|$returnNowhereFromGoGet\| NIL)-42| in line 99 :
         |$returnNowhereFromGoGet| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|101 101 (SETQ \|$insideCanCoerceFrom\| NIL)-43| in line 101 :
         |$insideCanCoerceFrom| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|103 103 (SETQ \|$useCoerceOrCroak\| T)-44| in line 103 :
         |$useCoerceOrCroak| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|105 105 (SETQ \|$abbreviateJoin\| NIL)-45| in line 105 :
         |$abbreviateJoin| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|107 114 (SETQ \|$InterpreterMacroAlist\| '(# # # ...))-46| in
         lines 107..114 : |$InterpreterMacroAlist| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|123 158 (SETQ \|$systemCommands\| '(# # # ...))-50| in lines
         123..158 : |$systemCommands| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|160 172 (SETQ \|$noParseCommands\| '(\|boot\| \|copyright\|
         \|credits\| ...))-51| in lines 160..172 : |$noParseCommands| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|174 198 (SETQ \|$tokenCommands\| '(\|abbreviations\| \|cd\|
         \|clear\| ...))-52| in lines 174..198 : |$tokenCommands| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|205 207 (SETQ $LINELENGTH 77)-55| in lines 205..207 :
         $LINELENGTH is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|211 211 (SETQ \|$fortranArrayStartingIndex\| 0)-59| in line 211
         : |$fortranArrayStartingIndex| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|213 215 (SETQ \|$forceDatabaseUpdate\| NIL)-60| in lines
         213..215 : |$forceDatabaseUpdate| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|218 245 (SETQ \|$InitialCommandSynonymAlist\| '(# # # ...))-62|
         in lines 218..245 : |$InitialCommandSynonymAlist| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|247 247 (SETQ \|$CommandSynonymAlist\| (COPY
         \|$InitialCommandSynonymAlist\|))-63| in line 247 :
         |$InitialCommandSynonymAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|247 247 (SETQ \|$CommandSynonymAlist\| (COPY
         \|$InitialCommandSynonymAlist\|))-63| in line 247 :
         |$CommandSynonymAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|250 250 (SETQ \|$instantRecord\| (MAKE_HASHTABLE 'ID))-65| in
         line 250 : |$instantRecord| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|251 251 (SETQ \|$immediateDataSymbol\|
         '\|--immediateData--\|)-66| in line 251 : |$immediateDataSymbol| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|253 253 (SETQ \|$useIntegerSubdomain\| 'T)-67| in line 253 :
         |$useIntegerSubdomain| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|255 271 (SETQ \|$clamList\| '(# # # ...))-68| in lines 255..271
         : |$clamList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|273 274 (SETQ \|$failed\| "failed")-69| in lines 273..274 :
         |$failed| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|276 276 (SETQ \|$constructorDataTable\| NIL)-70| in line 276 :
         |$constructorDataTable| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|278 283 (SETQ \|$univariateDomains\| '(\|UnivariatePolynomial\|
         \|UnivariateTaylorSeries\| \|UnivariateLaurentSeries\| ...))-71| in
         lines 278..283 : |$univariateDomains| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|284 289 (SETQ \|$multivariateDomains\|
         '(\|MultivariatePolynomial\| \|DistributedMultivariatePolynomial\|
         \|HomogeneousDistributedMultivariatePolynomial\| ...))-72| in lines
         284..289 : |$multivariateDomains| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|291 291 (SETQ \|$Primitives\| '(\|Union\| \|Mapping\|
         \|Record\| ...))-73| in line 291 : |$Primitives| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|293 294 (SETQ \|$DomainsWithoutLisplibs\| '(CAPSULE \|Union\|
         \|Record\| ...))-74| in lines 293..294 : |$DomainsWithoutLisplibs| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|296 296 (SETQ \|$letAssoc\| NIL)-75| in line 296 : |$letAssoc|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|297 298 (SETQ \|$QuickCode\| T)-76| in lines 297..298 :
         |$QuickCode| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|299 300 (SETQ \|$QuickLet\| T)-77| in lines 299..300 :
         |$QuickLet| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|301 302 (SETQ \|$domainTraceNameAssoc\| NIL)-78| in lines
         301..302 : |$domainTraceNameAssoc| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|303 304 (SETQ \|$tracedMapSignatures\| NIL)-79| in lines
         303..304 : |$tracedMapSignatures| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|305 305 (SETQ \|$highlightAllowed\| 'T)-80| in line 305 :
         |$highlightAllowed| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|306 310 (SETQ \|$ConstructorNames\| '(\|SubDomain\| \|Union\|
         \|Record\|))-81| in lines 306..310 : |$ConstructorNames| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|311 315 (SETQ \|$SpecialDomainNames\| '(\|add\| CAPSULE
         \|SubDomain\| ...))-82| in lines 311..315 : |$SpecialDomainNames| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|316 321 (SETQ \|$CategoryNames\| '(\|Category\| CATEGORY
         \|RecordCategory\| ...))-83| in lines 316..321 : |$CategoryNames| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|323 323 (SETQ \|$printStorageIfTrue\| NIL)-84| in line 323 :
         |$printStorageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|323 324 (SETQ \|$noEnv\| NIL)-85| in lines 323..324 : |$noEnv|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|326 329 (SETQ \|$SideEffectFreeFunctionList\| '(\|null\|
         \|case\| \|Zero\| ...))-86| in lines 326..329 :
         |$SideEffectFreeFunctionList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|331 331 (SETQ \|$AnonymousFunction\|
         '(\|AnonymousFunction\|))-87| in line 331 : |$AnonymousFunction| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|332 332 (SETQ \|$Any\| '(\|Any\|))-88| in line 332 : |$Any| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|333 333 (SETQ \|$BFtag\| '\|:BF:\|)-89| in line 333 : |$BFtag|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|334 334 (SETQ \|$Boolean\| '(\|Boolean\|))-90| in line 334 :
         |$Boolean| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|335 335 (SETQ \|$Category\| '(\|Category\|))-91| in line 335 :
         |$Category| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|336 336 (SETQ \|$Exit\| '(\|Exit\|))-92| in line 336 : |$Exit|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|338 338 (SETQ \|$OutputForm\| '(\|OutputForm\|))-93| in line
         338 : |$OutputForm| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|339 339 (SETQ \|$Float\| '(\|Float\|))-94| in line 339 :
         |$Float| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|340 340 (SETQ \|$DoubleFloat\| '(\|DoubleFloat\|))-95| in line
         340 : |$DoubleFloat| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|342 342 (SETQ \|$Integer\| '(\|Integer\|))-96| in line 342 :
         |$Integer| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|343 343 (SETQ \|$ComplexInteger\| (LIST '\|Complex\|
         \|$Integer\|))-97| in line 343 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|343 343 (SETQ \|$ComplexInteger\| (LIST '\|Complex\|
         \|$Integer\|))-97| in line 343 : |$ComplexInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|344 344 (SETQ \|$NegativeInteger\| '(\|NegativeInteger\|))-98|
         in line 344 : |$NegativeInteger| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|345 345 (SETQ \|$NonNegativeInteger\|
         '(\|NonNegativeInteger\|))-99| in line 345 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|346 346 (SETQ \|$PositiveInteger\| '(\|PositiveInteger\|))-100|
         in line 346 : |$PositiveInteger| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|347 347 (SETQ \|$RationalNumber\| '(\|Fraction\| #))-101| in
         line 347 : |$RationalNumber| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|348 348 (SETQ \|$String\| '(\|String\|))-102| in line 348 :
         |$String| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|349 349 (SETQ \|$Symbol\| '(\|Symbol\|))-103| in line 349 :
         |$Symbol| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|350 350 (SETQ \|$Void\| '(\|Void\|))-104| in line 350 : |$Void|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|351 351 (SETQ \|$QuotientField\| '\|Fraction\|)-105| in line
         351 : |$QuotientField| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|352 352 (SETQ \|$FunctionalExpression\| '\|Expression\|)-106|
         in line 352 : |$FunctionalExpression| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|353 353 (SETQ \|$DoubleFloat\| '(\|DoubleFloat\|))-107| in line
         353 : |$DoubleFloat| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|354 354 (SETQ \|$SingleInteger\| '(\|SingleInteger\|))-108| in
         line 354 : |$SingleInteger| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|356 356 (SETQ \|$InteractiveFrame\| (LIST #))-109| in line 356
         : |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|357 357 (SETQ \|$DomainsInScope\| (LIST NIL))-110| in line 357
         : |$DomainsInScope| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|358 358 (SETQ \|$EmptyEnvironment\| '(#))-111| in line 358 :
         |$EmptyEnvironment| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|359 359 (SETQ \|$EmptyMode\| '\|$EmptyMode\|)-112| in line 359
         : |$EmptyMode| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|360 360 (SETQ \|$NoValue\| '\|$NoValue\|)-113| in line 360 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|361 361 (SETQ \|$NoValueMode\| '\|NoValueMode\|)-114| in line
         361 : |$NoValueMode| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|362 362 (SETQ \|$DummyFunctorNames\| '(\|Mapping\|))-115| in
         line 362 : |$DummyFunctorNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|363 363 (SETQ \|$form\| NIL)-116| in line 363 : |$form| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|364 364 (SETQ \|$EmptyVector\| (VECTOR))-117| in line 364 :
         |$EmptyVector| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|365 365 (SETQ \|$Index\| 0)-118| in line 365 : |$Index| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|366 366 (SETQ \|$true\| ''T)-119| in line 366 : |$true| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|367 367 (SETQ \|$false\| NIL)-120| in line 367 : |$false| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|369 369 (SETQ \|$BasicPredicates\| '(INTEGERP STRINGP
         FLOATP))-122| in line 369 : |$BasicPredicates| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|372 372 (SETQ \|$cacheAlist\| NIL)-125| in line 372 :
         |$cacheAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|373 373 (SETQ \|$cacheCount\| 0)-126| in line 373 :
         |$cacheCount| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|374 374 (SETQ \|$reportExitModeStack\| NIL)-127| in line 374 :
         |$reportExitModeStack| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|377 383 (SETQ \|$FormalMapVariableList\| '(\|#1\| \|#2\| \|#3\|
         ...))-130| in lines 377..383 : |$FormalMapVariableList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|384 387 (SETQ \|$PatternVariableList\| '(*1 *2 *3 ...))-131| in
         lines 384..387 : |$PatternVariableList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|388 390 (SETQ \|$ModeVariableList\| '(DV$1 DV$2 DV$3 ...))-132|
         in lines 388..390 : |$ModeVariableList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|392 397 (SETQ \|$TriangleVariableList\| '(\|t#1\| \|t#2\|
         \|t#3\| ...))-133| in lines 392..397 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|399 401 (SETQ \|$FormalFunctionParameterList\| '(\|##1\|
         \|##2\| \|##3\| ...))-134| in lines 399..401 :
         |$FormalFunctionParameterList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|403 405 (SETQ \|$PrimitiveDomainNames\| '(\|List\| \|Integer\|
         \|NonNegativeInteger\| ...))-135| in lines 403..405 :
         |$PrimitiveDomainNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|406 416 (SETQ \|$optimizableConstructorNames\| '(\|List\|
         \|Integer\| \|PositiveInteger\| ...))-136| in lines 406..416 :
         |$optimizableConstructorNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|417 418 (SETQ \|$Zero\| '(\|Zero\|))-137| in lines 417..418 :
         |$Zero| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|419 419 (SETQ \|$One\| '(\|One\|))-138| in line 419 : |$One| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|420 421 (SETQ \|$NonMentionableDomainNames\| '($ \|Rep\|
         \|Record\| ...))-139| in lines 420..421 :
         |$NonMentionableDomainNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|423 426 (SETQ \|$CategoryFrame\| '(#))-140| in lines 423..426 :
         |$CategoryFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|428 429 (SETQ \|$InitialDomainsInScope\| '(\|$EmptyMode\|
         \|$NoValueMode\|))-141| in lines 428..429 : |$InitialDomainsInScope|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|431 431 (SETQ \|$InitialModemapFrame\| '(#))-142| in line 431 :
         |$InitialModemapFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|433 433 (SETQ \|$NRTaddForm\| NIL)-143| in line 433 :
         |$NRTaddForm| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|434 434 (SETQ \|$NRTdeltaList\| NIL)-144| in line 434 :
         |$NRTdeltaList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|435 435 (SETQ \|$NRTdeltaListComp\| NIL)-145| in line 435 :
         |$NRTdeltaListComp| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|436 436 (SETQ \|$NRTbase\| 0)-146| in line 436 : |$NRTbase| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|437 437 (SETQ \|$NRTdeltaLength\| 0)-147| in line 437 :
         |$NRTdeltaLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|438 438 (SETQ \|$NRTmonitorIfTrue\| NIL)-148| in line 438 :
         |$NRTmonitorIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|440 440 (SETQ \|$useConvertForCoercions\| NIL)-149| in line 440
         : |$useConvertForCoercions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|442 444 (SETQ \|$runTestFlag\| NIL)-150| in lines 442..444 :
         |$runTestFlag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|444 447 (SETQ \|$mkTestFlag\| NIL)-151| in lines 444..447 :
         |$mkTestFlag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|447 451 (SETQ \|$mkTestOutputStack\| NIL)-152| in lines
         447..451 : |$mkTestOutputStack| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|451 528 (SETQ CREDITS '("An alphabetical listing of
         contributors to AXIOM (to October, 2006):" "Cyril Alberga Roy Adler
         Christian Aistleitner" "Richard Anderson George Andrews" ...))-153|
         in lines 451..528 : CREDITS is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/setq.fas
The following functions were used but not defined:
 BOOT::COPY BOOT::MAKE_HASHTABLE
The following special variables were not defined:
 BOOT::|$InitialCommandSynonymAlist| BOOT::|$Integer|
0 errors, 136 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=buildom.clisp buildom.boot
#<PACKAGE BOOTTRAN>
buildom.clisp PRODUCED
"buildom.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=buildom.fas buildom.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/buildom.clisp ...
WARNING: in #:|10 13 (DEFPARAMETER \|$nonLisplibDomains\| (APPEND
         \|$Primitives\| \|$noCategoryDomains\|))-3| in lines 10..13 :
         |$Primitives| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Record0| in lines 20..86 : |$OutputForm| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceVal2E| in lines 149..160 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findEqualFun| in lines 162..166 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Union| in lines 219..281 : |$OutputForm| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Mapping| in lines 428..474 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MappingEqual| in lines 476..478 : variable |dom| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MappingUnEqual| in lines 480..483 : variable |dom| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MappingPrint| in lines 485..487 : variable |dom| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |coerceMap2E| in lines 489..503 : |$testingSystem| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Enumeration0| in lines 505..544 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Enumeration0| in lines 505..544 : |$Symbol| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |EnumEqual| in lines 546..548 : variable |dom| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |constructorCategory| in lines 601..640 : |$CategoryFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkMappingFunList| in lines 642..659 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkMappingFunList| in lines 642..659 : variable |mapForm| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |mkRecordFunList| in lines 661..763 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkNewUnionFunList| in lines 765..833 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkNewUnionFunList| in lines 765..833 : |$InteractiveMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUnionFunList| in lines 860..987 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/buildom.fas
The following functions were used but not defined:
 BOOT::STRCONC BOOT::|objValUnwrap| BOOT::|coerceByFunction|
 BOOT::|objNewWrap| BOOT::|compiledLookup| BOOT::|evalDomain|
 BOOT::|stripUnionTags| BOOT::|devaluate| BOOT::|Undef| BOOT::REMAINDER
 BOOT::HASHEQ BOOT::BPINAME BOOT::GETREFV BOOT::|lookupInTable|
 BOOT::|error| BOOT::|systemErrorHere| BOOT::|JoinInner|
 BOOT::|SetCategory| BOOT::|mkCategory| BOOT::PNAME BOOT::|substitute|
The following special variables were not defined:
 BOOT::|$Primitives| BOOT::|$OutputForm| BOOT::|$Boolean|
 BOOT::|$testingSystem| BOOT::|$Symbol| BOOT::|$CategoryFrame|
 BOOT::|$InteractiveMode|
0 errors, 20 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=cattable.clisp cattable.boot
#<PACKAGE BOOTTRAN>
cattable.clisp PRODUCED
"cattable.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=cattable.fas cattable.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/cattable.clisp ...
WARNING: in |genCategoryTable| in lines 86..180 : |$ancestors_hash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genCategoryTable| in lines 86..180 : |$nonLisplibDomains| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genCategoryTable| in lines 86..180 : |$noCategoryDomains| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genCategoryTable| in lines 86..180 : |$ancestors_hash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |simpTempCategoryTable| in lines 182..208 : |$ancestors_hash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |simpHasPred2,simp| in lines 302..344 : |$hasArgs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |simpHasPred2,simp| in lines 302..344 : |$hasArgs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genTempCategoryTable| in lines 534..582 : |$ancestors_hash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genTempCategoryTable| in lines 534..582 : |$ancestors_hash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genTempCategoryTable| in lines 534..582 : |$ancestors_hash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addToCategoryTable| in lines 584..595 : |$ancestors_hash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |moreGeneralCategoryPredicate| in lines 664..690 : variable |id|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |formalSubstitute| in lines 791..800 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isFormalArgumentList| in lines 802..818 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkCategoryExtensionAlist| in lines 820..883 : |$CategoryNames| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |catPairUnion| in lines 951..979 : variable |op| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |catPairUnion| in lines 951..979 : variable |cat| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |categoryParts1| in lines 1207..1269 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |categoryParts1| in lines 1207..1269 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateCategoryTableForDomain| in lines 1376..1402 :
         |$doNotCompressHashTableIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCategoryTable1| in lines 1410..1418 : |$cname| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCategoryTable1| in lines 1410..1418 : variable |val| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |clearTempCategoryTable| in lines 1420..1457 : |$ancestors_hash|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearTempCategoryTable| in lines 1420..1457 : |$ancestors_hash|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/cattable.fas
The following functions were used but not defined:
 BOOT::|bright| BOOT::MAKE_HASHTABLE BOOT::SETDIFFERENCE BOOT::MKPF
 BOOT::|sublisFormal| BOOT::|allConstructors| BOOT::|simpBool|
 BOOT::|sayMSG| BOOT::EQSUBSTLIST BOOT::|macrop| BOOT::|eval|
 BOOT::|assoc| BOOT::|quickOr| BOOT::LASSOC BOOT::|listSort|
 BOOT::GLESSEQP BOOT::TAKE BOOT::SUBLISLIS BOOT::|constructor?|
 BOOT::|opOf| BOOT::|quickAnd| BOOT::|member| BOOT::|systemError|
 BOOT::HKEYS BOOT::GETDATABASE
The following special variables were not defined:
 BOOT::|$nonLisplibDomains| BOOT::|$noCategoryDomains|
 BOOT::|$ancestors_hash| BOOT::|$hasArgs| BOOT::|$FormalMapVariableList|
 BOOT::|$CategoryNames| BOOT::|$TriangleVariableList|
 BOOT::|$doNotCompressHashTableIfTrue| BOOT::|$cname|
0 errors, 24 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=clam.clisp clam.boot
#<PACKAGE BOOTTRAN>
clam.clisp PRODUCED
"clam.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=clam.fas clam.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/clam.clisp ...
WARNING: in |compHash| in lines 6..132 : |$reportCounts| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compHash| in lines 6..132 : |$reportCompilation| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearClams| in lines 141..159 : |$clamList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearConstructorCaches| in lines 216..222 : |$ConstructorCache|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearConstructorCache| in lines 224..236 : |$ConstructorCache| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |cacheStats| in lines 321..352 : |$clamList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkCircularCountAlist| in lines 409..443 :
         |$reportFavoritesIfNumber| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkCircularCountAlist| in lines 409..443 :
         |$reportFavoritesIfNumber| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initCache| in lines 506..522 : |$failed| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clamStats| in lines 646..708 : |$clamList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clamStats| in lines 646..708 : |$reportCounts| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |haddProp| in lines 737..771 : |$reportInstantiations| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |haddProp| in lines 737..771 : |$reportEachInstantiation| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 :
         |$reportEachInstantiation| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 :
         |$insideCoerceInteractive| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$instantCoerceCount|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$instantCoerceCount|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$insideCanCoerceFrom|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$insideCanCoerceFrom|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$insideCanCoerceFrom|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 :
         |$instantCanCoerceCount| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 :
         |$instantCanCoerceCount| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 :
         |$insideEvalMmCondIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$instantMmCondCount|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$instantMmCondCount|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$reportInstantiations|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$instantRecord| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordInstantiation1| in lines 785..857 : |$instantRecord| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportInstantiations| in lines 859..946 : |$instantRecord| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportInstantiations| in lines 859..946 : |$instantRecord| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportInstantiations| in lines 859..946 : |$instantCoerceCount|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportInstantiations| in lines 859..946 :
         |$instantCanCoerceCount| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportInstantiations| in lines 859..946 : |$instantMmCondCount|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |listTruncate| in lines 948..974 : |$reportInstantiations| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |listTruncate| in lines 948..974 : |$op| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeAllClams| in lines 1171..1189 : |$clamList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/clam.fas
The following functions were used but not defined:
 BOOT::|compileInteractive| BOOT::|sayBrightlyI| BOOT::|compileQuietly|
 BOOT::MAKE_HASHTABLE BOOT::|allConstructors| BOOT::GETDATABASE
 BOOT::PNAME BOOT::|opOf| BOOT::|bright| BOOT::|systemErrorHere|
 BOOT::INTERNL1 BOOT::MKQ BOOT::|statRecordInstantiationEvent|
 BOOT::|assoc| BOOT::|startTimingProcess| BOOT::|stopTimingProcess|
 BOOT::|member| BOOT::LASSOC BOOT::|typeTimePrin|
 BOOT::|outputDomainConstructor| BOOT::HKEYS BOOT::SORTBY
 BOOT::|sayBrightlyNT| BOOT::|pp| BOOT::|entryWidth|
 BOOT::|keyedSystemError| BOOT::|fillerSpaces| BOOT::|devaluate|
 BOOT::|sayBrightly| BOOT::|eval| BOOT::STRCONC BOOT::STRINGIMAGE
The following special variables were not defined:
 BOOT::|$reportCounts| BOOT::|$reportCompilation| BOOT::|$clamList|
 BOOT::|$ConstructorCache| BOOT::|$reportFavoritesIfNumber|
 BOOT::|$failed| BOOT::|$reportInstantiations|
 BOOT::|$reportEachInstantiation| BOOT::|$insideCoerceInteractive|
 BOOT::|$instantCoerceCount| BOOT::|$insideCanCoerceFrom|
 BOOT::|$instantCanCoerceCount| BOOT::|$insideEvalMmCondIfTrue|
 BOOT::|$instantMmCondCount| BOOT::|$instantRecord| BOOT::|$op|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 36 warnings
NIL
echo '(progn (boottran::bootclam "clammed.boot" "clammed.clisp") (quit))' | /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys
[1]> clammed.clisp PRODUCED
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=clammed.fas clammed.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/clammed.clisp ...
WARNING: in |canCoerceFrom| in lines 17..26 : |canCoerceFrom;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerceFrom| in lines 17..26 : |canCoerceFrom;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|32 32 (EVAL-WHEN (EVAL LOAD) (SETQ \|canCoerceFrom;AL\| #))-5|
         in line 32 : |canCoerceFrom;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerce| in lines 49..57 : |canCoerce;AL| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerce| in lines 49..57 : |canCoerce;AL| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|63 63 (EVAL-WHEN (EVAL LOAD) (SETQ \|canCoerce;AL\| #))-9| in
         line 63 : |canCoerce;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isValidType;| in lines 65..284 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isValidType;| in lines 65..284 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isValidType| in lines 285..294 : |isValidType;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isValidType| in lines 285..294 : |isValidType;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|300 300 (EVAL-WHEN (EVAL LOAD) (SETQ \|isValidType;AL\| #))-13|
         in line 300 : |isValidType;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms1| in lines 308..316 : |selectMms1;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms1| in lines 308..316 : |selectMms1;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|322 322 (EVAL-WHEN (EVAL LOAD) (SETQ \|selectMms1;AL\| #))-17|
         in line 322 : |selectMms1;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceConvertMmSelection| in lines 362..372 :
         |coerceConvertMmSelection;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceConvertMmSelection| in lines 362..372 :
         |coerceConvertMmSelection;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|378 379 (EVAL-WHEN (EVAL LOAD) (SETQ
         \|coerceConvertMmSelection;AL\| #))-21| in lines 378..379 :
         |coerceConvertMmSelection;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT| in lines 405..413 : |resolveTT;AL| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT| in lines 405..413 : |resolveTT;AL| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|419 419 (EVAL-WHEN (EVAL LOAD) (SETQ \|resolveTT;AL\| #))-25|
         in line 419 : |resolveTT;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isLegitimateMode;| in lines 421..584 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isLegitimateMode;| in lines 421..584 : |$QuotientField| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isLegitimateMode;| in lines 421..584 : |$QuotientField| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isLegitimateMode;| in lines 421..584 : |$Void| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isLegitimateMode| in lines 585..595 : |isLegitimateMode;AL| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isLegitimateMode| in lines 585..595 : |isLegitimateMode;AL| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|601 601 (EVAL-WHEN (EVAL LOAD) (SETQ \|isLegitimateMode;AL\|
         #))-29| in line 601 : |isLegitimateMode;AL| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |underDomainOf;| in lines 603..618 : |$RationalNumber| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |underDomainOf;| in lines 603..618 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |underDomainOf| in lines 619..628 : |underDomainOf;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |underDomainOf| in lines 619..628 : |underDomainOf;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|634 634 (EVAL-WHEN (EVAL LOAD) (SETQ \|underDomainOf;AL\|
         #))-33| in line 634 : |underDomainOf;AL| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findRetractMms| in lines 640..650 : |findRetractMms;AL| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findRetractMms| in lines 640..650 : |findRetractMms;AL| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|656 656 (EVAL-WHEN (EVAL LOAD) (SETQ \|findRetractMms;AL\|
         #))-37| in line 656 : |findRetractMms;AL| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getConstantFromDomain| in lines 663..673 :
         |getConstantFromDomain;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getConstantFromDomain| in lines 663..673 :
         |getConstantFromDomain;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|679 680 (EVAL-WHEN (EVAL LOAD) (SETQ
         \|getConstantFromDomain;AL\| #))-41| in lines 679..680 :
         |getConstantFromDomain;AL| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpLookup| in lines 691..700 : |interpLookup;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpLookup| in lines 691..700 : |interpLookup;AL| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|706 706 (EVAL-WHEN (EVAL LOAD) (SETQ \|interpLookup;AL\|
         #))-45| in line 706 : |interpLookup;AL| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/clammed.fas
The following functions were used but not defined:
 BOOT::|canCoerceFrom0| BOOT::|getMinimalVarMode| BOOT::|canCoerce1|
 BOOT::|sayKeyedMsg| BOOT::|getConstructorSignature| BOOT::GENSYMP
 BOOT::DROP BOOT::|replaceSharps| BOOT::|categoryForm?|
 BOOT::|evalCategory| BOOT::MSUBSTQ BOOT::GETDATABASE BOOT::|opOf|
 BOOT::|selectMms2| BOOT::|hasCorrectTarget| BOOT::|isEqualOrSubDomain|
 BOOT::|startTimingProcess| BOOT::|resolveTT1| BOOT::|stopTimingProcess|
 BOOT::|isPartialMode| BOOT::|ofCategory| BOOT::|isPolynomialMode|
 BOOT::|member| BOOT::|listOfDuplicates| BOOT::|union|
 BOOT::|constructor?| BOOT::|isLegitimateRecordOrTaggedUnion|
 BOOT::REMDUP BOOT::|deconstructT| BOOT::|getUnderModeOf| BOOT::|last|
 BOOT::|findRetractMms1| BOOT::|getConstantFromDomain1|
 BOOT::|evalDomain| BOOT::|NRTcompiledLookup| BOOT::MAKE_HASHTABLE
The following special variables were not defined:
 BOOT::|canCoerceFrom;AL| BOOT::|canCoerce;AL| BOOT::|$QuotientField|
 BOOT::|isValidType;AL| BOOT::|selectMms1;AL|
 BOOT::|coerceConvertMmSelection;AL| BOOT::|resolveTT;AL|
 BOOT::|$EmptyMode| BOOT::|$Void| BOOT::|isLegitimateMode;AL|
 BOOT::|$RationalNumber| BOOT::|$Integer| BOOT::|underDomainOf;AL|
 BOOT::|findRetractMms;AL| BOOT::|getConstantFromDomain;AL|
 BOOT::|interpLookup;AL|
0 errors, 41 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=compat.clisp compat.boot
#<PACKAGE BOOTTRAN>
compat.clisp PRODUCED
"compat.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=compat.fas compat.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/compat.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/compat.fas
The following functions were used but not defined:
 BOOT::DIGITP BOOT::DIG2FIX BOOT::|rread0| BOOT::|rread1| BOOT::PNAME
 BOOT::|rwrite0| BOOT::OBEY BOOT::STRCONC BOOT::|namestring|
 BOOT::|pathname|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=compress.clisp compress.boot
#<PACKAGE BOOTTRAN>
compress.clisp PRODUCED
"compress.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=compress.fas compress.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/compress.clisp ...
WARNING: in |minimalise,min| in lines 40..62 : |$hash| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |minimalise,HashCheck| in lines 63..67 : |$hash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |minimalise,HashCheck| in lines 63..67 : |$hash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/compress.fas
The following functions were used but not defined:
 BOOT::MAKE_HASHTABLE
The following special variables were not defined:
 BOOT::|$hash|
0 errors, 3 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=cparse.clisp cparse.boot
#<PACKAGE BOOTTRAN>
cparse.clisp PRODUCED
"cparse.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=cparse.fas cparse.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/cparse.clisp ...
WARNING: in #:|364 366 (EVAL-WHEN (EVAL LOAD) (SETQ \|$npPParg\| NIL))-28| in
         lines 364..366 : |$npPParg| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npPPff| in lines 368..372 : |$npPParg| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npPP| in lines 388..401 : |$npPParg| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|403 405 (EVAL-WHEN (EVAL LOAD) (SETQ \|$npPCff\| NIL))-33| in
         lines 403..405 : |$npPCff| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npPCff| in lines 407..411 : |$npPCff| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npPC| in lines 422..434 : |$npPCff| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|684 687 (EVAL-WHEN (EVAL LOAD) (SETQ \|$npTokToNames\| #))-52|
         in lines 684..687 : |$npTokToNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npId| in lines 689..705 : |$npTokToNames| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/cparse.fas
The following functions were used but not defined:
 BOOT::|ncSoftError| BOOT::|pfWrong| BOOT::|pfDocument| BOOT::|pfTuple|
 BOOT::|npMissingMate| BOOT::|pfParen| BOOT::|pfBracket| BOOT::|pfBrace|
 BOOT::|pfPile| BOOT::|npMissing| BOOT::|pfIf| BOOT::|pfIfThenOnly|
 BOOT::|pfTweakIf| BOOT::|tokPart| BOOT::|tokType| BOOT::|pfSymb|
 BOOT::|tokConstruct| BOOT::|tokPosn| BOOT::|pfFromDom|
 BOOT::|pfRestrict| BOOT::|pfCoerceto| BOOT::|pfPretend|
 BOOT::|pfTagged| BOOT::|pfApplication| BOOT::|pfInfApplication|
 BOOT::|pfCollect| BOOT::|pfAssign| BOOT::|pfId?| BOOT::|pfExit|
 BOOT::|pfNovalue| BOOT::|pfReturn| BOOT::|pfReturnNoName| BOOT::|pfLp|
 BOOT::|pfLoop1| BOOT::|pfSuchthat| BOOT::|pfWhile| BOOT::|pfForin|
 BOOT::|pfBreak| BOOT::|pfIterate| BOOT::|pfQualType| BOOT::|pfImport|
 BOOT::|pfInline| BOOT::|pfFree| BOOT::|pfLocal| BOOT::|pfExport|
 BOOT::|pfAdd| BOOT::|npCompMissing| BOOT::|pfWith|
 BOOT::|pf0SequenceArgs| BOOT::|pfAttribute| BOOT::|pfWDec|
 BOOT::|pfTyped| BOOT::|pfNothing| BOOT::|pfWhere| BOOT::|pfTupleListOf|
 BOOT::|pfEnSequence| BOOT::|npListAndRecover| BOOT::|pfTyping|
 BOOT::|pfSpread| BOOT::|pfAppend| BOOT::|pfParts| BOOT::|pfSequence|
 BOOT::|pfLam| BOOT::|pfReturnTyped| BOOT::|pfCheckItOut|
 BOOT::|pfDefinition| BOOT::|pfPushBody| BOOT::|pfCheckMacroOut|
 BOOT::|pfMacro| BOOT::|pfPushMacroBody| BOOT::|pfRule| BOOT::|npTrap|
 BOOT::|pfSequence?| BOOT::|pfSequenceArgs| BOOT::|pfListOf|
The following special variables were not defined:
 BOOT::|$npPParg| BOOT::|$npPCff| BOOT::|$npTokToNames|
0 errors, 8 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=cstream.clisp cstream.boot
#<PACKAGE BOOTTRAN>
cstream.clisp PRODUCED
"cstream.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=cstream.fas cstream.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/cstream.clisp ...
WARNING: in #:|37 39 (EVAL-WHEN (EVAL LOAD) (SETQ \|StreamNil\| #))-5| in
         lines 37..39 : |StreamNil| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incRgen1| in lines 45..58 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incZip1| in lines 80..94 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incZip1| in lines 80..94 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incAppend1| in lines 101..115 : |StreamNil| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |next1| in lines 121..134 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |nextown1| in lines 141..158 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/cstream.fas
The following special variables were not defined:
 BOOT::|StreamNil|
0 errors, 7 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=database.clisp database.boot
#<PACKAGE BOOTTRAN>
database.clisp PRODUCED
"database.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=database.fas database.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/database.clisp ...
WARNING: in |augLisplibModemapsFromCategory| in lines 10..98 :
         |$PatternVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augLisplibModemapsFromCategory| in lines 10..98 :
         |$lisplibModemapAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augLisplibModemapsFromCategory| in lines 10..98 :
         |$lisplibModemapAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentLisplibModemapsFromFunctor| in lines 100..226 :
         |$PatternVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentLisplibModemapsFromFunctor| in lines 100..226 :
         |$lisplibModemapAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentLisplibModemapsFromFunctor| in lines 100..226 :
         |$lisplibModemapAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saveUsersHashTable| in lines 228..248 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saveUsersHashTable| in lines 228..248 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saveDependentsHashTable| in lines 250..270 : |$depTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saveDependentsHashTable| in lines 250..270 : |$depTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDomainSubst,fn| in lines 630..651 : |$PatternVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interactiveModemapForm| in lines 696..748 :
         |$PatternVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interactiveModemapForm| in lines 696..748 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modemapPattern| in lines 763..815 : |$PatternVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |substVars| in lines 817..877 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |substVars| in lines 817..877 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formal2Pattern| in lines 1442..1449 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formal2Pattern| in lines 1442..1449 : |$PatternVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateDatabase| in lines 1451..1468 : |$forceDatabaseUpdate| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateDatabase| in lines 1451..1468 : variable |fname| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |updateDatabase| in lines 1451..1468 : variable |systemdir?| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |getOplistForConstructorForm| in lines 1506..1546 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initExposureHash| in lines 1626..1660 :
         |$globalExposureGroupAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isExposedConstructor| in lines 1662..1705 : |$localExposureData|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isExposedConstructor| in lines 1662..1705 : |$localExposureData|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isExposedConstructor| in lines 1662..1705 : |$localExposureData|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayExposedGroups| in lines 1707..1729 :
         |$interpreterFrameName| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayExposedGroups| in lines 1707..1729 : |$localExposureData|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayExposedGroups| in lines 1707..1729 : |$localExposureData|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayExposedConstructors| in lines 1731..1754 :
         |$localExposureData| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayExposedConstructors| in lines 1731..1754 :
         |$localExposureData| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayHiddenConstructors| in lines 1756..1779 :
         |$localExposureData| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayHiddenConstructors| in lines 1756..1779 :
         |$localExposureData| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/database.fas
The following functions were used but not defined:
 BOOT::LASSOC BOOT::MKPF BOOT::|sayMSG| BOOT::|bright| BOOT::|erase_lib|
 BOOT::|writeLib| BOOT::MSORT BOOT::HKEYS BOOT::|rwrite|
 BOOT::|buildLibdb| BOOT::|dbSplitLibdb| BOOT::|mkUsersHashTable|
 BOOT::|mkDependentsHashTable| BOOT::|readLib| BOOT::|rread_list|
 BOOT::RSHUT BOOT::|delete| BOOT::SETDIFFERENCE BOOT::|listOfPatternIds|
 BOOT::|insertWOC| BOOT::UNIONQ BOOT::INTERSECTIONQ BOOT::COPY
 BOOT::|rassoc| BOOT::CONTAINED BOOT::MKQ BOOT::|substitute|
 BOOT::|opOf| BOOT::|startTimingProcess| BOOT::|stopTimingProcess|
 BOOT::|union| BOOT::REMDUP BOOT::ASSOCLEFT BOOT::|keyedSystemError|
 BOOT::|isCategoryForm| BOOT::|pairList| BOOT::|clearClams|
 BOOT::|clearAllSlams| BOOT::|constructor?|
 BOOT::|clearConstructorCaches| BOOT::RPLNODE BOOT::|assoc|
 BOOT::SUBSTRING BOOT::MAKE_HASHTABLE BOOT::|member| BOOT::|sayKeyedMsg|
 BOOT::|centerAndHighlight| BOOT::GETDATABASE
The following special variables were not defined:
 BOOT::|$PatternVariableList| BOOT::|$lisplibModemapAlist|
 BOOT::|$usersTb| BOOT::|$depTb| BOOT::|$FormalMapVariableList|
 BOOT::|$forceDatabaseUpdate| BOOT::|$globalExposureGroupAlist|
 BOOT::|$localExposureData| BOOT::|$interpreterFrameName|
0 errors, 33 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=format.clisp format.boot
#<PACKAGE BOOTTRAN>
format.clisp PRODUCED
"format.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=format.fas format.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/format.clisp ...
WARNING: in |sayModemapWithNumber| in lines 16..36 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formatOperation| in lines 577..585 : variable |domain| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |constructorName| in lines 856..862 : |$abbreviateTypes| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |form2String1| in lines 868..1098 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |form2String1| in lines 868..1098 : |$quadSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |form2String1| in lines 868..1098 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |form2String1| in lines 868..1098 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |appOrParen| in lines 1276..1329 : |$curExpr| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formArguments2String,fn| in lines 1364..1384 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formArguments2String,fn| in lines 1364..1384 : |$quadSymbol| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formArguments2String,fn| in lines 1364..1384 : |$Symbol| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formArguments2String,fn| in lines 1364..1384 : |$OutputForm| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formDecl2String| in lines 1386..1401 : |$whereList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formDecl2String| in lines 1386..1401 : |$whereList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formDecl2String| in lines 1386..1401 : |$permitWhere| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formJoin1| in lines 1403..1444 : |$abbreviateJoin| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formJoin1| in lines 1403..1444 : |$permitWhere| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formJoin1| in lines 1403..1444 : |$whereList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formJoin1| in lines 1403..1444 : |$declVar| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formJoin1| in lines 1403..1444 : |$whereList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |app2StringWrap| in lines 1969..1971 : variable |linkInfo| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |blankList| in lines 2279..2291 : BLANK is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |string2Float| in lines 2293..2332 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |string2Float| in lines 2293..2332 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |string2Float| in lines 2293..2332 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/format.fas
The following functions were used but not defined:
 BOOT::|old2NewModemaps| BOOT::|cleanUpSegmentedMsg|
 BOOT::|flowSegmentedMsg| BOOT::EQSUBSTLIST BOOT::MSORT
 BOOT::|listOfPatternIds| BOOT::UNIONQ BOOT::|isPatternVar| BOOT::MKPF
 BOOT::CONTAINED BOOT::|delete| BOOT::|sayWidth| BOOT::|sayMSG|
 BOOT::|getAllModemapsFromDatabase| BOOT::UPCASE
 BOOT::|queryUserKeyedMsg| BOOT::STRING2ID-N BOOT::|sayKeyedMsg|
 BOOT::|apropos| BOOT::|isFreeFunctionFromMm|
 BOOT::|isExposedConstructor| BOOT::|getDomainFromMm| BOOT::|sayNewLine|
 BOOT::|unabbrev| BOOT::GETL BOOT::|atom2String| BOOT::|abbreviate|
 BOOT::BPINAME BOOT::|constructor?| BOOT::|getConstructorSignature|
 BOOT::|freeOfSharpVars| BOOT::|isBinaryInfix| BOOT::|lbrkSch|
 BOOT::|rbrkSch| BOOT::|specialChar| BOOT::|isValidType|
 BOOT::|coerceInteractive| BOOT::|objNewWrap| BOOT::|objValUnwrap|
 BOOT::|formatAttribute| BOOT::|formatIterator| BOOT::|systemErrorHere|
 BOOT::SIZE BOOT::STRPOS BOOT::MAKETRTTABLE BOOT::STRPOSL
 BOOT::SUBSTRING BOOT::|substitute| BOOT::|bright| BOOT::|member|
 BOOT::LASSOC BOOT::|concat| BOOT::PNAME BOOT::STRCONC
 BOOT::|ncParseFromString| BOOT::|systemError|
 BOOT::|getFunctionFromDomain| BOOT::GETDATABASE BOOT::|mkEvalable|
 BOOT::STRINGIMAGE
The following special variables were not defined:
 BOOT::$LINELENGTH BOOT::|$abbreviateTypes| BOOT::|$EmptyMode|
 BOOT::|$quadSymbol| BOOT::|$InteractiveMode|
 BOOT::|$FormalMapVariableList| BOOT::|$curExpr| BOOT::|$Symbol|
 BOOT::|$OutputForm| BOOT::|$whereList| BOOT::|$permitWhere|
 BOOT::|$abbreviateJoin| BOOT::|$declVar| BOOT::BLANK BOOT::|$Integer|
 BOOT::|$PositiveInteger|
0 errors, 25 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=g-boot.clisp g-boot.boot
#<PACKAGE BOOTTRAN>
g-boot.clisp PRODUCED
"g-boot.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=g-boot.fas g-boot.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-boot.clisp ...
WARNING: in |makeClosedfnName| in lines 221..226 : $FUNNAME is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeClosedfnName| in lines 221..226 : $CLOSEDFNS is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lambdaHelper1| in lines 228..240 : |$newBindings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lambdaHelper1| in lines 228..240 : |$newBindings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lambdaHelper2| in lines 242..244 : |$newBindings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addTypesToArgs| in lines 343..376 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addTypesToArgs| in lines 343..376 : |$signatureOfForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addNilTypesToArgs| in lines 378..396 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSpadProg| in lines 398..424 : |$insideCapsuleFunctionIfTrue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSpadProg| in lines 398..424 : |$locVarsTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compNewnam| in lines 426..453 : $CLOSEDFNS is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compNewnam| in lines 426..453 : $CLOSEDFNS is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |expandDO| in lines 560..643 : OL is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|684 686 (EVAL-WHEN (EVAL LOAD) (SETQ $TRACELETFLAG NIL))-29| in
         lines 684..686 : $TRACELETFLAG is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |expandREPEAT| in lines 688..912 : $TRACELETFLAG is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in COMP370 in lines 1021..1091 : |$insideCapsuleFunctionIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in COMP370 in lines 1021..1091 : |$insideCapsuleFunctionIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-boot.fas
The following functions were used but not defined:
 BOOT::MOAN BOOT::|compHash| BOOT::SAY BOOT::INTERNL1
 BOOT::|output_lisp_defparameter| BOOT::PRETTYPRINT BOOT::CONCAT
 BOOT::STRINGIMAGE BOOT::|set_difference| BOOT::REMDUP BOOT::LISTOFATOMS
 BOOT::CONTAINED BOOT::DIGITP BOOT::PNAME BOOT::|member| BOOT::FAIL
The following special variables were not defined:
 BOOT::$FUNNAME BOOT::$CLOSEDFNS BOOT::|$newBindings|
 BOOT::|$insideCapsuleFunctionIfTrue| BOOT::|$signatureOfForm|
 BOOT::|$locVarsTypes| BOOT::OL BOOT::$TRACELETFLAG
The following functions were used but are deprecated:

 GENTEMP - This function creates symbols that cannot be garbage-collected. Use GENSYM instead.
0 errors, 17 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=g-cndata.clisp g-cndata.boot
#<PACKAGE BOOTTRAN>
g-cndata.clisp PRODUCED
"g-cndata.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=g-cndata.fas g-cndata.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-cndata.clisp ...
WARNING: in |mkLowerCaseConTable| in lines 6..24 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkLowerCaseConTable| in lines 6..24 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentLowerCaseConTable| in lines 26..39 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentLowerCaseConTable| in lines 26..39 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentLowerCaseConTable| in lines 26..39 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getCDTEntry| in lines 41..58 : |$lowerCaseConTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |categoryForm?| in lines 88..99 : |$CategoryNames| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |installConstructor| in lines 156..173 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |installConstructor| in lines 156..173 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |installConstructor| in lines 156..173 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |installConstructor| in lines 156..173 : variable |type| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |constructorAbbreviationErrorCheck| in lines 175..206 : variable
         |errmess| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |abbreviationError| in lines 208..227 : variable |abb| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |isNameOfType| in lines 270..285 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-cndata.fas
The following functions were used but not defined:
 BOOT::MAKE_HASHTABLE BOOT::|allConstructors| BOOT::|clearClams|
 BOOT::|clearConstructorCache| BOOT::|setAutoLoadProperty|
 BOOT::DOWNCASE BOOT::SIZE BOOT::PNAME BOOT::|throwKeyedErrorMsg|
 BOOT::UPCASE BOOT::|lisplibError| BOOT::|sayKeyedMsg| BOOT::|get|
 BOOT::|objMode| BOOT::|member| BOOT::|opOf| BOOT::GETDATABASE
 BOOT::|isDomainValuedVariable| BOOT::|getPartialConstructorModemapSig|
 BOOT::|userError| BOOT::|throwKeyedMsg| BOOT::|plural| BOOT::|bright|
The following special variables were not defined:
 BOOT::|$lowerCaseConTb| BOOT::|$CategoryNames|
 BOOT::|$InteractiveFrame|
0 errors, 14 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=g-error.clisp g-error.boot
#<PACKAGE BOOTTRAN>
g-error.clisp PRODUCED
"g-error.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=g-error.fas g-error.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-error.clisp ...
WARNING: in |errorSupervisor| in lines 61..71 : |$BreakMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |errorSupervisor| in lines 61..71 : |$numericFailure| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |errorSupervisor| in lines 61..71 : |$BreakMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |returnToTopLevel| in lines 241..248 : CHR is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |returnToTopLevel| in lines 241..248 : TOK is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |returnToReader| in lines 255..266 : |$ReadingFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayErrorly1| in lines 274..295 : |$testingSystem| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayErrorly1| in lines 274..295 : |$testingErrorPrefix| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwMessage| in lines 373..385 : |$compilingMap| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwMessage| in lines 373..385 : |$mapName| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwMessage| in lines 373..385 : |$printMsgsToFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-error.fas
The following functions were used but not defined:
 BOOT::|pred2English| BOOT::|read_line| BOOT::|member|
 BOOT::ENABLE-BACKTRACE BOOT::STRING2ID-N BOOT::|selectOptionLC|
 BOOT::|bright| BOOT::|mathprint| BOOT::|sayBrightly| BOOT::|coerceUn2E|
 BOOT::|prefix2String| BOOT::|outputDomainConstructor|
 BOOT::MAKE-REASONABLE BOOT::STRCONC BOOT::STRINGIMAGE BOOT::|devaluate|
 BOOT::|clearCache| BOOT::|mkMessage| BOOT::|concatList| BOOT::|sayMSG|
 BOOT::|sayMSG2File| BOOT::|spadThrow|
The following special variables were not defined:
 BOOT::|$BreakMode| BOOT::|$numericFailure| BOOT::|$ReadingFile|
 BOOT::|$testingSystem| BOOT::|$testingErrorPrefix|
 BOOT::|$compilingMap| BOOT::|$mapName| BOOT::|$printMsgsToFile|
0 errors, 11 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=g-opt.clisp g-opt.boot
#<PACKAGE BOOTTRAN>
g-opt.clisp PRODUCED
"g-opt.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=g-opt.fas g-opt.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-opt.clisp ...
WARNING: in |optimizeFunctionDef| in lines 6..51 : |$reportOptimization| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optimizeFunctionDef| in lines 6..51 : |$reportOptimization| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optCatch| in lines 158..226 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optSPADCALL| in lines 269..296 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optCall| in lines 298..352 : |$bootStrapMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optCall| in lines 298..352 : |$QuickCode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optCallSpecially| in lines 354..370 :
         |$optimizableConstructorNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optCallSpecially| in lines 354..370 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optCallSpecially| in lines 354..370 :
         |$optimizableConstructorNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optCallSpecially| in lines 354..370 : variable |q| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |optSpecialCall| in lines 438..478 : |$QuickCode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |EqualBarGensym,fn| in lines 659..678 : |$GensymAssoc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |EqualBarGensym,fn| in lines 659..678 : |$GensymAssoc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |EqualBarGensym,fn| in lines 659..678 : |$GensymAssoc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optIF2COND| in lines 680..698 : |$true| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optPredicateIfTrue| in lines 728..743 : |$BasicPredicates| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optCONDtail| in lines 745..761 : |$true| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optCONDtail| in lines 745..761 : |$true| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-opt.fas
The following functions were used but not defined:
 BOOT::COPY BOOT::|pp| BOOT::|sayBrightlyI| BOOT::|bright| BOOT::SAY
 BOOT::PRETTYPRINT BOOT::|pairList| BOOT::|systemErrorHere| BOOT::|get|
 BOOT::|opOf| BOOT::|List| BOOT::|Vector| BOOT::|OneDimensionalArray|
 BOOT::|PrimitiveArray| BOOT::|Matrix| BOOT::|TwoDimensionalArray|
 BOOT::|Integer| BOOT::|eval| BOOT::|Undef| BOOT::MKQ BOOT::GETL
 BOOT::BPINAME BOOT::MOAN BOOT::|TruthP| BOOT::|assoc| BOOT::GENSYMP
 BOOT::|numOfOccurencesOf| BOOT::|substitute| BOOT::TAKE BOOT::|after|
 BOOT::|keyedSystemError| BOOT::MAKEPROP
The following special variables were not defined:
 BOOT::|$reportOptimization| BOOT::|$InteractiveMode|
 BOOT::|$bootStrapMode| BOOT::|$QuickCode|
 BOOT::|$optimizableConstructorNames| BOOT::|$e| BOOT::|$GensymAssoc|
 BOOT::|$true| BOOT::|$BasicPredicates|
0 errors, 18 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=g-timer.clisp g-timer.boot
#<PACKAGE BOOTTRAN>
g-timer.clisp PRODUCED
"g-timer.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=g-timer.fas g-timer.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-timer.clisp ...
WARNING: in |peekTimedName| in lines 178..180 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |peekTimedName| in lines 178..180 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popTimedName| in lines 182..191 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popTimedName| in lines 182..191 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popTimedName| in lines 182..191 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popTimedName| in lines 182..191 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popTimedName| in lines 182..191 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pushTimedName| in lines 193..197 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pushTimedName| in lines 193..197 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stopTimingProcess| in lines 210..222 : |$InteractiveMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeLongTimeString| in lines 338..347 : |$printTimeIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeLongSpaceString| in lines 349..358 : |$printStorageIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|360 362 (DEFPARAMETER \|$inverseTimerTicksPerSecond\| (/ 1.0
         \|$timerTicksPerSecond\|))-23| in lines 360..362 :
         |$timerTicksPerSecond| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |timedOptimization| in lines 416..432 : |$reportOptimization| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayHeapStatsIfWanted| in lines 468..474 :
         |$printStorageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-timer.fas
The following functions were used but not defined:
 BOOT::LASSOC BOOT::CONCAT BOOT::STRINGIMAGE BOOT::STRCONC
 BOOT::|keyedSystemError| BOOT::PUT BOOT::HEAPELAPSED BOOT::|lispize|
 BOOT::|sayBrightlyI| BOOT::|bright| BOOT::|pp|
 BOOT::|splitIntoBlocksOf200| BOOT::|eval| BOOT::|sayBrightly|
 BOOT::OLDHEAPSTATS
The following special variables were not defined:
 BOOT::|$InteractiveMode| BOOT::|$printTimeIfTrue|
 BOOT::|$printStorageIfTrue| BOOT::|$timerTicksPerSecond|
 BOOT::|$reportOptimization|
The following special variables were defined too late:
 BOOT::|$timedNameStack|
0 errors, 15 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=g-util.clisp g-util.boot
#<PACKAGE BOOTTRAN>
g-util.clisp PRODUCED
"g-util.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=g-util.fas g-util.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-util.clisp ...
WARNING: in #:|16 18 (EVAL-WHEN (EVAL LOAD) (SETQ $GENNO 0))-4| in lines
         16..18 : $GENNO is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in GENVAR in lines 20..24 : $GENNO is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in GENVAR in lines 20..24 : $GENNO is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeZeroOne| in lines 383..395 : |$Zero| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeZeroOne| in lines 383..395 : |$One| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeZeroOneDestructively| in lines 397..412 : |$Zero| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeZeroOneDestructively| in lines 397..412 : |$One| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadThrow| in lines 525..539 : |$interpOnly| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadThrow| in lines 525..539 : |$mapName| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadThrow| in lines 525..539 : |$mapName| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadThrow| in lines 525..539 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadThrow| in lines 525..539 : |$BreakMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadThrow| in lines 525..539 : |$BreakMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getProplist| in lines 692..703 : |$CategoryFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augProplist| in lines 737..766 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |semchkProplist| in lines 780..796 : variable |val| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |addBinding| in lines 802..841 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|884 886 (EVAL-WHEN (EVAL LOAD) (SETQ \|$blank\| #))-58| in
         lines 884..886 : |$blank| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |leftTrim| in lines 893..916 : |$blank| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |leftTrim| in lines 893..916 : |$blank| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rightTrim| in lines 918..943 : |$blank| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rightTrim| in lines 918..943 : |$blank| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|989 991 (EVAL-WHEN (EVAL LOAD) (SETQ \|$htHash\| #))-66| in
         lines 989..991 : |$htHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|993 995 (EVAL-WHEN (EVAL LOAD) (SETQ \|$glossHash\| #))-67| in
         lines 993..995 : |$glossHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|997 999 (EVAL-WHEN (EVAL LOAD) (SETQ \|$lispHash\| #))-68| in
         lines 997..999 : |$lispHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1001 1003 (EVAL-WHEN (EVAL LOAD) (SETQ \|$sysHash\| #))-69| in
         lines 1001..1003 : |$sysHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1005 1014 (EVAL-WHEN (EVAL LOAD) (SETQ \|$htSystemCommands\|
         '#))-70| in lines 1005..1014 : |$htSystemCommands| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1016 1027 (EVAL-WHEN (EVAL LOAD) (SETQ \|$currentSysList\|
         #))-71| in lines 1016..1027 : |$htSystemCommands| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1016 1027 (EVAL-WHEN (EVAL LOAD) (SETQ \|$currentSysList\|
         #))-71| in lines 1016..1027 : |$currentSysList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1029 1031 (EVAL-WHEN (EVAL LOAD) (SETQ \|$outStream\| NIL))-72|
         in lines 1029..1031 : |$outStream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1033 1035 (EVAL-WHEN (EVAL LOAD) (SETQ \|$recheckingFlag\|
         NIL))-73| in lines 1033..1035 : |$recheckingFlag| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1037 1039 (EVAL-WHEN (EVAL LOAD) (SETQ \|$exposeFlag\|
         NIL))-74| in lines 1037..1039 : |$exposeFlag| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1041 1043 (EVAL-WHEN (EVAL LOAD) (SETQ \|$exposeFlagHeading\|
         NIL))-75| in lines 1041..1043 : |$exposeFlagHeading| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1045 1047 (EVAL-WHEN (EVAL LOAD) (SETQ \|$checkingXmptex?\|
         NIL))-76| in lines 1045..1047 : |$checkingXmptex?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1049 1051 (EVAL-WHEN (EVAL LOAD) (SETQ \|$exposeDocHeading\|
         NIL))-77| in lines 1049..1051 : |$exposeDocHeading| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1053 1055 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charPlus\| #))-78| in
         lines 1053..1055 : |$charPlus| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1057 1059 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charBlank\| #))-79|
         in lines 1057..1059 : |$charBlank| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1061 1063 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charLbrace\| #))-80|
         in lines 1061..1063 : |$charLbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1065 1067 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charRbrace\| #))-81|
         in lines 1065..1067 : |$charRbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1069 1071 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charBack\| #))-82| in
         lines 1069..1071 : |$charBack| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1073 1075 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charDash\| #))-83| in
         lines 1073..1075 : |$charDash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1077 1079 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charTab\| #))-84| in
         lines 1077..1079 : |$charTab| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1081 1083 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charNewline\| #))-85|
         in lines 1081..1083 : |$charNewline| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1085 1087 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charFauxNewline\|
         #))-86| in lines 1085..1087 : |$charFauxNewline| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1089 1091 (EVAL-WHEN (EVAL LOAD) (SETQ \|$stringNewline\|
         #))-87| in lines 1089..1091 : |$stringNewline| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1093 1095 (EVAL-WHEN (EVAL LOAD) (SETQ \|$stringFauxNewline\|
         #))-88| in lines 1093..1095 : |$stringFauxNewline| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1097 1100 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charExclusions\|
         #))-89| in lines 1097..1100 : |$charExclusions| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1102 1104 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charQuote\| #))-90|
         in lines 1102..1104 : |$charQuote| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1106 1108 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charSemiColon\|
         #))-91| in lines 1106..1108 : |$charSemiColon| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1110 1112 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charComma\| #))-92|
         in lines 1110..1112 : |$charComma| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1114 1116 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charPeriod\| #))-93|
         in lines 1114..1116 : |$charPeriod| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1118 1123 (EVAL-WHEN (EVAL LOAD) (SETQ \|$checkPrenAlist\|
         #))-94| in lines 1118..1123 : |$checkPrenAlist| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1125 1128 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charEscapeList\|
         #))-95| in lines 1125..1128 : |$charBack| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1125 1128 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charEscapeList\|
         #))-95| in lines 1125..1128 : |$charEscapeList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1130 1133 (EVAL-WHEN (EVAL LOAD) (SETQ
         \|$charIdentifierEndings\| #))-96| in lines 1130..1133 :
         |$charIdentifierEndings| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1135 1140 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charSplitList\|
         #))-97| in lines 1135..1140 : |$charComma| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1135 1140 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charSplitList\|
         #))-97| in lines 1135..1140 : |$charPeriod| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1135 1140 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charSplitList\|
         #))-97| in lines 1135..1140 : |$charLbrace| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1135 1140 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charSplitList\|
         #))-97| in lines 1135..1140 : |$charRbrace| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1135 1140 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charSplitList\|
         #))-97| in lines 1135..1140 : |$charSplitList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1142 1146 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charDelimiters\|
         #))-98| in lines 1142..1146 : |$charBlank| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1142 1146 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charDelimiters\|
         #))-98| in lines 1142..1146 : |$charBack| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1142 1146 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charDelimiters\|
         #))-98| in lines 1142..1146 : |$charDelimiters| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1148 1153 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTspadmacros\|
         '#))-99| in lines 1148..1153 : |$HTspadmacros| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charRbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charLbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charRbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charLbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charRbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charLbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charRbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charLbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charRbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charLbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charRbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$charLbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1155 1170 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTmacs\| #))-100| in
         lines 1155..1170 : |$HTmacs| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1172 1182 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTlinks\| '#))-101|
         in lines 1172..1182 : |$HTlinks| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1184 1195 (EVAL-WHEN (EVAL LOAD) (SETQ \|$HTlisplinks\|
         '#))-102| in lines 1184..1195 : |$HTlisplinks| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1197 1206 (EVAL-WHEN (EVAL LOAD) (SETQ \|$beginEndList\|
         '#))-103| in lines 1197..1206 : |$beginEndList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in MKPROMPT in lines 1302..1327 : |$inputPromptType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in MKPROMPT in lines 1302..1327 : |$inputPromptType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in MKPROMPT in lines 1302..1327 : |$inputPromptType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in MKPROMPT in lines 1302..1327 : |$IOindex| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in MKPROMPT in lines 1302..1327 : |$inputPromptType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in MKPROMPT in lines 1302..1327 : |$interpreterFrameName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in MKPROMPT in lines 1302..1327 : |$IOindex| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in MKPROMPT in lines 1302..1327 : |$interpreterFrameName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in MKPROMPT in lines 1302..1327 : |$IOindex| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Undef| in lines 1346..1385 : |Undef| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Undef| in lines 1346..1385 : |$reportBottomUpFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/g-util.fas
The following functions were used but not defined:
 BOOT::CONCAT BOOT::|assoc| BOOT::|make_full_CVEC| BOOT::|entryWidth|
 BOOT::DIVIDE BOOT::|object2String| BOOT::|isSharpVarWithNum|
 BOOT::|union| BOOT::UNIONQ BOOT::RPLNODE BOOT::|functionp|
 BOOT::|error| BOOT::GLESSEQP BOOT::?ORDER BOOT::|putHist|
 BOOT::|handleLispBreakLoop| BOOT::|sayBrightly|
 BOOT::|augProplistInteractive| BOOT::DELLASOS BOOT::LASSOC
 BOOT::|warnLiteral| BOOT::|addBindingInteractive| BOOT::|member|
 BOOT::PRETTYPRINT BOOT::|simpCatPredicate| BOOT::|simpBool|
 BOOT::DIGITP BOOT::|string2Integer| BOOT::MAKE_HASHTABLE BOOT::PNAME
 BOOT::SAY BOOT::|sayNewLine| BOOT::|ioHook| BOOT::STRCONC
 BOOT::SUBSTRING BOOT::CURRENTTIME BOOT::STRINGIMAGE BOOT::|last|
 BOOT::|eval| BOOT::|mkEvalable| BOOT::|sayMessage|
 BOOT::|prefix2String| BOOT::|throwKeyedMsg| BOOT::|formatOpSignature|
The following special variables were not defined:
 BOOT::$GENNO BOOT::|$Zero| BOOT::|$One| BOOT::|$interpOnly|
 BOOT::|$mapName| BOOT::|$e| BOOT::|$BreakMode| BOOT::|$CategoryFrame|
 BOOT::|$InteractiveMode| BOOT::|$blank| BOOT::|$htSystemCommands|
 BOOT::|$charBack| BOOT::|$charComma| BOOT::|$charPeriod|
 BOOT::|$charLbrace| BOOT::|$charRbrace| BOOT::|$charBlank|
 BOOT::|$inputPromptType| BOOT::|$IOindex| BOOT::|$interpreterFrameName|
 BOOT::|Undef| BOOT::|$reportBottomUpFlag|
0 errors, 91 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=hypertex.clisp hypertex.boot
#<PACKAGE BOOTTRAN>
hypertex.clisp PRODUCED
"hypertex.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=hypertex.fas hypertex.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/hypertex.clisp ...
WARNING: in |issueHT| in lines 50..59 : |$MenuServer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |issueHT| in lines 50..59 : |$MenuServer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceNamedHTPage| in lines 80..94 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceNamedHTPage| in lines 80..94 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceNamedHTPage| in lines 80..94 : |$currentFrameNum| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceNamedHTPage| in lines 80..94 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceNamedHTPage| in lines 80..94 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceNamedHTPage| in lines 80..94 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPopUpPage| in lines 96..109 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPopUpPage| in lines 96..109 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPopUpPage| in lines 96..109 : |$currentFrameNum| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPopUpPage| in lines 96..109 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPopUpPage| in lines 96..109 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPopUpPage| in lines 96..109 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPage| in lines 111..123 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPage| in lines 111..123 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPage| in lines 111..123 : |$currentFrameNum| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPage| in lines 111..123 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startHTPage| in lines 111..123 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startReplaceHTPage| in lines 125..137 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startReplaceHTPage| in lines 125..137 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startReplaceHTPage| in lines 125..137 : |$currentFrameNum| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startReplaceHTPage| in lines 125..137 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startReplaceHTPage| in lines 125..137 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |killHTPage| in lines 139..151 : |$MenuServer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |killHTPage| in lines 139..151 : |$MenuServer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |killHTPage| in lines 139..151 : |$currentFrameNum| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |killHTPage| in lines 139..151 : |$MenuServer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |killHTPage| in lines 139..151 : |$MenuServer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |linkToHTPage| in lines 153..165 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |linkToHTPage| in lines 153..165 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |linkToHTPage| in lines 153..165 : |$currentFrameNum| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |linkToHTPage| in lines 153..165 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |linkToHTPage| in lines 153..165 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popUpNamedHTPage| in lines 167..182 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popUpNamedHTPage| in lines 167..182 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popUpNamedHTPage| in lines 167..182 : |$currentFrameNum| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popUpNamedHTPage| in lines 167..182 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popUpNamedHTPage| in lines 167..182 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popUpNamedHTPage| in lines 167..182 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |popUpNamedHTPage| in lines 167..182 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sendHTErrorSignal| in lines 184..188 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/hypertex.fas
The following functions were used but not defined:
 BOOT::|endHTPage| |sockSendString| |sockGetInt| |sockSendInt|
The following special variables were not defined:
 BOOT::|$MenuServer| BOOT::|$currentFrameNum|
0 errors, 42 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-analy.clisp i-analy.boot
#<PACKAGE BOOTTRAN>
i-analy.clisp PRODUCED
"i-analy.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-analy.fas i-analy.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-analy.clisp ...
WARNING: in |getBasicMode| in lines 6..9 : |$useIntegerSubdomain| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicMode0| in lines 11..38 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicMode0| in lines 11..38 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicMode0| in lines 11..38 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicMode0| in lines 11..38 : |$NonNegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicMode0| in lines 11..38 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicMode0| in lines 11..38 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicMode0| in lines 11..38 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicMode0| in lines 11..38 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicObject| in lines 40..64 : |$useIntegerSubdomain| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicObject| in lines 40..64 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicObject| in lines 40..64 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicObject| in lines 40..64 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicObject| in lines 40..64 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicObject| in lines 40..64 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBasicObject| in lines 40..64 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMinimalVariableTower| in lines 66..130 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMinimalVariableTower| in lines 66..130 : |$univariateDomains|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMinimalVariableTower| in lines 66..130 : |$univariateDomains|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMinimalVariableTower| in lines 66..130 :
         |$multivariateDomains| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMinimalVarMode| in lines 132..159 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMinimalVarMode| in lines 132..159 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |polyVarlist| in lines 161..204 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |polyVarlist| in lines 161..204 : |$multivariateDomains| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pushDownTargetInfo| in lines 206..368 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pushDownTargetInfo| in lines 206..368 : |$Any| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pushDownTargetInfo| in lines 206..368 : |$immediateDataSymbol| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pushDownOnArithmeticVariables| in lines 370..417 :
         |$immediateDataSymbol| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUp| in lines 507..707 : |$immediateDataSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUp| in lines 507..707 : |$localVars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUp| in lines 507..707 : |$useIntegerSubdomain| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUp| in lines 507..707 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpUseSubdomain| in lines 737..760 : |$immediateDataSymbol|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpUseSubdomain| in lines 737..760 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpPredicate| in lines 762..775 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpPredicate| in lines 762..775 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpIdentifier| in lines 785..849 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpIdentifier| in lines 785..849 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpDefault| in lines 851..861 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpDefaultEval| in lines 863..973 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpDefaultEval| in lines 863..973 : |$univariateDomains| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpDefaultEval| in lines 863..973 : |$multivariateDomains|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpDefaultEval| in lines 863..973 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpDefaultCompile| in lines 975..1035 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpDefaultCompile| in lines 975..1035 :
         |$immediateDataSymbol| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpDefaultCompile| in lines 975..1035 : variable |isSub| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |interpRewriteRule| in lines 1037..1050 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpRewriteRule| in lines 1037..1050 : variable |expr| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bottomUpForm| in lines 1052..1063 : |$inRetract| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpForm2| in lines 1075..1152 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpFormTuple| in lines 1154..1215 : variable |t| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bottomUpFormTuple| in lines 1154..1215 : variable
         |argModeSetList| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |printableArgModeSetList| in lines 1217..1241 :
         |$origArgModeSetList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpForm0| in lines 1243..1434 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpForm0| in lines 1243..1434 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpForm0| in lines 1243..1434 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpForm0| in lines 1243..1434 : |$immediateDataSymbol| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpForm0| in lines 1243..1434 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpForm0| in lines 1243..1434 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpPercent| in lines 1528..1558 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpFormRetract| in lines 1560..1654 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpFormAnyUnionRetract| in lines 1676..1738 : |$Any| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bottomUpFormAnyUnionRetract| in lines 1676..1738 : |$Any| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-analy.fas
The following functions were used but not defined:
 BOOT::SUBSTQ BOOT::|underDomainOf| BOOT::|removeQuote|
 BOOT::|containsPolynomial| BOOT::GETZEROVEC BOOT::|isCategoryForm|
 BOOT::|devaluate| BOOT::|isEqualOrSubDomain| BOOT::|isWrapped|
 BOOT::|unwrap| BOOT::|resolveTT| BOOT::|compTran1| BOOT::|putTarget|
 BOOT::|transferPropsToNode| BOOT::GENSYMP BOOT::|isMapExpr|
 BOOT::|keyedSystemError| BOOT::|throwKeyedMsg| BOOT::|objNewWrap|
 BOOT::MKQ BOOT::|resolveTM| BOOT::|keyedMsgCompFailure|
 BOOT::|canCoerceFrom| BOOT::|get| BOOT::|selectLocalMms| BOOT::COPY
 BOOT::|evalForm| BOOT::|getFirstArgTypeFromMm| BOOT::|isType|
 BOOT::|optRECORDCOPY| BOOT::|wrap| BOOT::|timedEVALFUN|
 BOOT::|getModeOrFirstModeSetIfThere| BOOT::|coerceInteractive|
 BOOT::|outputTran2| BOOT::|objValUnwrap| BOOT::|prefix2String|
 BOOT::|isSharpVarWithNum| BOOT::|keyedMsgCompFailureSP|
 BOOT::|object2Identifier| BOOT::|opOf| BOOT::|domainForm?|
 BOOT::|getModemapsFromDatabase| BOOT::|sayKeyedMsg|
 BOOT::|isPartialMode| BOOT::|categoryForm?| BOOT::|objNew|
 BOOT::|getArgValue| BOOT::|fetchOutput| BOOT::|throwKeyedMsgSP|
 BOOT::|getAllModemapsFromDatabase| BOOT::|getAtree| BOOT::|member|
 BOOT::|putAtree| BOOT::|getUnionOrRecordTags| BOOT::|retract|
 BOOT::|putModeSet| BOOT::|putValue| BOOT::|getTarget|
 BOOT::|mkAtreeNode| BOOT::|selectMms| BOOT::|getValue| BOOT::|objMode|
 BOOT::|objVal| BOOT::|numMapArgs| BOOT::|getMode| BOOT::|getUnname|
The following special variables were not defined:
 BOOT::|$useIntegerSubdomain| BOOT::|$EmptyMode| BOOT::|$String|
 BOOT::|$PositiveInteger| BOOT::|$NonNegativeInteger| BOOT::|$Integer|
 BOOT::|$DoubleFloat| BOOT::|$NoValueMode| BOOT::|$Symbol|
 BOOT::|$univariateDomains| BOOT::|$multivariateDomains|
 BOOT::|$QuotientField| BOOT::|$OutputForm| BOOT::|$Any|
 BOOT::|$immediateDataSymbol| BOOT::|$localVars| BOOT::|$Boolean|
 BOOT::|$genValue| BOOT::|$e| BOOT::|$inRetract|
 BOOT::|$origArgModeSetList|
0 errors, 63 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-coerce.clisp i-coerce.boot
#<PACKAGE BOOTTRAN>
i-coerce.clisp PRODUCED
"i-coerce.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-coerce.fas i-coerce.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-coerce.clisp ...
WARNING: in |coerceOrFail| in lines 50..68 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceOrCroak| in lines 70..93 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract| in lines 108..130 : |$EmptyMode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract1| in lines 132..194 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract1| in lines 132..194 : |$NonNegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract1| in lines 132..194 : |$NonNegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract1| in lines 132..194 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract1| in lines 132..194 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract1| in lines 132..194 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$Any| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$PositiveInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$NonNegativeInteger|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$NonNegativeInteger|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$PositiveInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$NonNegativeInteger|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$NonNegativeInteger|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$PositiveInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$NonNegativeInteger|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$NonNegativeInteger|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$PositiveInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$NonNegativeInteger|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$NonNegativeInteger|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$QuotientField| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |retract2Specialization| in lines 219..533 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceRetract| in lines 573..598 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceRetract| in lines 573..598 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceRetract| in lines 573..598 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceRetract| in lines 573..598 : |$Symbol| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceRetract| in lines 573..598 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |algEqual| in lines 789..804 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerce1| in lines 806..948 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerce1| in lines 806..948 : |$String| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerce1| in lines 806..948 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerce1| in lines 806..948 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerce1| in lines 806..948 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerce1| in lines 806..948 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerceFrom0| in lines 950..982 : |$RationalNumber| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerceFrom0| in lines 950..982 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerceTopMatching| in lines 998..1036 : |$univariateDomains|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerceTopMatching| in lines 998..1036 : |$multivariateDomains|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerceLocal| in lines 1387..1420 : |$CoerceTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerceLocal| in lines 1387..1420 : |$coerceFailure| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canCoerceCommute| in lines 1422..1439 : |$CommuteTable| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canConvertByFunction| in lines 1489..1497 :
         |$useConvertForCoercions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |absolutelyCanCoerceByCheating| in lines 1532..1589 : |$Integer|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |absolutelyCannotCoerce| in lines 1591..1692 : |$QuotientField| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |absolutelyCannotCoerce| in lines 1591..1692 : |$Integer| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |absolutelyCannotCoerce| in lines 1591..1692 : |$Integer| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |absolutelyCannotCoerce| in lines 1591..1692 :
         |$univariateDomains| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |absolutelyCannotCoerce| in lines 1591..1692 :
         |$multivariateDomains| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |typeIsASmallInteger| in lines 1694..1697 : |$SingleInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |typeToOutputForm| in lines 1704..1707 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInteractive| in lines 1750..1824 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInteractive| in lines 1750..1824 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInteractive| in lines 1750..1824 : |$compilingMap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInteractive| in lines 1750..1824 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInteractive| in lines 1750..1824 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInteractive| in lines 1750..1824 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInteractive| in lines 1750..1824 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt0| in lines 1826..1861 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt0| in lines 1826..1861 : |$Any| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt0| in lines 1826..1861 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Any| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Any| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$AnonymousFunction| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Symbol| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt1| in lines 1887..2293 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSubDomainPredicate| in lines 2331..2365 : |$InteractiveFrame|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSubDomainPredicate| in lines 2331..2365 : |$superHash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSubDomainPredicate| in lines 2331..2365 : |$Boolean| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSubDomainPredicate| in lines 2331..2365 : |$Boolean| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSubDomainPredicate| in lines 2331..2365 : |$superHash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceInt2Union| in lines 2611..2654 : |$String| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceIntByMap| in lines 2663..2765 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceIntByMap| in lines 2663..2765 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceIntByMap| in lines 2663..2765 : |$coerceFailure| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceIntTableOrFunction| in lines 2947..2987 : |$CoerceTable| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceIntCommute| in lines 3017..3063 : |$coerceFailure| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceIntTest| in lines 3314..3335 : |$CoerceTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceIntTest| in lines 3314..3335 : |$useConvertForCoercions| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceByTable| in lines 3337..3361 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceByTable| in lines 3337..3361 : |$coerceFailure| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |catchCoerceFailure| in lines 3363..3377 : |$coerceFailure| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coercionFailure| in lines 3379..3384 : |$coerceFailure| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceByFunction| in lines 3386..3485 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceByFunction| in lines 3386..3485 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceByFunction| in lines 3386..3485 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceByFunction| in lines 3386..3485 : |$coerceFailure| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intCodeGenCOERCE| in lines 3518..3689 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intCodeGenCOERCE| in lines 3518..3689 : |$compilingMap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intCodeGenCOERCE| in lines 3518..3689 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intCodeGenCOERCE| in lines 3518..3689 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intCodeGenCOERCE| in lines 3518..3689 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intCodeGenCOERCE| in lines 3518..3689 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intCodeGenCOERCE| in lines 3518..3689 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intCodeGenCOERCE| in lines 3518..3689 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intCodeGenCoerce1| in lines 3691..3704 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-coerce.fas
The following functions were used but not defined:
 BOOT::|error| BOOT::|sayKeyedMsg| BOOT::|constructT| BOOT::|varsInPoly|
 BOOT::|resolveTypeListAny| BOOT::|isRectangularList|
 BOOT::|findFunctionInDomain| BOOT::|orderMms| BOOT::|findRetractMms|
 BOOT::|isPartialMode| BOOT::|getOperationAlistFromLisplib| BOOT::|opOf|
 BOOT::LASSOC BOOT::|compiledLookupCheck| BOOT::|canCoerce|
 BOOT::|devaluate| BOOT::|clearDependentMaps| BOOT::|throwKeyedMsg|
 BOOT::|startTimingProcess| BOOT::|stopTimingProcess|
 BOOT::|canCoerceFrom| BOOT::|getMinimalVarMode| BOOT::|voidValue|
 BOOT::|asTupleAsList| BOOT::PNAME BOOT::|bottomUp| BOOT::|getValue|
 BOOT::|getFunctionFromDomain1| BOOT::|mkAtreeNode| BOOT::|get|
 BOOT::|removeZeroOne| BOOT::|interpret| BOOT::|mkAtree|
 BOOT::|transferPropsToNode| BOOT::|selectLocalMms|
 BOOT::|isEqualOrSubDomain| BOOT::|ofCategory|
 BOOT::|getConstantFromDomain| BOOT::|evalSharpOne| BOOT::|mkPredList|
 BOOT::|keyedSystemError| BOOT::|sayFunctionSelection|
 BOOT::|selectMms1| BOOT::|sayFunctionSelectionResult|
 BOOT::|compiledLookup| BOOT::|timedEvaluate| BOOT::GETDATABASE
 BOOT::|getConstructorSignature| BOOT::|replaceSharps|
 BOOT::|constructM| BOOT::|replaceLast| BOOT::|last|
 BOOT::|bubbleConstructor| BOOT::|isValidType| BOOT::|isLegitimateMode|
 BOOT::|underDomainOf| BOOT::GETL BOOT::STRCONC BOOT::STRINGIMAGE
 BOOT::|functionp| BOOT::PUT BOOT::|objValUnwrap| BOOT::|position|
 BOOT::MSORT BOOT::REMDUP BOOT::LIST2VEC BOOT::VEC2LIST BOOT::|member|
 BOOT::|deconstructT| BOOT::|throwKeyedMsgCannotCoerceWithValue|
 BOOT::|wrap| BOOT::|NRTcompiledLookup| BOOT::|mkObjWrap|
 BOOT::|coerceConvertMmSelection| BOOT::|interpLookup|
 BOOT::|NRTcompileEvalForm| BOOT::|evalDomain| BOOT::|Undef|
 BOOT::|isWrapped| BOOT::|unwrap| BOOT::|objNewWrap| BOOT::|objMode|
 BOOT::|mapCatchName| BOOT::|wrapped2Quote| BOOT::|objVal|
 BOOT::|removeQuote| BOOT::|isSubDomain| BOOT::|containsVariables|
 BOOT::|objNew| BOOT::|mkObjCode| BOOT::MKQ
The following special variables were not defined:
 BOOT::|$NoValueMode| BOOT::|$EmptyMode| BOOT::|$PositiveInteger|
 BOOT::|$NonNegativeInteger| BOOT::|$Integer| BOOT::|$SingleInteger|
 BOOT::|$Any| BOOT::|$Symbol| BOOT::|$QuotientField| BOOT::|$e|
 BOOT::|$OutputForm| BOOT::|$Boolean| BOOT::|$String|
 BOOT::|$RationalNumber| BOOT::|$univariateDomains|
 BOOT::|$multivariateDomains| BOOT::|$CoerceTable|
 BOOT::|$coerceFailure| BOOT::|$CommuteTable|
 BOOT::|$useConvertForCoercions| BOOT::|$compilingMap| BOOT::|$mapName|
 BOOT::|$genValue| BOOT::|$Void| BOOT::|$AnonymousFunction|
 BOOT::|$InteractiveFrame| BOOT::|$superHash|
 BOOT::|$reportBottomUpFlag|
0 errors, 125 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-coerfn.clisp i-coerfn.boot
#<PACKAGE BOOTTRAN>
i-coerfn.clisp PRODUCED
"i-coerfn.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-coerfn.fas i-coerfn.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-coerfn.clisp ...
WARNING: in |Zeros| in lines 16..36 : |$ZeroVecCache| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Zeros| in lines 16..36 : |$ZeroVecCache| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Zeros| in lines 16..36 : |$ZeroVecCache| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Zeros| in lines 16..36 : |$ZeroVecCache| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Zeros| in lines 16..36 : |$ZeroVecCache| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Dmp2Expr| in lines 334..433 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Dmp2Expr| in lines 334..433 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Expr2Complex| in lines 1033..1072 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Expr2Complex| in lines 1033..1072 : |$Float| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Expr2Complex| in lines 1033..1072 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Expr2Complex| in lines 1033..1072 : |$Float| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Expr2Complex| in lines 1033..1072 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Expr2Complex| in lines 1033..1072 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Expr2Complex| in lines 1033..1072 : |$Float| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Expr2Complex| in lines 1033..1072 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Complex2FR| in lines 1491..1517 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Complex2FR| in lines 1491..1517 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Complex2Expr| in lines 1519..1588 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in I2EI in lines 1590..1598 : variable |source| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in I2EI in lines 1590..1598 : variable |target| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in I2OI in lines 1600..1608 : variable |source| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in I2OI in lines 1600..1608 : variable |target| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in I2PI in lines 1610..1618 : variable |source| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in I2PI in lines 1610..1618 : variable |target| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in I2NNI in lines 1620..1628 : variable |source| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in I2NNI in lines 1620..1628 : variable |target| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |Mp2FR| in lines 2253..2298 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Mp2Mp| in lines 2300..2414 : |$NonNegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Mp2Mp| in lines 2300..2414 : |$NonNegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Mp2MpAux0| in lines 2416..2473 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MpP2P| in lines 2692..2735 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in OV2SE in lines 2908..2917 : variable |target| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OV2Sy| in lines 2919..2928 : variable |target| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in P2FR in lines 2960..3001 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in P2FR in lines 2960..3001 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in P2FR in lines 2960..3001 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in P2FR in lines 2960..3001 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in P2FR in lines 2960..3001 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |P2Dmp| in lines 3003..3040 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |P2Dmp| in lines 3003..3040 : |$NonNegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |P2Mp| in lines 3148..3168 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |P2Up| in lines 3275..3332 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Qf2domain| in lines 3365..3430 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Qf2domain| in lines 3365..3430 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Qf2domain| in lines 3365..3430 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Qf2Qf| in lines 3458..3510 : |$QuotientField| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Qf2Qf| in lines 3458..3510 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Qf2Qf| in lines 3458..3510 : |$QuotientField| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Qf2Qf| in lines 3458..3510 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Sy2OV| in lines 3735..3748 : variable |source| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |Sy2Dmp| in lines 3750..3791 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Sy2NDmp| in lines 3814..3855 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Sy2P| in lines 3857..3877 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Sy2Var| in lines 3898..3908 : variable |source| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |Up2Expr| in lines 4002..4104 : |$Symbol| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Up2Expr| in lines 4002..4104 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Up2FR| in lines 4106..4137 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Up2FR| in lines 4106..4137 : |$RationalNumber| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Up2Mp| in lines 4139..4216 : |$NonNegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Var2P| in lines 4598..4622 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Var2QF| in lines 4624..4642 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |P2Us| in lines 4873..4939 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |commuteComplex| in lines 4941..4975 : variable |source| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |commuteQuaternion| in lines 4977..5063 : variable |source| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |commuteFraction| in lines 5065..5125 : variable |source| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |commuteSquareMatrix| in lines 5127..5198 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |commuteSparseUnivariatePolynomial| in lines 5218..5279 :
         |$NonNegativeInteger| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |commuteSparseUnivariatePolynomial| in lines 5218..5279 : variable
         |source| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-coerfn.fas
The following functions were used but not defined:
 BOOT::MAKE_VEC BOOT::|remove| BOOT::REMALIST BOOT::SORTBY
 BOOT::|canCoerceFrom| BOOT::|defaultTargetFE| BOOT::|coerceInt1|
 BOOT::|mkObjWrap| BOOT::|asTupleNew0| BOOT::SIZE
 BOOT::|getFunctionFromDomain1| BOOT::SETDIFFERENCE BOOT::MSORT
 BOOT::|delete| BOOT::|intersection| BOOT::|unwrap|
 BOOT::|coerceByFunction| BOOT::COPY BOOT::|equalZero|
 BOOT::|throwKeyedMsg| BOOT::|containsPolynomial| BOOT::|equalOne|
 BOOT::|wrap| BOOT::|objNew| BOOT::POSN1 BOOT::?ORDER BOOT::|coerceUn2E|
 BOOT::|member| BOOT::|position| BOOT::|getConstantFromDomain|
 BOOT::VEC2LIST BOOT::LIST2VEC BOOT::|ofCategory| BOOT::|domainZero|
 BOOT::|underDomainOf| BOOT::|domainOne| BOOT::|canCoerce|
 BOOT::|coerceInt| BOOT::|objNewWrap| BOOT::|coercionFailure|
 BOOT::|objValUnwrap| BOOT::|getFunctionFromDomain|
The following special variables were not defined:
 BOOT::|$ZeroVecCache| BOOT::|$Symbol| BOOT::|$Integer| BOOT::|$Float|
 BOOT::|$DoubleFloat| BOOT::|$NonNegativeInteger| BOOT::|$QuotientField|
 BOOT::|$RationalNumber|
0 errors, 68 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-eval.clisp i-eval.boot
#<PACKAGE BOOTTRAN>
i-eval.clisp PRODUCED
"i-eval.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-eval.fas i-eval.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-eval.clisp ...
WARNING: in #:|42 44 (EVAL-WHEN (EVAL LOAD) (SETQ \|$noEvalTypeMsg\| NIL))-4|
         in lines 42..44 : |$noEvalTypeMsg| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|46 48 (EVAL-WHEN (EVAL LOAD) (SETQ \|$evalDomain\| NIL))-5| in
         lines 46..48 : |$evalDomain| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalDomain| in lines 50..68 : |$evalDomain| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkEvalable| in lines 70..150 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkEvalable| in lines 70..150 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evaluateType| in lines 231..370 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evaluateType| in lines 231..370 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwEvalTypeMsg| in lines 489..499 : |$noEvalTypeMsg| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalForm| in lines 562..791 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalForm| in lines 562..791 : |$localVars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalForm| in lines 562..791 : |$NRTmonitorIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMappingArgValue| in lines 882..953 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMappingArgValue| in lines 882..953 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMappingArgValue| in lines 882..953 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMappingArgValue| in lines 882..953 : variable |t| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |getArgValueComp| in lines 969..997 : |$compilingMap| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getArgValueComp| in lines 969..997 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getArgValueComp| in lines 969..997 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalFormMkValue| in lines 999..1025 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalFormMkValue| in lines 999..1025 : |$NRTmonitorIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-eval.fas
The following functions were used but not defined:
 BOOT::|sayMSG| BOOT::|concat| BOOT::|prefix2String|
 BOOT::|startTimingProcess| BOOT::|eval| BOOT::|stopTimingProcess|
 BOOT::|devaluate| BOOT::|loadIfNecessary| BOOT::FBPIP
 BOOT::|isTaggedUnion| BOOT::|isDomainValuedVariable|
 BOOT::|isCategoryForm| BOOT::|constructor?|
 BOOT::|getConstructorSignature| BOOT::|replaceSharps|
 BOOT::|categoryForm?| BOOT::MSUBSTQ BOOT::|evalCategory|
 BOOT::GETDATABASE BOOT::|opOf| BOOT::|mkAtree| BOOT::|putTarget|
 BOOT::|bottomUp| BOOT::|getAndEvalConstructorArgument|
 BOOT::|throwKeyedMsgCannotCoerceWithValue| BOOT::|spadThrow|
 BOOT::|optRECORDELT| BOOT::|optSETRECORDELT| BOOT::|optRECORDCOPY|
 BOOT::TAKE BOOT::|NRTcompileEvalForm| BOOT::|Undef| BOOT::|sayKeyedMsg|
 BOOT::|formatSignature| BOOT::|devaluateDeeply| BOOT::|rewriteMap|
 BOOT::CONTAINED BOOT::|NRTtypeHack| BOOT::|getBasicObject|
 BOOT::|altTypeOf| BOOT::|coerceInt| BOOT::|getMode|
 BOOT::|objValUnwrap| BOOT::|coerceOrRetract| BOOT::|wrapped2Quote|
 BOOT::|objVal| BOOT::|systemErrorHere| BOOT::|member| BOOT::|getUnname|
 BOOT::|selectLocalMms| BOOT::MKQ BOOT::|throwKeyedMsg| BOOT::|objMode|
 BOOT::|getValue| BOOT::|getBasicMode| BOOT::|getUnnameIfCan|
 BOOT::|isSharpVarWithNum| BOOT::|get| BOOT::|keyedMsgCompFailure|
 BOOT::|wrap| BOOT::|timedEVALFUN| BOOT::|objNew| BOOT::|sayBrightlyNT|
 BOOT::|pp| BOOT::|unwrap| BOOT::|putValue|
The following special variables were not defined:
 BOOT::|$evalDomain| BOOT::|$EmptyMode| BOOT::|$Integer|
 BOOT::|$noEvalTypeMsg| BOOT::|$genValue| BOOT::|$localVars|
 BOOT::|$NRTmonitorIfTrue| BOOT::|$env| BOOT::|$compilingMap|
 BOOT::|$mapName| BOOT::|$e|
0 errors, 20 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-funsel.clisp i-funsel.boot
#<PACKAGE BOOTTRAN>
i-funsel.clisp PRODUCED
"i-funsel.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-funsel.fas i-funsel.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-funsel.clisp ...
WARNING: in |selectMms| in lines 68..284 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms| in lines 68..284 : |$AnonymousFunction| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms| in lines 68..284 : |$AnonymousFunction| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms| in lines 68..284 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms| in lines 68..284 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms| in lines 68..284 : |$reportBottomUpFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms| in lines 68..284 : |$Integer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms| in lines 68..284 : |$RationalNumber| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms| in lines 68..284 : |$reportBottomUpFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms| in lines 68..284 : |$reportBottomUpFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms2| in lines 286..571 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMms2| in lines 286..571 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isAVariableType| in lines 573..586 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Any| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Any| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Any| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Any| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Float| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Float| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$RationalNumber| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$RationalNumber| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$RationalNumber| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Any| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTarget| in lines 588..1132 : |$Any| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$RationalNumber| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$FunctionalExpression| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$FunctionalExpression| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$FunctionalExpression| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$FunctionalExpression| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTargetFE| in lines 1139..1185 : |$FunctionalExpression| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |altTypeOf| in lines 1187..1220 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |altTypeOf| in lines 1187..1220 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |altTypeOf| in lines 1187..1220 : |$NonNegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |altTypeOf| in lines 1187..1220 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getOpArgTypes,f| in lines 1246..1259 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectDollarMms| in lines 1435..1458 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getLocalMms| in lines 1480..1552 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getLocalMms| in lines 1480..1552 : |$useIntegerSubdomain| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getLocalMms| in lines 1480..1552 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getLocalMms| in lines 1480..1552 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mmCost| in lines 1576..1591 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mmCost| in lines 1576..1591 : |$NonNegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mmCost| in lines 1576..1591 : |$DoubleFloat| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mmCost0| in lines 1593..1676 : variable |name| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |findUniqueOpInDomain| in lines 1876..1949 : |$genValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findUniqueOpInDomain| in lines 1876..1949 : |$genValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findFunctionInDomain| in lines 2020..2167 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findFunctionInDomain| in lines 2020..2167 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findFunctionInDomain| in lines 2020..2167 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findFunctionInDomain| in lines 2020..2167 : |$OutputForm| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findFunctionInDomain| in lines 2020..2167 : |$OutputForm| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findFunctionInDomain| in lines 2020..2167 : |$OutputForm| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findFunctionInDomain| in lines 2020..2167 : |$reportBottomUpFlag|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |allOrMatchingMms| in lines 2169..2201 : variable |tar| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |findFunctionInDomain1| in lines 2229..2280 : variable |op| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |findFunctionInCategory| in lines 2282..2394 : |$CategoryFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findFunctionInCategory| in lines 2282..2394 :
         |$reportBottomUpFlag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchMmSig| in lines 2464..2539 : |$SubDom| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchMmSig| in lines 2464..2539 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchMmSigTar| in lines 2541..2573 : |$Coerce| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |constructSubst| in lines 2575..2596 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |filterModemapsFromPackages| in lines 2598..2659 : variable |op|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |exact?| in lines 2683..2729 : variable |tar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |matchMms| in lines 2731..2775 : |$Subst| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchMms| in lines 2731..2775 : |$Subst| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMmsGen| in lines 2777..2970 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMmsGen| in lines 2777..2970 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMmsGen| in lines 2777..2970 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMmsGen| in lines 2777..2970 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMmsGen| in lines 2777..2970 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMmsGen| in lines 2777..2970 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMmsGen| in lines 2777..2970 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |selectMmsGen| in lines 2777..2970 : |$reportBottomUpFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$SymbolType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$SymbolType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$SymbolType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$SymbolType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |matchTypes| in lines 2972..3029 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMm| in lines 3031..3107 : |$Subst| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMm| in lines 3031..3107 : |$Coerce| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmFreeFunction| in lines 3109..3136 : |$Coerce| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmFreeFunction| in lines 3109..3136 : variable |op| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |evalMmFreeFunction| in lines 3109..3136 : variable |mmC| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |evalMmCond0| in lines 3288..3359 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmCond0| in lines 3288..3359 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmCond0| in lines 3288..3359 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmCond0| in lines 3288..3359 : |$AnonymousFunction| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fixUpTypeArgs| in lines 3361..3384 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |constrArg| in lines 3526..3541 : |$Subst| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |constrArg| in lines 3526..3541 : |$Subst| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mmCatComp| in lines 3698..3709 : |$Subst| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mmCatComp| in lines 3698..3709 : |$Subst| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmCat| in lines 3711..3771 : variable |sig| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |evalMmCat1| in lines 3773..3830 : |$hope| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmCat1| in lines 3773..3830 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmCat1| in lines 3773..3830 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmCat1| in lines 3773..3830 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalMmCat1| in lines 3773..3830 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCate| in lines 3832..3883 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCate| in lines 3832..3883 : |$Subst| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCate| in lines 3832..3883 : |$hope| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecial| in lines 3893..3931 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecial| in lines 3893..3931 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecial| in lines 3893..3931 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecial| in lines 3893..3931 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecial| in lines 3893..3931 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecial| in lines 3893..3931 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecial| in lines 3893..3931 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecialNew| in lines 3933..4025 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecialNew| in lines 3933..4025 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecialNew| in lines 3933..4025 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecialNew| in lines 3933..4025 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecialNew| in lines 3933..4025 : |$ComplexInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecialNew| in lines 3933..4025 : |$ComplexInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCateSpecialNew| in lines 3933..4025 : |$RationalNumber| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCaty| in lines 4027..4175 : |$domPvar| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasCaty| in lines 4027..4175 : |$domPvar| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDomPvar| in lines 4177..4189 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDomPvar| in lines 4177..4189 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |domArg| in lines 4191..4202 : |$FormalMapVariableList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |domArg2| in lines 4204..4213 : |$domPvar| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |domArg2| in lines 4204..4213 : |$domPvar| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unifyStructVar| in lines 4675..4765 : |$Subst| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unifyStructVar| in lines 4675..4765 : |$Coerce| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unifyStructVar| in lines 4675..4765 : |$hope| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unifyStructVar| in lines 4675..4765 : |$domPvar| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPartialMode| in lines 4884..4887 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSymbolType| in lines 4889..4902 : |$SymbolType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSymbolType| in lines 4889..4902 : |$SymbolType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSymbolType| in lines 4889..4902 : |$SymbolType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTypeForCategory| in lines 4929..5019 : |$RationalNumber|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |defaultTypeForCategory| in lines 4929..5019 : |$Symbol| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-funsel.fas
The following functions were used but not defined:
 BOOT::|formatSignatureArgs| BOOT::|startTimingProcess|
 BOOT::|getUnname| BOOT::|emptyAtree| BOOT::|isSharpVarWithNum|
 BOOT::|getAtree| BOOT::|wrapped2Quote| BOOT::|mkAtree| BOOT::|bottomUp|
 BOOT::|objMode| BOOT::|putAtree| BOOT::|stopTimingProcess|
 BOOT::|selectMms1| BOOT::|resolveTypeList| BOOT::|mkAtreeNode|
 BOOT::|transferPropsToNode| BOOT::|resolveTCat| BOOT::|putTarget|
 BOOT::|typeIsASmallInteger| BOOT::|getMinimalVarMode|
 BOOT::|getModeSet| BOOT::|getModeSetUseSubdomain| BOOT::GETZEROVEC
 BOOT::|isMap| BOOT::|getValue| BOOT::|objVal| BOOT::|analyzeMap|
 BOOT::|get| BOOT::MSORT BOOT::LIST2VEC BOOT::VEC2LIST BOOT::|getTarget|
 BOOT::|compiledLookupCheck| BOOT::|NRTcompileEvalForm|
 BOOT::|evalDomain| BOOT::|Undef| BOOT::|throwKeyedMsg| BOOT::|putValue|
 BOOT::|objNew| BOOT::|putModeSet| BOOT::|isLegitimateMode|
 BOOT::MSUBSTQ BOOT::|sayKeyedMsg| BOOT::|systemErrorHere| BOOT::SUBSTQ
 BOOT::INTERNL1 BOOT::PNAME BOOT::|isFreeFunctionFromMm|
 BOOT::|getDomainFromMm| BOOT::|object2String| BOOT::STRPOS
 BOOT::|deconstructT| BOOT::|constructM| BOOT::|getModemapsFromDatabase|
 BOOT::REMDUP BOOT::|insert| BOOT::|sayModemapWithNumber|
 BOOT::|deepSubCopy| BOOT::|isFreeFunctionFromMmCond|
 BOOT::|isValidType| BOOT::|resolveTM1| BOOT::|getConstructorSignature|
 BOOT::|objNewWrap| BOOT::|coerceInt|
 BOOT::|throwKeyedMsgCannotCoerceWithValue| BOOT::|wrap|
 BOOT::|objValUnwrap| BOOT::|mergeSubs| BOOT::|resolveTM|
 BOOT::|containsVariables| BOOT::|canCoerceFrom| BOOT::|underDomainOf|
 BOOT::|hasCat| BOOT::|opOf| BOOT::|substitute| BOOT::|isSharpVar|
 BOOT::|getOperationAlistFromLisplib| BOOT::|keyedSystemError|
 BOOT::LASSOC BOOT::COPY BOOT::|constructor?| BOOT::|canCoerce|
 BOOT::|resolveTT| BOOT::|augmentSub| BOOT::STRINGIMAGE BOOT::STRCONC
 BOOT::|bright| BOOT::|formatSignature| BOOT::|concat|
 BOOT::|prefix2String| BOOT::|sayMSG| BOOT::|isPatternVar|
 BOOT::CONTAINED BOOT::|isSubDomain| BOOT::|subCopy| BOOT::GETDATABASE
 BOOT::|member|
The following special variables were not defined:
 BOOT::|$EmptyMode| BOOT::|$AnonymousFunction| BOOT::|$Integer|
 BOOT::|$reportBottomUpFlag| BOOT::|$RationalNumber| BOOT::|$e|
 BOOT::|$Symbol| BOOT::|$Boolean| BOOT::|$DoubleFloat| BOOT::|$Any|
 BOOT::|$Float| BOOT::|$PositiveInteger| BOOT::|$NonNegativeInteger|
 BOOT::|$QuotientField| BOOT::|$FunctionalExpression|
 BOOT::|$useIntegerSubdomain| BOOT::|$Coerce| BOOT::|$genValue|
 BOOT::|$OutputForm| BOOT::|$CategoryFrame| BOOT::|$SubDom|
 BOOT::|$FormalMapVariableList| BOOT::|$Subst| BOOT::|$SymbolType|
 BOOT::|$ComplexInteger| BOOT::|$domPvar|
0 errors, 166 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-intern.clisp i-intern.boot
#<PACKAGE BOOTTRAN>
i-intern.clisp PRODUCED
"i-intern.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-intern.fas i-intern.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-intern.clisp ...
WARNING: in |mkAtree1| in lines 171..211 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAtree1| in lines 171..211 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAtree1| in lines 171..211 : |$immediateDataSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAtree2| in lines 213..423 : |$immediateDataSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAtree2| in lines 213..423 : |$immediateDataSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAtree3| in lines 440..727 : |$immediateDataSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAtreeValueOf1| in lines 856..887 : |$immediateDataSymbol| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAtreeValueOf1| in lines 856..887 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |emptyAtree| in lines 894..923 : |$immediateDataSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unVectorize| in lines 925..956 : |$immediateDataSymbol| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putTarget| in lines 1005..1014 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transferPropsToNode| in lines 1032..1069 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transferPropsToNode| in lines 1032..1069 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transferPropsToNode,transfer| in lines 1070..1076 : |$env| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transferPropsToNode,transfer| in lines 1070..1076 : |$localVars|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transferPropsToNode,transfer| in lines 1070..1076 : |$e| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getModeOrFirstModeSetIfThere| in lines 1211..1240 : |$EmptyMode|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getModeSet| in lines 1242..1273 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getModeSetUseSubdomain| in lines 1275..1335 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getModeSetUseSubdomain| in lines 1275..1335 :
         |$immediateDataSymbol| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getModeSetUseSubdomain| in lines 1275..1335 : |$Integer| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getModeSetUseSubdomain| in lines 1275..1335 : |$Integer| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getValueFromEnvironment| in lines 1337..1359 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getValueFromEnvironment| in lines 1337..1359 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getValueFromSpecificEnvironment| in lines 1361..1424 :
         |$EmptyMode| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getFlag| in lines 1457..1459 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putFlag| in lines 1461..1465 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putFlag| in lines 1461..1465 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get| in lines 1467..1475 : |$InteractiveMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1| in lines 1488..1533 : |$envHashTable| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1| in lines 1488..1533 : |$CategoryFrame| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1| in lines 1488..1533 : |$envHashTable| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1| in lines 1488..1533 : |$envHashTable| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1| in lines 1488..1533 : |$insideCapsuleFunctionIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1| in lines 1488..1533 : |$CapsuleModemapFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get2| in lines 1535..1547 : variable |e| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |getI| in lines 1549..1552 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putI| in lines 1554..1559 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putI| in lines 1554..1559 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getIProplist| in lines 1561..1564 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rempropI| in lines 1566..1584 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rempropI| in lines 1566..1584 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |put| in lines 1618..1649 : |$InteractiveMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |put| in lines 1618..1649 : |$CategoryFrame| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |put| in lines 1618..1649 : |$insideCapsuleFunctionIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |put| in lines 1618..1649 : |$CapsuleModemapFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |put| in lines 1618..1649 : |$CapsuleModemapFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |put| in lines 1618..1649 : |$CapsuleModemapFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-intern.fas
The following functions were used but not defined:
 BOOT::MAKE_VEC BOOT::|pf2Atree| BOOT::|pfPosOrNopos|
 BOOT::|pfNoPosition?| BOOT::|lnPlaceOfOrigin| BOOT::|poGetLineObject|
 BOOT::|pfSourceText| BOOT::|pfLinePosn| BOOT::|pfCharPosn|
 BOOT::|isInterpMacro| BOOT::|sublisNQ| BOOT::|voidValue|
 BOOT::|transformCollect| BOOT::|float| BOOT::|transformREPEAT|
 BOOT::|evaluateType| BOOT::|unabbrev| BOOT::|typeIsASmallInteger|
 BOOT::|throwMessage| BOOT::CONTAINED BOOT::|member|
 BOOT::|getBasicObject| BOOT::|getBasicMode| BOOT::|isEqualOrSubDomain|
 BOOT::|getBasicMode0| BOOT::|keyedSystemError| BOOT::|systemErrorHere|
 BOOT::|coerceInt| BOOT::|isPartialMode| BOOT::|resolveTM|
 BOOT::|coerceInteractive| BOOT::|throwKeyedMsg| BOOT::LASSOC
 BOOT::|constructor?| BOOT::|getConstructorModemap|
 BOOT::|recordNewValue| BOOT::|recordOldValue| BOOT::|assoc|
 BOOT::|getProplist| BOOT::DELASC BOOT::QLASSQ BOOT::SAY
 BOOT::|augProplistOf| BOOT::|addBinding| BOOT::|search|
 BOOT::|srcPos_New| BOOT::STRCONC BOOT::STRINGIMAGE BOOT::|sayBrightly|
 BOOT::|fillerSpaces| BOOT::|wrap| BOOT::MKQ BOOT::|unwrap|
 BOOT::LIST2VEC BOOT::VEC2LIST
The following special variables were not defined:
 BOOT::|$Void| BOOT::|$immediateDataSymbol| BOOT::|$InteractiveFrame|
 BOOT::|$EmptyMode| BOOT::|$env| BOOT::|$localVars| BOOT::|$e|
 BOOT::|$Integer| BOOT::|$InteractiveMode| BOOT::|$envHashTable|
 BOOT::|$CategoryFrame| BOOT::|$insideCapsuleFunctionIfTrue|
 BOOT::|$CapsuleModemapFrame|
0 errors, 48 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-map.clisp i-map.boot
#<PACKAGE BOOTTRAN>
i-map.clisp PRODUCED
"i-map.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-map.fas i-map.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-map.clisp ...
WARNING: in |makeInternalMapName| in lines 30..46 : |$interpreterFrameRing| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isMap| in lines 94..107 : |$InteractiveFrame| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addDefMap| in lines 109..276 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addDefMap| in lines 109..276 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addDefMap| in lines 109..276 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addDefMap| in lines 109..276 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addDefMap| in lines 109..276 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addDefMap| in lines 109..276 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addDefMap| in lines 109..276 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addMap| in lines 278..381 : |$FormalMapVariableList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addMap| in lines 278..381 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addMap| in lines 278..381 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addMap| in lines 278..381 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addMap| in lines 278..381 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeArgumentIntoNumber| in lines 629..646 : |$Zero| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeArgumentIntoNumber| in lines 629..646 : |$One| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkMapAlias| in lines 648..674 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkMapAlias| in lines 648..674 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkMapAlias| in lines 648..674 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makePattern| in lines 705..731 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canMakeTuple| in lines 741..776 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayRemoveFunctionOrValue| in lines 778..803 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayDroppingFunctions| in lines 805..831 : |$displayDroppedMap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkFormalArg| in lines 846..864 : |$sl| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkFormalArg| in lines 846..864 : |$sl| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkFormalArg| in lines 846..864 : |$sl| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputFormat| in lines 995..1025 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputFormat| in lines 995..1025 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputFormat| in lines 995..1025 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |simplifyMapPattern| in lines 1036..1096 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$analyzingMapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap| in lines 1281..1406 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap,f| in lines 1407..1409 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap,f| in lines 1407..1409 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap0| in lines 1411..1435 : |$mapList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeMap0| in lines 1411..1435 : |$mapList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compFailure| in lines 1437..1457 : |$useCoerceOrCroak| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compFailure| in lines 1437..1457 : |$reportInterpOnly| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkInterpFun| in lines 1459..1517 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rewriteMap| in lines 1519..1577 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rewriteMap| in lines 1519..1577 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rewriteMap| in lines 1519..1577 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putBodyInEnv| in lines 1579..1599 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putBodyInEnv| in lines 1579..1599 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putBodyInEnv| in lines 1579..1599 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeBodyFromEnv| in lines 1601..1605 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeBodyFromEnv| in lines 1601..1605 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rewriteMap0| in lines 1607..1682 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rewriteMap0| in lines 1607..1682 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rewriteMap0| in lines 1607..1682 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rewriteMap1| in lines 1684..1762 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpMap| in lines 1764..1810 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpMap| in lines 1764..1810 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpMap| in lines 1764..1810 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpMap| in lines 1764..1810 : |$timedNameStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeDeclaredMap| in lines 1812..1858 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileDeclaredMap| in lines 1860..1927 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putMapCode| in lines 1929..1943 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putMapCode| in lines 1929..1943 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putMapCode| in lines 1929..1943 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeLocalModemap| in lines 1945..1967 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeLocalModemap| in lines 1945..1967 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeLocalModemap| in lines 1945..1967 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genMapCode| in lines 1969..2032 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genMapCode| in lines 1969..2032 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genMapCode| in lines 1969..2032 : |$whereCacheList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genMapCode| in lines 1969..2032 : |$whereCacheList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genMapCode| in lines 1969..2032 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileCoerceMap| in lines 2050..2116 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileCoerceMap| in lines 2050..2116 : |$minivector| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mapRecurDepth| in lines 2125..2177 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeUndeclaredMap| in lines 2179..2244 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeRecursiveMap| in lines 2290..2334 : |$mapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeRecursiveMap| in lines 2290..2334 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |analyzeRecursiveMap| in lines 2290..2334 : |$mapList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saveDependentMapInfo| in lines 2336..2376 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saveDependentMapInfo| in lines 2336..2376 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreDependentMapInfo| in lines 2378..2419 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreDependentMapInfo| in lines 2378..2419 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreDependentMapInfo| in lines 2378..2419 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreDependentMapInfo| in lines 2378..2419 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearDependentMaps| in lines 2421..2452 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearDependentMaps| in lines 2421..2452 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearDependentMaps| in lines 2421..2452 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearDependentMaps| in lines 2421..2452 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |expandRecursiveBody| in lines 2492..2574 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |expandRecursiveBody| in lines 2492..2574 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |expandRecursiveBody| in lines 2492..2574 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findLocalVars| in lines 2883..2890 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isLocalVar| in lines 3141..3143 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkLocalVar| in lines 3145..3154 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkLocalVar| in lines 3145..3154 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkLocalVar| in lines 3145..3154 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkLocalVar| in lines 3145..3154 : variable |op| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |isFreeVar| in lines 3156..3158 : |$freeVars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkFreeVar| in lines 3160..3165 : |$freeVars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkFreeVar| in lines 3160..3165 : |$freeVars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkFreeVar| in lines 3160..3165 : variable |op| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |getMapBody| in lines 3203..3210 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getLocalVars| in lines 3212..3226 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getLocalVars| in lines 3212..3226 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getLocalVars| in lines 3212..3226 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-map.fas
The following functions were used but not defined:
 BOOT::|frameName| BOOT::SIZE BOOT::DIGITP BOOT::STRPOS BOOT::PNAME
 BOOT::INTERNL1 BOOT::|evaluateType| BOOT::|unabbrev|
 BOOT::|isPartialMode| BOOT::|formatOpSignature| BOOT::|sublisNQ|
 BOOT::|set_sum| BOOT::|set_difference| BOOT::GETL BOOT::|removeZeroOne|
 BOOT::TAKE BOOT::|orderList| BOOT::|sayMessage| BOOT::LASSOC
 BOOT::|putFlag| BOOT::|clearCache| BOOT::|delete| BOOT::|union|
 BOOT::|categoryForm?| BOOT::|containsVars| BOOT::|objNewWrap|
 BOOT::|maximalSuperType| BOOT::|mathprint| BOOT::|outputMapTran|
 BOOT::MKPF BOOT::CONTAINED BOOT::|isEqualOrSubDomain| BOOT::|sayMSG|
 BOOT::|bright| BOOT::|getModeSet| BOOT::|objNewCode|
 BOOT::|wrapped2Quote| BOOT::MKQ BOOT::|putValue| BOOT::|putModeSet|
 BOOT::|getValue| BOOT::|getMode| BOOT::|objValUnwrap|
 BOOT::|stopTimingProcess| BOOT::|peekTimedName| BOOT::|getUnname|
 BOOT::|untraceMapSubNames| BOOT::STRCONC BOOT::|object2String|
 BOOT::|prefix2String| BOOT::|sayKeyedMsg| BOOT::|formatSignature|
 BOOT::SETDIFFERENCE BOOT::COPY BOOT::|reportFunctionCompilation|
 BOOT::|wrapMapBodyWithCatch| BOOT::|flattenCOND| BOOT::|interpret1|
 BOOT::|coerceInteractive| BOOT::|objNew| BOOT::LIST2REFVEC
 BOOT::|compileInteractive| BOOT::|put| BOOT::|resolveTypeListAny|
 BOOT::|getFlag| BOOT::|objMode| BOOT::|throwKeyedMsg| BOOT::|objVal|
 BOOT::|substitute| BOOT::CONCAT BOOT::STRINGIMAGE BOOT::|mkLessOrEqual|
 BOOT::|isSharpVarWithNum| BOOT::|keyedSystemError| BOOT::|member|
 BOOT::|insert| BOOT::REMDUP BOOT::|get| BOOT::|putHist|
The following special variables were not defined:
 BOOT::|$interpreterFrameRing| BOOT::|$InteractiveFrame| BOOT::|$e|
 BOOT::|$FormalMapVariableList| BOOT::|$Zero| BOOT::|$One|
 BOOT::|$EmptyMode| BOOT::|$displayDroppedMap| BOOT::|$sl|
 BOOT::|$OutputForm| BOOT::|$analyzingMapList| BOOT::|$Integer|
 BOOT::|$mapList| BOOT::|$useCoerceOrCroak| BOOT::|$reportInterpOnly|
 BOOT::|$genValue| BOOT::|$timedNameStack| BOOT::|$whereCacheList|
 BOOT::|$localVars| BOOT::|$minivector| BOOT::|$freeVars|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 113 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-output.clisp i-output.boot
#<PACKAGE BOOTTRAN>
i-output.clisp PRODUCED
"i-output.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-output.fas i-output.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-output.clisp ...
WARNING: in #:|134 136 (EVAL-WHEN (EVAL LOAD) (SETQ \|$collectOutput\|
         NIL))-18| in lines 134..136 : |$collectOutput| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |appChar| in lines 269..290 : $LINELENGTH is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |appChar| in lines 269..290 : $MARGIN is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathprintWithNumber| in lines 292..305 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathprintWithNumber| in lines 292..305 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputTran2| in lines 332..344 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputTran2| in lines 332..344 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputTran| in lines 346..562 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputTran| in lines 346..562 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputTran| in lines 346..562 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputTran| in lines 346..562 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputTran| in lines 346..562 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputTran| in lines 346..562 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputMapTran| in lines 638..678 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |timesApp| in lines 960..1009 : BLANK is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |widthSC| in lines 2010..2012 : variable |u| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinChk| in lines 2039..2105 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinRows| in lines 2107..2140 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinRows| in lines 2107..2140 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinRows| in lines 2107..2140 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maprinRows| in lines 2107..2140 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PushMatrix| in lines 2268..2298 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PushMatrix| in lines 2268..2298 : |$MatrixCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PushMatrix| in lines 2268..2298 : |$MatrixCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PushMatrix| in lines 2268..2298 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PushMatrix| in lines 2268..2298 : |$MatrixList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |overbarApp| in lines 2661..2670 : UNDERBAR is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |concatTrouble| in lines 2754..2801 : BLANK is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadPrint| in lines 2865..2878 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadPrint| in lines 2865..2878 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadPrint| in lines 2865..2878 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadPrint| in lines 2865..2878 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadPrint| in lines 2865..2878 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formulaFormat| in lines 2880..2901 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formulaFormat| in lines 2880..2901 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formulaFormat| in lines 2880..2901 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formulaFormat| in lines 2880..2901 : |$formulaOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fortranFormat| in lines 2903..2921 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fortranFormat| in lines 2903..2921 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fortranFormat| in lines 2903..2921 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fortranFormat| in lines 2903..2921 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fortranFormat| in lines 2903..2921 : |$fortranOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fortranFormat| in lines 2903..2921 : |$fortranOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texFormat| in lines 2923..2944 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texFormat| in lines 2923..2944 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texFormat| in lines 2923..2944 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texFormat| in lines 2923..2944 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texFormat| in lines 2923..2944 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texFormat1| in lines 2946..2963 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texFormat1| in lines 2946..2963 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texFormat1| in lines 2946..2963 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathmlFormat| in lines 2965..2984 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathmlFormat| in lines 2965..2984 : |$mathmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathmlFormat| in lines 2965..2984 : |$mathmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texmacsFormat| in lines 2986..3009 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texmacsFormat| in lines 2986..3009 : |$texmacsOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |texmacsFormat| in lines 2986..3009 : |$texmacsOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htmlFormat| in lines 3011..3030 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htmlFormat| in lines 3011..3030 : |$htmlOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htmlFormat| in lines 3011..3030 : |$htmlOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |output| in lines 3032..3108 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputNumber| in lines 3110..3163 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputNumber| in lines 3110..3163 : |$outputLines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputNumber| in lines 3110..3163 : |$outputLines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputNumber| in lines 3110..3163 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputNumber| in lines 3110..3163 : |$outputLines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputNumber| in lines 3110..3163 : |$outputLines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputString| in lines 3165..3202 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputString| in lines 3165..3202 : |$outputLines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputString| in lines 3165..3202 : |$outputLines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputString| in lines 3165..3202 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputString| in lines 3165..3202 : |$outputLines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputString| in lines 3165..3202 : |$outputLines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |charySemiColon| in lines 3489..3506 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |charyMinus| in lines 3508..3516 : variable |u| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |charyBinary| in lines 3518..3536 : variable |u| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |charyEquatnum| in lines 3538..3546 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |scylla| in lines 3632..3653 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scylla| in lines 3632..3653 : |$outputLines| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scylla| in lines 3632..3653 : |$outputLines| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scylla| in lines 3632..3653 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scylla| in lines 3632..3653 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |eq0| in lines 3987..3989 : variable |u| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |longext| in lines 4140..4156 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |longext| in lines 4140..4156 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |nothingWidth| in lines 4352..4355 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |nothingSuper| in lines 4357..4360 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |nothingSub| in lines 4362..4365 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |nothingApp| in lines 4367..4370 : variable |u| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |nothingApp| in lines 4367..4370 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |nothingApp| in lines 4367..4370 : variable |y| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bracketagglist| in lines 4684..4752 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bracketagglist| in lines 4684..4752 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |prnd| in lines 4754..4774 : |$collectOutput| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |prnd| in lines 4754..4774 : |$outputLines| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |prnd| in lines 4754..4774 : |$outputLines| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |prnd| in lines 4754..4774 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |prnd| in lines 4754..4774 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |prnd| in lines 4754..4774 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |remWidth| in lines 4791..4802 : |remWidth| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathPrint| in lines 5373..5385 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathPrint| in lines 5373..5385 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathPrint1| in lines 5407..5419 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathPrint1| in lines 5407..5419 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathPrint1| in lines 5407..5419 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mathPrint1| in lines 5407..5419 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$runTestFlag| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$mkTestFlag| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$mkTestOutputStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$mkTestOutputStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$highlightDelta| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : $MARGIN is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : $LINELENGTH is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : $MARGIN is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : $LINELENGTH is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |maPrin| in lines 5421..5479 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clear_highlight| in lines 5481..5494 : |$highlightAllowed| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clear_highlight| in lines 5481..5494 : |$saveHighlight| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clear_highlight| in lines 5481..5494 : |$highlightAllowed| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clear_highlight| in lines 5481..5494 : |$saveSpecialchars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reset_highlight| in lines 5496..5504 : |$saveHighlight| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reset_highlight| in lines 5496..5504 : |$highlightAllowed| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reset_highlight| in lines 5496..5504 : |$saveSpecialchars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-output.fas
The following functions were used but not defined:
 BOOT::NUM2USTR BOOT::CHARP BOOT::|make_full_CVEC| BOOT::|concat|
 BOOT::|linearFormatName| BOOT::|getFunctionFromDomain1|
 BOOT::|mkObjWrap| BOOT::|get| BOOT::|simplifyMapPattern| BOOT::DOWNCASE
 BOOT::|throwKeyedMsg| BOOT::|leftBindingPowerOf|
 BOOT::|rightBindingPowerOf| BOOT::SAY BOOT::LOG10 BOOT::|assoc|
 BOOT::|delete| BOOT::INTERNL1 BOOT::|ioHook|
 BOOT::|getFunctionFromDomain| BOOT::|isWrapped| BOOT::|unwrap|
 BOOT::|isMapExpr| BOOT::|categoryForm?| BOOT::|coerceInteractive|
 BOOT::|objNewWrap| BOOT::|objValUnwrap| BOOT::|opOf| BOOT::|evalDomain|
 BOOT::|compiledLookup| BOOT::|TextWriter| BOOT::|sayMSGNT|
 BOOT::|asTupleAsList| BOOT::|bright| BOOT::SIZE BOOT::SUBSTRING
 BOOT::CONCAT BOOT::|sayALGEBRA| BOOT::|devaluate| BOOT::|prefix2String|
 BOOT::|concatenateStringList| BOOT::|object2String| BOOT::PNAME
 BOOT::LASSOC BOOT::DROPTRAILINGBLANKS BOOT::GETL BOOT::SUBSPAD
 BOOT::|appagg1| BOOT::REVERSEWOC BOOT::PREDECESSOR BOOT::|last|
 BOOT::ASSOCIATER BOOT::|fillerSpaces| BOOT::STRCONC BOOT::PRINTEXP
 BOOT::MMAPCAR BOOT::|member| BOOT::STRINGIMAGE BOOT::RPLACSTR
 BOOT::QUOTIENT BOOT::PSTRING BOOT::COPY BOOT::|sayKeyedMsg|
 BOOT::PRETTYPRINT BOOT::|setOutputCharacters|
The following special variables were not defined:
 BOOT::$LINELENGTH BOOT::$MARGIN BOOT::|$IOindex| BOOT::|$OutputForm|
 BOOT::|$DoubleFloat| BOOT::|$Integer| BOOT::|$PositiveInteger|
 BOOT::|$InteractiveMode| BOOT::|$InteractiveFrame| BOOT::BLANK
 BOOT::|$MatrixList| BOOT::|$collectOutput| BOOT::|$algebraOutputStream|
 BOOT::|$MatrixCount| BOOT::UNDERBAR BOOT::|$NoValueMode|
 BOOT::|$formulaOutputStream| BOOT::|$fortranOutputStream|
 BOOT::|$texOutputStream| BOOT::|$mathmlOutputStream|
 BOOT::|$texmacsOutputStream| BOOT::|$htmlOutputStream|
 BOOT::|$outputLines| BOOT::|remWidth| BOOT::|$runTestFlag|
 BOOT::|$mkTestFlag| BOOT::|$mkTestOutputStack|
 BOOT::|$highlightAllowed| BOOT::|$saveHighlight|
 BOOT::|$saveSpecialchars|
0 errors, 142 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-resolv.clisp i-resolv.boot
#<PACKAGE BOOTTRAN>
i-resolv.clisp PRODUCED
"i-resolv.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-resolv.fas i-resolv.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-resolv.clisp ...
WARNING: in |resolveTypeListAny| in lines 78..87 : |$Any| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTAny| in lines 89..95 : |$Any| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT1| in lines 97..172 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT1| in lines 97..172 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT1| in lines 97..172 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT1| in lines 97..172 : |$Any| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT1| in lines 97..172 : |$Any| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT1| in lines 97..172 : |$Any| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT1| in lines 97..172 : |$String| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTT1| in lines 97..172 : |$String| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$Float| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$Float| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$PositiveInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTSpecial| in lines 275..626 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTRed1| in lines 760..810 : |$Res| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTRed1| in lines 760..810 : |$Res| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTRed1| in lines 760..810 : |$Res| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTTRed1| in lines 760..810 : |$Res| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTCat| in lines 971..1025 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTCat| in lines 971..1025 : |$Symbol| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTCat| in lines 971..1025 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTCat| in lines 971..1025 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getConditionalCategoryOfType1| in lines 1120..1186 :
         |$TriangleVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM| in lines 1228..1255 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM| in lines 1228..1255 : |$resolve_level| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM| in lines 1228..1255 : |$resolve_level| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM| in lines 1228..1255 : |$resolve_level| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM| in lines 1228..1255 : |$resolve_level| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM| in lines 1228..1255 : |$resolve_level| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM1| in lines 1257..1337 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM1| in lines 1257..1337 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM1| in lines 1257..1337 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM1| in lines 1257..1337 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM1| in lines 1257..1337 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM1| in lines 1257..1337 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM1| in lines 1257..1337 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTM1| in lines 1257..1337 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTMUnion| in lines 1378..1457 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTMUnion| in lines 1378..1457 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTMTaggedUnion| in lines 1459..1463 : variable |t| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |resolveTMEq| in lines 1502..1564 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTMEq| in lines 1502..1564 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTMSpecial| in lines 1566..1667 : |$AnonymousFunction| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTMEq1| in lines 1669..1720 : |$Subst| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTMEq2| in lines 1722..1767 : |$Coerce| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTMEq2| in lines 1722..1767 : variable |cm| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |resolveTMRed| in lines 1769..1822 : |$ResMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolveTMRed| in lines 1769..1822 : |$ResMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |constructM| in lines 2030..2044 : |$FunctionalExpression| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compareTT| in lines 2165..2179 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compareTT| in lines 2165..2179 : |$QuotientField| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-resolv.fas
The following functions were used but not defined:
 BOOT::|insert| BOOT::|isSubTowerOf| BOOT::|isPolynomialMode|
 BOOT::|get| BOOT::|containsPolynomial| BOOT::|resolveTT|
 BOOT::|objValUnwrap| BOOT::|coerceInt| BOOT::|objNewWrap|
 BOOT::|algEqual| BOOT::GGREATERP BOOT::|union|
 BOOT::|getImmediateSuperDomain| BOOT::SIZE BOOT::|underDomainOf|
 BOOT::|ofCategory| BOOT::INTERNL1 BOOT::STRINGIMAGE BOOT::COPY
 BOOT::|isSharpVarWithNum| BOOT::|assoc| BOOT::|throwKeyedMsg|
 BOOT::|startTimingProcess| BOOT::SUBSTQ BOOT::|isValidType|
 BOOT::|stopTimingProcess| BOOT::|isEqualOrSubDomain|
 BOOT::|isTaggedUnion| BOOT::CONTAINED BOOT::REMDUP BOOT::|isPatternVar|
 BOOT::|augmentSub| BOOT::|term1RW| BOOT::|term1RWall|
 BOOT::|intersection| BOOT::|member| BOOT::SETDIFFERENCE
 BOOT::|constructor?| BOOT::|containsVars| BOOT::|defaultTargetFE|
 BOOT::|getConstructorSignature| BOOT::|freeOfSharpVars|
 BOOT::GETDATABASE BOOT::|canCoerceFrom| BOOT::|newCanCoerceCommute|
 BOOT::|canCoerceCommute| BOOT::|last| BOOT::CGREATERP BOOT::PRIN2CVEC
 BOOT::|opOf|
The following special variables were not defined:
 BOOT::|$Any| BOOT::|$Void| BOOT::|$String| BOOT::|$Float|
 BOOT::|$DoubleFloat| BOOT::|$PositiveInteger| BOOT::|$Integer|
 BOOT::|$NonNegativeInteger| BOOT::|$Symbol| BOOT::|$e| BOOT::|$Res|
 BOOT::|$QuotientField| BOOT::|$TriangleVariableList| BOOT::|$EmptyMode|
 BOOT::|$resolve_level| BOOT::|$Subst| BOOT::|$Coerce|
 BOOT::|$AnonymousFunction| BOOT::|$ResMode|
 BOOT::|$FunctionalExpression|
0 errors, 62 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-spec1.clisp i-spec1.boot
#<PACKAGE BOOTTRAN>
i-spec1.clisp PRODUCED
"i-spec1.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-spec1.fas i-spec1.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-spec1.clisp ...
WARNING: in |evalUntargetedADEF| in lines 147..167 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalUntargetedADEF| in lines 147..167 : |$AnonymousFunction| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalUntargetedADEF| in lines 147..167 : variable |types| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |evalTargetedADEF| in lines 169..176 : |$env| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalTargetedADEF| in lines 169..176 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalTargetedADEF| in lines 169..176 : |$freeVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkInterpTargetedADEF| in lines 294..334 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkInterpTargetedADEF| in lines 294..334 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkInterpTargetedADEF| in lines 294..334 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |wrapMapBodyWithCatch| in lines 336..347 : |$mapThrowCount| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |wrapMapBodyWithCatch| in lines 336..347 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$compiledOpNameList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$minivector| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$freeVariables| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$boundVariables| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$boundVariables| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$definingMap| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$freeVariables| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileADEFBody| in lines 363..430 : |$freeVariables| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upAlgExtension| in lines 432..537 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upAlgExtension| in lines 432..537 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upAlgExtension| in lines 432..537 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upAlgExtension| in lines 432..537 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upAlgExtension| in lines 432..537 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upAlgExtension| in lines 432..537 : |$printTypeIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upand| in lines 554..635 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upand| in lines 554..635 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upand| in lines 554..635 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upand| in lines 554..635 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upand| in lines 554..635 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upand| in lines 554..635 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upand| in lines 554..635 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upand| in lines 554..635 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upand| in lines 554..635 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upor| in lines 637..717 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upor| in lines 637..717 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upor| in lines 637..717 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upor| in lines 637..717 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upor| in lines 637..717 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upor| in lines 637..717 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upor| in lines 637..717 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upor| in lines 637..717 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upor| in lines 637..717 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upcase| in lines 719..849 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upcase| in lines 719..849 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upcase| in lines 719..849 : |$localVars| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upcase| in lines 719..849 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upcase| in lines 719..849 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upcase| in lines 719..849 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upTARGET| in lines 851..918 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upTARGET| in lines 851..918 : |$localVars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upCOERCE| in lines 920..980 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upCOERCE| in lines 920..980 : |$localVars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalCOERCE| in lines 982..1042 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalCOERCE| in lines 982..1042 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalCOERCE| in lines 982..1042 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upCOLLECT| in lines 1185..1194 : |$compilingLoop| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upCOLLECT1| in lines 1210..1272 : |$interpOnly| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLoopIters| in lines 1274..1335 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLoopIterIN| in lines 1337..1415 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLoopIterIN| in lines 1337..1415 : |$env| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLoopIterSTEP| in lines 1417..1476 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLoopIterSTEP| in lines 1417..1476 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLoopIterSTEP| in lines 1417..1476 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLoopIterSTEP| in lines 1417..1476 : |$env| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalCOLLECT| in lines 1478..1508 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |falseFun| in lines 1510..1512 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |evalLoopIter| in lines 1514..1595 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLoopIter| in lines 1514..1595 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLoopIter| in lines 1514..1595 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLoopIter| in lines 1514..1595 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLoopIter| in lines 1514..1595 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLoopIter| in lines 1514..1595 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLoopIter| in lines 1514..1595 : |$env| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLoopIter| in lines 1514..1595 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$indexTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIter| in lines 1658..1785 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpCOLLECTbodyIter| in lines 1810..1855 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpCOLLECTbodyIter| in lines 1810..1855 : |$collectTypeList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpCOLLECTbodyIter| in lines 1810..1855 : |$collectTypeList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpCOLLECTbodyIter| in lines 1810..1855 : |$collectTypeList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpCOLLECTbodyIter| in lines 1810..1855 : |$collectTypeList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterIN| in lines 1983..2081 : |$env| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterIN| in lines 1983..2081 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterIN| in lines 1983..2081 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterSTEP| in lines 2083..2177 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterSTEP| in lines 2083..2177 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterSTEP| in lines 2083..2177 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterSTEP| in lines 2083..2177 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterSTEP| in lines 2083..2177 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterSTEP| in lines 2083..2177 : |$Integer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterSTEP| in lines 2083..2177 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upStreamIterSTEP| in lines 2083..2177 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectOneStream| in lines 2179..2218 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectOneStream| in lines 2179..2218 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectOneStream| in lines 2179..2218 : variable |t| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |mkAndApplyPredicates| in lines 2220..2274 : |$indexVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAndApplyPredicates| in lines 2220..2274 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAndApplyPredicates| in lines 2220..2274 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAndApplyPredicates| in lines 2220..2274 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAndApplyPredicates| in lines 2220..2274 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterFun| in lines 2276..2331 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterFun| in lines 2276..2331 : |$mapName| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterFun| in lines 2276..2331 : |$freeVariables| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterFun| in lines 2276..2331 : |$boundVariables| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterFun| in lines 2276..2331 : |$freeVariables| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkIterationForFreeVariables| in lines 2333..2366 :
         |$boundVariables| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkIterationForFreeVariables| in lines 2333..2366 :
         |$boundVariables| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkIterationForFreeVariables| in lines 2333..2366 :
         |$boundVariables| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkIterationForFreeVariables| in lines 2333..2366 :
         |$boundVariables| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkForFreeVariables| in lines 2375..2554 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectSeveralStreams| in lines 2563..2608 : |$indexVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectSeveralStreams| in lines 2563..2608 : |$indexVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectSeveralStreams| in lines 2563..2608 : |$indexVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectSeveralStreams| in lines 2563..2608 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectSeveralStreams| in lines 2563..2608 : variable |t| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |mkAndApplyZippedPredicates| in lines 2664..2716 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAndApplyZippedPredicates| in lines 2664..2716 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAndApplyZippedPredicates| in lines 2664..2716 : |$Boolean| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkAndApplyZippedPredicates| in lines 2664..2716 : |$localVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$index| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$env| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$index| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$index| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$boundVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$index| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : |$freeVariables| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkIterZippedFun| in lines 2718..2777 : variable |indexList| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |iterVarPos| in lines 2819..2835 : |$indexVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkNestedElts| in lines 2837..2847 : |$index| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkNestedElts| in lines 2837..2847 : |$index| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalTupleConstruct| in lines 3039..3079 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalInfiniteTupleConstruct| in lines 3081..3124 : |$genValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalconstruct| in lines 3126..3171 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceSymbols| in lines 3173..3215 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceSymbols| in lines 3173..3215 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceSymbols| in lines 3173..3215 : |$declaredMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upNullList| in lines 3217..3256 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |upRecordConstruct| in lines 3282..3346 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDeclare| in lines 3348..3471 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDeclare| in lines 3348..3471 : |$localVars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDeclare| in lines 3348..3471 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDeclare| in lines 3348..3471 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDeclare| in lines 3348..3471 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declare| in lines 3473..3562 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declare| in lines 3473..3562 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declare| in lines 3473..3562 : |$compilingMap| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declare| in lines 3473..3562 : |$mapName| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declare| in lines 3473..3562 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declare| in lines 3473..3562 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declare| in lines 3473..3562 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declare| in lines 3473..3562 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declare| in lines 3473..3562 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declareMap| in lines 3564..3586 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declareMap| in lines 3564..3586 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declareMap| in lines 3564..3586 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |declareMap| in lines 3564..3586 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |containsLocalVar| in lines 3588..3606 : |$localVars| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceSharps| in lines 3628..3665 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceSharps| in lines 3628..3665 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDomainValuedVariable| in lines 3667..3688 : |$InteractiveFrame|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDomainValuedVariable| in lines 3667..3688 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDomainValuedVariable| in lines 3667..3688 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDomainValuedVariable| in lines 3667..3688 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDomainValuedVariable| in lines 3667..3688 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |containsPolynomial| in lines 3764..3783 : |$univariateDomains| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |containsPolynomial| in lines 3764..3783 : |$multivariateDomains|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |containsVariables| in lines 3785..3803 : |$univariateDomains| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |containsVariables| in lines 3785..3803 : |$multivariateDomains|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-spec1.fas
The following functions were used but not defined:
 BOOT::|makeInternalMapName| BOOT::|sublisNQ| BOOT::|getLocalVars|
 BOOT::|throwMessage| BOOT::|mapCatchName| BOOT::|compileBody|
 BOOT::|flattenCOND| BOOT::|makeInternalMapMinivectorName| BOOT::PNAME
 BOOT::LIST2REFVEC BOOT::|compileInteractive| BOOT::|clearCmdParts|
 BOOT::|resolveTMOrCroak| BOOT::|resolveTCat| BOOT::STRCONC
 BOOT::|getFunctionFromDomain| BOOT::|sayKeyedMsg| BOOT::|prefix2String|
 BOOT::|sayMSG| BOOT::|concat| BOOT::|BooleanEquality|
 BOOT::|getConstantFromDomain| BOOT::|mkAtree| BOOT::|unwrap|
 BOOT::|objNewCode| BOOT::|coerceOrRetract| BOOT::|devaluate|
 BOOT::|mkAtree1| BOOT::|bottomUpCompilePredicate|
 BOOT::|coerceUnion2Branch| BOOT::|putMode| BOOT::|typeIsASmallInteger|
 BOOT::REMDUP BOOT::|computedMode| BOOT::|timedOptimization|
 BOOT::|asTupleNewCode0| BOOT::|asTupleNew| BOOT::|interpLoop| BOOT::MKQ
 BOOT::|emptyAtree| BOOT::|last| BOOT::|mkAtreeNoder|
 BOOT::|isEqualOrSubDomain| BOOT::|bottomUpUseSubdomain|
 BOOT::|resolveTT| BOOT::|keyedSystemError| BOOT::|getIteratorIds|
 BOOT::|delete| BOOT::LASTTAIL BOOT::|error| BOOT::|systemError|
 BOOT::|mkEvalable| BOOT::|bottomUpCompile| BOOT::|mkAtreeNode|
 BOOT::|getAtree| BOOT::|isTaggedUnion| BOOT::|getTarget|
 BOOT::|putTarget| BOOT::|selectMms| BOOT::|evalForm| BOOT::|getUnname|
 BOOT::|resolveTypeListAny| BOOT::|resolveTM| BOOT::|getArgValueOrThrow|
 BOOT::|getMinimalVarMode| BOOT::|coerceInteractive| BOOT::|bottomUp|
 BOOT::|getArgValue| BOOT::|throwKeyedMsgCannotCoerceWithValue|
 BOOT::|wrap| BOOT::|objNew| BOOT::|keyedMsgCompFailure|
 BOOT::|evaluateType| BOOT::|unabbrev| BOOT::|packageForm?|
 BOOT::|throwKeyedMsgSP| BOOT::|putValue| BOOT::|putModeSet|
 BOOT::|uplocalWithType| BOOT::|upfreeWithType| BOOT::STRINGIMAGE
 BOOT::|mkLocalVar| BOOT::|clearDependencies| BOOT::|isLocalVar|
 BOOT::|put| BOOT::|throwKeyedMsg| BOOT::|putHist| BOOT::CONTAINED
 BOOT::|getValue| BOOT::|isWrapped| BOOT::|compFailure|
 BOOT::|objNewWrap| BOOT::|timedEVALFUN| BOOT::|objVal| BOOT::|subCopy|
 BOOT::|get| BOOT::|categoryForm?| BOOT::|objMode| BOOT::|objValUnwrap|
 BOOT::|ofCategory| BOOT::|isPartialMode| BOOT::|isValidType|
 BOOT::|isLegitimateMode| BOOT::|removeQuote| BOOT::|underDomainOf|
 BOOT::|member|
The following special variables were not defined:
 BOOT::|$AnonymousFunction| BOOT::|$env| BOOT::|$localVars|
 BOOT::|$freeVars| BOOT::|$mapName| BOOT::|$e| BOOT::|$mapThrowCount|
 BOOT::|$minivector| BOOT::|$boundVariables| BOOT::|$definingMap|
 BOOT::|$freeVariables| BOOT::|$genValue| BOOT::|$EmptyMode|
 BOOT::|$printTypeIfTrue| BOOT::|$Boolean| BOOT::|$compilingLoop|
 BOOT::|$interpOnly| BOOT::|$Integer| BOOT::|$SingleInteger|
 BOOT::|$indexVars| BOOT::|$indexTypes| BOOT::|$collectTypeList|
 BOOT::|$index| BOOT::|$Symbol| BOOT::|$declaredMode| BOOT::|$Void|
 BOOT::|$compilingMap| BOOT::|$FormalMapVariableList|
 BOOT::|$TriangleVariableList| BOOT::|$InteractiveFrame|
 BOOT::|$univariateDomains| BOOT::|$multivariateDomains|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 211 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-spec2.clisp i-spec2.boot
#<PACKAGE BOOTTRAN>
i-spec2.clisp PRODUCED
"i-spec2.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-spec2.fas i-spec2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-spec2.clisp ...
WARNING: in |upDEF| in lines 17..61 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDEF| in lines 17..61 : |$Void| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDEF| in lines 17..61 : |$Void| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDollar| in lines 63..196 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDollar| in lines 63..196 : |$localVars| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDollar| in lines 63..196 : |$immediateDataSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDollar| in lines 63..196 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDollar| in lines 63..196 : |$immediateDataSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDollar| in lines 63..196 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upDollar| in lines 63..196 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLispCall| in lines 265..316 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upequation| in lines 318..341 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |uperror| in lines 343..373 : |$compilingMap| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |uperror| in lines 343..373 : |$String| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |uperror| in lines 343..373 : |$mapName| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upfree| in lines 375..383 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upfree| in lines 375..383 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |uplocal| in lines 385..393 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |uplocal| in lines 385..393 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upfreeWithType| in lines 395..401 : variable |type| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |uplocalWithType| in lines 403..409 : variable |type| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |uphas| in lines 411..451 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |uphas| in lines 411..451 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |uphas| in lines 411..451 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upIF| in lines 453..476 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : |$Exit| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : |$Exit| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : |$declaredMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : |$declaredMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : |$mapName| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : |$mapName| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : |$mapName| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIF| in lines 478..547 : variable |cond| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |evalIF| in lines 549..580 : |$mapName| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalIF| in lines 549..580 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IFcodeTran| in lines 599..645 : |$Exit| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IFcodeTran| in lines 599..645 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIF| in lines 647..670 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIF| in lines 647..670 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpIF| in lines 647..670 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upisAndIsnt| in lines 725..746 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putPvarModes| in lines 748..787 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putPvarModes| in lines 748..787 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putPvarModes| in lines 748..787 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalis| in lines 789..816 : |$opIsIs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalis| in lines 789..816 : |$genValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalis| in lines 789..816 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalis| in lines 789..816 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileIs| in lines 850..914 : |$opIsIs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalIsPredicate| in lines 916..951 : |$env| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalIsPredicate| in lines 916..951 : variable |mode| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isPatMatch| in lines 1002..1091 : |$subs| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upiterate| in lines 1093..1112 : |$repeatBodyLabel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upiterate| in lines 1093..1112 : |$iterateCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upiterate| in lines 1093..1112 : |$iterateCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upiterate| in lines 1093..1112 : |$repeatBodyLabel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upiterate| in lines 1093..1112 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upiterate| in lines 1093..1112 : |$repeatBodyLabel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upiterate| in lines 1093..1112 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upiterate| in lines 1093..1112 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upbreak| in lines 1114..1139 : |$repeatLabel| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upbreak| in lines 1114..1139 : |$breakCount| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upbreak| in lines 1114..1139 : |$breakCount| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upbreak| in lines 1114..1139 : |$repeatLabel| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upbreak| in lines 1114..1139 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upbreak| in lines 1114..1139 : |$repeatLabel| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upbreak| in lines 1114..1139 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upbreak| in lines 1114..1139 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLET| in lines 1141..1250 : |$immediateDataSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLET| in lines 1141..1250 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLET| in lines 1141..1250 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLET| in lines 1141..1250 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLET| in lines 1141..1250 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLET| in lines 1141..1250 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLET| in lines 1141..1250 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLET| in lines 1141..1250 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLET| in lines 1141..1250 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLET| in lines 1272..1359 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLET| in lines 1272..1359 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLET| in lines 1272..1359 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLET| in lines 1272..1359 : |$declaredMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLET| in lines 1272..1359 : |$declaredMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLET| in lines 1272..1359 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLET| in lines 1272..1359 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$mapName| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$compilingMap| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETput| in lines 1361..1440 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLETWithPatternOnLhs| in lines 1442..1484 : |$genValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETchangeValue| in lines 1486..1522 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETchangeValue| in lines 1486..1522 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETchangeValue| in lines 1486..1522 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETchangeValue| in lines 1486..1522 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETchangeValue| in lines 1486..1522 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETchangeValue| in lines 1486..1522 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETchangeValue| in lines 1486..1522 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalLETchangeValue| in lines 1486..1522 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLETWithFormOnLhs| in lines 1524..1622 : |$mapName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upSetelt| in lines 1718..1740 : |$declaredMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upTableSetelt| in lines 1742..1801 : |$genValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLETtype| in lines 1869..1911 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLETtype| in lines 1869..1911 : |$localVars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLETtype| in lines 1869..1911 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upLETtype| in lines 1869..1911 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |assignSymbol| in lines 1913..1928 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |assignSymbol| in lines 1913..1928 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getInterpMacroNames| in lines 1930..1967 :
         |$InterpreterMacroAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getInterpMacroNames| in lines 1930..1967 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isInterpMacro| in lines 1969..1989 : |$env| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isInterpMacro| in lines 1969..1989 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isInterpMacro| in lines 1969..1989 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isInterpMacro| in lines 1969..1989 : |$InterpreterMacroAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upQUOTE| in lines 1991..2018 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalQUOTE| in lines 2020..2033 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getReduceFunction| in lines 2065..2162 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getReduceFunction| in lines 2065..2162 : |$Symbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getReduceFunction| in lines 2065..2162 : |$compilingMap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upREPEAT| in lines 2321..2338 : |$compilingLoop| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upREPEAT1| in lines 2354..2416 : |$breakCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upREPEAT1| in lines 2354..2416 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upREPEAT1| in lines 2354..2416 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upREPEAT1| in lines 2354..2416 : |$interpOnly| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalREPEAT| in lines 2418..2469 : |$iterateCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalREPEAT| in lines 2418..2469 : |$repeatBodyLabel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalREPEAT| in lines 2418..2469 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalREPEAT| in lines 2418..2469 : |$breakCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalREPEAT| in lines 2418..2469 : |$repeatLabel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalREPEAT| in lines 2418..2469 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpREPEAT| in lines 2483..2519 : |$repeatBodyLabel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpREPEAT| in lines 2483..2519 : |$repeatLabel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpLoopIter| in lines 2532..2572 : |$env| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$compilingMap| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$interpOnly| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapTarget| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapTarget| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapTarget| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapTarget| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapTarget| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapName| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapReturnTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapReturnTypes| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapThrowCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$mapThrowCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upreturn| in lines 2574..2623 : |$Exit| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalSEQ| in lines 2666..2713 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalTuple| in lines 2817..2861 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upNullTuple| in lines 2863..2902 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |upwhere| in lines 2950..3020 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upwhere| in lines 2950..3020 : |$env| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |upwhere| in lines 2950..3020 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-spec2.fas
The following functions were used but not defined:
 BOOT::|addDefMap| BOOT::|keyedMsgCompFailure| BOOT::SIZE
 BOOT::|findUniqueOpInDomain| BOOT::|constantInDomain?|
 BOOT::|getConstantFromDomain| BOOT::|findCommonSigInDomain|
 BOOT::|isOpInDomain| BOOT::|functionp| BOOT::|macrop|
 BOOT::|object2String| BOOT::|bottomUpPredicate| BOOT::|resolveTTAny|
 BOOT::|rempropI| BOOT::|object2Identifier| BOOT::|quote2Wrapped|
 BOOT::REMDUP BOOT::DROP BOOT::|sayKeyedMsg| BOOT::|getMinimalVarMode|
 BOOT::|isWrapped| BOOT::|isSubDomain| BOOT::|objNewCode|
 BOOT::|form2String| BOOT::|eval| BOOT::|putIntSymTab|
 BOOT::|getUnnameIfCan| BOOT::|mkLocalVar| BOOT::|retractAtree|
 BOOT::PNAME BOOT::|putMode| BOOT::|opOf| BOOT::|isMap|
 BOOT::|abbreviation?| BOOT::|constructor?| BOOT::|unVectorize|
 BOOT::|isDomainValuedVariable| BOOT::CONTAINED BOOT::|isLocalVar|
 BOOT::|putHist| BOOT::|wrap| BOOT::|devaluate| BOOT::MSORT BOOT::|get|
 BOOT::|assoc| BOOT::|getBasicMode| BOOT::|evaluateType|
 BOOT::|unabbrev| BOOT::|isValidType| BOOT::|mkAtreeNode|
 BOOT::|selectMms| BOOT::|evalDomain| BOOT::|NRTgetMinivectorIndex|
 BOOT::|NRTcompiledLookup| BOOT::|mkAtree1| BOOT::|upLoopIters|
 BOOT::|bottomUpCompile| BOOT::|bottomUpCompilePredicate|
 BOOT::|evalLoopIter| BOOT::|timedOptimization| BOOT::|interpIter|
 BOOT::|emptyAtree| BOOT::|put|
 BOOT::|throwKeyedMsgCannotCoerceWithValue| BOOT::|objMode|
 BOOT::|objValUnwrap| BOOT::|wrapped2Quote| BOOT::|objVal|
 BOOT::|mapCatchName| BOOT::|insert| BOOT::|removeQuote| BOOT::MKQ
 BOOT::|last| BOOT::|keyedSystemError| BOOT::|computedMode|
 BOOT::|voidValue| BOOT::|isTaggedUnion| BOOT::|upTaggedUnionConstruct|
 BOOT::|underDomainOf| BOOT::|getTarget| BOOT::|putTarget|
 BOOT::|replaceSymbols| BOOT::|resolveTypeListAny| BOOT::|resolveTM|
 BOOT::|asTupleNewCode| BOOT::|getArgValue| BOOT::|timedEVALFUN|
 BOOT::|objNewWrap| BOOT::|asTupleNew| BOOT::|coerceInteractive|
 BOOT::|transferPropsToNode| BOOT::|getUnname| BOOT::|categoryForm?|
 BOOT::|isPartialMode| BOOT::|getMode| BOOT::|objNew| BOOT::|member|
 BOOT::|compFailure| BOOT::|bright| BOOT::|getAtree|
 BOOT::|throwKeyedMsg| BOOT::|putAtree| BOOT::|getValue|
 BOOT::|putValue| BOOT::|putModeSet| BOOT::|getModeSet|
 BOOT::|clearDependencies| BOOT::|mkAtree| BOOT::|bottomUp| BOOT::COPY
 BOOT::INTERNL1 BOOT::MAKEPROP
The following special variables were not defined:
 BOOT::|$e| BOOT::|$Void| BOOT::|$genValue| BOOT::|$localVars|
 BOOT::|$immediateDataSymbol| BOOT::|$OutputForm| BOOT::|$Boolean|
 BOOT::|$compilingMap| BOOT::|$String| BOOT::|$mapName| BOOT::|$Exit|
 BOOT::|$declaredMode| BOOT::|$env| BOOT::|$opIsIs| BOOT::|$subs|
 BOOT::|$repeatBodyLabel| BOOT::|$iterateCount| BOOT::|$repeatLabel|
 BOOT::|$breakCount| BOOT::|$InterpreterMacroAlist|
 BOOT::|$InteractiveFrame| BOOT::|$Symbol| BOOT::|$compilingLoop|
 BOOT::|$interpOnly| BOOT::|$mapTarget| BOOT::|$mapReturnTypes|
 BOOT::|$mapThrowCount|
0 errors, 176 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-syscmd.clisp i-syscmd.boot
#<PACKAGE BOOTTRAN>
i-syscmd.clisp PRODUCED
"i-syscmd.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-syscmd.fas i-syscmd.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-syscmd.clisp ...
WARNING: in #:|10 20 (DEFPARAMETER $SYSCOMMANDS (# NIL \|$systemCommands\|
         ...))-3| in lines 10..20 : |$systemCommands| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initializeSystemCommands| in lines 67..85 : |$systemCommands| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |systemCommand| in lines 87..113 : |$CategoryFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |systemCommand| in lines 87..113 : |$systemCommands| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |synonymsForUserLevel| in lines 140..173 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |synonymsForUserLevel| in lines 140..173 : |$systemCommands| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |satisfiesUserLevel| in lines 175..186 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |satisfiesUserLevel| in lines 175..186 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unAbbreviateKeyword| in lines 188..207 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unAbbreviateKeyword| in lines 188..207 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unAbbreviateKeyword| in lines 188..207 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unAbbreviateKeyword| in lines 188..207 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unAbbreviateKeyword| in lines 188..207 : |$currentLine| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unAbbreviateKeyword| in lines 188..207 : |$systemCommands| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |userLevelErrorMessage| in lines 295..308 : |$UserLevel| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |commandErrorIfAmbiguous| in lines 320..331 : LINE is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |commandErrorIfAmbiguous| in lines 320..331 : $OLDLINE is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |commandErrorMessage| in lines 333..348 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |commandErrorMessage| in lines 333..348 : $OLDLINE is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSystemCommandLine| in lines 369..393 : |$currentLine| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSystemCommandLine| in lines 369..393 : |$currentLine| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSystemCommandLine| in lines 369..393 : |$currentLine| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |abbreviationsSpad2Cmd| in lines 406..488 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearSpad2Cmd| in lines 534..598 : |$options| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearSpad2Cmd| in lines 534..598 : |$options| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdSortedCaches| in lines 600..625 : |$ConstructorCache| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdSortedCaches| in lines 600..625 : |$Void| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdCompletely| in lines 627..645 :
         |$localExposureDataDefault| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdCompletely| in lines 627..645 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$previousBindings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$trace_names| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$useInternalHistoryTable| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$internalHistoryTable| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$frameMessages| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdAll| in lines 647..679 : |$interpreterFrameName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdParts| in lines 705..820 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdParts| in lines 705..820 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdParts| in lines 705..820 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdParts| in lines 705..820 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdParts| in lines 705..820 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCmdParts| in lines 705..820 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |queryClients| in lines 822..831 : |$SessionManager| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |queryClients| in lines 822..831 : |$QueryClients| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |queryClients| in lines 822..831 : |$SessionManager| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$SpadServer| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$SessionManager| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$CloseClient| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$SessionManager| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$currentFrameNum| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$options| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$SessionManager| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$CloseClient| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$SessionManager| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : |$currentFrameNum| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |close| in lines 833..891 : variable |args| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |compile| in lines 893..1030 : |$options| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compile| in lines 893..1030 : |$edit_file| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compile| in lines 893..1030 : |$edit_file| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compile| in lines 893..1030 : |$options| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpCmd1| in lines 1043..1247 : |$edit_file| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpCmd1| in lines 1043..1247 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpCmd1| in lines 1043..1247 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpCmd1| in lines 1043..1247 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpCmd1| in lines 1043..1247 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpCmd1| in lines 1043..1247 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpCmd1| in lines 1043..1247 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpCmd1| in lines 1043..1247 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpCmd1| in lines 1043..1247 : |$newConlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileAsharpLispCmd| in lines 1362..1452 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileSpadLispCmd| in lines 1454..1549 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |summary| in lines 1559..1563 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |credits| in lines 1572..1587 : CREDITS is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displaySpad2Cmd| in lines 1600..1696 : |$EmptyEnvironment| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearParserMacro| in lines 1801..1810 : |$pfMacros| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearParserMacro| in lines 1801..1810 : |$pfMacros| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearParserMacro| in lines 1801..1810 : |$pfMacros| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getWorkspaceNames| in lines 1887..1905 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpFunctionDepAlists| in lines 1944..1981 :
         |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpFunctionDepAlists| in lines 1944..1981 : |$dependentAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpFunctionDepAlists| in lines 1944..1981 : |$dependeeAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpFunctionDepAlists| in lines 1944..1981 : |$dependentAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpFunctionDepAlists| in lines 1944..1981 : |$dependentAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpFunctionDepAlists| in lines 1944..1981 : |$dependentAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpFunctionDepAlists| in lines 1944..1981 : |$dependeeAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpFunctionDepAlists| in lines 1944..1981 : |$dependeeAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpFunctionDepAlists| in lines 1944..1981 : |$dependeeAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fixObjectForPrinting| in lines 1983..1994 : |$msgdbPrims| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayProperties| in lines 1996..2169 : |$frameMessages| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayProperties| in lines 1996..2169 : |$interpreterFrameName|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayProperties| in lines 1996..2169 : |$frameMessages| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayProperties| in lines 1996..2169 : |$interpreterFrameName|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayFunctionDeps| in lines 2171..2233 : |$dependentAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayFunctionDeps| in lines 2171..2233 : |$dependeeAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayType| in lines 2317..2342 : variable
         |omitVariableNameIfTrue| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |displayValue| in lines 2344..2403 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |editSpad2Cmd| in lines 2409..2444 : |$edit_file| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |editSpad2Cmd| in lines 2409..2444 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |editSpad2Cmd| in lines 2409..2444 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |editSpad2Cmd| in lines 2409..2444 : |$edit_file| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newHelpSpad2Cmd| in lines 2481..2540 : |$useFullScreenHelp| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2542 2544 (EVAL-WHEN (EVAL LOAD) (SETQ \|$frameRecord\|
         NIL))-75| in lines 2542..2544 : |$frameRecord| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2546 2548 (EVAL-WHEN (EVAL LOAD) (SETQ \|$previousBindings\|
         NIL))-76| in lines 2546..2548 : |$previousBindings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |frameNames| in lines 2558..2570 : |$interpreterFrameRing| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |frameEnvironment| in lines 2572..2604 : |$interpreterFrameRing|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |frameEnvironment| in lines 2572..2604 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |frameEnvironment| in lines 2572..2604 : |$interpreterFrameRing|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |frameSpad2Cmd| in lines 2606..2656 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addNewInterpreterFrame| in lines 2658..2691 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addNewInterpreterFrame| in lines 2658..2691 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addNewInterpreterFrame| in lines 2658..2691 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |emptyInterpreterFrame| in lines 2693..2710 : |$HiFiAccess| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |emptyInterpreterFrame| in lines 2693..2710 : |$HistList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |emptyInterpreterFrame| in lines 2693..2710 : |$HistListLen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |emptyInterpreterFrame| in lines 2693..2710 : |$HistListAct| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |emptyInterpreterFrame| in lines 2693..2710 : |$HistRecord| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |emptyInterpreterFrame| in lines 2693..2710 :
         |$localExposureDataDefault| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |closeInterpreterFrame| in lines 2712..2761 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |closeInterpreterFrame| in lines 2712..2761 :
         |$interpreterFrameName| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |closeInterpreterFrame| in lines 2712..2761 :
         |$interpreterFrameName| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |closeInterpreterFrame| in lines 2712..2761 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |closeInterpreterFrame| in lines 2712..2761 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |closeInterpreterFrame| in lines 2712..2761 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |closeInterpreterFrame| in lines 2712..2761 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |previousInterpreterFrame| in lines 2763..2779 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |previousInterpreterFrame| in lines 2763..2779 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |previousInterpreterFrame| in lines 2763..2779 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |nextInterpreterFrame| in lines 2781..2798 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |nextInterpreterFrame| in lines 2781..2798 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |nextInterpreterFrame| in lines 2781..2798 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |nextInterpreterFrame| in lines 2781..2798 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 :
         |$interpreterFrameName| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 :
         |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 : |$IOindex|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 :
         |$HiFiAccess| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 : |$HistList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 :
         |$HistListLen| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 :
         |$HistListAct| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 :
         |$HistRecord| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 :
         |$internalHistoryTable| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createCurrentInterpreterFrame| in lines 2800..2818 :
         |$localExposureData| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$interpreterFrameName| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$IOindex| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$HiFiAccess| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$HistList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$HistListLen| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$HistListAct| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$HistRecord| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$internalHistoryTable| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$localExposureData| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$frameMessages| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateFromCurrentInterpreterFrame| in lines 2820..2854 :
         |$interpreterFrameName| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateCurrentInterpreterFrame| in lines 2856..2865 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initializeInterpreterFrameRing| in lines 2867..2879 :
         |$interpreterFrameName| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initializeInterpreterFrameRing| in lines 2867..2879 :
         |$interpreterFrameName| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initializeInterpreterFrameRing| in lines 2867..2879 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeToNamedInterpreterFrame| in lines 2881..2898 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeToNamedInterpreterFrame| in lines 2881..2898 :
         |$interpreterFrameRing| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeInitialModemapFrame| in lines 2900..2903 :
         |$InitialModemapFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |findFrameInRing| in lines 2905..2928 : |$interpreterFrameRing| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayFrameNames| in lines 2930..2951 : |$interpreterFrameRing|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |importFromFrame| in lines 2953..3068 : |$interpreterFrameRing| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |importFromFrame| in lines 2953..3068 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |importFromFrame| in lines 2953..3068 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |history| in lines 3086..3094 : |$options| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |histFileName| in lines 3112..3120 : |$interpreterFrameName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |histInputFileName| in lines 3122..3131 : |$interpreterFrameName|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initHist| in lines 3133..3152 : |$HiFiAccess| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initHistList| in lines 3154..3177 : |$HistListLen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initHistList| in lines 3154..3177 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initHistList| in lines 3154..3177 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initHistList| in lines 3154..3177 : |$HistListLen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initHistList| in lines 3154..3177 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initHistList| in lines 3154..3177 : |$HistListAct| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initHistList| in lines 3154..3177 : |$HistRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |historySpad2Cmd| in lines 3179..3280 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |historySpad2Cmd| in lines 3179..3280 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |historySpad2Cmd| in lines 3179..3280 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |historySpad2Cmd| in lines 3179..3280 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |historySpad2Cmd| in lines 3179..3280 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |historySpad2Cmd| in lines 3179..3280 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |historySpad2Cmd| in lines 3179..3280 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |historySpad2Cmd| in lines 3179..3280 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setHistoryCore| in lines 3282..3354 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setHistoryCore| in lines 3282..3354 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setHistoryCore| in lines 3282..3354 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setHistoryCore| in lines 3282..3354 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeInputLines| in lines 3356..3454 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeInputLines| in lines 3356..3454 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeInputLines| in lines 3356..3454 : UNDERBAR is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetInCoreHist| in lines 3456..3474 : |$HistListAct| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetInCoreHist| in lines 3456..3474 : |$HistListLen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetInCoreHist| in lines 3456..3474 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetInCoreHist| in lines 3456..3474 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetInCoreHist| in lines 3456..3474 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeHistListLen| in lines 3476..3513 : |$HistListLen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeHistListLen| in lines 3476..3513 : |$HistListLen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeHistListLen| in lines 3476..3513 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeHistListLen| in lines 3476..3513 : |$HistListAct| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeHistListLen| in lines 3476..3513 : |$HistListAct| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeHistListLen| in lines 3476..3513 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateHist| in lines 3515..3538 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateHist| in lines 3515..3538 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateHist| in lines 3515..3538 : |$HistRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateHist| in lines 3515..3538 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateHist| in lines 3515..3538 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateHist| in lines 3515..3538 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateInCoreHist| in lines 3540..3552 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateInCoreHist| in lines 3540..3552 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateInCoreHist| in lines 3540..3552 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateInCoreHist| in lines 3540..3552 : |$HistListAct| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateInCoreHist| in lines 3540..3552 : |$HistListLen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateInCoreHist| in lines 3540..3552 : |$HistListAct| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateInCoreHist| in lines 3540..3552 : |$HistListAct| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putHist| in lines 3554..3568 : |$HiFiAccess| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordNewValue0| in lines 3586..3605 : |$HistRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordNewValue0| in lines 3586..3605 : |$HistRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordNewValue0| in lines 3586..3605 : |$HistRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordOldValue0| in lines 3618..3636 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordOldValue0| in lines 3618..3636 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordOldValue0| in lines 3618..3636 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoInCore| in lines 3638..3675 : |$HistList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoInCore| in lines 3638..3675 : |$HistListLen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoInCore| in lines 3638..3675 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoInCore| in lines 3638..3675 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoInCore| in lines 3638..3675 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoInCore| in lines 3638..3675 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoChanges| in lines 3677..3706 : |$HistList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoChanges| in lines 3677..3706 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoFromFile| in lines 3708..3791 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoFromFile| in lines 3708..3791 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoFromFile| in lines 3708..3791 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoFromFile| in lines 3708..3791 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoFromFile| in lines 3708..3791 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoFromFile| in lines 3708..3791 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saveHistory| in lines 3793..3852 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreHistory2| in lines 3894..3989 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreHistory2| in lines 3894..3989 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreHistory2| in lines 3894..3989 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreHistory2| in lines 3894..3989 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreHistory2| in lines 3894..3989 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreHistory2| in lines 3894..3989 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreHistory2| in lines 3894..3989 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |restoreHistory2| in lines 3894..3989 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showHistory| in lines 3991..4063 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showHistory| in lines 3991..4063 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showHistory| in lines 3991..4063 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showHistory| in lines 3991..4063 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showHistory| in lines 3991..4063 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setIOindex| in lines 4065..4069 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showInOut| in lines 4108..4133 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fetchOutput| in lines 4135..4166 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fetchOutput| in lines 4135..4166 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fetchOutput| in lines 4135..4166 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHiFi| in lines 4195..4217 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHiFi| in lines 4195..4217 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHiFi| in lines 4195..4217 : |$HistRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHiFi| in lines 4195..4217 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHiFi| in lines 4195..4217 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHiFi| in lines 4195..4217 : |$HistRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |disableHist| in lines 4219..4228 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHistModesAndValues| in lines 4230..4256 :
         |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHistModesAndValues| in lines 4230..4256 :
         |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHistModesAndValues| in lines 4230..4256 :
         |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHistModesAndValues| in lines 4230..4256 :
         |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writeHistModesAndValues| in lines 4230..4256 :
         |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$seen| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$NullStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writify,writifyInner| in lines 4396..4484 : |$NonNullStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writifyComplain| in lines 4500..4511 : |$writifyComplained| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writifyComplain| in lines 4500..4511 : |$writifyComplained| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$NullStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$NonNullStream|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dewritify,dewritifyInner| in lines 4632..4718 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ScanOrPairVec,ScanOrInner| in lines 4748..4767 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ScanOrPairVec,ScanOrInner| in lines 4748..4767 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ScanOrPairVec,ScanOrInner| in lines 4748..4767 : |$seen| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |library| in lines 4769..4783 : |$options| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadSpad2Cmd| in lines 4789..4794 : variable |args| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |reportCount| in lines 4796..4841 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportCount| in lines 4796..4841 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportCount| in lines 4796..4841 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportCount| in lines 4796..4841 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportCount| in lines 4796..4841 : |$streamCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |quitSpad2Cmd| in lines 4886..4902 : |$quitCommandType| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |readSpad2Cmd| in lines 4916..4992 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |readSpad2Cmd| in lines 4916..4992 : |$edit_file| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |readSpad2Cmd| in lines 4916..4992 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |readSpad2Cmd| in lines 4916..4992 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_read| in lines 4994..5006 : |$edit_file| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |read_or_compile| in lines 5012..5045 : |$edit_file| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |read_or_compile| in lines 5012..5045 : |$lisp_bin_filetype| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showSpad2Cmd| in lines 5058..5105 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showSpad2Cmd| in lines 5058..5105 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showSpad2Cmd| in lines 5058..5105 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showSpad2Cmd| in lines 5058..5105 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOperations| in lines 5107..5179 : |$quadSymbol| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromUnitDirectly0| in lines 5181..5190 :
         |$useEditorForShowOutput| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromLisplib0| in lines 5230..5238 :
         |$useEditorForShowOutput| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromUnitDirectly| in lines 5259..5469 : |$options| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromUnitDirectly| in lines 5259..5469 : |$showOptions|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromUnitDirectly| in lines 5259..5469 : |$CategoryFrame|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromUnitDirectly| in lines 5259..5469 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromUnitDirectly| in lines 5259..5469 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromLisplib| in lines 5471..5578 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromLisplib| in lines 5471..5578 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOpsFromLisplib| in lines 5471..5578 : |$showOptions| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayOperationsFromLisplib| in lines 5580..5616 : $LINELENGTH
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayOperationsFromLisplib| in lines 5580..5616 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |synonym| in lines 5643..5645 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |synonymSpad2Cmd| in lines 5647..5667 : |$CommandSynonymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |synonymSpad2Cmd| in lines 5647..5667 : |$CommandSynonymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |synonymSpad2Cmd| in lines 5647..5667 : |$CommandSynonymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|5712 5714 (EVAL-WHEN (EVAL LOAD) (SETQ \|$undoFlag\| T))-183|
         in lines 5712..5714 : |$undoFlag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undo| in lines 5716..5757 : |$options| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undo| in lines 5716..5757 : |$options| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undo| in lines 5716..5757 : |$options| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undo| in lines 5716..5757 : |$options| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undo| in lines 5716..5757 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$undoFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$previousBindings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$previousBindings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordFrame| in lines 5759..5809 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |diffAlist| in lines 5811..5939 : |$reportUndo| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportUndo| in lines 5941..5983 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearFrame| in lines 5985..5994 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearFrame| in lines 5985..5994 : |$previousBindings| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoCount| in lines 5996..6014 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoCount| in lines 5996..6014 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoCount| in lines 5996..6014 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoSteps| in lines 6016..6072 : |$IOindex| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoSteps| in lines 6016..6072 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoSteps| in lines 6016..6072 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoSteps| in lines 6016..6072 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoSteps| in lines 6016..6072 : |$frameRecord| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |undoSteps| in lines 6016..6072 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeUndoLines| in lines 6163..6298 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeUndoLines| in lines 6163..6298 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeUndoLines| in lines 6163..6298 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeUndoLines| in lines 6163..6298 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeUndoLines| in lines 6163..6298 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeUndoLines| in lines 6163..6298 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeUndoLines| in lines 6163..6298 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeUndoLines| in lines 6163..6298 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |whatSpad2Cmd| in lines 6311..6382 : |$EmptyEnvironment| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |filterAndFormatConstructors| in lines 6389..6428 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printSynonyms| in lines 6496..6527 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printSynonyms| in lines 6496..6527 : |$CommandSynonymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |whatCommands| in lines 6604..6658 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |whatCommands| in lines 6604..6658 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |whatCommands| in lines 6604..6658 : |$systemCommands| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processSynonyms| in lines 6785..6843 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processSynonyms| in lines 6785..6843 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processSynonyms| in lines 6785..6843 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processSynonyms| in lines 6785..6843 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processSynonyms| in lines 6785..6843 : |$CommandSynonymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processSynonyms| in lines 6785..6843 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processSynonyms| in lines 6785..6843 : LINE is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processSynonyms| in lines 6785..6843 : CHR is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doSystemCommand| in lines 6845..6887 : |$noParseCommands| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doSystemCommand| in lines 6845..6887 : |$tokenCommands| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npboot| in lines 6952..6962 : |$ans| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npboot| in lines 6952..6962 : |$ans| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |nplisp| in lines 6991..6999 : |$ans| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |nplisp| in lines 6991..6999 : |$ans| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intnplisp| in lines 7001..7007 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intnplisp| in lines 7001..7007 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npsynonym| in lines 7035..7039 : variable |unab| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |tokenSystemCommand| in lines 7041..7045 : variable |unabr| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |handleParsedSystemCommands| in lines 7189..7230 : variable
         |unabr| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |npProcessSynonym| in lines 7327..7346 : |$CommandSynonymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npProcessSynonym| in lines 7327..7346 : |$CommandSynonymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npProcessSynonym| in lines 7327..7346 : |$CommandSynonymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-syscmd.fas
The following functions were used but not defined:
 BOOT::|throw_to_reader| BOOT::DELDATABASE
 BOOT::|mkUserConstructorAbbreviation| BOOT::SETDATABASE
 BOOT::|compiledLookupCheck| BOOT::|clearClams|
 BOOT::|clearConstructorCaches| BOOT::RECLAIM BOOT::|deleteFile|
 BOOT::|clearMacroTable| BOOT::ASSOCLEFT BOOT::|clearDependencies|
 BOOT::|isMap| BOOT::|untraceMapSubNames| BOOT::|deleteAssoc|
 |sockGetInt| |sockSendInt| BOOT::|compileSpad2Cmd|
 BOOT::|compileFileQuietly| BOOT::|fnameMake| BOOT::|fnameReadable?|
 BOOT::|compile_lib_file| BOOT::|abbreviation?| BOOT::|abbQuery|
 BOOT::|getParserMacros| BOOT::REMALIST BOOT::|outputMapTran|
 BOOT::SETDIFFERENCE BOOT::|object2String| BOOT::NMSORT
 BOOT::|reportOpSymbol| BOOT::|getFlag| BOOT::|getInterpMacroNames|
 BOOT::|isInternalMapName| BOOT::|getIProplist|
 BOOT::|displayParserMacro| BOOT::|isInterpMacro|
 BOOT::|formatSignature| BOOT::|pred2English| BOOT::|displayRule|
 BOOT::|prefix2String| BOOT::|form2String| BOOT::|mathprint|
 BOOT::|outputFormat| BOOT::|pathnameDirectory| BOOT::|pathnameName|
 BOOT::MAKE_INSTREAM BOOT::|read_line| BOOT::NCONC2 BOOT::NREMOVE
 BOOT::GETALIST BOOT::|makePathname| BOOT::|replace_lib|
 BOOT::|putIntSymTab| BOOT::|startTimingProcess|
 BOOT::|stopTimingProcess| BOOT::|copy_file| BOOT::RKEYIDS
 BOOT::|rempropI| BOOT::TAB BOOT::|sayMSG| BOOT::|spadPrint|
 BOOT::|objValUnwrap| BOOT::|objMode| BOOT::|getI|
 BOOT::|keyedSystemError| BOOT::|rMkIstream| BOOT::|rMkOstream|
 BOOT::|object2Identifier| BOOT::RSHUT BOOT::|get| BOOT::|rread|
 BOOT::|rwrite| BOOT::|newGoGet| BOOT::|replaceGoGetSlot|
 BOOT::|isDomainOrPackage| BOOT::|mkEvalable| BOOT::|devaluate|
 BOOT::HKEYS BOOT::HASHTABLE_CLASS BOOT::HASHTABLEP BOOT::PLACEP
 BOOT::BPINAME BOOT::GENSYMMER BOOT::HASHEQ BOOT::|get_read_placeholder|
 BOOT::|error| BOOT::MAKE_VEC BOOT::MAKE_HASHTABLE BOOT::LOCALDATABASE
 BOOT::|extendLocalLibdb| BOOT::|linearFormatName|
 BOOT::|sayBrightlyLength| BOOT::|setNopiles| BOOT::|queryUserKeyedMsg|
 BOOT::|pathnameTypeId| BOOT::|find_file| BOOT::|pathnameType|
 BOOT::UPCASE BOOT::|namestring| BOOT::|throwKeyedMsg|
 BOOT::|spadPrompt| BOOT::|make_input_filename| BOOTTRAN::BOOTTOCLC
 BOOT::|ncINTERPFILE| BOOT::|spadCompile| BOOT::|isNameOfType|
 BOOT::|isDomainValuedVariable| BOOT::|opOf| BOOT::|unabbrev|
 BOOT::|removeZeroOneDestructively| BOOT::|pathname| BOOT::|erase_lib|
 BOOT::MAKE_OUTSTREAM BOOT::SHUT BOOT::|editFile| BOOT::|evalDomain|
 BOOT::|formatOpType| BOOT::GETL BOOT::|systemErrorHere|
 BOOT::|getOplistForConstructorForm| BOOT::|formatOperationWithPred|
 BOOT::|evalDomainOpPred| BOOT::|formatOperation| BOOT::|constructor?|
 BOOT::|getConstructorSignature| BOOT::|isType| BOOT::|mkAtree|
 BOOT::|evaluateType| BOOT::|form2StringWithWhere|
 BOOT::|isExposedConstructor| BOOT::|dc1| BOOT::|bright| BOOT::REMDUP
 BOOT::EQSUBSTLIST BOOT::|formatOperationAlistEntry| BOOT::|say2PerLine|
 BOOT::|reset_highlight| BOOT::|clear_highlight|
 BOOT::|dropLeadingBlanks| BOOT::|assoc| BOOT::QLASSQ BOOT::PNAME
 BOOT::|sayBrightlyNT| BOOT::|pp| BOOT::|userError|
 BOOT::|stringPrefix?| BOOT::|charPosition| BOOT::|trimString|
 BOOT::|ioHook| BOOT::|pp2Cols| BOOT::|allConstructors|
 BOOT::GETDATABASE BOOT::|allOperations| BOOT::MSORT BOOT::|entryWidth|
 BOOT::|concat| BOOT::|fillerSpaces| BOOT::|centerAndHighlight|
 BOOT::|specialChar| BOOT::STRINGIMAGE BOOT::|sayMessage|
 BOOT::|blankList| BOOT::|sayAsManyPerLineAsPossible| BOOT::SAY
 BOOT::|sayBrightly| BOOT::DOWNCASE BOOT::COPY BOOT::STRING2ID-N
 BOOT::LASSOC BOOT::STRPOS BOOT::STRCONC BOOT::RPLACSTR BOOT::SIZE
 BOOT::|member| BOOT::CONCAT BOOTTRAN::STTOSEX BOOT::|sayKeyedMsg|
 BOOT::OBEY BOOT::|trace| BOOT::PUTALIST BOOT::SUBSTRING
 BOOT::|ncloopParse| BOOT::|next| BOOT::|lineoftoks| BOOT::|incString|
 BOOT::|StreamNull| BOOT::|pf2Sex| BOOT::|macroExpanded|
The following special variables were not defined:
 BOOT::|$systemCommands| BOOT::|$CategoryFrame| BOOT::|$UserLevel|
 BOOT::LINE BOOT::|$currentLine| BOOT::|$options|
 BOOT::|$ConstructorCache| BOOT::|$Void|
 BOOT::|$localExposureDataDefault| BOOT::|$trace_names| BOOT::|$IOindex|
 BOOT::|$frameMessages| BOOT::|$interpreterFrameName|
 BOOT::|$InteractiveFrame| BOOT::|$SessionManager| BOOT::|$QueryClients|
 BOOT::|$SpadServer| BOOT::|$CloseClient| BOOT::|$currentFrameNum|
 BOOT::|$edit_file| BOOT::|$asharpCmdlineFlags| BOOT::|$newConlist|
 BOOT::CREDITS BOOT::|$EmptyEnvironment| BOOT::|$pfMacros|
 BOOT::|$dependentAlist| BOOT::|$dependeeAlist| BOOT::|$msgdbPrims|
 BOOT::|$EmptyMode| BOOT::|$useFullScreenHelp|
 BOOT::|$interpreterFrameRing| BOOT::|$HiFiAccess| BOOT::|$HistList|
 BOOT::|$HistListLen| BOOT::|$HistListAct| BOOT::|$HistRecord|
 BOOT::|$localExposureData| BOOT::|$InitialModemapFrame| BOOT::UNDERBAR
 BOOT::|$seen| BOOT::|$NullStream| BOOT::|$NonNullStream|
 BOOT::|$writifyComplained| BOOT::$LINELENGTH BOOT::|$cacheCount|
 BOOT::|$cacheAlist| BOOT::|$streamCount| BOOT::|$quitCommandType|
 BOOT::|$lisp_bin_filetype| BOOT::|$quadSymbol|
 BOOT::|$useEditorForShowOutput| BOOT::|$showOptions|
 BOOT::|$FormalMapVariableList| BOOT::|$CommandSynonymAlist|
 BOOT::|$undoFlag| BOOT::|$frameRecord| BOOT::|$previousBindings|
 BOOT::|$reportUndo| BOOT::|$noParseCommands| BOOT::|$tokenCommands|
 BOOT::|$ans|
The following special variables were defined too late:
 BOOT::|$useInternalHistoryTable| BOOT::|$internalHistoryTable|
0 errors, 414 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=i-toplev.clisp i-toplev.boot
#<PACKAGE BOOTTRAN>
i-toplev.clisp PRODUCED
"i-toplev.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=i-toplev.fas i-toplev.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-toplev.clisp ...
WARNING: in |interpsysInitialization| in lines 28..80 : |$displayStartMsgs| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 :
         |$interpreterTimedNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 :
         |$interpreterTimedClasses| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 : |$displayStartMsgs| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 : |$ruleSetsInitialized|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 : |$displayStartMsgs| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 : |$displayStartMsgs| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 : |$displayStartMsgs| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsysInitialization| in lines 28..80 : |$superHash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsys_restart| in lines 82..109 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsys_restart| in lines 82..109 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsys_restart| in lines 82..109 : |$displayStartMsgs| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpsys_restart| in lines 82..109 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |readSpadProfileIfThere| in lines 111..144 : |$edit_file| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processInteractive| in lines 150..221 : |$interpreterTimedNames|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processInteractive| in lines 150..221 :
         |$interpreterTimedClasses| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processInteractive| in lines 150..221 : |$reportInstantiations|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processInteractive| in lines 150..221 : |$instantRecord| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processInteractive1| in lines 223..250 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$printAnyIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$Void| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$printVoidIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$printTimeIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$printTypeIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$printStorageIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 :
         |$printStatisticsSummaryIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$mkTestFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$runTestFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrint| in lines 258..304 : |$mkTestOutputType| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$printTimeIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 :
         |$interpreterTimedNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 :
         |$interpreterTimedClasses| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$printTypeIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$printTimeIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$printTypeIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$collectOutput| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$outputLines| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$outputLines| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$printTimeIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$collectOutput| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$printTypeIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$collectOutput| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$outputLines| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printTypeAndTimeNormal| in lines 312..382 : |$outputLines| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |msgText| in lines 401..421 : $LINELENGTH is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |msgText| in lines 401..421 : $MARGIN is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |justifyMyType| in lines 423..433 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |justifyMyType| in lines 423..433 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printStorage| in lines 443..458 : |$collectOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printStorage| in lines 443..458 : |$interpreterTimedNames| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printStorage| in lines 443..458 : |$interpreterTimedClasses| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printStatisticsSummary| in lines 460..471 : |$collectOutput| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpretTopLevel| in lines 473..493 : |$timedNameStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpretTopLevel| in lines 473..493 : |$timedNameStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpret1| in lines 510..542 : |$genValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpret2| in lines 544..571 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpret2| in lines 544..571 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |interpret2| in lines 544..571 : variable |posnForm| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/i-toplev.fas
The following functions were used but not defined:
 BOOT::|resetWorkspaceVariables| BOOT::|initNewWorld|
 BOOT::|createInitializers| BOOT::|initializeSystemCommands|
 BOOT::|setOutputAlgebra| BOOT::|mkLowerCaseConTable|
 BOOT::|initializeRuleSets| BOOT::GCMSG BOOT::MAKE_HASHTABLE
 BOOT::|makeInitialModemapFrame| BOOT::|loadExposureGroupData|
 BOOT::|statisticsInitialization| BOOT::|initHist|
 BOOT::|initializeInterpreterFrameRing| BOOT::|spadStartUpMsgs|
 BOOT::|compressOpen| BOOT::|interpOpen| BOOT::|operationOpen|
 BOOT::|categoryOpen| BOOT::|browseOpen|
 BOOT::|makeConstructorsAutoLoad| BOOT::|createInitializers2|
 BOOT::|make_input_filename| BOOT::|read_or_compile|
 BOOT::|initializeTimedNames| BOOT::|reportInstantiations|
 BOOT::|writeHistModesAndValues| BOOT::|updateHist|
 BOOT::|startTimingProcess| BOOT::|objValUnwrap| BOOT::|recordFrame|
 BOOT::|parseFromString| BOOT::|quadSch| BOOT::|output| BOOT::|putHist|
 BOOT::|recordAndPrintTest| BOOT::|retract| BOOT::|objNewWrap|
 BOOT::|makeLongTimeString| BOOT::|outputDomainConstructor|
 BOOT::|segmentKeyedMsg| BOOT::|getKeyedMsg|
 BOOT::|substituteSegmentedMsg| BOOT::|flowSegmentedMsg|
 BOOT::|concatenateStringList| BOOT::STRINGIMAGE BOOT::CONCAT
 BOOT::|fillerSpaces| BOOT::|maprinSpecial| BOOT::|makeLongSpaceString|
 BOOT::|statisticsSummary| BOOT::|sayKeyedMsg| BOOT::COPY
 BOOT::|stopTimingProcess| BOOT::|peekTimedName|
 BOOT::|mkAtreeWithSrcPos| BOOT::|putTarget| BOOT::|bottomUp|
 BOOT::|getArgValue| BOOT::|getValue| BOOT::|keyedSystemError|
 BOOT::|objVal| BOOT::|objMode| BOOT::|member| BOOT::|objNew|
 BOOT::|systemErrorHere| BOOT::|coerceInteractive|
 BOOT::|throwKeyedMsgCannotCoerceWithValue|
The following special variables were not defined:
 BOOT::|$displayStartMsgs| BOOT::|$interpreterTimedNames|
 BOOT::|$interpreterTimedClasses| BOOT::|$ruleSetsInitialized|
 BOOT::|$reportInstantiations| BOOT::|$instantRecord|
 BOOT::|$InteractiveFrame| BOOT::|$printAnyIfTrue| BOOT::|$EmptyMode|
 BOOT::|$Void| BOOT::|$printVoidIfTrue| BOOT::|$collectOutput|
 BOOT::|$algebraOutputStream| BOOT::|$e| BOOT::|$printTimeIfTrue|
 BOOT::|$printTypeIfTrue| BOOT::|$printStorageIfTrue|
 BOOT::|$printStatisticsSummaryIfTrue| BOOT::|$mkTestFlag|
 BOOT::|$runTestFlag| BOOT::|$outputLines| BOOT::$LINELENGTH
 BOOT::$MARGIN BOOT::|$timedNameStack| BOOT::|$genValue|
0 errors, 64 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=incl.clisp incl.boot
#<PACKAGE BOOTTRAN>
incl.clisp PRODUCED
"incl.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=incl.fas incl.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/incl.clisp ...
WARNING: in |incStringStream| in lines 37..44 : |Top| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incFile| in lines 46..53 : |Top| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incStream| in lines 55..61 : |Top| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|140 154 (EVAL-WHEN (EVAL LOAD) (SETQ \|incCommands\| #))-18| in
         lines 140..154 : |incCommands| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incClassify| in lines 156..196 : |incCommands| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ifCond| in lines 263..272 : |$inclAssertions| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |assertCond| in lines 274..286 : |$inclAssertions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |assertCond| in lines 274..286 : |$inclAssertions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |assertCond| in lines 274..286 : |$inclAssertions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|302 304 (EVAL-WHEN (EVAL LOAD) (SETQ \|Top\| 1))-31| in lines
         302..304 : |Top| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|306 308 (EVAL-WHEN (EVAL LOAD) (SETQ \|IfSkipToEnd\| 10))-32|
         in lines 306..308 : |IfSkipToEnd| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|310 312 (EVAL-WHEN (EVAL LOAD) (SETQ \|IfKeepPart\| 11))-33| in
         lines 310..312 : |IfKeepPart| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|314 316 (EVAL-WHEN (EVAL LOAD) (SETQ \|IfSkipPart\| 12))-34| in
         lines 314..316 : |IfSkipPart| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|318 320 (EVAL-WHEN (EVAL LOAD) (SETQ \|ElseifSkipToEnd\|
         20))-35| in lines 318..320 : |ElseifSkipToEnd| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|322 324 (EVAL-WHEN (EVAL LOAD) (SETQ \|ElseifKeepPart\|
         21))-36| in lines 322..324 : |ElseifKeepPart| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|326 328 (EVAL-WHEN (EVAL LOAD) (SETQ \|ElseifSkipPart\|
         22))-37| in lines 326..328 : |ElseifSkipPart| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|330 332 (EVAL-WHEN (EVAL LOAD) (SETQ \|ElseSkipToEnd\| 30))-38|
         in lines 330..332 : |ElseSkipToEnd| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|334 336 (EVAL-WHEN (EVAL LOAD) (SETQ \|ElseKeepPart\| 31))-39|
         in lines 334..336 : |ElseKeepPart| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|338 340 (EVAL-WHEN (EVAL LOAD) (SETQ \|Continuation\| 41))-40|
         in lines 338..340 : |Continuation| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |Continuation| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |Continuation| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |Top| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |Top| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |IfSkipToEnd| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |IfKeepPart| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |IfSkipPart| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |ElseifKeepPart| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |ElseifSkipPart| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |ElseifSkipToEnd| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |ElseKeepPart| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |ElseSkipToEnd| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incLude1| in lines 592..904 : |StreamNil| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |inclHandleBug| in lines 924..931 : variable |pos| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/incl.fas
The following functions were used but not defined:
 BOOT::|pfNoPosition?| BOOT::|pfImmediate?| BOOT::|pfCharPosn|
 BOOT::|pfLinePosn| BOOT::|pfFileName| BOOT::|incRgen|
 BOOT::MAKE_INSTREAM BOOT::|lnSetGlobalNum| BOOT::|incZip|
 BOOT::|incIgen| BOOT::STRPOSL BOOT::SUBSTRING BOOT::PNAME
 BOOT::DROPTRAILINGBLANKS BOOT::|member| BOOT::QUOTIENT BOOT::REMAINDER
 BOOT::|lnCreate| BOOT::|Delay| BOOT::|StreamNull| BOOT::EXPAND-TABS
 BOOT::|incAppend| BOOT::|ncBug| BOOT::|ncSoftError| BOOT::CONCAT
The following special variables were not defined:
 BOOT::|Top| BOOT::|incCommands| BOOT::|$inclAssertions|
 BOOT::|StreamNil| BOOT::|Continuation| BOOT::|IfSkipToEnd|
 BOOT::|IfKeepPart| BOOT::|IfSkipPart| BOOT::|ElseifKeepPart|
 BOOT::|ElseifSkipPart| BOOT::|ElseifSkipToEnd| BOOT::|ElseKeepPart|
 BOOT::|ElseSkipToEnd|
0 errors, 42 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=interop.clisp interop.boot
#<PACKAGE BOOTTRAN>
interop.clisp PRODUCED
"interop.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=interop.fas interop.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/interop.clisp ...
WARNING: in #:|10 16 (EVAL-WHEN (EVAL LOAD) (SETQ \|$domainTypeTokens\| #))-3|
         in lines 10..16 : |$domainTypeTokens| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|18 20 (EVAL-WHEN (EVAL LOAD) (SETQ \|DNameStringID\| 0))-4| in
         lines 18..20 : |DNameStringID| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|22 24 (EVAL-WHEN (EVAL LOAD) (SETQ \|DNameApplyID\| 1))-5| in
         lines 22..24 : |DNameApplyID| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|26 28 (EVAL-WHEN (EVAL LOAD) (SETQ \|DNameTupleID\| 2))-6| in
         lines 26..28 : |DNameTupleID| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|30 32 (EVAL-WHEN (EVAL LOAD) (SETQ \|DNameOtherID\| 3))-7| in
         lines 30..32 : |DNameOtherID| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DNameToSExpr1| in lines 34..74 : |DNameStringID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DNameToSExpr| in lines 76..89 : |DNameOtherID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SExprToDName| in lines 96..159 : |DNameOtherID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SExprToDName| in lines 96..159 : |DNameApplyID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SExprToDName| in lines 96..159 : |DNameStringID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SExprToDName| in lines 96..159 : |DNameTupleID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SExprToDName| in lines 96..159 : |DNameTupleID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SExprToDName| in lines 96..159 : |DNameStringID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SExprToDName| in lines 96..159 : |DNameApplyID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SExprToDName| in lines 96..159 : |DNameTupleID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SExprToDName| in lines 96..159 : |DNameApplyID| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |runOldAxiomFunctor| in lines 173..190 :
         |$oldAxiomPreCategoryDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeLazyOldAxiomDispatchDomain| in lines 192..210 :
         |$oldAxiomPreCategoryDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeLazyOldAxiomDispatchDomain| in lines 192..210 :
         |$lazyOldAxiomDomainDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeOldAxiomDispatchDomain| in lines 212..222 :
         |$oldAxiomDomainDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lazyOldAxiomDomainLookupExport| in lines 230..240 : variable
         |env| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |lazyOldAxiomDomainHashCode| in lines 242..245 : variable |env| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |lazyOldAxiomDomainDevaluate| in lines 247..255 : variable |env|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |lazyOldAxiomAddChild| in lines 257..261 :
         |$lazyOldAxiomDomainDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lazyOldAxiomAddChild| in lines 257..261 : variable |kid| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |lazyOldAxiomAddChild| in lines 257..261 : variable |env| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|263 275 (EVAL-WHEN (EVAL LOAD) (SETQ
         \|$lazyOldAxiomDomainDispatch\| #))-22| in lines 263..275 :
         |$lazyOldAxiomDomainDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomPreCategoryBuild| in lines 277..288 :
         |$oldAxiomCategoryDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomPreCategoryBuild| in lines 277..288 : variable |env| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomPreCategoryHashCode| in lines 290..293 : variable |env|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomCategoryDefaultPackage| in lines 295..299 : variable
         |dom| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomPreCategoryDevaluate| in lines 301..308 : T$ is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomPreCategoryDevaluate| in lines 301..308 : variable |env|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomCategoryDevaluate| in lines 310..317 : T$ is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomCategoryDevaluate| in lines 310..317 : variable |env| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|319 332 (EVAL-WHEN (EVAL LOAD) (SETQ
         \|$oldAxiomPreCategoryDispatch\| #))-28| in lines 319..332 :
         |$oldAxiomPreCategoryDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomCategoryLookupExport| in lines 422..448 : variable |box|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomCategoryLookupExport| in lines 422..448 : variable |env|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomCategoryParentCount| in lines 450..454 : variable |env|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomCategoryNthParent| in lines 456..471 : variable |env| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomCategoryHashCode| in lines 482..485 : variable |env| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|487 502 (EVAL-WHEN (EVAL LOAD) (SETQ
         \|$oldAxiomCategoryDispatch\| #))-36| in lines 487..502 :
         |$oldAxiomCategoryDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |instantiate| in lines 504..532 : |$oldAxiomDomainDispatch| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |instantiate| in lines 504..532 : |$oldAxiomDomainDispatch| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|587 589 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashOp1\| #))-41| in
         lines 587..589 : |$hashOp1| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|591 593 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashOp0\| #))-42| in
         lines 591..593 : |$hashOp0| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|595 597 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashOpApply\| #))-43|
         in lines 595..597 : |$hashOpApply| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|599 601 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashOpSet\| #))-44| in
         lines 599..601 : |$hashOpSet| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|603 605 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashSeg\| #))-45| in
         lines 603..605 : |$hashSeg| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|607 609 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hashPercent\| #))-46|
         in lines 607..609 : |$hashPercent| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomDomainLookupExport| in lines 611..657 : |$hashOp1| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomDomainLookupExport| in lines 611..657 : |$hashOp0| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomDomainLookupExport| in lines 611..657 : |$hashOpApply| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomDomainLookupExport| in lines 611..657 : |$hashOpSet| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomDomainLookupExport| in lines 611..657 : |$hashSeg| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomDomainLookupExport| in lines 611..657 : variable |env| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomDomainHashCode| in lines 659..662 : variable |env| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomDomainDevaluate| in lines 664..668 : variable |env| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomAddChild| in lines 670..673 : |$oldAxiomDomainDispatch|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oldAxiomAddChild| in lines 670..673 : variable |child| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |oldAxiomAddChild| in lines 670..673 : variable |env| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|675 687 (EVAL-WHEN (EVAL LOAD) (SETQ
         \|$oldAxiomDomainDispatch\| #))-51| in lines 675..687 :
         |$oldAxiomDomainDispatch| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDomain| in lines 689..697 : |$domainTypeTokens| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookup| in lines 755..878 : |$hashOp0| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookup| in lines 755..878 : |$hashOp1| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookup| in lines 755..878 : |$hashOpApply| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookup| in lines 755..878 : |$hashOpSet| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookup| in lines 755..878 : |$hashOp1| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookup| in lines 755..878 : |$hashOp0| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookup| in lines 755..878 : |$hashOpApply| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookup| in lines 755..878 : |$hashOpSet| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookup| in lines 755..878 : |$hashSeg| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookupCheckDefaults| in lines 880..924 : |$lookupDefaults|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookupCheckDefaults| in lines 880..924 : |$lookupDefaults|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |basicLookupCheckDefaults| in lines 880..924 : variable |domain|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|926 928 (EVAL-WHEN (EVAL LOAD) (SETQ \|$hasCatOpHash\| #))-58|
         in lines 926..928 : |$hasCatOpHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |opIsHasCat| in lines 930..937 : |$hasCatOpHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lazyMatchArg2| in lines 1003..1073 : |$isDefaultingPackage| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lazyMatchArg2| in lines 1003..1073 : |$isDefaultingPackage| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashNewLookupInTable| in lines 1116..1357 : |$hashOp1| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashNewLookupInTable| in lines 1116..1357 : |$hashOp0| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashNewLookupInTable| in lines 1116..1357 : |$lookupDefaults| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashNewLookupInTable| in lines 1116..1357 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashNewLookupInTable| in lines 1116..1357 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashNewLookupInTable| in lines 1116..1357 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceGoGetSlot| in lines 1359..1454 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceGoGetSlot| in lines 1359..1454 : |$returnNowhereFromGoGet|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceGoGetSlot| in lines 1359..1454 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceGoGetSlot| in lines 1359..1454 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lazyDomainSet| in lines 1609..1628 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getFunctionFromDomain1| in lines 1786..1829 :
         |$nonLisplibDomains| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lookupDisplay| in lines 1856..1871 : |$NRTmonitorIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/interop.fas
The following functions were used but not defined:
 BOOT::SUBSTRING BOOT::|hasDefaultPackage| BOOT::GETDATABASE
 BOOT::|parentsOf| BOOT::LIST2VEC BOOT::MKQ BOOT::|isFunctor|
 BOOT::CONTAINED BOOT::|NRTtypeHack| BOOT::|compiledLookupCheck|
 BOOT::|NRTevalDomain| BOOT::|error| BOOT::|newLookupInTable|
 BOOT::|domainVal| BOOT::|lazyMatchArgDollarCheck| BOOT::|nrtEval|
 BOOT::|hashString| BOOT::|newLookupInCategories| BOOT::|testBitVector|
 BOOT::|systemError| BOOT::|newLookupInAddChain|
 BOOT::|getDomainByteVector| BOOT::|newExpandTypeSlot|
 BOOT::|sayLooking| BOOT::|keyedSystemError| BOOT::|bright|
 BOOT::|isDefaultPackageForm?| BOOT::|getDomainHash| BOOT::|hashType|
 BOOT::|newExpandLocalType| BOOT::|lazyMatch| BOOT::|isNewWorldDomain|
 BOOT::|compareSigEqual| BOOT::|sayLooking1| BOOT::|form2String|
 BOOT::|eval| BOOT::|newGoGet| BOOT::|systemErrorHere| BOOT::|member|
 BOOT::|constructor?| BOOT::|findFunctionInDomain| BOOT::|evalDomain|
 BOOT::|throwKeyedMsg| BOOT::|sayBrightly| BOOT::|concat|
 BOOT::|formatOpSignature| BOOT::|prefix2String| BOOT::PNAME
 BOOT::|opOf|
The following special variables were not defined:
 BOOT::|DNameStringID| BOOT::|DNameOtherID| BOOT::|DNameApplyID|
 BOOT::|DNameTupleID| BOOT::|$oldAxiomPreCategoryDispatch|
 BOOT::|$lazyOldAxiomDomainDispatch| BOOT::|$oldAxiomDomainDispatch|
 BOOT::|$oldAxiomCategoryDispatch| BOOT::T$ BOOT::|$hashOp1|
 BOOT::|$hashOp0| BOOT::|$hashOpApply| BOOT::|$hashOpSet|
 BOOT::|$hashSeg| BOOT::|$domainTypeTokens| BOOT::|$lookupDefaults|
 BOOT::|$hasCatOpHash| BOOT::|$isDefaultingPackage|
 BOOT::|$monitorNewWorld| BOOT::|$returnNowhereFromGoGet|
 BOOT::|$nonLisplibDomains| BOOT::|$NRTmonitorIfTrue|
0 errors, 92 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=int-top.clisp int-top.boot
#<PACKAGE BOOTTRAN>
int-top.clisp PRODUCED
"int-top.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=int-top.fas int-top.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/int-top.clisp ...
WARNING: in #:|20 22 (EVAL-WHEN (EVAL LOAD) (SETQ \|$ncmParse\| NIL))-5| in
         lines 20..22 : |$ncmParse| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|24 26 (EVAL-WHEN (EVAL LOAD) (SETQ \|$ncmMacro\| NIL))-6| in
         lines 24..26 : |$ncmMacro| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|28 30 (EVAL-WHEN (EVAL LOAD) (SETQ \|$ncmPhase\| NIL))-7| in
         lines 28..30 : |$ncmPhase| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |runspad| in lines 73..91 : |$quitTag| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncTopLevel| in lines 93..106 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printFirstPrompt?| in lines 108..114 : |$interpreterFrameName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |printFirstPrompt?| in lines 108..114 : |$SpadServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SpadInterpretStream| in lines 136..172 : |$nopos| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setCurrentLine| in lines 186..206 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setCurrentLine| in lines 186..206 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intloopReadConsole| in lines 208..258 : $DALYMODE is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intloopEchoParse| in lines 332..349 : |$lines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intloopEchoParse| in lines 332..349 : |$EchoLines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intloopEchoParse| in lines 332..349 : |$lines| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|417 419 (EVAL-WHEN (EVAL LOAD) (SETQ \|$pfMacros\| NIL))-25| in
         lines 417..419 : |$pfMacros| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearMacroTable| in lines 421..424 : |$pfMacros| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getParserMacros| in lines 426..428 : |$pfMacros| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayParserMacro| in lines 430..439 : |$pfMacros| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intSetNeedToSignalSessionManager| in lines 441..445 :
         |$NeedToSignalSessionManager| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intloopSpadProcess| in lines 447..489 : |$currentCarrier| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intloopSpadProcess| in lines 447..489 : |$ncMsgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intloopSpadProcess| in lines 447..489 : |$ncMsgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intloopSpadProcess| in lines 447..489 : |$currentCarrier| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intloopSpadProcess| in lines 447..489 : |$prevCarrier| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intInterpretPform| in lines 511..521 : |$QuietCommand_tmp| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |phIntReportMsgs| in lines 523..545 : variable |interactive?| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |incString| in lines 695..700 : |Top| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |incStrings| in lines 702..706 : |Top| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |phParse| in lines 713..726 : |$ncmParse| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |phMacro| in lines 728..747 : |$ncmMacro| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncConversationPhase,wrapup| in lines 768..780 : |$ncMsgList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |phBegin| in lines 804..812 : |$convPhase| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |phBegin| in lines 804..812 : |$ncmPhase| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/int-top.fas
The following functions were used but not defined:
 BOOT::|parseAndEvalStr| BOOT::|setOutputAlgebra|
 BOOT::|readSpadProfileIfThere| BOOT::|resetStackLimits|
 BOOT::|serverReadLine| BOOT::|leaveScratchpad| BOOT::|intnplisp|
 BOOT::|stripSpaces| BOOT::|princPrompt| BOOT::|pfAbSynOp?|
 BOOT::|tokPart| BOOT::|incStream| BOOT::|insertpile| BOOT::|error|
 BOOT::|npNull| BOOT::|dqAppend| BOOT::|next| BOOT::|lineoftoks|
 BOOT::|pfPrintSrcLines| BOOT::|pf2Sex| BOOT::|processInteractive|
 BOOT::|processMsgList| BOOT::|sayKeyedMsg|
 BOOT::|InterpExecuteSpadSystemCommand| BOOT::|tokPosn|
 BOOT::|poGlobalLinePosn| BOOT::|StreamNull| BOOT::|incFileName|
 BOOT::CONCAT BOOT::|npParse| BOOT::|dqToList| BOOT::|incRenumber|
 BOOT::|incLude| BOOT::|macroExpanded| BOOT::|%pform| BOOT::|ncPutQ|
 BOOT::|ncEltQ| BOOT::SUBSTRING
The following special variables were not defined:
 BOOT::|$quitTag| BOOT::|$InteractiveFrame|
 BOOT::|$interpreterFrameName| BOOT::|$SpadServer| BOOT::|$nopos|
 BOOT::|$currentLine| BOOT::$DALYMODE BOOT::|$lines| BOOT::|$EchoLines|
 BOOT::|$pfMacros| BOOT::|$ncMsgList| BOOT::|$currentCarrier|
 BOOT::|$QuietCommand_tmp| BOOT::|Top| BOOT::|$ncmParse|
 BOOT::|$ncmMacro| BOOT::|$ncmPhase|
0 errors, 33 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=lisplib.clisp lisplib.boot
#<PACKAGE BOOTTRAN>
lisplib.clisp PRODUCED
"lisplib.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=lisplib.fas lisplib.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/lisplib.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$spadLibFT\| 'NRLIB))-2| in
         lines 6..8 : |$spadLibFT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lisplibWrite| in lines 25..31 : $LISPLIB is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rwriteLispForm| in lines 40..50 : $LISPLIB is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rwriteLispForm| in lines 40..50 : |$libFile| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadLib| in lines 62..134 : |$forceDatabaseUpdate| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadLib| in lines 62..134 : |$printLoadMsgs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadLib| in lines 62..134 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadLib| in lines 62..134 : |$CategoryFrame| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadLibNoUpdate| in lines 136..171 : |$printLoadMsgs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadLibNoUpdate| in lines 136..171 : |$InteractiveMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadLibNoUpdate| in lines 136..171 : |$CategoryFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadLibNoUpdate| in lines 136..171 : variable |libName| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |loadLibIfNecessary| in lines 183..219 : |$InteractiveMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |loadLibIfNecessary| in lines 183..219 : |$CategoryFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateCategoryFrameForConstructor| in lines 265..285 :
         |$CategoryFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateCategoryFrameForConstructor| in lines 265..285 :
         |$CategoryFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateCategoryFrameForCategory| in lines 287..305 :
         |$CategoryFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateCategoryFrameForCategory| in lines 287..305 :
         |$CategoryFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateCategoryFrameForCategory| in lines 287..305 :
         |$CategoryFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |updateCategoryFrameForCategory| in lines 287..305 :
         |$CategoryFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |autoLoad| in lines 369..381 : variable |abb| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |compDefineLisplib| in lines 403..496 : |$spadLibFT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineLisplib| in lines 403..496 : |$spadLibFT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineLisplib| in lines 403..496 : |$spadLibFT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineLisplib| in lines 403..496 : |$spadLibFT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineLisplib| in lines 403..496 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineLisplib| in lines 403..496 : |$newConlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineLisplib| in lines 403..496 : |$newConlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initializeLisplib| in lines 498..509 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initializeLisplib| in lines 498..509 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initializeLisplib| in lines 498..509 : |$compiler_output_stream|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibKind| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibModemap| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibCategory| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibModemap| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibCategory| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibCategory| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$edit_file| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibModemapAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibSuperDomain| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibPredicates| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibAbbreviation| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibParents| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibAncestors| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$libFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : |$lisplibForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeLisplib| in lines 511..560 : variable |libName| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |lisplibDoRename| in lines 562..568 : |$spadLibFT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lisplibError| in lines 570..592 : |$bootStrapMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lisplibError| in lines 570..592 : |$spadLibFT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lisplibError| in lines 570..592 : |$spadLibFT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lisplibError| in lines 570..592 : |$spadLibFT| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getFunctorOps| in lines 622..626 : |$lisplibOperationAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getFunctorOps| in lines 622..626 : variable |form| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |transformOperationAlist| in lines 628..715 : CONST is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transformOperationAlist| in lines 628..715 : |$functionLocations|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSlot1FromCategoryForm| in lines 767..782 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkEvalableCategoryForm| in lines 784..848 : |$CategoryNames| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkEvalableCategoryForm| in lines 784..848 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkEvalableCategoryForm| in lines 784..848 : |$Category| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkEvalableCategoryForm| in lines 784..848 : |$CategoryFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkEvalableCategoryForm| in lines 784..848 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkEvalableCategoryForm| in lines 784..848 : |$Category| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDomainForm| in lines 850..867 : |$SpecialDomainNames| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDomainConstructorForm| in lines 869..886 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isFunctor| in lines 888..926 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isFunctor| in lines 888..926 : |$CategoryFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isFunctor| in lines 888..926 : |$CategoryFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isFunctor| in lines 888..926 : |$CategoryFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/lisplib.fas
The following functions were used but not defined:
 BOOT::|pathname| BOOT::|rMkIstream| BOOT::|rMkOstream| BOOT::|rwrite|
 BOOT::|output_lisp_form| BOOT::|startTimingProcess|
 BOOT::|isSystemDirectory| BOOT::|pathnameDirectory|
 BOOT::|updateDatabase| BOOT::|updateCategoryTable|
 BOOT::|categoryForm?| BOOT::TOPLEVEL BOOT::|clearConstructorCache|
 BOOT::|installConstructor| BOOT::|stopTimingProcess| BOOT::|functionp|
 BOOT::|macrop| BOOT::|getProplist| BOOT::LASSOC BOOT::|addModemap|
 BOOT::|put| BOOT::|allConstructors| BOOT::PUT BOOT::SET-LIB-FILE-GETTER
 BOOT::ASHARPMKAUTOLOADCATEGORY BOOT::ASHARPMKAUTOLOADFUNCTOR
 BOOT::|mkAutoLoad| BOOT::|getConstructorAbbreviation| BOOT::RSHUT
 BOOT::|make_full_namestring| BOOT::RPACKFILE BOOT::|fillerSpaces|
 BOOT::LOCALDATABASE BOOT::|erase_lib|
 BOOT::|make_compiler_output_stream| BOOT::|removeZeroOne|
 BOOT::|finalizeDocumentation| BOOT::MAKEPROP BOOT::|replace_lib|
 BOOT::|sayMSG| BOOT::|bright| BOOT::|sayKeyedMsg| BOOT::|throwKeyedMsg|
 BOOT::|namestring| BOOT::|throwEvalTypeMsg| BOOT::|member|
 BOOT::|keyedSystemError| BOOT::|assoc| BOOT::|insert| BOOT::QLASSQ
 BOOT::|insertAlist| BOOT::|addConstructorModemaps|
 BOOT::|getmodeOrMapping| BOOT::|substituteCategoryArguments|
 BOOT::|augModemapsFromCategory| BOOT::|stackMessage| BOOT::|eval|
 BOOT::TAKE BOOT::|systemErrorHere| BOOT::|optFunctorBody|
 BOOT::|quotifyCategoryArgument| BOOT::|compOrCroak| BOOT::MKQ
 BOOT::|getmode| BOOT::|isCategoryForm| BOOT::EQSUBSTLIST BOOT::|opOf|
 BOOT::|constructor?| BOOT::GETDATABASE BOOT::|get|
The following special variables were not defined:
 BOOT::$LISPLIB BOOT::|$libFile| BOOT::|$forceDatabaseUpdate|
 BOOT::|$printLoadMsgs| BOOT::|$InteractiveMode| BOOT::|$CategoryFrame|
 BOOT::|$spadLibFT| BOOT::|$algebraOutputStream| BOOT::|$newConlist|
 BOOT::|$lisplibForm| BOOT::|$lisplibKind| BOOT::|$lisplibModemap|
 BOOT::|$lisplibCategory| BOOT::|$edit_file|
 BOOT::|$lisplibModemapAlist| BOOT::|$lisplibSuperDomain|
 BOOT::|$lisplibPredicates| BOOT::|$lisplibAbbreviation|
 BOOT::|$lisplibParents| BOOT::|$lisplibAncestors|
 BOOT::|$bootStrapMode| BOOT::|$lisplibOperationAlist| BOOT::CONST
 BOOT::|$functionLocations| BOOT::|$FormalMapVariableList|
 BOOT::|$CategoryNames| BOOT::|$EmptyMode| BOOT::|$Category|
 BOOT::|$SpecialDomainNames|
0 errors, 85 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=macex.clisp macex.boot
#<PACKAGE BOOTTRAN>
macex.clisp PRODUCED
"macex.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=macex.fas macex.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/macex.clisp ...
WARNING: in |macWhere| in lines 37..43 : |$pfMacros| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |macLambda| in lines 47..53 : |$pfMacros| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mac0Define| in lines 216..221 : |$pfMacros| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mac0Define| in lines 216..221 : |$pfMacros| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mac0Get| in lines 223..226 : |$pfMacros| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mac0GetName| in lines 228..258 : |$pfMacros| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |macId| in lines 260..283 : |$macActive| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |macId| in lines 260..283 : |$posActive| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |macApplication| in lines 285..302 : |$pfMacros| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mac0MLambdaApply| in lines 304..346 : |$macActive| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mac0MLambdaApply| in lines 304..346 : |$posActive| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/macex.fas
The following functions were used but not defined:
 BOOT::|pfWhere?| BOOT::|pfMacro?| BOOT::|pfApplication?|
 BOOT::|pf0LambdaArgs| BOOT::|pfTypedId| BOOT::|AlistRemoveQ|
 BOOT::|pfLeaf| BOOT::|pfAbSynOp| BOOT::|pfLeafPosition|
 BOOT::|AlistAssocQ| BOOT::RPLPAIR BOOT::|pfLeaf?| BOOT::|pfLambda?|
 BOOT::|pfParts| BOOT::|pfMacroLhs| BOOT::|pfMacroRhs|
 BOOT::|pfNothing?| BOOT::|pfMacro| BOOT::|pfNothing|
 BOOT::|pfCopyWithPos| BOOT::|pfMapParts| BOOT::|pfApplicationOp|
 BOOT::|pfMLambda?| BOOT::|pf0ApplicationArgs| BOOT::|pf0MLambdaArgs|
 BOOT::|pfMLambdaBody| BOOT::|pfId?| BOOT::|ncHardError|
 BOOT::|pfIdSymbol| BOOT::|pfSourcePosition| BOOT::|ncSoftError|
 BOOT::|%pform| BOOT::CONCAT BOOT::PNAME
The following special variables were not defined:
 BOOT::|$pfMacros| BOOT::|$macActive| BOOT::|$posActive|
0 errors, 11 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=match.clisp match.boot
#<PACKAGE BOOTTRAN>
match.clisp PRODUCED
"match.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=match.fas match.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/match.clisp ...
WARNING: in |patternCheck,subWild| in lines 293..300 : |$oldWild| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/match.fas
The following functions were used but not defined:
 BOOT::PNAME BOOT::|error| BOOT::SIZE BOOT::STRPOS BOOT::|systemError|
 BOOT::|sayBrightly| BOOT::STRCONC BOOT::DOWNCASE BOOT::SUBSTRING
The following special variables were not defined:
 BOOT::|$oldWild|
0 errors, 1 warning
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=msg.clisp msg.boot
#<PACKAGE BOOTTRAN>
msg.clisp PRODUCED
"msg.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=msg.fas msg.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/msg.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$compBugPrefix\| "Bug!"))-2|
         in lines 6..8 : |$compBugPrefix| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|10 12 (EVAL-WHEN (EVAL LOAD) (SETQ \|$compErrorPrefix\|
         "Error"))-3| in lines 10..12 : |$compErrorPrefix| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|14 16 (EVAL-WHEN (EVAL LOAD) (SETQ \|$nopos\| #))-4| in lines
         14..16 : |$nopos| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|18 20 (EVAL-WHEN (EVAL LOAD) (SETQ \|$showKeyNum\| NIL))-5| in
         lines 18..20 : |$showKeyNum| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|22 24 (EVAL-WHEN (EVAL LOAD) (SETQ \|$newcompErrorCount\|
         0))-6| in lines 22..24 : |$newcompErrorCount| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|26 28 (EVAL-WHEN (EVAL LOAD) (SETQ \|$preLength\| 11))-7| in
         lines 26..28 : |$preLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|30 32 (EVAL-WHEN (EVAL LOAD) (SETQ $LOGLENGTH #))-8| in lines
         30..32 : $LINELENGTH is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|30 32 (EVAL-WHEN (EVAL LOAD) (SETQ $LOGLENGTH #))-8| in lines
         30..32 : $LOGLENGTH is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|34 36 (EVAL-WHEN (EVAL LOAD) (SETQ \|$specificMsgTags\|
         NIL))-9| in lines 34..36 : |$specificMsgTags| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|38 41 (EVAL-WHEN (EVAL LOAD) (SETQ \|$imPrTagGuys\| #))-10| in
         lines 38..41 : |$imPrTagGuys| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|43 45 (EVAL-WHEN (EVAL LOAD) (SETQ \|$toWhereGuys\| #))-11| in
         lines 43..45 : |$toWhereGuys| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|47 49 (EVAL-WHEN (EVAL LOAD) (SETQ \|$imPrGuys\| #))-12| in
         lines 47..49 : |$imPrGuys| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|51 53 (EVAL-WHEN (EVAL LOAD) (SETQ \|$repGuys\| #))-13| in
         lines 51..53 : |$repGuys| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|55 58 (EVAL-WHEN (EVAL LOAD) (SETQ \|$attrCats\| #))-14| in
         lines 55..58 : |$attrCats| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|60 62 (EVAL-WHEN (EVAL LOAD) (SETQ \|$ncMsgList\| NIL))-15| in
         lines 60..62 : |$ncMsgList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncSoftError| in lines 64..78 : |$newcompErrorCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncSoftError| in lines 64..78 : |$newcompErrorCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncSoftError| in lines 64..78 : |$compErrorPrefix| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncHardError| in lines 80..96 : |$newcompErrorCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncHardError| in lines 80..96 : |$newcompErrorCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncHardError| in lines 80..96 : |$compErrorPrefix| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncBug| in lines 98..115 : |$newcompErrorCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncBug| in lines 98..115 : |$newcompErrorCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncBug| in lines 98..115 : |$nopos| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ncBug| in lines 98..115 : |$compBugPrefix| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processKeyedError| in lines 133..155 : |$ncMsgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processKeyedError| in lines 133..155 : |$ncMsgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putDatabaseStuff| in lines 157..168 : |aL| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processChPosesForOneLine| in lines 193..226 : |$preLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |queueUpErrors| in lines 495..555 : |$outputList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |queueUpErrors| in lines 495..555 : |$outputList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |queueUpErrors| in lines 495..555 : |$outputList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |queueUpErrors| in lines 495..555 : |$outputList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |redundant| in lines 557..582 : |$noRepList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |redundant| in lines 557..582 : |$noRepList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |redundant| in lines 557..582 : |$noRepList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |msgOutputter| in lines 629..653 : $LINELENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |msgOutputter| in lines 629..653 : $LOGLENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getStFromMsg| in lines 671..711 : |$showKeyNum| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tabbing| in lines 713..727 : |$preLength| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tabbing| in lines 713..727 : |$showKeyNum| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOptKeyBlanks| in lines 729..736 : |$showKeyNum| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOptKeyBlanks| in lines 729..736 : |$optKeyBlanks| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPosStL| in lines 738..790 : |$lastPos| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPosStL| in lines 738..790 : |$lastPos| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPosStL| in lines 738..790 : |$lastPos| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPosStL| in lines 738..790 : |$optKeyBlanks| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPosStL| in lines 738..790 : |$optKeyBlanks| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPosStL| in lines 738..790 : |$optKeyBlanks| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPosStL| in lines 738..790 : |$optKeyBlanks| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPosStL| in lines 738..790 : |$optKeyBlanks| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |showMsgPos?| in lines 792..799 : |$erMsgToss| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPreStL| in lines 861..880 : |$preLength| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isKeyQualityP| in lines 895..914 : |$specificMsgTags| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initImPr| in lines 916..925 : |$erMsgToss| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initImPr| in lines 916..925 : |$imPrTagGuys| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setMsgCatlessAttr| in lines 994..1001 : |catless| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setMsgCatlessAttr| in lines 994..1001 : |catless| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |whichCat| in lines 1003..1026 : |$attrCats| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeLeaderMsg| in lines 1028..1058 : |$preLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeLeaderMsg| in lines 1028..1058 : |$nopos| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeMsgFromLine| in lines 1060..1085 : |$preLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/msg.fas
The following functions were used but not defined:
 BOOT::|ncError| BOOT::ENABLE-BACKTRACE BOOT::|ncAbort|
 BOOT::|CallerName| BOOT::|getKeyedMsg| BOOT::|segmentKeyedMsg|
 BOOT::|removeAttributes| BOOT::|substituteSegmentedMsg|
 BOOT::|poCharPosn| BOOT::|listSort| BOOT::|compareposns|
 BOOT::|sayBrightly| BOOT::|flowSegmentedMsg| BOOT::PNAME BOOT::|ppos|
 BOOT::|poFileName| BOOT::|poNopos?| BOOT::|poPosImmediate?|
 BOOT::|ncPutQ| BOOT::|ncAlist| BOOT::|ListMember?|
 BOOT::|make_full_CVEC| BOOT::|poGlobalLinePosn| BOOT::|poLinePosn|
 BOOT::STRINGIMAGE BOOT::SIZE BOOT::STRCONC BOOT::|ncTag|
The following special variables were not defined:
 BOOT::$LINELENGTH BOOT::|$newcompErrorCount| BOOT::|$compErrorPrefix|
 BOOT::|$nopos| BOOT::|$compBugPrefix| BOOT::|$ncMsgList| BOOT::|aL|
 BOOT::|$preLength| BOOT::|$outputList| BOOT::|$noRepList|
 BOOT::$LOGLENGTH BOOT::|$showKeyNum| BOOT::|$lastPos|
 BOOT::|$optKeyBlanks| BOOT::|$erMsgToss| BOOT::|$specificMsgTags|
 BOOT::|$imPrTagGuys| BOOT::|catless| BOOT::|$attrCats|
0 errors, 62 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=msgdb.clisp msgdb.boot
#<PACKAGE BOOTTRAN>
msgdb.clisp PRODUCED
"msgdb.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=msgdb.fas msgdb.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/msgdb.clisp ...
WARNING: in |getKeyedMsg| in lines 166..179 : |$defaultMsgDatabaseName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayPatternMsg| in lines 630..644 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwPatternMsg| in lines 646..657 : |$testingSystem| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throw_msg| in lines 670..681 : |$testingSystem| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |say_msg_local| in lines 696..709 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |say_msg_local| in lines 696..709 : $MARGIN is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |say_msg_local| in lines 696..709 : |$printMsgsToFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwKeyedErrorMsg| in lines 711..722 : |$testingSystem| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwKeyedErrorMsg| in lines 711..722 : variable |kind| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |throwKeyedMsg1| in lines 745..756 : |$testingSystem| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwListOfKeyedMsgs| in lines 758..792 : |$testingSystem| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breakKeyedMsg| in lines 794..803 : |$BreakMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyedMsgCompFailure| in lines 978..998 : |$useCoerceOrCroak| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyedMsgCompFailure| in lines 978..998 : |$Coerce| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyedMsgCompFailure| in lines 978..998 : |$reportInterpOnly| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyedMsgCompFailure| in lines 978..998 : |$compilingMap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyedMsgCompFailureSP| in lines 1000..1026 : |$useCoerceOrCroak|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyedMsgCompFailureSP| in lines 1000..1026 : |$Coerce| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyedMsgCompFailureSP| in lines 1000..1026 : |$reportInterpOnly|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyedMsgCompFailureSP| in lines 1000..1026 : |$compilingMap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwKeyedMsgCannotCoerceWithValue| in lines 1028..1049 :
         |$genValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |throwKeyedMsgCannotCoerceWithValue| in lines 1028..1049 :
         |$OutputForm| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayNewLine| in lines 1079..1084 : |$fricasOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayString| in lines 1086..1091 : |$fricasOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadStartUpMsgs| in lines 1093..1124 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadStartUpMsgs| in lines 1093..1124 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadStartUpMsgs| in lines 1093..1124 : |$build_version| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadStartUpMsgs| in lines 1093..1124 : |$build_date| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadStartUpMsgs| in lines 1093..1124 : |$opSysName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : $MARG is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : $MARG is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : $MARG is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : $MARG is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : $MARG is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : $MARG is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : $MARG is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : $MARG is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : |$highlightAllowed| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : |$highlightFontOn| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : |$fricasOutput| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : |$highlightAllowed| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrint0| in lines 1149..1208 : |$highlightFontOff| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintHighlight| in lines 1242..1301 : $MARG is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintHighlight| in lines 1242..1301 : $MARG is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintCenter| in lines 1314..1381 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintCenter| in lines 1314..1381 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintCenter| in lines 1314..1381 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintCenter| in lines 1314..1381 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintRightJustify| in lines 1383..1451 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintRightJustify| in lines 1383..1451 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintRightJustify| in lines 1383..1451 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |brightPrintRightJustify| in lines 1383..1451 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayBrightlyLength1| in lines 1465..1494 : |$highlightAllowed| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayAsManyPerLineAsPossible| in lines 1496..1568 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayAsManyPerLineAsPossible| in lines 1496..1568 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayAsManyPerLineAsPossible| in lines 1496..1568 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |say2PerLine| in lines 1570..1573 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayLongOperation| in lines 1614..1633 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |say2PerLineThatFit| in lines 1656..1682 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayDisplayWidth,fn| in lines 1708..1713 : |$quadSymbol| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pp2Cols| in lines 1735..1763 : $LINELENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |canFit2ndEntry| in lines 1776..1788 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |center80| in lines 1794..1797 : $LINELENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |centerAndHighlight| in lines 1799..1830 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |center| in lines 1837..1870 : $LINELENGTH is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |splitSayBrightly| in lines 1872..1898 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayBrightlyNT2| in lines 1950..1960 : X is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayBrightlyNT2| in lines 1950..1960 : |$sayBrightlyStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayBrightlyNT2| in lines 1950..1960 : |$sayBrightlyStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayBrightly2| in lines 1979..1989 : X is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayBrightly2| in lines 1979..1989 : |$sayBrightlyStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayBrightly2| in lines 1979..1989 : |$sayBrightlyStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayBrightlyI| in lines 2008..2015 : X is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayMSGNT| in lines 2017..2020 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayHtml| in lines 2022..2025 : |$htmlOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayMathML| in lines 2027..2030 : |$mathmlOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayTeX| in lines 2032..2035 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayTexmacs| in lines 2037..2040 : |$texmacsOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saySpadMsg| in lines 2042..2045 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayALGEBRA| in lines 2047..2050 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayMSG| in lines 2052..2055 : |$algebraOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayFORMULA| in lines 2057..2060 : |$formulaOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2062 2067 (EVAL-WHEN (EVAL LOAD) (SETQ \|$htSpecialChars\|
         #))-102| in lines 2062..2067 : |$htSpecialChars| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2069 2080 (EVAL-WHEN (EVAL LOAD) (SETQ \|$htCharAlist\|
         '#))-103| in lines 2069..2080 : |$htCharAlist| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |escapeSpecialChars| in lines 2082..2091 : |$htCharAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |escapeSpecialChars| in lines 2082..2091 : |$htSpecialChars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/msgdb.fas
The following functions were used but not defined:
 BOOT::CONCAT BOOT::MAKE_HASHTABLE BOOT::|pkey| BOOT::|pushOrTypeFuture|
 BOOT::DIG2FIX BOOT::|prefix2String| BOOT::|say_Msg| BOOT::|sayMSG2File|
 BOOT::|spadThrow| BOOT::BUMPCOMPERRORCOUNT BOOT::|handleLispBreakLoop|
 BOOT::MAKE_INSTREAM BOOT::|read_line| BOOT::|ioHook| BOOT::SHUT
 BOOT::|getSrcPos| BOOT::|srcPosDisplay| BOOT::|coerceInteractive|
 BOOT::|mkObj| BOOT::|isWrapped| BOOT::|objValUnwrap| BOOT::|last|
 BOOT::PRINTEXP BOOT::|specialChar| BOOT::SUBSTRING BOOT::|mathprint|
 BOOT::PRETTYPRIN0 BOOT::LASTATOM BOOT::|object2String| BOOT::DIGITP
 BOOT::STRINGIMAGE BOOT::SIZE BOOT::REMAINDER BOOT::BLANKS BOOT::PNAME
 BOOT::TAB BOOT::|fillerSpaces| BOOT::QUOTIENT BOOT::|atom2String|
 BOOT::DIVIDE BOOT::|concat| BOOT::|get_lisp_std_out|
 BOOT::|get_lisp_error_out| BOOT::LASSOC BOOT::|member| BOOT::STRCONC
The following special variables were not defined:
 BOOT::|$defaultMsgDatabaseName| BOOT::$LINELENGTH
 BOOT::|$testingSystem| BOOT::$MARGIN BOOT::|$printMsgsToFile|
 BOOT::|$BreakMode| BOOT::|$useCoerceOrCroak| BOOT::|$Coerce|
 BOOT::|$reportInterpOnly| BOOT::|$compilingMap| BOOT::|$genValue|
 BOOT::|$OutputForm| BOOT::|$fricasOutput| BOOT::|$build_version|
 BOOT::|$build_date| BOOT::|$opSysName| BOOT::$MARG
 BOOT::|$highlightAllowed| BOOT::|$highlightFontOn|
 BOOT::|$highlightFontOff| BOOT::|$quadSymbol| X
 BOOT::|$sayBrightlyStream| BOOT::|$algebraOutputStream|
 BOOT::|$htmlOutputStream| BOOT::|$mathmlOutputStream|
 BOOT::|$texOutputStream| BOOT::|$texmacsOutputStream|
 BOOT::|$formulaOutputStream| BOOT::|$htCharAlist|
 BOOT::|$htSpecialChars|
0 errors, 86 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=nlib.fas nlib.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nlib.lisp ...
WARNING: in |make_filename0| in lines 233..256 : |$filetype_table| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get_directory_list| in lines 267..275 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get_directory_list| in lines 267..275 : $LIBRARY-DIRECTORY-LIST
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get_directory_list| in lines 267..275 : $LIBRARY-DIRECTORY-LIST
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get_directory_list| in lines 267..275 : $DIRECTORY-LIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nlib.fas
The following functions were used but not defined:
 |remove_directory| BOOT::OBEY BOOT::CONCAT BOOT::|error| |writeablep|
The following special variables were not defined:
 BOOT::|$UserLevel| BOOT::$LIBRARY-DIRECTORY-LIST BOOT::$DIRECTORY-LIST
The following special variables were defined too late:
 BOOT::|$filetype_table|
0 errors, 5 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=nrunfast.clisp nrunfast.boot
#<PACKAGE BOOTTRAN>
nrunfast.clisp PRODUCED
"nrunfast.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=nrunfast.fas nrunfast.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nrunfast.clisp ...
WARNING: in |initNewWorld| in lines 6..9 : |$monitorNewWorld| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getDomainView| in lines 20..22 : variable |catform| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |newLookupInTable| in lines 62..254 : |$lookupDefaults| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInTable| in lines 62..254 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInTable| in lines 62..254 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInTable| in lines 62..254 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|256 258 (EVAL-WHEN (EVAL LOAD) (SETQ \|AND_char\| #))-10| in
         lines 256..258 : |AND_char| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isDefaultPackageForm?| in lines 260..267 : |AND_char| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInAddChain| in lines 269..298 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInAddChain| in lines 269..298 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInCategories| in lines 336..499 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInCategories| in lines 336..499 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInCategories| in lines 336..499 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInCategories| in lines 336..499 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInCategories| in lines 336..499 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInCategories| in lines 336..499 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newLookupInCategories| in lines 336..499 : |$monitorNewWorld| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sigDomainVal| in lines 963..973 : variable |dollar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |sayLooking| in lines 1152..1182 : |$monitorNewWorld| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayLooking| in lines 1152..1182 : |$monitorNewWorld| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayLooking1| in lines 1184..1199 : |$monitorNewWorld| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayLooking1| in lines 1184..1199 : |$monitorNewWorld| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nrunfast.fas
The following functions were used but not defined:
 BOOT::|replaceGoGetSlot| BOOT::PNAME BOOT::|lazyDomainSet|
 BOOT::|lookupInDomainVector| BOOT::|substitute| BOOT::|loadLib|
 BOOT::SIZE BOOT::|evalSlotDomain| BOOT::|sayBrightlyNT| BOOT::|pp|
 BOOT::|basicLookup| BOOT::|lazyMatchArg2| BOOT::|getOpCode|
 BOOT::|testBitVector| BOOT::|isDomain| BOOT::|error| BOOT::|member|
 BOOT::|ofCategory| BOOT::|evaluateType| BOOT::GETDATABASE BOOT::|opOf|
 BOOT::|constructor?| BOOT::|newHasCategory| BOOT::|compiledLookup|
 BOOT::|eval| BOOT::|mkEvalable| BOOT::|categoryForm?| BOOT::|assoc|
 BOOT::|ancestorsOf| BOOT::|isPartialMode| BOOT::|throwKeyedMsg|
 BOOT::|HasSignature| BOOT::|hasCaty| BOOT::|HasCategory|
 BOOT::|evalDomain| BOOT::|systemError| BOOT::|formatOpSignature|
 BOOT::|bright| BOOT::|devaluate| BOOT::|devaluateList|
 BOOT::|sayBrightly| BOOT::|concat| BOOT::|form2String|
 BOOT::|clearConstructorCaches| BOOT::|clearClams|
The following special variables were not defined:
 BOOT::|$lookupDefaults| BOOT::|$monitorNewWorld| BOOT::|AND_char|
0 errors, 22 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=nrungo.clisp nrungo.boot
#<PACKAGE BOOTTRAN>
nrungo.clisp PRODUCED
"nrungo.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=nrungo.fas nrungo.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nrungo.clisp ...
WARNING: in |substDomainArgs| in lines 70..79 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compareSigEqual| in lines 196..251 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compareSigEqual| in lines 196..251 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRT_opt_call| in lines 253..288 : |$optimizableConstructorNames|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRT_opt_call| in lines 253..288 : variable |opName| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NRT_opt_call| in lines 253..288 : variable |sigTail| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NRTcompileEvalForm| in lines 290..306 :
         |$insideCompileBodyIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetMinivectorIndex| in lines 328..356 : |$minivector| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetMinivectorIndex| in lines 328..356 : |$minivector| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetMinivectorIndex| in lines 328..356 : |$minivector| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetMinivectorIndex| in lines 328..356 : |$minivector| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetMinivectorIndex| in lines 328..356 : variable |op| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NRTgetMinivectorIndex| in lines 328..356 : variable |sig| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NRTgetMinivectorIndex| in lines 328..356 : variable |domVector|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |is_op_slot| in lines 358..370 : |$minivector| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTisRecurrenceRelation| in lines 372..756 : |$Integer| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTisRecurrenceRelation| in lines 372..756 : |notSlot| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDiffAssoc| in lines 758..843 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nrungo.fas
The following functions were used but not defined:
 BOOT::|eval| BOOT::|evalDomain| BOOT::|compiledLookup|
 BOOT::|keyedSystemError| BOOT::|formatSignature| BOOT::SUBLISLIS
 BOOT::QLASSQ BOOT::|lookupDisplay| BOOT::|isSharpVar| BOOT::POSN1
 BOOT::PNAME BOOT::|devaluate| BOOT::BPINAME BOOT::GETL
 BOOT::|NRTcompiledLookup| BOOT::MKQ BOOT::CONTAINED BOOT::|insert|
 BOOT::MSORT BOOT::ASSOCLEFT BOOT::|sayKeyedMsg| BOOT::SUBSTRING
 BOOT::|member| BOOT::|substitute| BOOT::LASSOC BOOT::|union|
 BOOT::|systemErrorHere|
The following special variables were not defined:
 BOOT::|$FormalMapVariableList| BOOT::|$optimizableConstructorNames|
 BOOT::|$insideCompileBodyIfTrue| BOOT::|$minivector| BOOT::|$Integer|
 BOOT::|notSlot| BOOT::|$TriangleVariableList|
0 errors, 18 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=nrunopt.clisp nrunopt.boot
#<PACKAGE BOOTTRAN>
nrunopt.clisp PRODUCED
"nrunopt.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=nrunopt.fas nrunopt.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nrunopt.clisp ...
WARNING: in |getInfovecCode| in lines 6..20 : |$template| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getInfovecCode| in lines 6..20 : |$lookupFunction| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeDomainTemplate| in lines 22..62 : |$byteVec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeDomainTemplate| in lines 22..62 : |$byteVec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeGoGetSlot| in lines 64..88 : |$byteVec| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeGoGetSlot| in lines 64..88 : |$byteVec| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeGoGetSlot| in lines 64..88 : |$byteAddress| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeGoGetSlot| in lines 64..88 : |$byteAddress| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeGoGetSlot| in lines 64..88 : |$byteAddress| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCompactDirect| in lines 90..140 : |$NRTslot1PredicateList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCompactDirect| in lines 90..140 : |$byteVec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCompactDirect| in lines 90..140 : |$byteVec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCompactDirect1| in lines 142..186 : |$byteAddress| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCompactDirect1| in lines 142..186 : |$byteVecAcc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCompactDirect1| in lines 142..186 : |$byteVecAcc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCompactDirect1| in lines 142..186 : variable |op| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |makeCompactDirect1,fn| in lines 187..214 : |$lookupFunction| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCompactDirect1,fn| in lines 187..214 : |$byteAddress| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCompactDirect1,fn| in lines 187..214 : |$byteAddress| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |predicateBitIndex| in lines 364..377 : |$NRTslot1PredicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makePredicateBitVector| in lines 399..460 :
         |$insideCategoryPackageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makePredicateBitVector| in lines 399..460 :
         |$categoryPredicateList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makePredicateBitVector| in lines 399..460 : |$predGensymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makePredicateBitVector| in lines 399..460 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makePredicateBitVector| in lines 399..460 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makePredicateBitVector| in lines 399..460 : |$predGensymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makePredicateBitVector| in lines 399..460 : |$lisplibPredicates|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makePredicateBitVector| in lines 399..460 : |$lisplibPredicates|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentPredCode| in lines 462..488 : |$predGensymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transHasCode| in lines 605..628 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |orderByContainment| in lines 671..710 : |$predGensymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |orderByContainment| in lines 671..710 : |$predGensymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |orderByContainment| in lines 671..710 : |$predGensymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |orderByContainment| in lines 671..710 : |$predGensymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |orderByContainment| in lines 671..710 : |$predGensymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |orderByContainment| in lines 671..710 : |$predGensymAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeCategoryAlist| in lines 759..902 : |$uncondAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeCategoryAlist| in lines 759..902 : |$condAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeCategoryAlist| in lines 759..902 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeCategoryAlist| in lines 759..902 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeCategoryAlist| in lines 759..902 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeCategoryAlist| in lines 759..902 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeCategoryAlist| in lines 759..902 : |$byteVec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeCategoryAlist| in lines 759..902 : |$byteVec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTcatCompare| in lines 948..954 : |$levelAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |depthAssoc| in lines 987..1016 : |$depthAssocCache| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |depthAssoc| in lines 987..1016 : |$depthAssocCache| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |depthAssoc| in lines 987..1016 : |$depthAssocCache| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getCodeVector| in lines 1195..1205 : |$infovec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |formatSlotDomain| in lines 1207..1246 : |$infovec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dcOpPrint| in lines 1294..1343 : |$predvec| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dcOpPrint| in lines 1294..1343 : |$infovec| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dcPreds| in lines 1361..1382 : |$predvec| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dcPreds| in lines 1361..1382 : |$predvec| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dcPreds| in lines 1361..1382 : |$predvec| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dcCats| in lines 1384..1439 : |$predvec| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dcCats| in lines 1384..1439 : |$predvec| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLookupFunction| in lines 1866..1904 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLookupFunction| in lines 1866..1904 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getExportCategory| in lines 1906..1924 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendsCategory| in lines 1950..2007 : |$template| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendsCategory| in lines 1950..2007 : |$functorForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendsCategory| in lines 1950..2007 : |$why| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendsCategoryBasic0| in lines 2009..2047 : |$EmptyEnvironment|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendsCategoryBasic| in lines 2049..2123 : |$EmptyEnvironment|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |catExtendsCat?| in lines 2125..2165 : |$EmptyEnvironment| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |expandType| in lines 2218..2278 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |templateVal| in lines 2307..2314 : variable |domform| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nrunopt.fas
The following functions were used but not defined:
 BOOT::GETREFV BOOT::|lookupIncomplete| BOOT::|lookupComplete|
 BOOT::|newGoGet| BOOT::|makeSpadConstant| BOOT::|eval|
 BOOT::|devaluate| BOOT::|systemError| BOOT::|union| BOOT::|simpBool|
 BOOT::|insert| BOOT::MKPF BOOT::|compHasFormat| BOOT::CONTAINED
 BOOT::|delete| BOOT::QUOTIENT BOOT::MAKE_HASHTABLE BOOT::SORTBY
 BOOT::ASSOCRIGHT BOOT::LIST2VEC BOOT::MKQ BOOT::|NRTassocIndex|
 BOOT::|constructor?| BOOT::REMDUP BOOT::|parentsOf| BOOT::|opOf|
 BOOT::|dollarPercentTran| BOOT::|startTimingProcess|
 BOOT::|loadLibNoUpdate| BOOT::STRCONC BOOT::|rightJustifyString|
 BOOT::STRINGIMAGE BOOT::|sayNewLine| BOOT::SIZE BOOT::|pp|
 BOOT::|print_full1| BOOT::|abbreviation?|
 BOOT::|getOperationAlistFromLisplib| BOOT::|concat|
 BOOT::|pred2English| BOOT::|sayBrightly| BOOT::|form2String|
 BOOT::|bright| BOOT::GETDATABASE BOOT::EQSUBSTLIST
 BOOT::|formatOpSignature| BOOT::LASSOC BOOT::|isCategoryForm|
 BOOT::|compMakeCategoryObject| BOOT::|member| BOOT::|assoc|
 BOOT::|sayBrightlyNT| BOOT::ASSOCLEFT BOOT::|allConstructors|
 BOOT::POSN1 BOOT::|harhar|
The following special variables were not defined:
 BOOT::|$template| BOOT::|$lookupFunction| BOOT::|$byteVec|
 BOOT::|$byteAddress| BOOT::|$NRTslot1PredicateList| BOOT::|$byteVecAcc|
 BOOT::|$insideCategoryPackageIfTrue| BOOT::|$categoryPredicateList|
 BOOT::|$pairlis| BOOT::|$predGensymAlist| BOOT::|$lisplibPredicates|
 BOOT::|$e| BOOT::|$uncondAlist| BOOT::|$condAlist| BOOT::|$levelAlist|
 BOOT::|$depthAssocCache| BOOT::|$infovec| BOOT::|$predvec|
 BOOT::|$FormalMapVariableList| BOOT::|$functorForm|
 BOOT::|$EmptyEnvironment|
0 errors, 68 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=pathname.clisp pathname.boot
#<PACKAGE BOOTTRAN>
pathname.clisp PRODUCED
"pathname.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=pathname.fas pathname.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/pathname.clisp ...
WARNING: in |isSystemDirectory| in lines 81..84 : $SPADROOT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/pathname.fas
The following functions were used but not defined:
 BOOT::|make_filename| BOOT::|make_filename0| BOOT::|error| BOOT::UPCASE
 BOOT::|object2Identifier| BOOT::|make_input_filename|
 BOOT::|object2String|
The following special variables were not defined:
 BOOT::$SPADROOT
0 errors, 1 warning
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=pf2sex.clisp pf2sex.boot
#<PACKAGE BOOTTRAN>
pf2sex.clisp PRODUCED
"pf2sex.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=pf2sex.fas pf2sex.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/pf2sex.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$dotdot\| #))-2| in lines
         6..8 : |$dotdot| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pf2Sex1| in lines 25..305 : |$insideRule| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pf2Sex1| in lines 25..305 : |$insideRule| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pf2Sex1| in lines 25..305 : |$insideSEQ| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pf2Sex1| in lines 25..305 : |$insideRule| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfLiteral2Sex| in lines 307..339 : |$insideRule| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfOp2Sex| in lines 349..376 : |$insideRule| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfOp2Sex| in lines 349..376 : |$insideRule| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfApplication2Sex| in lines 378..494 : |$insideRule| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfApplication2Sex| in lines 378..494 : |$insideRule| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfApplication2Sex| in lines 378..494 : |$insideRule| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfDefinition2Sex| in lines 532..572 : |$insideApplication| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |opTran| in lines 684..695 : |$dotdot| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ruleLhsTran| in lines 942..985 : |$predicateList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ruleLhsTran| in lines 942..985 : |$multiVarPredicateList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ruleLhsTran| in lines 942..985 : |$multiVarPredicateList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rulePredicateTran| in lines 987..1057 : |$multiVarPredicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rulePredicateTran| in lines 987..1057 : |$multiVarPredicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rulePredicateTran| in lines 987..1057 : |$multiVarPredicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rulePredicateTran| in lines 987..1057 : |$multiVarPredicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |rulePredicateTran| in lines 987..1057 : |$multiVarPredicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfSuchThat2Sex| in lines 1136..1152 : |$predicateList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfSuchThat2Sex| in lines 1136..1152 : |$predicateList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/pf2sex.fas
The following functions were used but not defined:
 BOOT::|intUnsetQuiet| BOOT::|pfLiteral?| BOOT::|pfId?|
 BOOT::|pfIdSymbol| BOOT::|pfApplication?| BOOT::|pfIf?|
 BOOT::|pfIfCond| BOOT::|pfIfThen| BOOT::|pfIfElse| BOOT::|pfTagged?|
 BOOT::|pfTaggedTag| BOOT::|pfTaggedExpr| BOOT::|pfCoerceto?|
 BOOT::|pfCoercetoExpr| BOOT::|pfCoercetoType| BOOT::|pfPretend?|
 BOOT::|pfPretendExpr| BOOT::|pfPretendType| BOOT::|pfFromdom?|
 BOOT::|pfFromdomWhat| BOOT::|pfFromdomDomain| BOOT::|pfSequence?|
 BOOT::|pfExit?| BOOT::|pfExitCond| BOOT::|pfExitExpr| BOOT::|pfLoop?|
 BOOT::|pf0LoopIterators| BOOT::|pfForin?| BOOT::|pf0ForinLhs|
 BOOT::|pfForinWhole| BOOT::|pfWhile?| BOOT::|pfWhileCond|
 BOOT::|pfSuchthat?| BOOT::|pfSuchthatCond| BOOT::|pfDo?|
 BOOT::|pfDoBody| BOOT::|pfAssign?| BOOT::|pf0AssignLhsItems|
 BOOT::|pfAssignRhs| BOOT::|pfDefinition?| BOOT::|pfMLambda?|
 BOOT::|pfRestrict?| BOOT::|pfRestrictExpr| BOOT::|pfRestrictType|
 BOOT::|pfFree?| BOOT::|pf0FreeItems| BOOT::|pfLocal?|
 BOOT::|pf0LocalItems| BOOT::|pfWrong?| BOOT::|spadThrow| BOOT::|pfAnd?|
 BOOT::|pfAndLeft| BOOT::|pfAndRight| BOOT::|pfOr?| BOOT::|pfOrLeft|
 BOOT::|pfOrRight| BOOT::|pfNot?| BOOT::|pfNotArg| BOOT::|pfNovalue?|
 BOOT::|intSetQuiet| BOOT::|pfNovalueExpr| BOOT::|pfRule?|
 BOOT::|pfBreak?| BOOT::|pfBreakFrom| BOOT::|pfMacro?| BOOT::|pfReturn?|
 BOOT::|pfReturnExpr| BOOT::|pfIterate?| BOOT::|pfWhere?|
 BOOT::|pf0WhereContext| BOOT::|pfWhereExpr| BOOT::|pfAbSynOp|
 BOOT::|tokPart| BOOT::|pfLiteralClass| BOOT::|pfLiteralString|
 BOOT::|pfSymbolSymbol| BOOT::|pfLeafToken| BOOT::|keyedSystemError|
 BOOT::|pfSymbol?| BOOT::|pfApplicationOp| BOOT::|pfApplicationArg|
 BOOT::|pfTuple?| BOOT::|pf0DefinitionLhsItems| BOOT::|pfDefinitionRhs|
 BOOT::|pfLambda?| BOOT::|pf0LambdaArgs| BOOT::|pfTyped?|
 BOOT::|pfTypedId| BOOT::|pfTypedType| BOOT::|systemError|
 BOOT::|pfNothing?| BOOT::|pfLambdaRets| BOOT::|pfLambdaBody|
 BOOT::|pfCollect?| BOOT::|pf0SequenceArgs| BOOT::|make_float|
 BOOT::|pfParts| BOOT::|pfCollectIterators| BOOT::|pfCollectBody|
 BOOT::|pfRuleLhsItems| BOOT::|pfRuleRhs| BOOT::|pf0TupleParts|
The following special variables were not defined:
 BOOT::|$insideRule| BOOT::|$insideSEQ| BOOT::|$insideApplication|
 BOOT::|$dotdot| BOOT::|$predicateList| BOOT::|$multiVarPredicateList|
The following functions were used but are deprecated:

 GENTEMP - This function creates symbols that cannot be garbage-collected. Use GENSYM instead.
0 errors, 23 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=pile.clisp pile.boot
#<PACKAGE BOOTTRAN>
pile.clisp PRODUCED
"pile.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=pile.fas pile.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/pile.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/pile.fas
The following functions were used but not defined:
 BOOT::|tokType| BOOT::|npNull| BOOT::|tokPosn| BOOT::|tokPart|
 BOOT::|tokConstruct|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=posit.clisp posit.boot
#<PACKAGE BOOTTRAN>
posit.clisp PRODUCED
"posit.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=posit.fas posit.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/posit.clisp ...
WARNING: in |poNoPosition| in lines 6..8 : |$nopos| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pfSourcePosition| in lines 127..151 : |$nopos| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/posit.fas
The following functions were used but not defined:
 BOOT::|pfLeafPosition| BOOT::|pfLeaf?| BOOT::|tokPosn| BOOT::|pfParts|
 BOOT::|ncBug|
The following special variables were not defined:
 BOOT::|$nopos|
0 errors, 2 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=property.fas property.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/property.lisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/property.fas
The following functions were used but not defined:
 BOOT::MAKEPROP
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=ptrees.clisp ptrees.boot
#<PACKAGE BOOTTRAN>
ptrees.clisp PRODUCED
"ptrees.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=ptrees.fas ptrees.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ptrees.clisp ...
WARNING: in |pfParen| in lines 488..490 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ptrees.fas
The following functions were used but not defined:
 BOOT::|ncBug| BOOT::|pfNoPosition?| BOOT::|pfNoPosition|
 BOOT::|npTrapForm|
0 errors, 1 warning
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=record.clisp record.boot
#<PACKAGE BOOTTRAN>
record.clisp PRODUCED
"record.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=record.fas record.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/record.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$backslash\| #))-2| in lines
         6..8 : |$backslash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|10 12 (EVAL-WHEN (EVAL LOAD) (SETQ \|$runTestFlag\| NIL))-3| in
         lines 10..12 : |$runTestFlag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|14 16 (EVAL-WHEN (EVAL LOAD) (SETQ \|$mkTestFlag\| NIL))-4| in
         lines 14..16 : |$mkTestFlag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|18 20 (EVAL-WHEN (EVAL LOAD) (SETQ \|$mkTestOutputStack\|
         NIL))-5| in lines 18..20 : |$mkTestOutputStack| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|22 24 (EVAL-WHEN (EVAL LOAD) (SETQ \|$mkTestOutputType\|
         NIL))-6| in lines 22..24 : |$mkTestOutputType| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |inputFile2RecordFile| in lines 26..73 : |$testStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |inputFile2RecordFile| in lines 26..73 : |$testStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrintTest| in lines 312..336 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrintTest| in lines 312..336 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrintTest| in lines 312..336 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrintTest| in lines 312..336 : |$mkTestOutputStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrintTest| in lines 312..336 : |$testStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordAndPrintTest| in lines 312..336 : |$mkTestOutputStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/record.fas
The following functions were used but not defined:
 BOOT::|pathnameDirectory| BOOT::|do_read| BOOT::|sayNewLine|
 BOOT::|printTypeAndTime| BOOT::|isExistingFile| BOOT::|throwKeyedMsg|
 BOOT::|namestring| BOOT::MAKE_INSTREAM BOOT::|clearCmdAll|
 BOOT::|dewritify| BOOT::VMREAD BOOT::|bright| BOOT::MAKE_OUTSTREAM
 BOOT::|stringPrefix?| BOOT::PRINTEXP BOOT::SHUT BOOT::|read_or_compile|
 BOOT::|sayBrightly| BOOT::|maPrin| BOOT::|sayBrightlyNT| BOOT::|pp|
 BOOT::|writify| BOOT::|prefix2String| BOOT::STRCONC BOOT::SUBSTRING
The following special variables were not defined:
 BOOT::|$testStream| BOOT::|$currentLine| BOOT::|$mkTestOutputStack|
0 errors, 13 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=rulesets.clisp rulesets.boot
#<PACKAGE BOOTTRAN>
rulesets.clisp PRODUCED
"rulesets.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=rulesets.fas rulesets.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/rulesets.clisp ...
WARNING: in |createResolveTTRules| in lines 164..190 : |$Res| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |createResolveTMRules| in lines 331..369 : |$ResMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |initializeRuleSets| in lines 371..386 : |$ruleSetsInitialized| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/rulesets.fas
The following functions were used but not defined:
 BOOT::EQSUBSTLIST BOOT::ASSOCLEFT BOOT::ASSOCRIGHT
0 errors, 3 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=scan.clisp scan.boot
#<PACKAGE BOOTTRAN>
scan.clisp PRODUCED
"scan.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=scan.fas scan.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/scan.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ SPACE_CHAR #))-2| in lines
         6..8 : SPACE_CHAR is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|10 12 (EVAL-WHEN (EVAL LOAD) (SETQ PAGE_CTL 12))-3| in lines
         10..12 : PAGE_CTL is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|14 16 (EVAL-WHEN (EVAL LOAD) (SETQ ESCAPE #))-4| in lines
         14..16 : ESCAPE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|18 20 (EVAL-WHEN (EVAL LOAD) (SETQ STRING_CHAR #))-5| in lines
         18..20 : STRING_CHAR is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|22 24 (EVAL-WHEN (EVAL LOAD) (SETQ PLUSCOMMENT #))-6| in lines
         22..24 : PLUSCOMMENT is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|26 28 (EVAL-WHEN (EVAL LOAD) (SETQ MINUSCOMMENT #))-7| in lines
         26..28 : MINUSCOMMENT is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|30 32 (EVAL-WHEN (EVAL LOAD) (SETQ RADIX_CHAR #))-8| in lines
         30..32 : RADIX_CHAR is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|34 36 (EVAL-WHEN (EVAL LOAD) (SETQ DOT #))-9| in lines 34..36 :
         DOT is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|38 40 (EVAL-WHEN (EVAL LOAD) (SETQ EXPONENT1 #))-10| in lines
         38..40 : EXPONENT1 is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|42 44 (EVAL-WHEN (EVAL LOAD) (SETQ EXPONENT2 #))-11| in lines
         42..44 : EXPONENT2 is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|46 48 (EVAL-WHEN (EVAL LOAD) (SETQ CLOSEPAREN #))-12| in lines
         46..48 : CLOSEPAREN is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|50 52 (EVAL-WHEN (EVAL LOAD) (SETQ CLOSEANGLE #))-13| in lines
         50..52 : CLOSEANGLE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|54 56 (EVAL-WHEN (EVAL LOAD) (SETQ QUESTION #))-14| in lines
         54..56 : QUESTION is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|58 195 (EVAL-WHEN (EVAL LOAD) (SETQ \|scanKeyWords\| #))-15| in
         lines 58..195 : |scanKeyWords| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanKeyTableCons| in lines 197..215 : |scanKeyWords| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanDictCons| in lines 257..288 : |scanKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanPunCons| in lines 290..319 : |scanKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|321 323 (EVAL-WHEN (EVAL LOAD) (SETQ \|scanKeyTable\| #))-20|
         in lines 321..323 : |scanKeyTable| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|325 327 (EVAL-WHEN (EVAL LOAD) (SETQ \|scanDict\| #))-21| in
         lines 325..327 : |scanDict| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|329 331 (EVAL-WHEN (EVAL LOAD) (SETQ \|scanPun\| #))-22| in
         lines 329..331 : |scanPun| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |is_white?| in lines 387..390 : SPACE_CHAR is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |is_white?| in lines 387..390 : PAGE_CTL is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finish_comment| in lines 461..479 : $COMBLOCKLIST is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finish_comment| in lines 461..479 : $COMBLOCKLIST is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanIgnoreLine| in lines 481..502 : CLOSEPAREN is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanToken| in lines 585..638 : QUESTION is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanToken| in lines 585..638 : STRING_CHAR is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanToken| in lines 585..638 : ESCAPE is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |lfcomment| in lines 675..677 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |lfcomment| in lines 675..677 : variable |lp| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |constoken1| in lines 691..703 : variable |ln| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |checkEsc| in lines 739..744 : ESCAPE is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startsComment?| in lines 746..767 : PLUSCOMMENT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startsComment?| in lines 746..767 : PLUSCOMMENT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startsNegComment?| in lines 769..790 : MINUSCOMMENT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |startsNegComment?| in lines 769..790 : MINUSCOMMENT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|883 886 (EVAL-WHEN (EVAL LOAD) (SETQ \|scanCloser\| #))-67| in
         lines 883..886 : |scanCloser| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanCloser?| in lines 888..891 : |scanCloser| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanW| in lines 1004..1042 : ESCAPE is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spleI1| in lines 1070..1101 : ESCAPE is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanNumber| in lines 1138..1198 : RADIX_CHAR is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanNumber| in lines 1138..1198 : DOT is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanNumber| in lines 1138..1198 : DOT is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanNumber| in lines 1138..1198 : DOT is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanNumber| in lines 1138..1198 : DOT is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanExponent| in lines 1200..1256 : EXPONENT1 is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanExponent| in lines 1200..1256 : EXPONENT2 is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanExponent| in lines 1200..1256 : PLUSCOMMENT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanExponent| in lines 1200..1256 : MINUSCOMMENT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |scanExponent| in lines 1200..1256 : MINUSCOMMENT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyword| in lines 1279..1281 : |scanKeyTable| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |keyword?| in lines 1283..1286 : |scanKeyTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |subMatch| in lines 1288..1291 : |scanDict| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |punctuation?| in lines 1341..1344 : |scanPun| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/scan.fas
The following functions were used but not defined:
 BOOT::MAKE_HASHTABLE BOOT::MAKE_VEC BOOT::HKEYS BOOT::|make_BVEC|
 BOOT::MAKEPROP BOOT::|npNull| BOOT::|incPrefix?| BOOT::|dqAppend|
 BOOT::|dqUnit| BOOT::|ncPutQ| BOOT::|make_full_CVEC| BOOT::DIGITP
 BOOT::SUBSTRING BOOT::CONCAT BOOT::STRPOS BOOT::|ncSoftError|
 BOOT::|lnExtraBlanks| BOOT::SIZE
The following special variables were not defined:
 BOOT::|scanKeyWords| BOOT::|scanKeyTable| BOOT::SPACE_CHAR
 BOOT::PAGE_CTL BOOT::$COMBLOCKLIST BOOT::CLOSEPAREN BOOT::QUESTION
 BOOT::STRING_CHAR BOOT::ESCAPE BOOT::PLUSCOMMENT BOOT::MINUSCOMMENT
 BOOT::|scanCloser| BOOT::RADIX_CHAR BOOT::DOT BOOT::EXPONENT1
 BOOT::EXPONENT2 BOOT::|scanDict| BOOT::|scanPun|
0 errors, 54 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=serror.clisp serror.boot
#<PACKAGE BOOTTRAN>
serror.clisp PRODUCED
"serror.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=serror.fas serror.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/serror.clisp ...
WARNING: in |sySpecificErrorHere| in lines 12..16 : |$stok| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npMissing| in lines 53..61 : |$stok| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npTrap| in lines 100..108 : |$stok| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npRecoverTrap| in lines 110..126 : |$stok| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npRecoverTrap| in lines 110..126 : |$stok| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npListAndRecover| in lines 128..185 : |$stack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npListAndRecover| in lines 128..185 : |$stack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npListAndRecover| in lines 128..185 : |$inputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npListAndRecover| in lines 128..185 : |$inputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npListAndRecover| in lines 128..185 : |$inputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npListAndRecover| in lines 128..185 : |$inputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npListAndRecover| in lines 128..185 : |$inputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npListAndRecover| in lines 128..185 : |$inputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npListAndRecover| in lines 128..185 : |$stack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |npMoveTo| in lines 187..212 : |$inputStream| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/serror.fas
The following functions were used but not defined:
 BOOT::|pfGlobalLinePosn| BOOT::|FromTo| BOOT::|From| BOOT::|To|
 BOOT::PNAME BOOT::|pfLeaf?| BOOT::|pfParts| BOOT::|pfFirst|
 BOOT::|ncSoftError| BOOT::|npFirstTok| BOOT::|tokPosn| BOOT::|pfWrong|
 BOOT::|pfDocument| BOOT::|pfListOf| BOOT::|npPop1| BOOT::|npPush|
 BOOT::|npEqPeek| BOOT::|npEqKey| BOOT::|npNext|
The following special variables were not defined:
 BOOT::|$stok| BOOT::|$stack| BOOT::|$inputStream|
0 errors, 15 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=server.clisp server.boot
#<PACKAGE BOOTTRAN>
server.clisp PRODUCED
"server.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=server.fas server.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/server.clisp ...
WARNING: in |serverReadLine| in lines 122..238 : |$SpadServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |serverReadLine| in lines 122..238 : |$SpadServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parseAndInterpret| in lines 240..249 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |executeQuietCommand| in lines 251..263 : |stringBuf| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parseAndEvalStr| in lines 333..342 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parseAndEvalStr1| in lines 344..360 : |$QuietCommand_tmp| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/server.fas
The following functions were used but not defined:
 |serverSwitch| BOOT::|read_line| BOOT::|addNewInterpreterFrame|
 BOOT::MKPROMPT |sockGetInt| BOOT::LASSOC
 BOOT::|changeToNamedInterpreterFrame| BOOT::|unescapeStringsInForm|
 BOOT::|princPrompt| BOOT::|ncParseAndInterpretString| |sockSendInt|
 |sockSendString| BOOT::|applyWithOutputToString| BOOT::|breakIntoLines|
 BOOT::|doSystemCommand| BOOT::|ncParseFromString|
 BOOT::|processInteractive| BOOT::|resetStackLimits|
 BOOT::|sendHTErrorSignal|
The following special variables were not defined:
 BOOT::|$SpadServer| BOOT::|$InteractiveFrame| BOOT::|stringBuf|
 BOOT::|$QuietCommand_tmp|
The following functions were used but are deprecated:

 GENTEMP - This function creates symbols that cannot be garbage-collected. Use GENSYM instead.
0 errors, 6 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=setvars.clisp setvars.boot
#<PACKAGE BOOTTRAN>
setvars.clisp PRODUCED
"setvars.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=setvars.fas setvars.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/setvars.clisp ...
WARNING: in |resetWorkspaceVariables| in lines 50..74 : |$count_list| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetWorkspaceVariables| in lines 50..74 : |$edit_file| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetWorkspaceVariables| in lines 50..74 : |$timer_list| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetWorkspaceVariables| in lines 50..74 :
         |$InitialCommandSynonymAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetWorkspaceVariables| in lines 50..74 : |$CommandSynonymAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetWorkspaceVariables| in lines 50..74 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetWorkspaceVariables| in lines 50..74 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetWorkspaceVariables| in lines 50..74 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resetWorkspaceVariables| in lines 50..74 : |$setOptions| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |set| in lines 95..104 : |$setOptions| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |set1| in lines 106..283 : |$UserLevel| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |set1| in lines 106..283 : |$displaySetValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |set1| in lines 106..283 : |$displaySetValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |set1| in lines 106..283 : |$displaySetValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |set1| in lines 106..283 : |$displaySetValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displaySetOptionInformation| in lines 285..406 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displaySetVariableSettings| in lines 408..542 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displaySetVariableSettings| in lines 408..542 : $LINELENGTH is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setAsharpArgs| in lines 544..563 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setAsharpArgs| in lines 544..563 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setAsharpArgs| in lines 544..563 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |describeAsharpArgs| in lines 565..582 : |$asharpCmdlineFlags| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputLibrary| in lines 592..594 : variable |arg| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |setExposeAdd| in lines 679..711 : $LINELENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 :
         |$globalExposureGroupAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 :
         |$globalExposureGroupAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 :
         |$globalExposureGroupAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 : |$interpreterFrameName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddGroup| in lines 713..801 : |$interpreterFrameName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddConstr| in lines 803..859 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddConstr| in lines 803..859 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddConstr| in lines 803..859 : |$interpreterFrameName|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddConstr| in lines 803..859 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddConstr| in lines 803..859 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddConstr| in lines 803..859 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddConstr| in lines 803..859 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddConstr| in lines 803..859 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeAddConstr| in lines 803..859 : |$interpreterFrameName|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDrop| in lines 861..890 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 : |$interpreterFrameName|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 :
         |$globalExposureGroupAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropGroup| in lines 892..952 : |$interpreterFrameName|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropConstr| in lines 954..1014 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropConstr| in lines 954..1014 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropConstr| in lines 954..1014 : |$interpreterFrameName|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropConstr| in lines 954..1014 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropConstr| in lines 954..1014 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropConstr| in lines 954..1014 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropConstr| in lines 954..1014 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropConstr| in lines 954..1014 : |$localExposureData| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExposeDropConstr| in lines 954..1014 : |$interpreterFrameName|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setFunctionsCache| in lines 1016..1061 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setFunctionsCache| in lines 1016..1061 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setFunctionsCache| in lines 1016..1061 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setFunctionsCache| in lines 1016..1061 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |countCache| in lines 1063..1099 : |$options| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |countCache| in lines 1063..1099 : |$options| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |countCache| in lines 1063..1099 : |$options| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |countCache| in lines 1063..1099 : |$options| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |countCache| in lines 1063..1099 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |countCache| in lines 1063..1099 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |countCache| in lines 1063..1099 : |$options| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |countCache| in lines 1063..1099 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayAllCacheCounts| in lines 1133..1158 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayAllCacheCounts| in lines 1133..1158 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayAllCacheCounts| in lines 1133..1158 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayAllCacheCounts| in lines 1133..1158 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setHistory| in lines 1205..1290 : |$HiFiAccess| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setHistory| in lines 1205..1290 : |$useInternalHistoryTable| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setHistory| in lines 1205..1290 : |$options| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputAlgebra| in lines 1292..1402 : |$algebraOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 :
         |$plainRTspecialCharacters| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 : |$specialCharacters|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 : |$specialCharacters|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 : |$RTspecialCharacters|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 : |$specialCharacters|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 :
         |$plainRTspecialCharacters| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 :
         |$specialCharacterAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 : |$RTspecialCharacters|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 : |$specialCharacters|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 :
         |$plainRTspecialCharacters| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputCharacters| in lines 1457..1556 : |$specialCharacters|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFortran| in lines 1568..1702 : |$fortranOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputMathml| in lines 1759..1869 : |$mathmlOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTexmacs| in lines 1924..2034 : |$texmacsOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputHtml| in lines 2089..2197 : |$htmlOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputStream|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputStream|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputStream|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputStream|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputStream|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputOpenMath| in lines 2251..2361 : |$openMathOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaFormat| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputStream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputFormula| in lines 2416..2527 : |$formulaOutputFile| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texFormat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setOutputTex| in lines 2584..2692 : |$texOutputFile| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setStreamsCalculate| in lines 2745..2775 : |$streamCount| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setStreamsCalculate| in lines 2745..2775 : |$streamCount| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setStreamsCalculate| in lines 2745..2775 : |$streamCount| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |describeSetStreamsCalculate| in lines 2777..2780 : |$streamCount|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/setvars.fas
The following functions were used but not defined:
 BOOT::COPY BOOT::|ioHook| BOOT::LASSOC BOOT::|selectOption| BOOT::SAY
 BOOT::|satisfiesUserLevel| BOOT::|fillerSpaces| BOOT::|functionp|
 BOOT::|concat| BOOT::|eval| BOOT::|loadExposureGroupData|
 BOOT::|namestring| BOOT::|pathname| BOOT::|selectOptionLC|
 BOOT::|displayExposedGroups| BOOT::GETALIST BOOT::|centerAndHighlight|
 BOOT::|displayExposedConstructors| BOOT::|sayMSG|
 BOOT::|displayHiddenConstructors| BOOT::|unabbrev| BOOT::GETDATABASE
 BOOT::|delete| BOOT::MSORT BOOT::|clearClams| BOOT::|insertAlist|
 BOOT::INTERNL1 BOOT::|optionError| BOOT::|linearFormatName|
 BOOT::|historySpad2Cmd| BOOT::PNAME BOOT::|specialChar|
 BOOT::|sayAsManyPerLineAsPossible| BOOT::DOWNCASE
 BOOT::MAKE_APPENDSTREAM BOOT::|setOutputHthml| BOOT::|member|
 BOOT::UPCASE BOOT::|mkOutputConsoleStream| BOOT::|pathnameType|
 BOOT::STRCONC BOOT::|pathnameDirectory| BOOT::|pathnameName|
 BOOT::|make_full_namestring| BOOT::MAKE_OUTSTREAM BOOT::SHUT
 BOOT::|sayBrightly| BOOT::|object2String| BOOT::|sayMessage|
 BOOT::|bright| BOOT::|terminateSystemCommand| BOOT::|sayKeyedMsg|
The following special variables were not defined:
 BOOT::|$InitialCommandSynonymAlist| BOOT::|$setOptions|
 BOOT::|$UserLevel| BOOT::|$displaySetValue| BOOT::$LINELENGTH
 BOOT::|$asharpCmdlineFlags| BOOT::|$globalExposureGroupAlist|
 BOOT::|$localExposureData| BOOT::|$interpreterFrameName|
 BOOT::|$cacheAlist| BOOT::|$cacheCount| BOOT::|$options|
 BOOT::|$HiFiAccess| BOOT::|$useInternalHistoryTable|
 BOOT::|$algebraFormat| BOOT::|$algebraOutputFile|
 BOOT::|$algebraOutputStream| BOOT::|$plainRTspecialCharacters|
 BOOT::|$specialCharacters| BOOT::|$RTspecialCharacters|
 BOOT::|$specialCharacterAlist| BOOT::|$fortranFormat|
 BOOT::|$fortranOutputFile| BOOT::|$fortranOutputStream|
 BOOT::|$mathmlFormat| BOOT::|$mathmlOutputFile|
 BOOT::|$mathmlOutputStream| BOOT::|$texmacsFormat|
 BOOT::|$texmacsOutputFile| BOOT::|$texmacsOutputStream|
 BOOT::|$htmlFormat| BOOT::|$htmlOutputFile| BOOT::|$htmlOutputStream|
 BOOT::|$openMathFormat| BOOT::|$openMathOutputFile|
 BOOT::|$openMathOutputStream| BOOT::|$formulaFormat|
 BOOT::|$formulaOutputFile| BOOT::|$formulaOutputStream|
 BOOT::|$texFormat| BOOT::|$texOutputFile| BOOT::|$texOutputStream|
 BOOT::|$streamCount|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 211 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=sfsfun.clisp sfsfun.boot
#<PACKAGE BOOTTRAN>
sfsfun.clisp PRODUCED
"sfsfun.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=sfsfun.fas sfsfun.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/sfsfun.clisp ...
WARNING: in |logH| in lines 334..355 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|468 484 (EVAL-WHEN (EVAL LOAD) (SETQ \|$PsiAsymptoticBern\|
         #))-31| in lines 468..484 : |$PsiAsymptoticBern| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PsiAsymptotic| in lines 486..529 : |$PsiAsymptoticBern| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PsiAsymptotic| in lines 486..529 : |$PsiAsymptoticBern| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |BesselIBackRecur| in lines 1284..1389 : variable |largev| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/sfsfun.fas
The following functions were used but not defined:
 BOOT::|HardError| BOOT::|PsiInpart| BOOT::COT BOOT::|error|
The following special variables were not defined:
 BOOT::|$PsiAsymptoticBern|
0 errors, 5 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=simpbool.clisp simpbool.boot
#<PACKAGE BOOTTRAN>
simpbool.clisp PRODUCED
"simpbool.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=simpbool.fas simpbool.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/simpbool.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/simpbool.fas
The following functions were used but not defined:
 BOOT::MKPF BOOT::|orderList| BOOT::?ORDER BOOT::|member| BOOT::|delete|
 BOOT::|pp|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=slam.clisp slam.boot
#<PACKAGE BOOTTRAN>
slam.clisp PRODUCED
"slam.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=slam.fas slam.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/slam.clisp ...
WARNING: in |reportFunctionCompilation| in lines 6..157 :
         |$compiledOpNameList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportFunctionCompilation| in lines 6..157 : |$minivector| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportFunctionCompilation| in lines 6..157 : |$compileRecurrence|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportFunctionCompilation| in lines 6..157 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportFunctionCompilation| in lines 6..157 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getCacheCount| in lines 159..166 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getCacheCount| in lines 159..166 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportFunctionCacheAll| in lines 168..233 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportFunctionCacheAll| in lines 168..233 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkCircularAlist| in lines 252..267 : |$failed| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkCircularAlist| in lines 252..267 : |$failed| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileRecurrenceRelation| in lines 324..593 :
         |$compiledOpNameList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileRecurrenceRelation| in lines 324..593 :
         |$compiledOpNameList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileRecurrenceRelation| in lines 324..593 :
         |$TriangleVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileRecurrenceRelation| in lines 324..593 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileRecurrenceRelation| in lines 324..593 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileRecurrenceRelation| in lines 324..593 : variable |junk| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |clearCache| in lines 620..652 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCache| in lines 620..652 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCache| in lines 620..652 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCache| in lines 620..652 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCache| in lines 620..652 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCache| in lines 620..652 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCache| in lines 620..652 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCache| in lines 620..652 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearCache| in lines 620..652 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileInteractive| in lines 654..678 : |$InteractiveMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileInteractive| in lines 654..678 : |$reportCompilation| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileInteractive| in lines 654..678 : |$InteractiveMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileInteractive| in lines 654..678 : |$InteractiveMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |clearAllSlams,fn| in lines 693..711 : |$functorDependencyAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/slam.fas
The following functions were used but not defined:
 BOOT::|makeInternalMapMinivectorName| BOOT::LIST2REFVEC BOOT::COPY
 BOOT::|NRTisRecurrenceRelation| BOOT::|keyedSystemError| BOOT::|eval|
 BOOT::HKEYS BOOT::|mkAuxiliaryName| BOOT::GENVAR BOOT::INTERNL1
 BOOT::STRINGIMAGE BOOT::|substitute| BOOT::EQSUBSTLIST BOOT::MKQ
 BOOT::|put| BOOT::|throwKeyedMsg| BOOT::|get| BOOT::|untrace2|
 BOOT::|putHist| BOOT::|sayKeyedMsg| BOOT::|startTimingProcess|
 BOOT::|sayBrightlyI| BOOT::|bright| BOOT::|pp|
 BOOT::|timedOptimization| BOOT::|compQuietly| BOOT::|stopTimingProcess|
 BOOT::SETDIFFERENCE BOOT::LASSOC BOOT::|mkCacheName|
The following special variables were not defined:
 BOOT::|$minivector| BOOT::|$compileRecurrence| BOOT::|$e|
 BOOT::|$cacheAlist| BOOT::|$cacheCount| BOOT::|$failed|
 BOOT::|$compiledOpNameList| BOOT::|$TriangleVariableList|
 BOOT::|$mapSubNameAlist| BOOT::|$InteractiveMode|
 BOOT::|$reportCompilation| BOOT::|$functorDependencyAlist|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 31 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=spad.fas spad.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/spad.lisp ...
WARNING: in |fin| in lines 54..60 : *EOF* is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/spad.fas
The following functions were used but not defined:
 BOOT::MAKEPROP BOOT::|compiledLookup| BOOT::BPINAME
0 errors, 1 warning
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=termrw.clisp termrw.boot
#<PACKAGE BOOTTRAN>
termrw.clisp PRODUCED
"termrw.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=termrw.fas termrw.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/termrw.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/termrw.fas
The following functions were used but not defined:
 BOOT::COPY BOOT::|assoc|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=trace.clisp trace.boot
#<PACKAGE BOOTTRAN>
trace.clisp PRODUCED
"trace.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=trace.fas trace.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/trace.clisp ...
WARNING: in |traceSpad2Cmd| in lines 76..94 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceSpad2Cmd| in lines 76..94 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceSpad2Cmd| in lines 76..94 : |$options| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |trace3| in lines 504..848 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |trace3| in lines 504..848 : |$mathTraceList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |trace3| in lines 504..848 : |$mathTraceList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |trace3| in lines 504..848 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |trace3| in lines 504..848 : |$fromSpadTrace| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |trace3| in lines 504..848 : |$mathTraceList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |trace3| in lines 504..848 : |$mathTraceList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untrace2| in lines 856..921 : |$mathTraceList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untrace2| in lines 856..921 : |$mathTraceList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untrace2| in lines 856..921 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untrace2| in lines 856..921 : |$mathTraceList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untrace2| in lines 856..921 : |$mathTraceList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untrace2| in lines 856..921 : |$letAssoc| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untrace2| in lines 856..921 : |$letAssoc| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untrace2| in lines 856..921 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saveMapSig| in lines 969..991 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMapSig| in lines 993..1018 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ptimers| in lines 1226..1254 : |$timerTicksPerSecond| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackTraceOptionError| in lines 1305..1312 : |$traceErrorStack|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackTraceOptionError| in lines 1305..1312 : |$traceErrorStack|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untrace| in lines 1364..1395 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transTraceItem| in lines 1397..1433 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceToOutput| in lines 1451..1463 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceTraceArgs2E| in lines 1465..1504 : |$mathTraceList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceTraceArgs2E| in lines 1465..1504 : variable |traceName| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |coerceSpadArgs2E| in lines 1506..1529 : |$tracedSpadModemap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceTraceFunValue2E| in lines 1552..1570 : |$mathTraceList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceSpadFunValue2E| in lines 1572..1576 : |$tracedSpadModemap|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getMapSubNames| in lines 1610..1648 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPreviousMapSubNames| in lines 1650..1687 : |$InteractiveFrame|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getPreviousMapSubNames| in lines 1650..1687 : |$InteractiveFrame|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isUncompiledMap| in lines 1703..1714 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isUncompiledMap| in lines 1703..1714 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isInterpOnlyMap| in lines 1716..1725 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentTraceNames| in lines 1727..1762 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentTraceNames| in lines 1727..1762 : variable |mapSubNames|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |isSubForRedundantMapName| in lines 1764..1777 :
         |$mapSubNameAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isSubForRedundantMapName| in lines 1764..1777 :
         |$mapSubNameAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadTrace| in lines 1839..2062 : |$fromSpadTrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadTrace| in lines 1839..2062 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadTrace| in lines 1839..2062 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadTrace| in lines 1839..2062 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadTrace| in lines 1839..2062 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceDomainLocalOps| in lines 2098..2107 : variable |dom| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |traceDomainLocalOps| in lines 2098..2107 : variable |lops| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |traceDomainLocalOps| in lines 2098..2107 : variable |options| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |untraceDomainLocalOps| in lines 2109..2121 : |abb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |untraceDomainLocalOps| in lines 2109..2121 : variable |dom| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |untraceDomainLocalOps| in lines 2109..2121 : variable |lops| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |untraceAllDomainLocalOps| in lines 2123..2125 : variable |dom| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |traceDomainConstructor| in lines 2127..2195 : |$ConstructorCache|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |letPrint| in lines 2291..2329 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |letPrint| in lines 2291..2329 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |letPrint| in lines 2291..2329 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |letPrint2| in lines 2331..2371 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |letPrint2| in lines 2331..2371 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |letPrint2| in lines 2331..2371 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |letPrint3| in lines 2373..2415 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |letPrint3| in lines 2373..2415 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |letPrint3| in lines 2373..2415 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getAliasIfTracedMapParameter| in lines 2417..2434 :
         |$InteractiveFrame| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getBpiNameIfTracedMap| in lines 2436..2449 : |$InteractiveFrame|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadUntrace| in lines 2569..2650 : |$letAssoc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadUntrace| in lines 2569..2650 : |$letAssoc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadUntrace| in lines 2569..2650 : |$letAssoc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceReply| in lines 2680..2831 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceReply| in lines 2680..2831 : $LINELENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceReply| in lines 2680..2831 : $LINELENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceReply| in lines 2680..2831 : $LINELENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceReply| in lines 2680..2831 : $LINELENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceReply| in lines 2680..2831 : $LINELENGTH is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addTraceItem| in lines 2833..2845 : |$constructors| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addTraceItem| in lines 2833..2845 : |$constructors| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addTraceItem| in lines 2833..2845 : |$domains| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addTraceItem| in lines 2833..2845 : |$domains| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addTraceItem| in lines 2833..2845 : |$packages| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addTraceItem| in lines 2833..2845 : |$packages| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?t| in lines 2847..2909 : |$InteractiveFrame| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?t| in lines 2847..2909 : |$mapSubNameAlist| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tracelet| in lines 2911..2952 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tracelet| in lines 2911..2952 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tracelet| in lines 2911..2952 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tracelet| in lines 2911..2952 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tracelet| in lines 2911..2952 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tracelet| in lines 2911..2952 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tracelet| in lines 2911..2952 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |tracelet| in lines 2911..2952 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breaklet| in lines 2954..3002 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breaklet| in lines 2954..3002 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breaklet| in lines 2954..3002 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breaklet| in lines 2954..3002 : |$letAssoc| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breaklet| in lines 2954..3002 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breaklet| in lines 2954..3002 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breaklet| in lines 2954..3002 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breaklet| in lines 2954..3002 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |breaklet| in lines 2954..3002 : |$traceletFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |break| in lines 3012..3026 : |$break_condition| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_print_value| in lines 3145..3183 : |$mathTrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_get_value| in lines 3190..3212 : |$monitor_value| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_get_value| in lines 3190..3212 : |$monitor_caller| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_get_value| in lines 3190..3212 : |$monitor_name| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_print_args| in lines 3214..3298 : |$mathTrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_print_rest| in lines 3300..3320 : |$mathTrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in PRINMATHOR0 in lines 3351..3360 : |$mathTrace| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_x0| in lines 3376..3414 : |$monitor_fun_depth| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_x0| in lines 3376..3414 : |$monitor_caller| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_x0| in lines 3376..3414 : |$mathTrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_x1| in lines 3416..3451 : |$monitor_fun_depth| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_x1| in lines 3416..3451 : |$monitor_value| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_x1| in lines 3416..3451 : |$mathTrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_xx| in lines 3461..3602 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_xx| in lines 3461..3602 : |$mapSubNameAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |monitor_xx| in lines 3461..3602 : |$mathTraceList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/trace.fas
The following functions were used but not defined:
 BOOT::|clearConstructorCaches| BOOT::|centerAndHighlight|
 BOOT::|hasOption| BOOT::|sayKeyedMsg| BOOT::|setSf| BOOT::MAKEPROP
 BOOT::|adjoin_equal| BOOT::TRACE_OPTION_ERROR BOOT::MKPF
 BOOT::|make_spaces| BOOT::|remove_equal| BOOT::|throwListOfKeyedMsgs|
 BOOT::ADDASSOC BOOT::|selectOptionLC| BOOT::|object2String|
 BOOT::|commandAmbiguityError| BOOT::UPCASE BOOT::|unabbrevAndLoad|
 BOOT::GETDATABASE BOOT::|evalDomain| BOOT::GENVAR BOOT::COPY
 BOOT::|objMode| BOOT::|objVal| BOOT::|unabbrev| BOOT::|throwKeyedMsg|
 BOOT::|objValUnwrap| BOOT::|coerceInteractive| BOOT::|objNewWrap|
 BOOT::UNIONQ BOOT::QLASSQ BOOT::|rassoc| BOOT::|member| BOOT::ASSOCLEFT
 BOOT::SETDIFFERENCE BOOT::|aldorTrace| BOOT::|opOf|
 BOOT::|getOperationAlistFromLisplib| BOOT::AS-INSERT
 BOOT::|constructSubst| BOOT::|newGoGet| BOOT::|goGetTracerHelper|
 BOOT::|printDashedLine| BOOT::|replaceGoGetSlot| BOOT::|loadFunctor|
 BOOT::|sayBrightlyNT| BOOT::|mathprint| BOOT::STRING2PINT-N
 BOOT::SUBSTRING BOOT::CONCAT BOOT::STRINGIMAGE BOOT::ASSOCRIGHT
 BOOT::|orderList| BOOT::REMOVER BOOT::DELASC BOOT::|sayMessage|
 BOOT::|isFunctor| BOOT::|userError| BOOT::|sayBrightlyLength|
 BOOT::|prefix2String| BOOT::|concat| BOOT::|abbreviate|
 BOOT::|flowSegmentedMsg| BOOT::|constructor?| BOOT::|get|
 BOOT::|sayMSG| BOOT::|bright| BOOT::|isDomain| BOOT::|devaluate|
 BOOT::TAKE BOOT::IS_GENVAR BOOT::BPINAME BOOT::LASSOC BOOT::|assoc|
 BOOT::|union| BOOT::GENSYMP BOOT::|delete| BOOT::STRPOS
 BOOT::ENABLE-BACKTRACE BOOT::|sayBrightly| BOOT::INTERRUPT BOOT::SAY
 BOOT::|isSharpVarWithNum| BOOT::IS_SHARP_VAR BOOT::|make_full_CVEC|
 BOOT::SIZE BOOT::|spadThrowBrightly| BOOT::MKQ BOOT::|limited_print1|
 BOOT::PRETTYPRINT BOOT::|maprinSpecial| BOOT::|outputTran2|
 BOOT::STRCONC BOOT::SPADSYSNAMEP BOOT::TAB BOOT::PRIN0
 BOOT::|sayBrightlyNT2| BOOT::WHOCALLED BOOT::MOAN BOOT::|char_to_digit|
 BOOT::PNAME BOOT::|get_run_time|
The following special variables were not defined:
 BOOT::|$mapSubNameAlist| BOOT::|$options| BOOT::|$mathTraceList|
 BOOT::|$fromSpadTrace| BOOT::|$letAssoc| BOOT::|$InteractiveFrame|
 BOOT::|$timerTicksPerSecond| BOOT::|$traceErrorStack|
 BOOT::|$OutputForm| BOOT::|$tracedSpadModemap| BOOT::|abb|
 BOOT::|$ConstructorCache| BOOT::$LINELENGTH BOOT::|$constructors|
 BOOT::|$domains| BOOT::|$packages| BOOT::|$traceletFunctions|
 BOOT::|$break_condition| BOOT::|$mathTrace| BOOT::|$monitor_value|
 BOOT::|$monitor_caller| BOOT::|$monitor_name|
 BOOT::|$monitor_fun_depth|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 116 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=daase.fas daase.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/daase.lisp ...
WARNING: in INITIAL-GETDATABASE in lines 337..423 : |$lisp_bin_filetype| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in GETDATABASE in lines 657..809 : |$lisp_bin_filetype| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in GETDATABASE in lines 657..809 : |$lisp_bin_filetype| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALDATABASE-PROCESSDIR in lines 811..912 : ASYS is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALDATABASE-PROCESSDIR in lines 811..912 : ASYS is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALDATABASE-PROCESSDIR in lines 811..912 : ASYS is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALDATABASE in lines 811..912 : |$index_filename| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALDATABASE in lines 811..912 : |$ConstructorCache| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALASY in lines 914..991 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALASY in lines 914..991 : |$EmptyEnvironment| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALASY in lines 914..991 : |$CategoryFrame| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALNRLIB in lines 993..1061 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALNRLIB in lines 993..1061 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALNRLIB in lines 993..1061 : |$EmptyEnvironment| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in LOCALNRLIB in lines 993..1061 : |$CategoryFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in WRITE-BROWSEDB in lines 1316..1342 : variable ATTPOS is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in SQUEEZE in lines 1378..1399 : variable BOUND is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/daase.fas
The following functions were used but not defined:
 BOOT::OBEY BOOT::PUT BOOT::|astran| FOAM::AXIOMXL-GLOBAL-NAME
 BOOT::LASSOC BOOT::|opOf| BOOT::SUBLISLIS BOOT::|updateDatabase|
 BOOT::|installConstructor| BOOT::|updateCategoryTable|
 BOOT::|setExposeAddConstr| BOOT::|startTimingProcess|
 BOOT::|loadLibNoUpdate| BOOT::|sayKeyedMsg| BOOT::|save_browser_data|
 BOOT::|categoryForm?| BOOT::|domainsOf| BOOT::|getConstructorForm|
 BOOT::|genCategoryTable| BOOT::|hashString|
 BOOT::|makeOldAxiomDispatchDomain| BOOT::STRCONC
 FOAM::AXIOMXL-FILE-INIT-NAME BOOT::|constructor?|
 BOOT::|makeLazyOldAxiomDispatchDomain|
The following special variables were not defined:
 BOOT::|$lisp_bin_filetype| BOOT::ASYS BOOT::|$index_filename|
 BOOT::|$ConstructorCache| BOOT::|$InteractiveMode|
 BOOT::|$EmptyEnvironment| BOOT::|$FormalMapVariableList|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 17 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=ncomp.clisp ncomp.boot
#<PACKAGE BOOTTRAN>
ncomp.clisp PRODUCED
"ncomp.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=ncomp.fas ncomp.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ncomp.clisp ...
WARNING: in |expandMacros| in lines 56..149 : |$MacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |expandMacros| in lines 56..149 : |$MacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |define_macro| in lines 238..274 : |$MacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |define_macro| in lines 238..274 : |$MacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |walkWhereList| in lines 396..423 : |$MacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processGlobals1| in lines 492..538 : |$globalDefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processGlobals| in lines 540..624 : |$globalDefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processGlobals| in lines 540..624 : |$globalDefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processGlobals| in lines 540..624 : |$globalDefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processGlobals| in lines 540..624 : |$globalDefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |processGlobals| in lines 540..624 : |$globalDefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |handleKind| in lines 626..712 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |handleKind| in lines 626..712 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |boo_comp_cats| in lines 714..772 : |$compiler_output_stream| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |boo_comp_cats| in lines 714..772 : |$globalDefs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |boo_comp1| in lines 774..824 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |boo_comp1| in lines 774..824 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |boo_comp1| in lines 774..824 : |$EmptyEnvironment| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |boo_comp1| in lines 774..824 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |computeTargetMode| in lines 826..915 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |S_process| in lines 953..1052 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |S_process| in lines 953..1052 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |S_process| in lines 953..1052 : |$EmptyEnvironment| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |S_process| in lines 953..1052 : |$Translation| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |S_process| in lines 953..1052 : |$currentLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |S_process| in lines 953..1052 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |S_process| in lines 953..1052 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |S_process| in lines 953..1052 : |$InteractiveFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ncomp.fas
The following functions were used but not defined:
 BOOT::SUBLISLIS BOOT::|postFlatten| BOOT::TAKE BOOT::|opOf|
 BOOT::|removeZeroOne| BOOT::SETDATABASE BOOT::SAY BOOT::|categoryForm?|
 BOOT::MOAN BOOT::GETDATABASE BOOT::|get_run_time|
 BOOT::|parseTransform| BOOT::|postTransform|
 BOOT::|displayPreCompilationErrors| BOOT::|userError| BOOT::PRETTYPRINT
 BOOT::|compTopLevel| BOOT::|displaySemanticErrors|
The following special variables were not defined:
 BOOT::|$TriangleVariableList| BOOT::|$FormalMapVariableList|
 BOOT::|$EmptyMode| BOOT::|$EmptyEnvironment| BOOT::|$currentLine|
 BOOT::|$InteractiveFrame|
The following special variables were defined too late:
 BOOT::|$MacroTable| BOOT::|$globalDefs|
0 errors, 28 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=parsing.fas parsing.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/parsing.lisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/parsing.fas
The following functions were used but not defined:
 BOOT::|ntokreader|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=parse.clisp parse.boot
#<PACKAGE BOOTTRAN>
parse.clisp PRODUCED
"parse.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=parse.fas parse.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/parse.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/parse.fas
The following functions were used but not defined:
 BOOT::SAY BOOT::|makeNonAtomic| BOOT::|setDefOp| BOOT::CONTAINED
 BOOT::MOAN BOOT::COPY BOOT::|isSimple| BOOT::|isAlmostSimple|
 BOOT::|wrapSEQExit| BOOT::|postError| BOOT::|last| BOOT::|decExitLevel|
 BOOT::|incExitLevel|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=postpar.clisp postpar.boot
#<PACKAGE BOOTTRAN>
postpar.clisp PRODUCED
"postpar.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=postpar.fas postpar.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/postpar.clisp ...
WARNING: in |displayPreCompilationErrors| in lines 50..93 : |$postStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayPreCompilationErrors| in lines 50..93 : |$postStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayPreCompilationErrors| in lines 50..93 : |$topOp| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayPreCompilationErrors| in lines 50..93 : |$topOp| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayPreCompilationErrors| in lines 50..93 : |$postStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayPreCompilationErrors| in lines 50..93 : |$postStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |postError| in lines 263..276 : |$defOp| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |postError| in lines 263..276 : |$postStack| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |postError| in lines 263..276 : |$postStack| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |postCategory| in lines 364..391 : |$insidePostCategoryIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |postDef| in lines 406..518 : |$maxSignatureLineNumber| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |postDef| in lines 406..518 : |$headerDocumentation| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |postDef| in lines 406..518 : |$docList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |postDef| in lines 406..518 : |$docList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |postDef| in lines 406..518 : |$maxSignatureLineNumber| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setDefOp| in lines 1231..1246 : |$topOp| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setDefOp| in lines 1231..1246 : |$defOp| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setDefOp| in lines 1231..1246 : |$topOp| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/postpar.fas
The following functions were used but not defined:
 BOOT::REMDUP BOOT::|sayBrightly| BOOT::|sayMath| BOOT::|concat|
 BOOT::GETDATABASE BOOT::|recordHeaderDocumentation| BOOT::|bright|
 BOOT::|systemErrorHere| BOOT::|record_on_docList|
The following special variables were not defined:
 BOOT::|$postStack| BOOT::|$topOp| BOOT::|$defOp|
 BOOT::|$insidePostCategoryIfTrue| BOOT::|$maxSignatureLineNumber|
 BOOT::|$headerDocumentation| BOOT::|$docList|
0 errors, 18 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=setvart.clisp setvart.boot
#<PACKAGE BOOTTRAN>
setvart.clisp PRODUCED
"setvart.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=setvart.fas setvart.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/setvart.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/setvart.fas
The following functions were used but not defined:
 BOOT::|initializeSetVariables|
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=s-parser.clisp s-parser.boot
#<PACKAGE BOOTTRAN>
s-parser.clisp PRODUCED
"s-parser.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=s-parser.fas s-parser.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/s-parser.clisp ...
WARNING: in OPTIONAL in lines 157..159 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in ACTION in lines 161..163 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |push_reduction| in lines 191..196 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |getSignatureDocumentation2| in lines 394..437 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSignatureDocumentation2| in lines 394..437 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSignatureDocumentation2| in lines 394..437 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSignatureDocumentation2| in lines 394..437 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSignatureDocumentation2| in lines 394..437 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parse_Expression| in lines 521..534 : PRIOR-TOKEN is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parse_TokTail| in lines 605..624 : PRIOR-TOKEN is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parse_TokTail| in lines 605..624 : PRIOR-TOKEN is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/s-parser.fas
The following functions were used but not defined:
 BOOT::MAKEPROP BOOT::|spad_syntax_error| BOOT::TOKEN-SYMBOL
 BOOT::|getSignatureDocumentation| BOOT::|current_line_number|
 BOOT::|recordAttributeDocumentation| BOOT::MAKE-SYMBOL-OF
 BOOT::|next_symbol| BOOT::COPY-TOKEN BOOT::ELEMN
 BOOT::|match_next_token| BOOT::|current_token_is_nonblank|
 BOOT::|current_symbol| BOOT::|match_current_token|
 BOOT::|advance_token|
The following special variables were not defined:
 BOOT::$COMBLOCKLIST BOOT::PRIOR-TOKEN
0 errors, 11 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=scwrap2.clisp scwrap2.boot
#<PACKAGE BOOTTRAN>
scwrap2.clisp PRODUCED
"scwrap2.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=scwrap2.fas scwrap2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/scwrap2.clisp ...
WARNING: in #:|22 32 (DEFPARAMETER \|$compiler_InteractiveFrame\|
         (\|addBinding\| '\|$DomainsInScope\| # ...))-6| in lines 22..32 :
         |$InitialDomainsInScope| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spad_syntax_error| in lines 63..89 : variable |parsing| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |print_defun| in lines 141..145 : variable |name| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |spadCompile1| in lines 156..198 : |$MacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|204 212 (EVAL-WHEN (EVAL LOAD) (SETQ \|$trans_table\| #))-24|
         in lines 204..212 : |$trans_table| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|214 221 (EVAL-WHEN (EVAL LOAD) (SETQ \|$trans_key\| #))-25| in
         lines 214..221 : |$trans_key| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|223 232 (EVAL-WHEN (EVAL LOAD) (SETQ \|$trans_key_id\| #))-26|
         in lines 223..232 : |$trans_key_id| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|234 241 (EVAL-WHEN (EVAL LOAD) (SETQ \|$expression_nostarters\|
         #))-27| in lines 234..241 : |$expression_nostarters| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |starts_expression?| in lines 243..252 : |$expression_nostarters|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ntokreader| in lines 274..467 : |$trans_table| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ntokreader| in lines 274..467 : |$ignored_tab0| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ntokreader| in lines 274..467 : |$ignored_tab0| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ntokreader| in lines 274..467 : |$trans_key| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ntokreader| in lines 274..467 : |$trans_key_id| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fakeloopProcess1| in lines 484..508 : |$ignorable_backset| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/scwrap2.fas
The following functions were used but not defined:
 BOOT::|addBinding| BOOT::|makeInitialModemapFrame| BOOT::TOKEN-LINE_NUM
 BOOT::|current_token| BOOT::TOKEN-NONBLANK BOOT::TOKEN-STACK-SHOW
 BOOT::|print_full2| BOOT::MAKE_HASHTABLE BOOT::|ncloopIncFileName|
 BOOT::|processMsgList| BOOT::|make_float| BOOT::|member| BOOT::SAY
 BOOT::|token_install| BOOT::|incStream| BOOT::|insertpile| BOOT::|next|
 BOOT::|lineoftoks| BOOT::|finish_comment| BOOT::TOKEN-STACK-CLEAR
 BOOT::|parse_new_expr| BOOT::|pop_stack_1| BOOT::|S_process|
 BOOT::|InterpExecuteSpadSystemCommand| BOOT::|StreamNull|
The following special variables were not defined:
 BOOT::|$InitialDomainsInScope| BOOT::|$expression_nostarters|
 BOOT::|$trans_table| BOOT::|$ignored_tab0| BOOT::|$trans_key|
 BOOT::|$trans_key_id|
0 errors, 15 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=spaderror.fas spaderror.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/spaderror.lisp ...
WARNING: in #:|48 55 (SETQ \|$quitTag\| (GENSYM))-3| in lines 48..55 :
         |$quitTag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|59 60 (SETQ \|$numericFailure\| (CONS 1 "failed"))-5| in lines
         59..60 : |$numericFailure| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in SPAD-SYSTEM-ERROR-HANDLER in lines 90..103 :
         |$NeedToSignalSessionManager| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in SPAD-SYSTEM-ERROR-HANDLER in lines 90..103 : |$BreakMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in SPAD-SYSTEM-ERROR-HANDLER in lines 90..103 : |$BreakMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in SPAD-SYSTEM-ERROR-HANDLER in lines 90..103 : |$BreakMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in SPAD-SYSTEM-ERROR-HANDLER in lines 90..103 : |$BreakMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/spaderror.fas
The following functions were used but not defined:
 BOOT::|systemError|
The following special variables were not defined:
 BOOT::|$BreakMode|
0 errors, 7 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=ax.clisp ax.boot
#<PACKAGE BOOTTRAN>
ax.clisp PRODUCED
"ax.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=ax.fas ax.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ax.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$stripTypes\| NIL))-2| in
         lines 6..8 : |$stripTypes| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|10 12 (EVAL-WHEN (EVAL LOAD) (SETQ \|$pretendFlag\| NIL))-3| in
         lines 10..12 : |$pretendFlag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|14 16 (EVAL-WHEN (EVAL LOAD) (SETQ \|$modemapArgs\| NIL))-4| in
         lines 14..16 : |$modemapArgs| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|18 20 (EVAL-WHEN (EVAL LOAD) (SETQ \|$augmentedArgs\| NIL))-5|
         in lines 18..20 : |$augmentedArgs| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|22 24 (EVAL-WHEN (EVAL LOAD) (SETQ \|$defaultFlag\| NIL))-6| in
         lines 22..24 : |$defaultFlag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|26 28 (EVAL-WHEN (EVAL LOAD) (SETQ \|$baseForms\| NIL))-7| in
         lines 26..28 : |$baseForms| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|30 32 (EVAL-WHEN (EVAL LOAD) (SETQ \|$literals\| NIL))-8| in
         lines 30..32 : |$literals| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spad2AxTranslatorAutoloadOnceTrigger| in lines 34..36 : variable
         |any| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|38 40 (EVAL-WHEN (EVAL LOAD) (SETQ \|$foreignTag\|
         '\|Foreign\|))-10| in lines 38..40 : |$foreignTag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setForeignStyle| in lines 42..46 : |$foreignTag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|48 50 (EVAL-WHEN (EVAL LOAD) (SETQ \|$conditionalCast\| T))-12|
         in lines 48..50 : |$conditionalCast| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setConditionalCast| in lines 52..56 : |$conditionalCast| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|58 60 (EVAL-WHEN (EVAL LOAD) (SETQ \|$extendedDomains\|
         NIL))-14| in lines 58..60 : |$extendedDomains| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setExtendedDomains| in lines 62..66 : |$extendedDomains| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeAxExportForm| in lines 81..134 : |$literals| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeAxExportForm| in lines 81..134 : |$baseForms| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeAxExportForm| in lines 81..134 : |$baseForms| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeAxExportForm| in lines 81..134 : |$foreignTag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeAxExportForm| in lines 81..134 : variable |filename| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |stripType| in lines 136..147 : |$stripTypes| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modemapToAx| in lines 149..306 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modemapToAx| in lines 149..306 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modemapToAx| in lines 149..306 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modemapToAx| in lines 149..306 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modemapToAx| in lines 149..306 : |$extendedDomains| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axFormatType| in lines 343..716 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axFormatType| in lines 343..716 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axFormatType| in lines 343..716 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axFormatType| in lines 343..716 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axFormatType| in lines 343..716 : |$conditionalCast| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axFormatType| in lines 343..716 : |$pretendFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axFormatType| in lines 343..716 : |$augmentedArgs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentTo| in lines 724..747 : |$conditionalCast| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentTo| in lines 724..747 : |$augmentedArgs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentTo| in lines 724..747 : |$augmentedArgs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augmentTo| in lines 724..747 : |$modemapArgs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axFormatAugmentOp| in lines 915..973 : |$modemapArgs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axFormatOp| in lines 1004..1082 : |$augmentedArgs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeDefaultDef| in lines 1123..1159 : |$defaultFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeDefaultArgs| in lines 1161..1184 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1defaultOp| in lines 1320..1353 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1defaultOp| in lines 1320..1353 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1defaultOp| in lines 1320..1353 : |$opList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1defaultOp| in lines 1320..1353 : |$opList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |get1defaultOp| in lines 1320..1353 : |$opList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axAddLiteral| in lines 1355..1366 : |$literals| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axAddLiteral| in lines 1355..1366 : |$literals| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axAddLiteral| in lines 1355..1366 : |$literals| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |axDoLiterals| in lines 1368..1397 : |$literals| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ax.fas
The following functions were used but not defined:
 BOOT::MAKE_OUTSTREAM BOOT::|isDefaultPackageName| BOOT::STRCONC
 BOOT::PNAME BOOT::INTERNL1 BOOT::STRINGIMAGE BOOT::|constructor?|
 BOOT::|opOf| BOOT::|delete| BOOT::|categoryForm?| BOOT::|error|
 BOOT::|hasDefaultPackage| BOOT::|getInfovec| BOOT::GETDATABASE
 BOOT::LASSOC BOOT::|assoc| BOOT::|last| BOOT::|getCodeVector|
 BOOT::|getOpSegment| BOOT::SUBLISLIS BOOT::|dcSig| BOOT::|member|
The following special variables were not defined:
 BOOT::|$baseForms| BOOT::|$foreignTag| BOOT::|$stripTypes|
 BOOT::|$FormalMapVariableList| BOOT::|$TriangleVariableList|
 BOOT::|$extendedDomains| BOOT::|$conditionalCast| BOOT::|$pretendFlag|
 BOOT::|$augmentedArgs| BOOT::|$modemapArgs| BOOT::|$opList|
 BOOT::|$literals|
0 errors, 49 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=bc-matrix.clisp bc-matrix.boot
#<PACKAGE BOOTTRAN>
bc-matrix.clisp PRODUCED
"bc-matrix.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=bc-matrix.fas bc-matrix.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/bc-matrix.clisp ...
WARNING: in |bcInputMatrixByFormula| in lines 52..116 : |$bcParseOnly| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcInputMatrixByFormula| in lines 52..116 : |$bcParseOnly| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcInputMatrixByFormula| in lines 52..116 : variable |junk| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcInputExplicitMatrix| in lines 145..231 : |$bcParseOnly| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcInputExplicitMatrix| in lines 145..231 : |$bcParseOnly| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcInputExplicitMatrix| in lines 145..231 : variable |junk| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/bc-matrix.fas
The following functions were used but not defined:
 BOOT::|objValUnwrap| BOOT::|htpLabelSpadValue|
 BOOT::|htpLabelInputString| BOOT::|htStringPad| BOOT::|htInitPage|
 BOOT::|htpPropertyList| BOOT::|bcHt| BOOT::|htMakePage|
 BOOT::|htMakeDoneButton| BOOT::|htShowPage| BOOT::|htpSetProperty|
 BOOT::|htpInputAreaAlist| BOOT::|bcGen| BOOT::LASSOC BOOT::STRINGIMAGE
 BOOT::|htpProperty| BOOT::|bcwords2liststring| BOOT::STRCONC
 BOOT::|systemError|
The following special variables were not defined:
 BOOT::|$bcParseOnly|
0 errors, 6 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=bc-misc.clisp bc-misc.boot
#<PACKAGE BOOTTRAN>
bc-misc.clisp PRODUCED
"bc-misc.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=bc-misc.fas bc-misc.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/bc-misc.clisp ...
WARNING: in |bcSeriesExpansion| in lines 1085..1133 : variable |a| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcSeriesExpansion| in lines 1085..1133 : variable |b| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcSeriesByFormula| in lines 1151..1190 : variable |a| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcSeriesByFormula| in lines 1151..1190 : variable |b| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcTaylorSeries| in lines 1192..1267 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcTaylorSeries| in lines 1192..1267 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcSeriesByFormulaGen| in lines 1269..1271 : variable |htPage| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcLaurentSeries| in lines 1273..1351 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcLaurentSeries| in lines 1273..1351 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcPuiseuxSeries| in lines 1353..1435 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcPuiseuxSeries| in lines 1353..1435 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcRealLimit| in lines 1527..1582 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcRealLimit| in lines 1527..1582 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcComplexLimit| in lines 1656..1715 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcComplexLimit| in lines 1656..1715 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/bc-misc.fas
The following functions were used but not defined:
 BOOT::|bcString2WordList| BOOT::|bcwords2liststring| BOOT::|bcError|
 BOOT::|bcGen| BOOT::|bcHt| BOOT::|htMakeDoneButton| BOOT::|bcNotReady|
 BOOT::|htpSetProperty| BOOT::|htpProperty| BOOT::|htInitPage|
 BOOT::|htMakePage| BOOT::|htShowPage| BOOT::|htpButtonValue|
 BOOT::|htpLabelInputString| BOOT::STRCONC BOOT::|bcFinish|
0 errors, 15 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=bc-solve.clisp bc-solve.boot
#<PACKAGE BOOTTRAN>
bc-solve.clisp PRODUCED
"bc-solve.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=bc-solve.fas bc-solve.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/bc-solve.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$systemType\| NIL))-2| in
         lines 6..8 : |$systemType| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|10 12 (EVAL-WHEN (EVAL LOAD) (SETQ \|$numberOfEquations\|
         0))-3| in lines 10..12 : |$numberOfEquations| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|14 16 (EVAL-WHEN (EVAL LOAD) (SETQ \|$solutionMethod\| NIL))-4|
         in lines 14..16 : |$solutionMethod| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcLinearSolve| in lines 53..87 : variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcLinearSolve| in lines 53..87 : variable |nn| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcLinearSolveEqns| in lines 89..107 : variable |htPage| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcLinearSolveEqns| in lines 89..107 : variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcSystemSolve| in lines 109..127 : variable |htPage| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcSystemSolve| in lines 109..127 : variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcSolveSingle| in lines 129..139 : variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcInputEquations| in lines 225..326 : |$bcParseOnly| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcSolveEquationsNumerically| in lines 444..476 : variable |p| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcLinearSolveMatrix| in lines 538..542 : variable |htPage| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcLinearSolveMatrix| in lines 538..542 : variable |junk| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcLinearSolveMatrixInhomo| in lines 574..627 : variable |junk| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcLinearSolveMatrixHomo| in lines 645..648 : variable |key| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |linearFinalRequest| in lines 682..698 : variable |mat| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |linearFinalRequest| in lines 682..698 : variable |vect| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |finalExactRequest| in lines 723..743 : |flag| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/bc-solve.fas
The following functions were used but not defined:
 BOOT::|objValUnwrap| BOOT::|htpLabelSpadValue| BOOT::|bcHt|
 BOOT::|htSay| BOOT::|concatenateStringList| BOOT::|htMakeDoneButton|
 BOOT::|htpButtonValue| BOOT::|member| BOOT::|bcReadMatrix|
 BOOT::|htInitPage| BOOT::|htpPropertyList| BOOT::|htpProperty|
 BOOT::|htpSetProperty| BOOT::|htMakePage| BOOT::|htShowPage|
 BOOT::STRINGIMAGE BOOT::|bcMatrixGen| BOOT::|bcVectorGen|
 BOOT::|bcMkFunction| BOOT::|bcGen| BOOT::|systemError|
 BOOT::|bcQueryInteger| BOOT::|sayBrightly| BOOT::|moreExactSolution|
 BOOT::|explainExact| BOOT::|htpInputAreaAlist|
 BOOT::|htpLabelInputString| BOOT::|bcString2WordList| BOOT::|bcFinish|
 BOOT::STRCONC BOOT::|bcwords2liststring|
The following special variables were not defined:
 BOOT::|$bcParseOnly| BOOT::|flag|
0 errors, 19 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=ht-util.clisp ht-util.boot
#<PACKAGE BOOTTRAN>
ht-util.clisp PRODUCED
"ht-util.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=ht-util.fas ht-util.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ht-util.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$bcParseOnly\| T))-2| in
         lines 6..8 : |$bcParseOnly| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|10 12 (EVAL-WHEN (EVAL LOAD) (SETQ \|$htLineList\| NIL))-3| in
         lines 10..12 : |$htLineList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|14 16 (EVAL-WHEN (EVAL LOAD) (SETQ \|$curPage\| NIL))-4| in
         lines 14..16 : |$curPage| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|18 20 (EVAL-WHEN (EVAL LOAD) (SETQ \|$activePageList\| NIL))-5|
         in lines 18..20 : |$activePageList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htpDestroyPage| in lines 22..34 : |$activePageList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htpDestroyPage| in lines 22..34 : |$activePageList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htpDestroyPage| in lines 22..34 : |$activePageList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |iht| in lines 329..344 : |$newPage| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |iht| in lines 329..344 : |$htLineList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |iht| in lines 329..344 : |$htLineList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |iht| in lines 329..344 : |$htLineList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |iht| in lines 329..344 : |$htLineList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htProcessToggleButtons| in lines 401..445 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htProcessToggleButtons| in lines 401..445 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htProcessBcButtons| in lines 447..484 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htProcessBcButtons| in lines 447..484 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htProcessBcButtons| in lines 447..484 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htRadioButtons| in lines 580..638 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htRadioButtons| in lines 580..638 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htRadioButtons| in lines 580..638 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htRadioButtons| in lines 580..638 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htBcRadioButtons| in lines 640..696 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htBcRadioButtons| in lines 640..696 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htBcRadioButtons| in lines 640..696 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htBcRadioButtons| in lines 640..696 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htInputStrings| in lines 720..786 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htInputStrings| in lines 720..786 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htInputStrings| in lines 720..786 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htInputStrings| in lines 720..786 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htInputStrings| in lines 720..786 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htProcessDomainConditions| in lines 788..797 : |$curPage| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htProcessDomainConditions| in lines 788..797 : |$curPage| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |renamePatternVariables| in lines 799..810 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |renamePatternVariables| in lines 799..810 :
         |$PatternVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |renamePatternVariables| in lines 799..810 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |renamePatternVariables1| in lines 812..852 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |computeDomainVariableAlist| in lines 877..894 : |$curPage| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pvarCondList| in lines 896..903 : |$curPage| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pvarsOfPattern| in lines 931..949 : |$PatternVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bchtMakeButton| in lines 1064..1110 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bchtMakeButton| in lines 1064..1110 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bchtMakeButton| in lines 1064..1110 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakeDoitButton| in lines 1133..1163 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doDoitButton| in lines 1165..1169 : variable |htPage| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |typeCheckInputAreas| in lines 1187..1263 : |$bcParseOnly| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parseAndEval| in lines 1336..1347 : |$InteractiveFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1392 1394 (EVAL-WHEN (EVAL LOAD) (SETQ \|$funnyQuote\| #))-79|
         in lines 1392..1394 : |$funnyQuote| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1396 1398 (EVAL-WHEN (EVAL LOAD) (SETQ \|$funnyBacks\| #))-80|
         in lines 1396..1398 : |$funnyBacks| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htEscapeString| in lines 1400..1408 : |$funnyQuote| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htEscapeString| in lines 1400..1408 : |$funnyBacks| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unescapeStringsInForm| in lines 1410..1430 : |$funnyQuote| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unescapeStringsInForm| in lines 1410..1430 : |$funnyBacks| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ht-util.fas
The following functions were used but not defined:
 BOOT::NREMOVE BOOT::|stripSpaces| BOOT::|assoc| BOOT::|trimString|
 BOOT::|charPosition| BOOT::STRCONC BOOT::SUBSTRING BOOT::|htMakePage1|
 BOOT::MKQ BOOT::|setUpDefault| BOOT::|substitute| BOOT::|member|
 BOOT::|htMakeButton| BOOT::|bcHt| BOOT::|setCurrentLine|
 BOOT::|parseAndInterpret| BOOT::|princPrompt| BOOT::LASSOC
 BOOT::|ncParseFromString| BOOT::|systemError| BOOT::|wrap|
 BOOT::|resolveTM| BOOT::|coerceInt| BOOT::|form2String|
 BOOT::|concatenateStringList| BOOT::|applyWithOutputToString|
 BOOT::CONCAT
The following special variables were not defined:
 BOOT::|$activePageList| BOOT::|$newPage| BOOT::|$htLineList|
 BOOT::|$curPage| BOOT::|$PatternVariableList| BOOT::|$EmptyMode|
 BOOT::|$bcParseOnly| BOOT::|$InteractiveFrame| BOOT::|$funnyQuote|
 BOOT::|$funnyBacks|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
 GENTEMP - This function creates symbols that cannot be garbage-collected. Use GENSYM instead.
0 errors, 52 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=htsetvar.clisp htsetvar.boot
#<PACKAGE BOOTTRAN>
htsetvar.clisp PRODUCED
"htsetvar.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=htsetvar.fas htsetvar.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/htsetvar.clisp ...
WARNING: in |htSetVars| in lines 12..24 : |$path| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSetVars| in lines 12..24 : |$lastTree| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSetVars| in lines 12..24 : |$setOptions| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSetVars| in lines 12..24 : |$setOptions| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSetVars| in lines 12..24 : |$setOptions| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowSetTree| in lines 26..106 : |$path| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowSetTree| in lines 26..106 : |$path| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkSetTitle| in lines 165..170 : |$path| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowSetPage| in lines 184..215 : |$path| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowSetPage| in lines 184..215 : |$path| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htInitial| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htFinal| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htFinal| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htInitial| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htInitial| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htFinal| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htFinal| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htInitial| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htInitial| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowIntegerPage| in lines 282..336 : |$htFinal| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htKill| in lines 512..543 : |$path| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htKill| in lines 512..543 : variable |htPage| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |htDoNothing| in lines 576..578 : variable |htPage| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |htDoNothing| in lines 576..578 : variable |command| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |chkRange| in lines 734..756 : |$htInitial| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chkRange| in lines 734..756 : |$htFinal| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chkRange| in lines 734..756 : |$htFinal| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chkRange| in lines 734..756 : |$htFinal| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chkRange| in lines 734..756 : |$htInitial| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chkRange| in lines 734..756 : |$htInitial| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chkRange| in lines 734..756 : |$htFinal| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSetCache| in lines 870..921 : |$path| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSetCache| in lines 870..921 : |$valueList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSetCache| in lines 870..921 : variable |options| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |htCacheAddChoice| in lines 923..983 : |$valueList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheAddChoice| in lines 923..983 : |$valueList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htCacheSet| in lines 990..1064 : |$cacheCount| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/htsetvar.fas
The following functions were used but not defined:
 BOOT::|startHTPage| BOOT::|satisfiesUserLevel| BOOT::|htSayList|
 BOOT::QUOTIENT BOOT::|object2String| BOOT::TAKE BOOT::LASTATOM
 BOOT::|assoc| BOOT::STRINGIMAGE BOOT::|translateTrueFalse2YesNo|
 BOOT::|errorPage| BOOT::|bchtMakeButton| BOOT::CONCAT
 BOOT::|translateYesNo2TrueFalse| BOOT::|eval| BOOT::|htSay|
 BOOT::|htpPropertyList| BOOT::DIGITP BOOT::|bcString2ListWords|
 BOOT::|parseOnly| BOOT::|ncParseFromString| BOOT::|member|
 BOOT::|systemError| BOOT::PNAME BOOT::LASTTAIL
 BOOT::|bcString2WordList| BOOT::|htCacheAddQuery| BOOT::|htpProperty|
 BOOT::|htpLabelInputString| BOOT::ADDASSOC BOOT::LASSOC
 BOOT::|deleteAssoc| BOOT::|htProcessDoitButton| BOOT::|bcHt|
 BOOT::STRCONC BOOT::|stringize| BOOT::|htInitPage|
 BOOT::|htpSetProperty| BOOT::|htMakePage| BOOT::|htShowPage|
The following special variables were not defined:
 BOOT::|$setOptions| BOOT::|$path| BOOT::|$htFinal| BOOT::|$htInitial|
 BOOT::|$valueList| BOOT::|$cacheAlist| BOOT::|$cacheCount|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 47 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=ht-root.clisp ht-root.boot
#<PACKAGE BOOTTRAN>
ht-root.clisp PRODUCED
"ht-root.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=ht-root.fas ht-root.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ht-root.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$historyDisplayWidth\|
         120))-2| in lines 6..8 : |$historyDisplayWidth| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|10 12 (EVAL-WHEN (EVAL LOAD) (SETQ \|$newline\| #))-3| in lines
         10..12 : |$newline| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSystemVariables| in lines 39..193 : |$fullScreenSysVars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSystemVariables| in lines 39..193 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSystemVariables| in lines 39..193 : |$setOptions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSystemVariables,fn| in lines 251..258 : |$heading| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSystemVariables,gn| in lines 259..269 : |$levels| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSystemVariables,gn| in lines 259..269 : |$heading| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSystemVariables,gn| in lines 259..269 : |$heading| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSetSystemVariable| in lines 288..302 : variable |htPage| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |htGlossPage| in lines 310..409 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |gatherGlossLines| in lines 411..480 : |$tick| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |gatherGlossLines| in lines 411..480 : |$tick| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |gatherGlossLines| in lines 411..480 : |$tick| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htGlossSearch| in lines 482..485 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |mkUnixPattern| in lines 714..756 : |$wild| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUnixPattern| in lines 714..756 : |$wild| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUnixPattern| in lines 714..756 : |$wild| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/ht-root.fas
The following functions were used but not defined:
 BOOT::|htSetVars| BOOT::|eval| BOOT::STRINGIMAGE BOOT::|opOf|
 BOOT::|systemError| BOOT::|mkGrepPattern| BOOT::|applyGrep|
 BOOT::MAKE_INSTREAM BOOT::DOWNCASE BOOT::|htInitPageNoScroll|
 BOOT::|escapeString| BOOT::|htMakePage| BOOT::|htShowPageNoScroll|
 BOOT::|string2Integer| BOOT::EOFP BOOT::|read_line|
 BOOT::|charPosition| BOOT::|htpLabelInputString| BOOT::|patternCheck|
 BOOT::PNAME BOOT::|pmTransFilter| BOOT::|bcErrorPage| BOOT::|errorPage|
 BOOT::|superMatch?| BOOT::|htInitPage| BOOT::|htSayList| BOOT::|htSay|
 BOOT::|htShowPage| BOOT::|mkUpDownPattern| BOOT::STRCONC
 BOOT::SUBSTRING
The following special variables were not defined:
 BOOT::|$fullScreenSysVars| BOOT::|$UserLevel| BOOT::|$setOptions|
 BOOT::|$levels| BOOT::|$heading| BOOT::|$tick| BOOT::|$wild|
The following functions were used but are deprecated:

 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 18 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=br-con.clisp br-con.boot
#<PACKAGE BOOTTRAN>
br-con.clisp PRODUCED
"br-con.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=br-con.fas br-con.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-con.clisp ...
WARNING: in |conPageFastPath| in lines 49..65 : |$lowerCaseConTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kxPage| in lines 82..84 : variable |htPage| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kiPage| in lines 410..443 : |$conformsAreDomains| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kiPage| in lines 410..443 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kePage| in lines 445..545 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ksPage| in lines 642..697 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbSearchOrder| in lines 699..778 : |$predvec| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbSearchOrder| in lines 699..778 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kcpPage| in lines 780..837 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kcaPage| in lines 867..873 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kcdPage| in lines 875..881 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kcdoPage| in lines 883..889 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kcaPage1| in lines 891..948 : variable |article| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kccPage| in lines 950..1003 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kcdePage| in lines 1045..1094 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kcuPage| in lines 1096..1147 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kcnPage| in lines 1149..1217 : |conname| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kcnPage| in lines 1149..1217 : variable |junk| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |kDomainName| in lines 1240..1368 : |$PatternVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |conOpPage| in lines 1484..1503 : variable |conform| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |conOpPage1| in lines 1545..1628 : |$Primitives| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbConstructorDoc,fn| in lines 1780..1793 : |$args| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbConstructorDoc,gn| in lines 1794..1812 : |$op| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbConstructorDoc,hn| in lines 1813..1817 : |$sig| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbConstructorDoc,hn| in lines 1813..1817 : |$sig| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbConstructorDoc,hn| in lines 1813..1817 : |$args| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbConstructorDoc,hn| in lines 1813..1817 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbDocTable| in lines 1819..1844 : |$docTableHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbDocTable| in lines 1819..1844 : |$docTableHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbAddDocTable| in lines 1883..1933 : |$docTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbAddDocTable| in lines 1883..1933 : |$docTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable| in lines 1935..1994 : |$op| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,gn| in lines 1995..2015 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,gn| in lines 1995..2015 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,gn| in lines 1995..2015 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,gn| in lines 1995..2015 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,gn| in lines 1995..2015 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,hn| in lines 2016..2042 : |$which| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,hn| in lines 2016..2042 : |$sig| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,hn| in lines 2016..2042 : |$sig| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,hn| in lines 2016..2042 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,hn| in lines 2016..2042 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,hn| in lines 2016..2042 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetDocTable,hn| in lines 2016..2042 : |$sig| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kTestPred| in lines 2044..2053 : |$domain| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kTestPred| in lines 2044..2053 : |$predvec| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kTestPred| in lines 2044..2053 : |$predvec| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbAddChainDomain| in lines 2055..2070 : |$infovec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbAddChainDomain| in lines 2055..2070 : |$infovec| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbSubConform| in lines 2072..2101 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowCons| in lines 2117..2182 : |$exposedOnlyIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowCons1| in lines 2194..2357 : |$exposedOnlyIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowCons1| in lines 2194..2357 : |$exposedOnlyIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbConsExposureMessage| in lines 2359..2369 :
         |$atLeastOneUnexposed| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowConsDoc1| in lines 2424..2462 : |$Primitives| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowConsDoc1| in lines 2424..2462 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbSelectCon| in lines 2484..2491 : variable |which| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbConsHeading| in lines 2525..2617 : |$exposedOnlyIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isAsharpFileName?| in lines 2676..2678 : variable |con| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbSpecialDescription| in lines 2680..2698 : |$conformsAreDomains|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2799 2803 (EVAL-WHEN (EVAL LOAD) (SETQ X "{\\\\sf
         Record(a:A,b:B)} is used to create the class of pairs of objects made
         up of a value of type {\\\\em A} selected by the symbol {\\\\em a}
         and a value of type {\\\\em B} selected by the symbol {\\\\em b}.
         "))-80| in lines 2799..2803 : X is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2805 2809 (EVAL-WHEN (EVAL LOAD) (SETQ Y "In general, the
         {\\\\sf Record} constructor can take any number of arguments and thus
         can be used to create aggregates of heterogeneous components of
         arbitrary size selectable by name. "))-81| in lines 2805..2809 : Y is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2811 2815 (EVAL-WHEN (EVAL LOAD) (SETQ Z "{\\\\sf Record} is a
         primitive domain of \\\\Language{} which cannot be defined in the
         \\\\Language{} language."))-82| in lines 2811..2815 : Z is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2817 2819 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-83| in lines
         2817..2819 : X is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2817 2819 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-83| in lines
         2817..2819 : Y is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2817 2819 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-83| in lines
         2817..2819 : Z is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2817 2819 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-83| in lines
         2817..2819 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2821 2867 (EVAL-WHEN (EVAL LOAD) (PROG NIL #))-84| in lines
         2821..2867 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2869 2873 (EVAL-WHEN (EVAL LOAD) (SETQ X "{\\\\sf Union(A,B)}
         denotes the class of objects which are which are either members of
         domain {\\\\em A} or of domain {\\\\em B}. The {\\\\sf Union}
         constructor can take any number of arguments. "))-85| in lines
         2869..2873 : X is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2875 2879 (EVAL-WHEN (EVAL LOAD) (SETQ Y "For an alternate form
         of {\\\\sf Union} with \\"tags\\", see
         \\\\downlink{Union(a:A,b:B)}{DomainUnion}. {\\\\sf Union} is a
         primitive domain of \\\\Language{} which cannot be defined in the
         \\\\Language{} language."))-86| in lines 2875..2879 : Y is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2881 2883 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-87| in lines
         2881..2883 : X is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2881 2883 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-87| in lines
         2881..2883 : Y is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2881 2883 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-87| in lines
         2881..2883 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2885 2925 (EVAL-WHEN (EVAL LOAD) (PROG NIL #))-88| in lines
         2885..2925 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2927 2931 (EVAL-WHEN (EVAL LOAD) (SETQ X "{\\\\sf
         Union(a:A,b:B)} denotes the class of objects which are either members
         of domain {\\\\em A} or of domain {\\\\em B}. "))-89| in lines
         2927..2931 : X is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2933 2937 (EVAL-WHEN (EVAL LOAD) (SETQ Y "The symbols {\\\\em
         a} and {\\\\em b} are called \\"tags\\" and are used to identify the
         two \\"branches\\" of the union. "))-90| in lines 2933..2937 : Y is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2939 2943 (EVAL-WHEN (EVAL LOAD) (SETQ Z "The {\\\\sf Union}
         constructor can take any number of arguments and has an alternate
         form without {\\\\em tags} (see
         \\\\downlink{Union(A,B)}{UntaggedUnion}). "))-91| in lines 2939..2943
         : Z is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2945 2949 (EVAL-WHEN (EVAL LOAD) (SETQ W "This tagged {\\\\sf
         Union} type is necessary, for example, to disambiguate two branches
         of a union where {\\\\em A} and {\\\\em B} denote the same type.
         "))-92| in lines 2945..2949 : W is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2951 2955 (EVAL-WHEN (EVAL LOAD) (SETQ A "{\\\\sf Union} is a
         primitive domain of \\\\Language{} which cannot be defined in the
         \\\\Language{} language."))-93| in lines 2951..2955 : A is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2957 2959 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-94| in lines
         2957..2959 : X is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2957 2959 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-94| in lines
         2957..2959 : Y is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2957 2959 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-94| in lines
         2957..2959 : Z is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2957 2959 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-94| in lines
         2957..2959 : W is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2957 2959 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-94| in lines
         2957..2959 : A is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2957 2959 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-94| in lines
         2957..2959 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2961 3001 (EVAL-WHEN (EVAL LOAD) (PROG NIL #))-95| in lines
         2961..3001 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3003 3007 (EVAL-WHEN (EVAL LOAD) (SETQ X "{\\\\sf
         Mapping(T,S,...)} denotes the class of objects which are mappings
         from a source domain ({\\\\em S,...}) into a target domain {\\\\em
         T}. The {\\\\sf Mapping} constructor can take any number of
         arguments."))-96| in lines 3003..3007 : X is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3009 3013 (EVAL-WHEN (EVAL LOAD) (SETQ Y " All but the first
         argument is regarded as part of a source tuple for the mapping. For
         example, {\\\\sf Mapping(T,A,B)} denotes the class of mappings from
         {\\\\em (A,B)} into {\\\\em T}. "))-97| in lines 3009..3013 : Y is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3015 3019 (EVAL-WHEN (EVAL LOAD) (SETQ Z "{\\\\sf Mapping} is a
         primitive domain of \\\\Language{} which cannot be defined in the
         \\\\Language{} language."))-98| in lines 3015..3019 : Z is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3021 3023 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-99| in lines
         3021..3023 : X is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3021 3023 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-99| in lines
         3021..3023 : Y is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3021 3023 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-99| in lines
         3021..3023 : Z is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3021 3023 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-99| in lines
         3021..3023 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3025 3039 (EVAL-WHEN (EVAL LOAD) (PROG NIL #))-100| in lines
         3025..3039 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3041 3045 (EVAL-WHEN (EVAL LOAD) (SETQ X "{\\\\em
         Enumeration(a1, a2 ,..., aN)} creates an object which is exactly one
         of the N symbols {\\\\em a1}, {\\\\em a2}, ..., or {\\\\em aN}, N >
         0. "))-101| in lines 3041..3045 : X is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3047 3051 (EVAL-WHEN (EVAL LOAD) (SETQ Y " The {\\\\em
         Enumeration} can constructor can take any number of symbols as
         arguments."))-102| in lines 3047..3051 : Y is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3053 3055 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-103| in
         lines 3053..3055 : X is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3053 3055 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-103| in
         lines 3053..3055 : Y is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3053 3055 (EVAL-WHEN (EVAL LOAD) (SETQ MESSAGE #))-103| in
         lines 3053..3055 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|3057 3085 (EVAL-WHEN (EVAL LOAD) (PROG NIL #))-104| in lines
         3057..3085 : MESSAGE is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-con.fas
The following functions were used but not defined:
 BOOT::QLASSQ BOOT::UPCASE BOOT::|kPage| BOOT::|ySearch|
 BOOT::|charPosition| BOOT::|buildLibdbConEntry| BOOT::|downlink|
 BOOT::|bcHt| BOOT::|kPageArgs| BOOT::|extractFileNameFromPath|
 BOOT::|getConstructorModemap| BOOT::|categoryParts| BOOT::|bcPred|
 BOOT::|escapeSpecialChars| BOOT::|satDownLink| BOOT::|bcConform|
 BOOT::|hasIdent| BOOT::|getConstructorExports| BOOT::|pluralSay|
 BOOT::|htBigSkip| BOOT::|insertAlist| BOOT::|zeroOneConvert|
 BOOT::|menuButton| BOOT::|htSayList| BOOT::|dbGatherData|
 BOOT::|dbShowOpItems| BOOT::|simpCatPredicate| BOOT::CONTAINED
 BOOT::|simpHasPred2| BOOT::|descendantsOf| BOOT::|domainsOf|
 BOOT::|childrenOf| BOOT::|extractHasArgs| BOOT::|quickAnd| BOOT::TAKE
 BOOT::|getDependentsOfConstructor| BOOT::|getUsersOfConstructor|
 BOOT::PNAME BOOT::|getImports| BOOT::|unabbrev|
 BOOT::|conSpecialString?| BOOT::|form2String| BOOT::|mkEvalable|
 BOOT::|processInteractive| BOOT::|ncloopParse| BOOT::|next|
 BOOT::|lineoftoks| BOOT::|incString| BOOT::|StreamNull| BOOT::|pf2Sex|
 BOOT::|sayBrightlyNT| BOOT::|pp| BOOT::|isValidType| BOOT::|dbXParts|
 BOOT::|ncParseFromString| BOOT::|dbSourceFile| BOOT::|errorPage|
 BOOT::|koAttrs| BOOT::|koOps| BOOT::|assoc|
 BOOT::|dbShowOperationsFromConform| BOOT::|htpLabelInputString|
 BOOT::|koaPageFilterByCategory| BOOT::MAKE_HASHTABLE
 BOOT::|ancestorsOf| BOOT::|parentsOf| BOOT::|insert| BOOT::DIGITP
 BOOT::|string2Integer| BOOT::LASTATOM BOOT::|testBitVector|
 BOOT::|simpHasPred| BOOT::|dbInfovec| BOOT::|kFormatSlotDomain|
 BOOT::|devaluate| BOOT::|position| BOOT::|pmTransFilter|
 BOOT::|dbGetInputString| BOOT::|bcErrorPage| BOOT::|constructor?|
 BOOT::|superMatch?| BOOT::DOWNCASE BOOT::|emptySearchPage|
 BOOT::|htInitPageNoHeading| BOOT::|union| BOOT::|dbConstructorKind|
 BOOT::|htCopyProplist| BOOT::|htInitPageNoScroll|
 BOOT::|bcNameConTable| BOOT::|bcAbbTable| BOOT::|getCDTEntry|
 BOOT::|bcConTable| BOOT::ASSOCLEFT BOOT::|dbShowConsKinds|
 BOOT::|htSayStandard| BOOT::|dbPresentCons| BOOT::|htShowPageNoScroll|
 BOOT::|systemError| BOOT::|isExposedConstructor|
 BOOT::|getConstructorSignature| BOOT::SUBLISLIS BOOT::|sublisFormal|
 BOOT::|displayDomainOp| BOOT::LASSOC BOOT::GETDATABASE BOOT::|opOf|
 BOOT::|splitConTable| BOOT::|htSayHrule| BOOT::|dbSayItems|
 BOOT::|bcConPredTable| BOOT::REMDUP BOOT::|htpProperty|
 BOOT::|capitalize| BOOT::|pluralize| BOOT::|member| BOOT::|intern|
 BOOT::|dbName| BOOT::|listSort| BOOT::GLESSEQP BOOT::|htBeginTable|
 BOOT::|find_file| BOOT::STRINGIMAGE BOOT::|htMakePage| BOOT::|htSay|
 BOOT::|htEndTable| BOOT::|htpSetProperty| BOOT::|dbShowOp1|
 BOOT::|getConstructorForm| BOOT::|htInitPage| BOOT::|form2HtString|
 BOOT::GETL BOOT::|htShowPage| BOOT::STRCONC BOOT::PUT
The following special variables were not defined:
 BOOT::|$lowerCaseConTb| BOOT::|$FormalMapVariableList| BOOT::|conname|
 BOOT::|$PatternVariableList| BOOT::|$Primitives| BOOT::|$op|
 BOOT::|$sig| BOOT::|$args| BOOT::|$docTableHash| BOOT::|$docTable|
 BOOT::|$conform| BOOT::|$which| BOOT::|$domain| BOOT::|$predvec|
 BOOT::|$infovec| BOOT::|$exposedOnlyIfTrue|
 BOOT::|$atLeastOneUnexposed| BOOT::|$TriangleVariableList| X BOOT::Y
 BOOT::Z BOOT::MESSAGE BOOT::W BOOT::A
0 errors, 100 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=br-data.clisp br-data.boot
#<PACKAGE BOOTTRAN>
br-data.clisp PRODUCED
"br-data.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=br-data.fas br-data.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-data.clisp ...
WARNING: in |lefts| in lines 6..19 : |$has_category_hash| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$conname| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$exposed?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$doc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$kind| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$doc| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$conform| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$kind| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibdbConEntry| in lines 120..198 : |$exposed?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |libConstructorSig| in lines 224..285 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |libConstructorSig| in lines 224..285 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |libConstructorSig| in lines 224..285 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writedb| in lines 336..348 : |$outStream| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |writedb| in lines 336..348 : |$outStream| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibOp| in lines 383..423 : |$conform| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibOp| in lines 383..423 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibOp| in lines 383..423 : |$conform| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibOp| in lines 383..423 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibOp| in lines 383..423 : |$kind| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibOp| in lines 383..423 : |$conform| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibOp| in lines 383..423 : |$doc| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildLibOp| in lines 383..423 : |$exposed?| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |libdbTrim| in lines 425..448 : |$Newline| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkCommentsForBraces| in lines 450..497 : |$conname| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkCommentsForBraces| in lines 450..497 : |$conname| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbSplitLibdb| in lines 567..641 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbSplitLibdb| in lines 567..641 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbSplitLibdb| in lines 567..641 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbSplitLibdb| in lines 567..641 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbSplit| in lines 643..656 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildGloss| in lines 682..802 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildGloss| in lines 682..802 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getGlossLines| in lines 826..901 : |$tick| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getGlossLines| in lines 826..901 : |$charBlank| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getGlossLines| in lines 826..901 : |$charBlank| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUsersHashTable| in lines 903..961 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUsersHashTable| in lines 903..961 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUsersHashTable| in lines 903..961 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUsersHashTable| in lines 903..961 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUsersHashTable| in lines 903..961 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUsersHashTable| in lines 903..961 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUsersHashTable| in lines 903..961 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkUsersHashTable| in lines 903..961 : |$usersTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDependentsHashTable| in lines 1004..1041 : |$depTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDependentsHashTable| in lines 1004..1041 : |$depTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDependentsHashTable| in lines 1004..1041 : |$depTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDependentsHashTable| in lines 1004..1041 : |$depTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDependentsHashTable| in lines 1004..1041 : |$depTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDependentsHashTable| in lines 1004..1041 : |$depTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDependentsHashTable| in lines 1004..1041 : |$depTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getImports| in lines 1085..1139 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getParentsFor| in lines 1212..1240 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parentsOf| in lines 1242..1258 : |$parentsCache| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parentsOf| in lines 1242..1258 : |$parentsCache| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |parentsOf| in lines 1242..1258 : |$parentsCache| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getParentsForDomain| in lines 1278..1309 :
         |$TriangleVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |childArgCheck| in lines 1498..1524 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsRecur| in lines 1597..1663 : |$done| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsRecur| in lines 1597..1663 : |$insideCategoryIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsRecur| in lines 1597..1663 : |$insideFunctorIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsRecur| in lines 1597..1663 : |$lisplibParents| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsRecur| in lines 1597..1663 : |$insideCategoryIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsRecur| in lines 1597..1663 : |$insideFunctorIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsRecur| in lines 1597..1663 : |$form| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsRecur| in lines 1597..1663 : |$done| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsAdd| in lines 1665..1683 : |$if| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ancestorsAdd| in lines 1665..1683 : |$if| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |domainsOf| in lines 1685..1724 : |$has_category_hash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transKCatAlist| in lines 1768..1931 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sublisFormal| in lines 1942..1971 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sublisFormal,sublisFormal1| in lines 1972..2008 : |$formals| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildDefaultPackageNamesHT| in lines 2010..2030 :
         |$defaultPackageNamesHT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildDefaultPackageNamesHT| in lines 2010..2030 :
         |$defaultPackageNamesHT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildDefaultPackageNamesHT| in lines 2010..2030 :
         |$defaultPackageNamesHT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2032 2035 (EVAL-WHEN (EVAL LOAD) (SETQ
         \|$defaultPackageNamesHT\| #))-57| in lines 2032..2035 :
         |$defaultPackageNamesHT| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendLocalLibdb| in lines 2037..2067 : |$createLocalLibDb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendLocalLibdb| in lines 2037..2067 : |$newConstructorList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendLocalLibdb| in lines 2037..2067 : |$newConstructorList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-data.fas
The following functions were used but not defined:
 BOOT::|getConstructorExports| BOOT::|isExposedConstructor|
 BOOT::|form2HtString| BOOT::|ncParseFromString| BOOT::CONTAINED
 BOOT::|form2LispString| BOOT::|trimString| BOOT::|sayBrightly|
 BOOT::|pp| BOOT::UPCASE BOOT::STRINGIMAGE BOOT::|isExistingFile|
 BOOT::|dbTickIndex| BOOT::MAKE_INSTREAM BOOT::OBEY BOOT::MAKE_OUTSTREAM
 BOOT::|transformAndRecheckComments| BOOT::PRINTEXP BOOT::SHUT
 BOOT::EOFP BOOT::|read_line| BOOT::|charPosition| BOOT::ASSOCRIGHT
 BOOT::DOWNCASE BOOT::|insert| BOOT::SUBSTRING BOOT::STRCONC BOOT::PNAME
 BOOT::|getCDTEntry| BOOT::|getConstructorModemap| BOOT::|dbInfovec|
 BOOT::MKPF BOOT::|constructor?| BOOT::|isSharpVar| BOOT::POSN1
 BOOT::SUBLISLIS BOOT::|simpHasPred| BOOT::|assoc| BOOT::|quickOr|
 BOOT::HKEYS BOOT::COPY BOOT::|opOf| BOOT::GETDATABASE BOOT::LASSOC
 BOOT::|insertShortAlist| BOOT::|listSort| BOOT::GLESSEQP
 BOOT::HAS_SHARP_VAR BOOT::TAKE BOOT::|quickAnd|
 BOOT::|getConstructorForm| BOOT::|systemError| BOOT::MAKE_HASHTABLE
 BOOT::|allConstructors| BOOT::|isDefaultPackageName|
 BOOT::|purgeNewConstructorLines| BOOT::|dbReadLines|
 BOOT::|dbWriteLines| BOOT::MSORT BOOT::|union| BOOT::|deleteFile|
The following special variables were not defined:
 BOOT::|$has_category_hash| BOOT::|$conform| BOOT::|$doc| BOOT::|$kind|
 BOOT::|$exposed?| BOOT::|$FormalMapVariableList|
 BOOT::|$TriangleVariableList| BOOT::|$outStream| BOOT::|$Newline|
 BOOT::|$conname| BOOT::|$tick| BOOT::|$charBlank| BOOT::|$usersTb|
 BOOT::|$depTb| BOOT::|$parentsCache| BOOT::|$done|
 BOOT::|$insideCategoryIfTrue| BOOT::|$insideFunctorIfTrue|
 BOOT::|$lisplibParents| BOOT::|$form| BOOT::|$if| BOOT::|$formals|
 BOOT::|$defaultPackageNamesHT| BOOT::|$createLocalLibDb|
 BOOT::|$newConstructorList|
0 errors, 81 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=showimp.clisp showimp.boot
#<PACKAGE BOOTTRAN>
showimp.clisp PRODUCED
"showimp.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=showimp.fas showimp.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/showimp.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$returnNowhereFromGoGet\|
         NIL))-2| in lines 6..8 : |$returnNowhereFromGoGet| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/showimp.fas
The following functions were used but not defined:
 BOOT::|isDefaultPackageForm?| BOOT::SUBSTRING BOOT::PNAME BOOT::SORTBY
 BOOT::REMDUP BOOT::ASSOCLEFT BOOT::|listSort| BOOT::GLESSEQP
 BOOT::|getDomainOpTable| BOOT::|union| BOOT::MKQ BOOT::|eval|
 BOOT::|evalSlotDomain| BOOT::|substDomainArgs| BOOT::LASSOC
 BOOT::|compareSig| BOOT::GETDATABASE BOOT::|pred2English|
 BOOT::|getConstructorAbbreviation| BOOT::|testBitVector|
 BOOT::|newGoGet| BOOT::|concat| BOOT::|bright| BOOT::|form2String|
 BOOT::|sayBrightly| BOOT::|formatOpSignature| BOOT::|devaluate|
 BOOT::|systemError|
0 errors, 1 warning
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=br-op1.clisp br-op1.boot
#<PACKAGE BOOTTRAN>
br-op1.clisp PRODUCED
"br-op1.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=br-op1.fas br-op1.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-op1.clisp ...
WARNING: in |dbShowOps| in lines 46..142 : |$groupChoice| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOps| in lines 46..142 : |$exposedOnlyIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reduceByGroup| in lines 144..190 : |$groupChoice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reduceByGroup| in lines 144..190 : |$groupChoice| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reduceByGroup| in lines 144..190 : |$topicHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOp1| in lines 192..396 : |$exposedOnlyIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOp1| in lines 192..396 : |$opDescriptionThreshold| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOp1| in lines 192..396 : |$opDescriptionThreshold| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOp1| in lines 192..396 : |$OpViewTable| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOp1| in lines 192..396 : |$exposedOnlyIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOp1| in lines 192..396 : |$exposedOnlyIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |opAlistCount| in lines 398..433 : |$exposedOnlyIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbOpsExposureMessage| in lines 454..461 : |$atLeastOneUnexposed|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fromHeading| in lines 463..516 : |$pn| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |fromHeading| in lines 463..516 : |$pn| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |conform2StringList| in lines 518..649 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unAbbreviateIfNecessary| in lines 784..787 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGatherData| in lines 795..1003 : |$dbDataFunctionAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGatherData| in lines 795..1003 : |$dbDataFunctionAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGatherData| in lines 795..1003 : |$exposedOnlyIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbContrivedForm| in lines 1341..1350 : |$which| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetOrigin| in lines 1358..1362 : variable |op| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbGetCondition| in lines 1364..1367 : variable |op| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbShowOpNames| in lines 1369..1389 : |$exposedOnlyIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOpAllDomains| in lines 1433..1566 : |$has_category_hash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOpSignatures| in lines 1628..1631 : variable |htPage| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbShowOpSignatures| in lines 1628..1631 : variable |opAlist| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbShowOpParameters| in lines 1688..1769 : variable |htPage| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbShowOpParameters| in lines 1688..1769 : variable |opAlist| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbShowOpDocumentation| in lines 1784..1904 : |$exposedOnlyIfTrue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOpDocumentation| in lines 1784..1904 : |$exposedOnlyIfTrue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOpDocumentation| in lines 1784..1904 : variable |data| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |htSayExpose| in lines 1941..1956 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOperationsFromConform| in lines 1958..2055 : |$groupChoice|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOperationsFromConform| in lines 1958..2055 : |$topicHash|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbShowOperationsFromConform| in lines 1958..2055 : |$topicHash|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbExpandOpAlistIfNecessary| in lines 2211..2451 :
         |$exposedOnlyIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbExpandOpAlistIfNecessary| in lines 2211..2451 : |$docTableHash|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbExpandOpAlistIfNecessary| in lines 2211..2451 : variable
         |needOrigins?| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |fortexp0| in lines 2583..2612 : |$OutputForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalDomainOpPred,evpred| in lines 2956..2962 : |$predicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |evalDomainOpPred,evpred1| in lines 2963..2997 : |$predicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-op1.fas
The following functions were used but not defined:
 BOOT::|dbPart| BOOT::|oPage| BOOT::|pmTransFilter|
 BOOT::|dbGetInputString| BOOT::|bcErrorPage| BOOT::|superMatch?|
 BOOT::DOWNCASE BOOT::|emptySearchPage| BOOT::LASTATOM
 BOOT::|constructor?| BOOT::|conPageChoose| BOOT::|pluralSay|
 BOOT::|pluralize| BOOT::|htAddHeading| BOOT::|dbPresentOps|
 BOOT::|htShowPageNoScroll| BOOT::|dbExtractUnderlyingDomain|
 BOOT::|form2StringList| BOOT::|form2Fence| BOOT::|dbConform|
 BOOT::|assoc| BOOT::|insert| BOOT::ASSOCLEFT
 BOOT::|isDefaultPackageForm?| BOOT::SORTBY BOOT::|dbMakeContrivedForm|
 BOOT::|htSayStandard| BOOT::|bcStarSpaceOp| BOOT::SAY BOOT::HKEYS
 BOOT::COPY BOOT::|insertAlist| BOOT::QLASSQ BOOT::GLESSEQP
 BOOT::|getConstructorForm| BOOT::|dbShowCons| BOOT::|bcStarConform|
 BOOT::|dbGatherThenShow| BOOT::|bcPred| BOOT::|args2HtString|
 BOOT::|bcConform| BOOT::|htBeginTable| BOOT::|escapeSpecialChars|
 BOOT::GETL BOOT::|member| BOOT::|htEndTable| BOOT::|htSayList|
 BOOT::|htMakePage| BOOT::|string2Integer| BOOT::|dbReadComments|
 BOOT::|displayDomainOp| BOOT::DIVIDE BOOT::|htInitPageNoHeading|
 BOOT::|htCopyProplist| BOOT::|htBlank| BOOT::|htSayUnexposed|
 BOOT::|htSay| BOOT::|capitalize| BOOT::|simpHasPred| BOOT::|htInitPage|
 BOOT::|dbName| BOOT::|listSort| BOOT::LEXLESSEQP BOOT::|dbParts|
 BOOT::|ncParseFromString| BOOT::|sayBrightly| BOOT::|dbNewConname|
 BOOT::|getConstructorArgs| BOOT::|dbExposed?| BOOT::MAKE_HASHTABLE
 BOOT::|htpProperty| BOOT::|isDefaultPackageName| BOOT::|intern|
 BOOT::SUBSTRING BOOT::PNAME BOOT::SUBLISLIS BOOT::|dbDocTable|
 BOOT::|dbGetDocTable| BOOT::|isExposedConstructor| BOOT::|opOf|
 BOOT::|htpSetProperty| BOOT::LASSOC BOOT::|form2HtString|
 BOOT::|algCoerceInteractive| BOOT::|getFunctionFromDomain|
 BOOT::|position| BOOT::|escapeString| BOOT::STRINGIMAGE BOOT::STRCONC
 BOOT::|getConstructorAbbreviation| BOOT::|getOperationAlistFromLisplib|
 BOOT::REMDUP BOOT::|sublisFormal| BOOT::|compiledLookup|
 BOOT::|makeSpadConstant| BOOT::|newGoGet| BOOT::|devaluateList|
 BOOT::|substitute| BOOT::|devaluate| BOOT::GETDATABASE BOOT::MKQ
 BOOT::POSN1 BOOT::|testBitVector| BOOT::|systemError|
The following special variables were not defined:
 BOOT::|$groupChoice| BOOT::|$topicHash| BOOT::|$exposedOnlyIfTrue|
 BOOT::|$opDescriptionThreshold| BOOT::|$OpViewTable|
 BOOT::|$atLeastOneUnexposed| BOOT::|$pn| BOOT::|$lowerCaseConTb|
 BOOT::|$dbDataFunctionAlist| BOOT::|$which| BOOT::|$has_category_hash|
 BOOT::|$includeUnexposed?| BOOT::|$OutputForm| BOOT::|$predicateList|
0 errors, 42 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=br-op2.clisp br-op2.boot
#<PACKAGE BOOTTRAN>
br-op2.clisp PRODUCED
"br-op2.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=br-op2.fas br-op2.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-op2.clisp ...
WARNING: in |htSayExplicitExports| in lines 92..141 : |$displayReturnValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSayArgument| in lines 188..220 : |$signature| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSayArgument| in lines 188..220 : |$conkind| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSayArgument| in lines 188..220 : |$conlength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSayArgument| in lines 188..220 : |$generalSearch?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSayArgument| in lines 188..220 : |$conargs| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSayArgument| in lines 188..220 : |$signature| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addWhereList| in lines 222..229 : |$whereList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addWhereList| in lines 222..229 : |$whereList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetFormFromDocumentation| in lines 267..297 : |$charRbrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$FunctionList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$FunctionList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$FunctionList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$NumberList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$NumberList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$NumberList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$chooseDownCaseOfType|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$ElementList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$ElementList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$ElementList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$ElementList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$ElementList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$DomainList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$DomainList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbChooseOperandName| in lines 348..409 : |$DomainList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSubstSignature| in lines 479..529 : |$DomainList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSubstSignature| in lines 479..529 : |$DomainList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSubstSignature| in lines 479..529 : |$DomainList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |whoUsesOperation| in lines 591..767 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |whoUsesMatch1?| in lines 907..937 : |$conname| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |koAttrs| in lines 939..987 : |$domain| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |koAttrs| in lines 939..987 : |$domain| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |koOps,fn| in lines 1064..1122 : |$packageItem| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kFormatSlotDomain,fn| in lines 1180..1197 : |$Primitives| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hashTable2Alist| in lines 1294..1307 : |$if| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |koCatAttrsAdd| in lines 1309..1339 : |$if| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |koCatAttrsAdd| in lines 1309..1339 : |$if| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSigSubst| in lines 1734..1772 : |$Dmarker| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-op2.fas
The following functions were used but not defined:
 BOOT::|position| BOOT::|stringPrefix?| BOOT::SUBSTRING
 BOOT::|ncParseFromString| BOOT::PNAME BOOT::|anySubstring?|
 BOOT::DOWNCASE BOOT::|delete| BOOT::NUMOFNODES BOOT::|insert|
 BOOT::CONTAINED BOOT::|koaPageFilterByName| BOOT::|bcConTable|
 BOOT::SETDIFFERENCE BOOT::|htSayList| BOOT::|escapeSpecialChars|
 BOOT::|bcConform| BOOT::|htSayStandard| BOOT::|dbPresentOps|
 BOOT::|htShowPageNoScroll| BOOT::REMDUP BOOT::|getUsersOfConstructor|
 BOOT::|allConstructors| BOOT::|getCodeVector| BOOT::|dcSig|
 BOOT::|kTestPred| BOOT::|asharpConstructorName?| BOOT::|dbInfovec|
 BOOT::|getOperationAlistFromLisplib| BOOT::DELASC
 BOOT::|formatSlotDomain| BOOT::|constructor?| BOOT::|sublisFormal|
 BOOT::MAKE_HASHTABLE BOOT::HKEYS BOOT::|getConstructorExports|
 BOOT::|quickAnd| BOOT::|quickOr| BOOT::|simpHasPred|
 BOOT::|htInitPageNoScroll| BOOT::|htCopyProplist| BOOT::|htMakePage|
 BOOT::|htSay| BOOT::|listSort| BOOT::GLESSEQP BOOT::|bcNameCountTable|
 BOOT::|htShowPage| BOOT::|capitalize| BOOT::|pluralSay|
 BOOT::|pluralize| BOOT::ASSOCLEFT BOOT::|ancestorsOf|
 BOOT::|htpProperty| BOOT::|dbDocTable| BOOT::|dbGetDocTable|
 BOOT::|member| BOOT::LASSOC BOOT::|insertAlist| BOOT::|form2HtString|
 BOOT::|dbShowOperationsFromConform| BOOT::|htInitPage|
 BOOT::|htpSetProperty| BOOT::|dbShowOp1| BOOT::STRINGIMAGE
 BOOT::|charPosition| BOOT::|getAllModemapsFromDatabase| BOOT::MKPF
 BOOT::|isExposedConstructor| BOOT::SUBLISLIS
 BOOT::|findSubstitutionOrder?| BOOT::|substInOrder| BOOT::|pp|
 BOOT::|substitute| BOOT::|isPatternVar| BOOT::GETDATABASE
 BOOT::|getConstructorForm| BOOT::|opOf| BOOT::|systemError|
The following special variables were not defined:
 BOOT::|$displayReturnValue| BOOT::|$signature| BOOT::|$conkind|
 BOOT::|$conlength| BOOT::|$generalSearch?| BOOT::|$conargs|
 BOOT::|$whereList| BOOT::|$charRbrace| BOOT::|$FunctionList|
 BOOT::|$NumberList| BOOT::|$chooseDownCaseOfType| BOOT::|$ElementList|
 BOOT::|$DomainList| BOOT::|$FormalMapVariableList| BOOT::|$conname|
 BOOT::|$domain| BOOT::|$packageItem| BOOT::|$Primitives| BOOT::|$if|
 BOOT::|$Dmarker|
0 errors, 38 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=br-search.clisp br-search.boot
#<PACKAGE BOOTTRAN>
br-search.clisp PRODUCED
"br-search.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=br-search.fas br-search.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-search.clisp ...
WARNING: in |grepConstructDo| in lines 73..92 : |$localLibdb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepConstructDo| in lines 73..92 : |$newConstructorList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepConstructDo| in lines 73..92 : |$localLibdb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepForAbbrev| in lines 134..190 : |$lowerCaseConTb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepForAbbrev| in lines 134..190 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepForAbbrev| in lines 134..190 : |$defaultPackageNamesHT| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepForAbbrev| in lines 134..190 : variable |key| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |applyGrep| in lines 192..210 : |$localLibdb| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |applyGrep| in lines 192..210 : |$newConstructorList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |applyGrep| in lines 192..210 : |$localLibdb| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepf| in lines 216..278 : |$key| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pmTransFilter| in lines 280..327 : |$browseMixedCase| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pmTransFilter| in lines 280..327 : |$charUnderscore| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pmTransFilter| in lines 280..327 : |$charUnderscore| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pmPreparse,gn| in lines 534..550 : |$charUnderscore| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pmPreparse,gn| in lines 534..550 : |$charUnderscore| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isFilterDelimiter?| in lines 582..585 : |$pmFilterDelimiters| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepSplit| in lines 587..670 : |$includeUnexposed?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,addWilds| in lines 787..792 : |$wild1| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,g| in lines 793..803 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,h| in lines 804..830 : |$wild1| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,h| in lines 804..830 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,h| in lines 804..830 : |$wild1| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,remUnderscores| in lines 831..841 :
         |$charUnderscore| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,addOptions| in lines 877..903 : |$options| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,addOptions| in lines 877..903 : |$options| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,addOptions| in lines 877..903 : |$options| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,addOptions| in lines 877..903 : |$options| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepPattern1,addOptions| in lines 877..903 : |$wild1| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genSearch1| in lines 1025..1170 : |$exposedOnlyIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |searchDropUnexposedLines| in lines 1172..1213 :
         |$exposedOnlyIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |searchDropUnexposedLines| in lines 1172..1213 :
         |$exposedOnlyIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |repeatSearch| in lines 1215..1231 : |$exposedOnlyIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genSearchSay| in lines 1316..1409 : |$browseCountThreshold| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genSearchSay| in lines 1316..1409 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genSearchSay| in lines 1316..1409 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genSearchUniqueCount| in lines 1449..1477 :
         |$browseCountThreshold| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbGetName| in lines 1479..1483 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayDocMessage| in lines 1626..1666 : |$blank| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |sayDocMessage| in lines 1626..1666 : |$blank| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |oSearchGrep| in lines 1743..1748 : variable |key| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |constructorSearch| in lines 1810..1874 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepConstructorSearch| in lines 1876..1879 : variable |yes| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|1967 1970 (EVAL-WHEN (EVAL LOAD) (SETQ \|$dbDelimiters\|
         #))-82| in lines 1967..1970 : |$dbDelimiters| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbWordFrom| in lines 1972..2026 : |$dbDelimiters| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbWordFrom| in lines 1972..2026 : |$dbDelimiters| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbWordFrom| in lines 1972..2026 : |$dbDelimiters| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |conLowerCaseConTran| in lines 2028..2046 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |string2Constructor| in lines 2048..2056 : |$lowerCaseConTb| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepSearchJump| in lines 2065..2075 : variable |yes| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |generalSearchDo| in lines 2285..2380 : |$htPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |generalSearchDo| in lines 2285..2380 : variable |flag| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |mkDetailedGrepPattern| in lines 2404..2437 : |$tick| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDetailedGrepPattern,conc| in lines 2438..2442 : |$tick| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDetailedGrepPattern,simp| in lines 2443..2454 : |$tick| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkDetailedGrepPattern,simp| in lines 2443..2454 : |$tick| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepSource| in lines 2579..2596 : $SPADROOT is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepSource| in lines 2579..2596 : $SPADROOT is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepSource| in lines 2579..2596 : |$localLibdb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |grepSource| in lines 2579..2596 : |$localLibdb| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkGrepTextfile| in lines 2598..2602 : $SPADROOT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-search.fas
The following functions were used but not defined:
 BOOT::|fnameExists?| BOOT::|dbNewConname| BOOT::|dbTickIndex|
 BOOT::|allConstructors| BOOT::|isExposedConstructor| BOOT::|match?|
 BOOT::|purgeNewConstructorLines| BOOT::MSORT BOOT::|union|
 BOOT::|negate| BOOT::SUBLISLIS BOOT::|insert| BOOT::SIZE BOOT::|error|
 BOOT::|getConstructorForm| BOOT::GETDATABASE BOOT::|assoc|
 BOOT::|koOps| BOOT::|dbShowOperationsFromConform| BOOT::|systemError|
 BOOT::|opOf| BOOT::DIVIDE BOOT::|menuButton| BOOT::|htBeginTable|
 BOOT::|htSayUnexposed| BOOT::|htEndTable| BOOT::|concat|
 BOOT::|htErrorStar| BOOT::|dbSayItems| BOOT::|htShowPageStar|
 BOOT::|dbGather| BOOT::|htBlank| BOOT::|trimString|
 BOOT::|opPageFastPath| BOOT::|opPageFast| BOOT::|pluralize|
 BOOT::|downlink| BOOT::|conPageFastPath| BOOT::|dbKind| BOOT::|dbName|
 BOOT::|htQuery| BOOT::|kPage| BOOT::|string2Words|
 BOOT::|ncParseFromString| BOOT::CONTAINED BOOT::|kisValidType|
 BOOT::|htpProperty| BOOT::|bcErrorPage| BOOT::|member|
 BOOT::|dbShowOperationLines| BOOT::|dbShowConstructorLines|
 BOOT::|intern| BOOT::|conPage| BOOT::DOWNCASE BOOT::|htpSetProperty|
 BOOT::|dbShowCons| BOOT::|htSayList| BOOT::|htSay|
 BOOT::|htSayStandard| BOOT::|bcCon| BOOT::|htInitPage|
 BOOT::|escapeSpecialChars| BOOT::|bcHt| BOOT::|htSayHrule|
 BOOT::|htMakePage| BOOT::|htShowPage| BOOT::|htpButtonValue|
 BOOT::|emptySearchPage| BOOT::|htpLabelInputString| BOOT::LASSOC
 BOOT::|htpInputAreaAlist| BOOT::STRPOS BOOT::|charPosition|
 BOOT::MAKE_OUTSTREAM BOOT::|writedb| BOOT::SHUT BOOT::EOFP
 BOOT::|dbPart| BOOT::|read_line| BOOT::STRINGIMAGE BOOT::PNAME
 BOOT::OBEY BOOT::STRCONC BOOT::SUBSTRING
The following special variables were not defined:
 BOOT::|$localLibdb| BOOT::|$newConstructorList| BOOT::|$lowerCaseConTb|
 BOOT::|$includeUnexposed?| BOOT::|$defaultPackageNamesHT| BOOT::|$key|
 BOOT::|$browseMixedCase| BOOT::|$charUnderscore|
 BOOT::|$pmFilterDelimiters| BOOT::|$wild1| BOOT::|$options|
 BOOT::|$exposedOnlyIfTrue| BOOT::|$browseCountThreshold| BOOT::|$tick|
 BOOT::|$blank| BOOT::|$dbDelimiters| BOOT::$SPADROOT
0 errors, 61 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=br-util.clisp br-util.boot
#<PACKAGE BOOTTRAN>
br-util.clisp PRODUCED
"br-util.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=br-util.fas br-util.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-util.clisp ...
WARNING: in #:|10 12 (EVAL-WHEN (EVAL LOAD) (SETQ \|$includeUnexposed?\|
         T))-3| in lines 10..12 : |$includeUnexposed?| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|14 16 (EVAL-WHEN (EVAL LOAD) (SETQ \|$tick\| #))-4| in lines
         14..16 : |$tick| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|18 20 (EVAL-WHEN (EVAL LOAD) (SETQ \|$charUnderscore\| '_))-5|
         in lines 18..20 : |$charUnderscore| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|22 24 (EVAL-WHEN (EVAL LOAD) (SETQ \|$wild1\| "[^`]*"))-6| in
         lines 22..24 : |$wild1| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|26 28 (EVAL-WHEN (EVAL LOAD) (SETQ \|$browseCountThreshold\|
         10))-7| in lines 26..28 : |$browseCountThreshold| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|30 32 (EVAL-WHEN (EVAL LOAD) (SETQ \|$opDescriptionThreshold\|
         4))-8| in lines 30..32 : |$opDescriptionThreshold| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|34 36 (EVAL-WHEN (EVAL LOAD) (SETQ \|$browseMixedCase\| T))-9|
         in lines 34..36 : |$browseMixedCase| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|38 40 (EVAL-WHEN (EVAL LOAD) (SETQ \|$docTable\| NIL))-10| in
         lines 38..40 : |$docTable| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|42 44 (EVAL-WHEN (EVAL LOAD) (SETQ \|$conArgstrings\| NIL))-11|
         in lines 42..44 : |$conArgstrings| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|46 48 (EVAL-WHEN (EVAL LOAD) (SETQ \|$conformsAreDomains\|
         NIL))-12| in lines 46..48 : |$conformsAreDomains| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|50 52 (EVAL-WHEN (EVAL LOAD) (SETQ \|$returnNowhereFromGoGet\|
         NIL))-13| in lines 50..52 : |$returnNowhereFromGoGet| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|54 56 (EVAL-WHEN (EVAL LOAD) (SETQ \|$dbDataFunctionAlist\|
         NIL))-14| in lines 54..56 : |$dbDataFunctionAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|58 60 (EVAL-WHEN (EVAL LOAD) (SETQ \|$domain\| NIL))-15| in
         lines 58..60 : |$domain| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|62 64 (EVAL-WHEN (EVAL LOAD) (SETQ \|$infovec\| NIL))-16| in
         lines 62..64 : |$infovec| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|66 68 (EVAL-WHEN (EVAL LOAD) (SETQ \|$predvec\| NIL))-17| in
         lines 66..68 : |$predvec| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|70 72 (EVAL-WHEN (EVAL LOAD) (SETQ \|$exposedOnlyIfTrue\|
         NIL))-18| in lines 70..72 : |$exposedOnlyIfTrue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|74 76 (EVAL-WHEN (EVAL LOAD) (SETQ \|$bcMultipleNames\|
         NIL))-19| in lines 74..76 : |$bcMultipleNames| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|78 80 (EVAL-WHEN (EVAL LOAD) (SETQ \|$docTableHash\| #))-20| in
         lines 78..80 : |$docTableHash| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|82 84 (EVAL-WHEN (EVAL LOAD) (SETQ \|$groupChoice\| NIL))-21|
         in lines 82..84 : |$groupChoice| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|86 89 (EVAL-WHEN (EVAL LOAD) (SETQ \|$pmFilterDelimiters\|
         #))-22| in lines 86..89 : |$pmFilterDelimiters| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|91 100 (EVAL-WHEN (EVAL LOAD) (SETQ \|$dbKindAlist\| #))-23| in
         lines 91..100 : |$dbKindAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|102 121 (EVAL-WHEN (EVAL LOAD) (SETQ \|$OpViewTable\| '#))-24|
         in lines 102..121 : |$OpViewTable| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |escapeSpecialIds| in lines 159..190 : |$htCharAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |escapeSpecialIds| in lines 159..190 : |$htSpecialChars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |escapeSpecialIds| in lines 159..190 : |$htSpecialChars| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htPred2English,fn| in lines 263..293 : |$precList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htPred2English,fn| in lines 263..293 : |$emList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htPred2English,fn| in lines 263..293 : |$emList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htPred2English,gn| in lines 294..307 : |$emList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htPred2English,gn| in lines 294..307 : |$emList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htPred2English,gn| in lines 294..307 : |$emList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htPred2English,gn| in lines 294..307 : |$emList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htPred2English,gn| in lines 294..307 : |$emList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htPred2English,gn| in lines 294..307 : variable |prec| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |form2HtString,fn| in lines 387..409 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |form2HtString,fn| in lines 387..409 : |$emList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |form2LispString| in lines 450..493 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbConstructorKind| in lines 542..559 : |$defaultPackageNamesHT|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcConform1,hd| in lines 658..694 : |$Primitives| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcConform1,hd| in lines 658..694 : |$FormalFunctionParameterList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcConform1,hd| in lines 658..694 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcConform1,hd| in lines 658..694 : |$italicHead?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcConform1,hd| in lines 658..694 : |$bcMultipleNames| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcConform1,say| in lines 731..737 : |$italics?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcConform1,say| in lines 731..737 : |$italics?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|772 774 (EVAL-WHEN (EVAL LOAD) (SETQ
         \|$from_show_implementations\| NIL))-59| in lines 772..774 :
         |$from_show_implementations| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbEvalableConstructor?| in lines 776..823 :
         |$from_show_implementations| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcCon| in lines 830..842 : variable |options| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |bcStar| in lines 856..864 : |$includeUnexposed?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcStarSpace| in lines 866..876 : |$includeUnexposed?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcStarSpaceOp| in lines 878..892 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |emptySearchPage| in lines 1324..1347 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |emptySearchPage| in lines 1324..1347 : variable |skipNamePart| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |errorPage| in lines 1404..1431 : variable |htPage| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |htQueryPage| in lines 1443..1453 : variable |htPage| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbKindString| in lines 1504..1507 : |$dbKindAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbName| in lines 1509..1515 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbPart| in lines 1523..1535 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbPart| in lines 1523..1535 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbParts| in lines 1549..1562 : |$tick| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbTickIndex| in lines 1592..1602 : |$tick| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbTickIndex| in lines 1592..1602 : |$tick| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcNotReady| in lines 1767..1780 : variable |htPage| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-util.fas
The following functions were used but not defined:
 BOOT::MAKE_HASHTABLE BOOT::UPCASE BOOT::CONCAT BOOT::SIZE BOOT::STRPOSL
 BOOT::RPLACSTR BOOT::PNAME BOOT::|constructor?| BOOT::POSN1
 BOOT::|satTypeDownLink| BOOT::|dbConformGen| BOOT::|form2String|
 BOOT::|htSayConstructorName| BOOT::|isExposedConstructor|
 BOOT::|htSayUnexposed| BOOT::|htBlank| BOOT::|allConstructors|
 BOOT::REMDUP BOOT::|opOf| BOOT::|simpBool| BOOT::|substitute|
 BOOT::|escapeSpecialChars| BOOT::|htBeginTable| BOOT::|htEndTable|
 BOOT::|member| BOOT::|htpPropertyList| BOOT::GETDATABASE
 BOOT::|loadLibIfNotLoaded| BOOT::|htpLabelInputString|
 BOOT::|systemError| BOOT::|htBlanks| BOOT::|htSay| BOOT::|htSayList|
 BOOT::LASSOC BOOT::|dbReadComments| BOOT::|charPosition|
 BOOT::|listSort| BOOT::GLESSEQP BOOT::|htMakeDoitButton| BOOT::|bcHt|
 BOOT::SUBSTRING BOOT::|sayBrightlyNT| BOOT::|sayBrightly|
 BOOT::|htInitPage| BOOT::|htMakePage| BOOT::|htShowPage| BOOT::STRCONC
 BOOT::STRINGIMAGE
The following special variables were not defined:
 BOOT::|$htCharAlist| BOOT::|$htSpecialChars| BOOT::|$precList|
 BOOT::|$emList| BOOT::|$FormalMapVariableList|
 BOOT::|$defaultPackageNamesHT| BOOT::|$Primitives|
 BOOT::|$FormalFunctionParameterList| BOOT::|$italicHead?|
 BOOT::|$bcMultipleNames| BOOT::|$italics?|
 BOOT::|$from_show_implementations| BOOT::|$includeUnexposed?|
 BOOT::|$dbKindAlist| BOOT::|$tick|
0 errors, 63 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=br-saturn.clisp br-saturn.boot
#<PACKAGE BOOTTRAN>
br-saturn.clisp PRODUCED
"br-saturn.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=br-saturn.fas br-saturn.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-saturn.clisp ...
WARNING: in #:|6 8 (EVAL-WHEN (EVAL LOAD) (SETQ \|$atLeastOneUnexposed\|
         NIL))-2| in lines 6..8 : |$atLeastOneUnexposed| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |page| in lines 10..12 : |$curPage| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcHt| in lines 53..78 : |$newPage| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcHt| in lines 53..78 : |$curPage| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcHt| in lines 53..78 : |$htLineList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcHt| in lines 53..78 : |$htLineList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcHt| in lines 53..78 : |$htLineList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |bcHt| in lines 53..78 : |$htLineList| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowPageNoScroll| in lines 89..111 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowPageNoScroll| in lines 89..111 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowPageNoScroll| in lines 89..111 : |$newPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowPageNoScroll| in lines 89..111 : |$htLineList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowPageNoScroll| in lines 89..111 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowPageNoScroll| in lines 89..111 : |$htLineList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowPageNoScroll| in lines 89..111 : |$htLineList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |issueHTStandard| in lines 113..121 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |issueHTStandard| in lines 113..121 : |$SendLine| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |issueHTStandard| in lines 113..121 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakeErrorPage| in lines 123..138 : |$newPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakeErrorPage| in lines 123..138 : |$htLineList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakeErrorPage| in lines 123..138 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakeErrorPage| in lines 123..138 : |$htLineList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakePage| in lines 140..149 : |$newPage| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakePage| in lines 140..149 : |$curPage| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |endHTPage| in lines 218..222 : |$MenuServer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |endHTPage| in lines 218..222 : |$EndOfPage| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakeButton| in lines 339..384 : |$curPage| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakeButton| in lines 339..384 : |$curPage| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htMakeButton| in lines 339..384 : |$curPage| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htInitPageNoHeading| in lines 486..500 : |$atLeastOneUnexposed|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htInitPageNoHeading| in lines 486..500 : |$curPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htInitPageNoHeading| in lines 486..500 : |$newPage| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htInitPageNoHeading| in lines 486..500 : |$htLineList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htpMakeEmptyPage| in lines 502..515 : |$activePageList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htpMakeEmptyPage| in lines 502..515 : |$activePageList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kPage| in lines 517..601 : |$conformsAreDomains| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |kPage| in lines 517..601 : |$atLeastOneUnexposed| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbPresentCons| in lines 710..863 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbPresentCons| in lines 710..863 : |$exposedOnlyIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addParameterTemplates| in lines 980..1049 :
         |$PatternVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addParameterTemplates| in lines 980..1049 : |$conArgstrings| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addParameterTemplates| in lines 980..1049 : |$conArgstrings| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addParameterTemplates| in lines 980..1049 : |$conArgstrings| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addParameterTemplates| in lines 980..1049 : |$conArgstrings| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addParameterTemplates| in lines 980..1049 : variable |page| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbGatherThenShow| in lines 1130..1212 : variable |htPage| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbGatherThenShow| in lines 1130..1212 : variable |opAlist| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |dbPresentOps| in lines 1214..1409 : |$UserLevel| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbPresentOps| in lines 1214..1409 : |$conformsAreDomains| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbPresentOps| in lines 1214..1409 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |dbPresentOps| in lines 1214..1409 : |$exposedOnlyIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htShowPageStar| in lines 1411..1431 : |$exposedOnlyIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$Primitives| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$sig| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$sig| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$sig| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$sig| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$includeUnexposed?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$charFauxNewline| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$charNewline| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$charNewline| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$charFauxNewline| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$charNewline| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayDomainOp| in lines 1433..1823 : |$charFauxNewline| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htSayUnexposed| in lines 1866..1872 : |$atLeastOneUnexposed| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htBeginMenu| in lines 1884..1888 : variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |htEndMenu| in lines 1890..1893 : variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |htNewPage| in lines 1911..1921 : |$curPage| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |purgeLocalLibdb| in lines 2043..2050 : |$newConstructorList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/br-saturn.fas
The following functions were used but not defined:
 BOOT::|mapStringize| BOOT::|basicStringize|
 BOOT::|htpSetPageDescription| |sockSendString|
 BOOT::|htpPageDescription| BOOT::|concatenateStringList|
 BOOT::|issueHT| BOOT::|htLispLinks| BOOT::|htLispMemoLinks|
 BOOT::|htRadioButtons| BOOT::|htBcRadioButtons| BOOT::|htInputStrings|
 BOOT::|htProcessDomainConditions| BOOT::|htProcessToggleButtons|
 BOOT::|htProcessBcButtons| BOOT::|htProcessDoneButton|
 BOOT::|htProcessDoitButton| |sockSendInt| BOOT::|htpSetInputAreaAlist|
 BOOT::|typeCheckInputAreas| BOOT::|systemError| BOOT::|beforeAfter|
 BOOT::|mkCurryFun| BOOT::|bcIssueHt| BOOT::LASSOC
 BOOT::|htpInputAreaAlist| BOOT::|htpLabelErrorMsg| BOOT::CONCAT
 BOOT::|bcSadFaces| BOOT::|htpSetLabelErrorMsg| BOOT::|iht|
 BOOT::|htpLabelDefault| BOOT::|dbXParts| BOOT::|mkConform|
 BOOT::|capitalize| BOOT::|ncParseFromString| BOOT::|dbSourceFile|
 BOOT::|dbConformGenUnder| BOOT::|asyAbbreviation|
 BOOT::|dbShowConsDoc1| BOOT::|dbHasExamplePage|
 BOOT::|asharpConstructorName?| BOOT::|htCopyProplist|
 BOOT::|dbConstructorKind| BOOT::|pluralize| BOOT::|bcConTable|
 BOOT::REMDUP BOOT::PNAME BOOT::|form2StringList| BOOT::|form2Fence|
 BOOT::|dbOuttran| BOOT::|dbShowKind| BOOT::|dbShowOpSigList|
 BOOT::|htpSetProperty| BOOT::|dbDoesOneOpHaveParameters?|
 BOOT::|dbGetDisplayFormForOp| BOOT::|escapeSpecialChars| BOOT::GETL
 BOOT::|quickForm2HtString| BOOT::|htpProperty|
 BOOT::|getConstructorModemap| BOOT::TAKE BOOT::SUBLISLIS
 BOOT::SETDIFFERENCE BOOT::|getSubstSigIfPossible| BOOT::|member|
 BOOT::|form2HtString| BOOT::|htSayValue| BOOT::|isExposedConstructor|
 BOOT::|opOf| BOOT::|displayBreakIntoAnds| BOOT::|bcPred| BOOT::|assoc|
 BOOT::|bcConform| BOOT::|htSayConstructor| BOOT::|sublisFormal|
 BOOT::GETDATABASE BOOT::|extractFileNameFromPath| BOOT::|htpName|
 BOOT::STRCONC BOOT::STRINGIMAGE BOOT::|dbKind| BOOT::|dbPart|
 BOOT::|charPosition| BOOT::SUBSTRING BOOT::|dbName| BOOT::|deleteFile|
The following special variables were not defined:
 BOOT::|$curPage| BOOT::|$newPage| BOOT::|$htLineList|
 BOOT::|$MenuServer| BOOT::|$SendLine| BOOT::|$EndOfPage|
 BOOT::|$activePageList| BOOT::|$atLeastOneUnexposed|
 BOOT::|$includeUnexposed?| BOOT::|$exposedOnlyIfTrue|
 BOOT::|$PatternVariableList| BOOT::|$conArgstrings| BOOT::|$UserLevel|
 BOOT::|$conformsAreDomains| BOOT::|$Primitives|
 BOOT::|$TriangleVariableList| BOOT::|$FormalMapVariableList|
 BOOT::|$sig| BOOT::|$charFauxNewline| BOOT::|$charNewline|
The following functions were used but are deprecated:

 GENTEMP - This function creates symbols that cannot be garbage-collected. Use GENSYM instead.
 SET - This function name is anachronistic. Use SETF SYMBOL-VALUE instead.
0 errors, 72 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=apply.clisp apply.boot
#<PACKAGE BOOTTRAN>
apply.clisp PRODUCED
"apply.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=apply.fas apply.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/apply.clisp ...
WARNING: in |compToApply| in lines 113..131 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compApplication| in lines 133..239 : |$Category| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compApplication| in lines 133..239 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compApplication| in lines 133..239 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compApplication| in lines 133..239 : |$prefix| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compApplication| in lines 133..239 : |$op| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compApplication| in lines 133..239 : |$form| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compFormWithModemap| in lines 241..355 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compFormWithModemap| in lines 241..355 : |$Category| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |applyMapping| in lines 357..468 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |applyMapping| in lines 357..468 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |applyMapping| in lines 357..468 : |$prefix| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |applyMapping| in lines 357..468 : |$op| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |applyMapping| in lines 357..468 : |$form| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |applyMapping| in lines 357..468 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compMapCondFun| in lines 674..677 : variable |op| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |compMapCondFun| in lines 674..677 : variable |dc| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/apply.fas
The following functions were used but not defined:
 BOOT::|modeEqual| BOOT::|compNoStacking| BOOT::|resolve|
 BOOT::|isFunctor| BOOT::|substituteIntoFunctorModemap|
 BOOT::|listOfSharpVars| BOOT::|coerceable| BOOT::|last|
 BOOT::|isCategoryForm| BOOT::|get| BOOT::|getAbbreviation|
 BOOT::STRCONC BOOT::|encodeItem| BOOT::|convert| BOOT::|pmatchWithSl|
 BOOT::|comp| BOOT::|coerce| BOOT::|member| BOOT::|genDeltaEntry|
 BOOT::|stackMessage| BOOT::|known_info_in_env|
The following special variables were not defined:
 BOOT::|$EmptyMode| BOOT::|$Category| BOOT::|$formalArgList|
 BOOT::|$prefix| BOOT::|$op| BOOT::|$form|
 BOOT::|$FormalMapVariableList|
0 errors, 17 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=c-doc.clisp c-doc.boot
#<PACKAGE BOOTTRAN>
c-doc.clisp PRODUCED
"c-doc.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=c-doc.fas c-doc.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/c-doc.clisp ...
WARNING: in |record_on_docList| in lines 17..21 : |$docList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |record_on_docList| in lines 17..21 : |$docList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordDocumentation| in lines 38..51 : |$maxSignatureLineNumber|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordDocumentation| in lines 38..51 : |$docList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordDocumentation| in lines 38..51 : |$docList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordHeaderDocumentation| in lines 53..83 :
         |$maxSignatureLineNumber| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordHeaderDocumentation| in lines 53..83 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordHeaderDocumentation| in lines 53..83 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordHeaderDocumentation| in lines 53..83 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordHeaderDocumentation| in lines 53..83 :
         |$headerDocumentation| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordHeaderDocumentation| in lines 53..83 :
         |$headerDocumentation| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordHeaderDocumentation| in lines 53..83 :
         |$maxSignatureLineNumber| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |recordHeaderDocumentation| in lines 53..83 :
         |$headerDocumentation| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectComBlock| in lines 85..102 : $COMBLOCKLIST is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectComBlock| in lines 85..102 : $COMBLOCKLIST is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectComBlock| in lines 85..102 : $COMBLOCKLIST is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectComBlock| in lines 85..102 : $COMBLOCKLIST is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |collectAndDeleteAssoc| in lines 104..137 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeDocumentation| in lines 139..318 : |$bootStrapMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeDocumentation| in lines 139..318 : $COMBLOCKLIST is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeDocumentation| in lines 139..318 : |$op| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeDocumentation| in lines 139..318 : |$docList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeDocumentation| in lines 139..318 : |$lisplibForm| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeDocumentation| in lines 139..318 : |$e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeDocumentation,fn| in lines 319..326 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finalizeDocumentation,fn| in lines 319..326 : |$lisplibForm| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transDoc| in lines 407..501 : variable |conname| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |transformAndRecheckComments| in lines 536..561 :
         |$checkingXmptex?| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |transformAndRecheckComments| in lines 536..561 : |$exposeFlag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRewrite| in lines 563..641 : |$checkingXmptex?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRewrite| in lines 563..641 : |$argl| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRewrite| in lines 563..641 : variable |name| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |checkTexht| in lines 643..720 : |$charLbrace| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTexht| in lines 643..720 : |$charRbrace| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTexht| in lines 643..720 : |$charLbrace| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTexht| in lines 643..720 : |$charRbrace| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTexht| in lines 643..720 : |$charLbrace| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTexht| in lines 643..720 : |$charRbrace| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTexht| in lines 643..720 : |$charRbrace| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$HTlinks| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$htHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$htHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$name| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$origin| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$HTlisplinks| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$lispHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$lispHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$name| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$origin| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$glossHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$glossHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$name| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$origin| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$currentSysList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$setOptions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$sysHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$sysHash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$name| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkRecordHash| in lines 722..883 : |$origin| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeBackslashes| in lines 890..906 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkGetStringBeforeRightBrace| in lines 987..1018 :
         |$charRbrace| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |htcharPosition| in lines 1091..1109 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddMacros| in lines 1111..1148 : |$HTmacs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkComments| in lines 1150..1236 : |$attribute?| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkComments| in lines 1150..1236 : |$argl| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkIndentedLines| in lines 1238..1297 : |$charFauxNewline| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newWordFrom| in lines 1328..1368 : |$charBlank| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newWordFrom| in lines 1328..1368 : |$charFauxNewline| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newWordFrom| in lines 1328..1368 : |$stringFauxNewline| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newWordFrom| in lines 1328..1368 : |$charBlank| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |newWordFrom| in lines 1328..1368 : |$charFauxNewline| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkGetArgs| in lines 1391..1436 : |$charComma| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |firstNonBlankPosition| in lines 1467..1486 : |$charBlank| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddSpaceSegments| in lines 1503..1535 : |$charBlank| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTrim,wherePP| in lines 1584..1592 : |$charPlus| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTrim,wherePP| in lines 1584..1592 : |$charPlus| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTrim,trim| in lines 1593..1607 : |$charBlank| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkFixCommonProblem| in lines 1686..1718 : |$charLbrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkFixCommonProblem| in lines 1686..1718 : |$HTspadmacros| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkFixCommonProblem| in lines 1686..1718 : |$charLbrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkFixCommonProblem| in lines 1686..1718 : |$charLbrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$checkingXmptex?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charExclusions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$argl| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorate| in lines 1720..1890 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddBackSlashes| in lines 1924..1966 : |$charEscapeList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddBackSlashes| in lines 1924..1966 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddBackSlashes| in lines 1924..1966 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddBackSlashes| in lines 1924..1966 : |$charEscapeList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddBackSlashes| in lines 1924..1966 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddSpaces| in lines 1968..2016 : |$charBlank| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddSpaces| in lines 1968..2016 : |$charFauxNewline| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAddSpaces| in lines 1968..2016 : |$charBlank| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkIeEgfun| in lines 2057..2102 : |$charPeriod| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkIeEgfun| in lines 2057..2102 : |$charPeriod| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitBackslash| in lines 2192..2234 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitBackslash| in lines 2192..2234 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charPeriod| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charPeriod| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charPeriod| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charPeriod| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charSemiColon| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charComma| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charQuote| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charBack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$htMacroTable| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charDash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitPunctuation| in lines 2236..2306 : |$charDash| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitOn| in lines 2308..2353 : |$charSplitList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSplitOn| in lines 2308..2353 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBalance| in lines 2355..2417 : |$checkPrenAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBalance| in lines 2355..2417 : |$checkPrenAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBeginEnd| in lines 2431..2539 : |$charBack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBeginEnd| in lines 2431..2539 : |$htMacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBeginEnd| in lines 2431..2539 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBeginEnd| in lines 2431..2539 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBeginEnd| in lines 2431..2539 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBeginEnd| in lines 2431..2539 : |$beginEndList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBeginEnd| in lines 2431..2539 : |$charLbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkBeginEnd| in lines 2431..2539 : |$charRbrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkArguments| in lines 2541..2568 : |$htMacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkLookForLeftBrace| in lines 2594..2614 : |$charLbrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkLookForLeftBrace| in lines 2594..2614 : |$charBlank| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkLookForRightBrace| in lines 2616..2644 : |$charRbrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkLookForRightBrace| in lines 2616..2644 : |$charLbrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTransformFirsts| in lines 2665..2853 : |$charBack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkTransformFirsts| in lines 2665..2853 : |$checkPrenAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSkipBlanks| in lines 2886..2901 : |$charBlank| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkSkipOpToken| in lines 2914..2933 : |$charDelimiters| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkAlphabetic| in lines 2952..2958 : |$charIdentifierEndings|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError1| in lines 2960..2969 : |$compileDocumentation| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$checkErrorFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$recheckingFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$constructorName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$constructorName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$exposeFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$exposeFlagHeading| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$exposeFlagHeading| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$outStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$exposeFlagHeading| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$exposeFlagHeading| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$exposeFlag| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocError| in lines 2971..3001 : |$outStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocMessage| in lines 3003..3019 : |$constructorName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocMessage| in lines 3003..3019 : |$x| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDocMessage| in lines 3003..3019 : |$constructorName| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorateForHt| in lines 3021..3075 : |$charLbrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorateForHt| in lines 3021..3075 : |$charRbrace| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |checkDecorateForHt| in lines 3021..3075 : |$checkingXmptex?| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/c-doc.fas
The following functions were used but not defined:
 BOOT::|postTransform| BOOT::SETDIFFERENCE BOOT::ASSOCRIGHT
 BOOT::|formatOpSignature| BOOT::|say_msg| BOOT::|sayMSG| BOOT::|bright|
 BOOT::TAKE BOOT::SUBLISLIS BOOT::|macroExpand| BOOT::REMDUP
 BOOT::ASSOCLEFT BOOT::|spadSysChoose| BOOT::|form2HtString|
 BOOT::|intern| BOOT::|ncParseFromString| BOOT::|opOf|
 BOOT::|constructor?| BOOT::|abbreviation?| BOOT::|pp|
 BOOT::|stringPrefix?| BOOT::|trimString| BOOT::STRINGIMAGE
 BOOT::|systemError| BOOT::|charPosition| BOOT::|assoc| BOOT::|rassoc|
 BOOT::|substring?| BOOT::CHARP BOOT::|leftTrim| BOOT::|fillerSpaces|
 BOOT::LASSOC BOOT::PNAME BOOT::GETL BOOT::STRCONC BOOT::SUBSTRING
 BOOT::DIGITP BOOT::|sayBrightly| BOOT::|sayBrightly1| BOOT::GETDATABASE
 BOOT::|concat| BOOT::|member|
The following special variables were not defined:
 BOOT::|$docList| BOOT::|$maxSignatureLineNumber| BOOT::$COMBLOCKLIST
 BOOT::|$headerDocumentation| BOOT::|$bootStrapMode| BOOT::|$op|
 BOOT::|$lisplibForm| BOOT::|$e| BOOT::|$FormalMapVariableList|
 BOOT::|$exposeFlag| BOOT::|$checkingXmptex?| BOOT::|$charLbrace|
 BOOT::|$charRbrace| BOOT::|$charBack| BOOT::|$HTlinks| BOOT::|$htHash|
 BOOT::|$name| BOOT::|$origin| BOOT::|$HTlisplinks| BOOT::|$lispHash|
 BOOT::|$glossHash| BOOT::|$currentSysList| BOOT::|$setOptions|
 BOOT::|$sysHash| BOOT::|$HTmacs| BOOT::|$attribute?|
 BOOT::|$charFauxNewline| BOOT::|$charBlank| BOOT::|$stringFauxNewline|
 BOOT::|$charComma| BOOT::|$charPlus| BOOT::|$HTspadmacros|
 BOOT::|$charExclusions| BOOT::|$argl| BOOT::|$charEscapeList|
 BOOT::|$charPeriod| BOOT::|$charSemiColon| BOOT::|$charQuote|
 BOOT::|$htMacroTable| BOOT::|$charDash| BOOT::|$charSplitList|
 BOOT::|$checkPrenAlist| BOOT::|$beginEndList| BOOT::|$charDelimiters|
 BOOT::|$charIdentifierEndings| BOOT::|$compileDocumentation|
 BOOT::|$recheckingFlag| BOOT::|$constructorName|
 BOOT::|$exposeFlagHeading| BOOT::|$outStream| BOOT::|$x|
0 errors, 166 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=c-util.clisp c-util.boot
#<PACKAGE BOOTTRAN>
c-util.clisp PRODUCED
"c-util.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=c-util.fas c-util.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/c-util.clisp ...
WARNING: in |level| in lines 6..20 : |$level| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |up| in lines 22..25 : |$level| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |up| in lines 22..25 : |$level| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |same| in lines 27..29 : |$level| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |down| in lines 31..34 : |$level| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |down| in lines 31..34 : |$level| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displaySemanticErrors| in lines 36..58 : |$semanticErrorStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displaySemanticErrors| in lines 36..58 : |$semanticErrorStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displaySemanticErrors| in lines 36..58 : |$semanticErrorStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displaySemanticErrors| in lines 36..58 : |$semanticErrorStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displaySemanticErrors| in lines 36..58 : CUROUTSTREAM is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayWarnings| in lines 78..96 : |$warningStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayWarnings| in lines 78..96 : |$warningStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayWarnings| in lines 78..96 : |$warningStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayWarnings| in lines 78..96 : CUROUTSTREAM is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayWarnings| in lines 78..96 : |$warningStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$bright| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$dim| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$insideCapsuleFunctionIfTrue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$op| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$s| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$x| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$m| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$f| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$exitModeStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$x| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : $X is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$m| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : $M is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$f| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : $F is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$x| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$m| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayComp| in lines 115..144 : |$f| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkErrorExpr| in lines 146..166 : |$s| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkErrorExpr| in lines 146..166 : |$s| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkErrorExpr,highlight| in lines 179..190 : |$bright| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkErrorExpr,highlight| in lines 179..190 : |$dim| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkErrorExpr,highlight1| in lines 191..199 : |$bright| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkErrorExpr,highlight1| in lines 191..199 : |$dim| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |consProplistOf| in lines 211..225 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intersectionContour,computeIntersection| in lines 400..427 :
         |$var| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |intersectionContour,modeCompare| in lines 468..484 : |$var| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addContour,fn3| in lines 578..591 : |$getPutTrace| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |TrimCF| in lines 839..878 : |$CategoryFrame| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |TrimCF| in lines 839..878 : |$CategoryFrame| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isSideEffectFree| in lines 1003..1017 :
         |$SideEffectFreeFunctionList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isAlmostSimple,fn| in lines 1049..1067 : |$assignmentList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isAlmostSimple,setAssignment| in lines 1068..1072 :
         |$assignmentList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isAlmostSimple,setAssignment| in lines 1068..1072 :
         |$assignmentList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isAlmostSimple,setAssignment| in lines 1068..1072 :
         |$assignmentList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |removeEnv| in lines 1171..1174 : |$EmptyEnvironment| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDomainVar| in lines 1200..1208 : |$Index| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDomainVar| in lines 1200..1208 : |$Index| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDomainVar| in lines 1200..1208 : |$Index| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genVariable| in lines 1210..1215 : |$genSDVar| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genVariable| in lines 1210..1215 : |$genSDVar| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genSomeVariable| in lines 1217..1222 : |$genSDVar| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genSomeVariable| in lines 1217..1222 : |$genSDVar| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compilerMessage| in lines 1278..1283 :
         |$PrintCompilerMessageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackSemanticError| in lines 1295..1321 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackSemanticError| in lines 1295..1321 : |$op| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackSemanticError| in lines 1295..1321 : |$semanticErrorStack|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackSemanticError| in lines 1295..1321 : |$semanticErrorStack|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackSemanticError| in lines 1295..1321 : |$semanticErrorStack|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackSemanticError| in lines 1295..1321 : |$scanIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackSemanticError| in lines 1295..1321 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackSemanticError| in lines 1295..1321 : |$semanticErrorStack|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackSemanticError| in lines 1295..1321 :
         |$initCapsuleErrorCount| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackWarning| in lines 1323..1338 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackWarning| in lines 1323..1338 : |$op| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackWarning| in lines 1323..1338 : |$warningStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackWarning| in lines 1323..1338 : |$warningStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackWarning| in lines 1323..1338 : |$warningStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unStackWarning| in lines 1340..1352 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unStackWarning| in lines 1340..1352 : |$op| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unStackWarning| in lines 1340..1352 : |$warningStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |unStackWarning| in lines 1340..1352 : |$warningStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackMessage| in lines 1354..1362 : |$compErrorMessageStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackMessage| in lines 1354..1362 : |$compErrorMessageStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackMessageIfNone| in lines 1364..1377 :
         |$compErrorMessageStack| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackMessageIfNone| in lines 1364..1377 :
         |$compErrorMessageStack| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackMessageIfNone| in lines 1364..1377 :
         |$compErrorMessageStack| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackAndThrow| in lines 1379..1387 : |$compErrorMessageStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |stackAndThrow| in lines 1379..1387 : |$compErrorMessageStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pmatchWithSl| in lines 1431..1448 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |pmatchWithSl| in lines 1431..1448 : |$PatternVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |elapsedTime| in lines 1450..1462 : |$previousTime| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |elapsedTime| in lines 1450..1462 : |$timerTicksPerSecond| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |elapsedTime| in lines 1450..1462 : |$previousTime| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendsCategoryForm| in lines 1490..1615 : |$Category| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |extendsCategoryForm| in lines 1490..1615 : |$Category| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?modemaps| in lines 1707..1723 : |$insideCapsuleFunctionIfTrue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?modemaps| in lines 1707..1723 : |$CapsuleModemapFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?modemaps| in lines 1707..1723 : |$f| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceUp| in lines 1742..1765 : |$x| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceUp| in lines 1742..1765 : |$x| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceUp| in lines 1742..1765 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceUp| in lines 1742..1765 : |$f| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?m| in lines 1767..1774 : |$EmptyMode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?m| in lines 1767..1774 : |$f| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceDown| in lines 1776..1794 : |$x| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |traceDown| in lines 1776..1794 : |$f| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |qModemap| in lines 1796..1824 : |$x| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |qArg| in lines 1826..1840 : |$f| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?comp| in lines 1842..1858 : |$EmptyMode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?comp| in lines 1842..1858 : |$f| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?domains| in lines 1860..1862 : |$f| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?mode| in lines 1864..1868 : |$f| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?properties| in lines 1870..1873 : |$f| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |?value| in lines 1875..1880 : |$f| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/c-util.fas
The following functions were used but not defined:
 BOOT::|bright| BOOT::|sayBrightly2| BOOT::|removeZeroOne|
 BOOT::|limited_print1_stdout| BOOT::STRCONC BOOT::|substitute|
 BOOT::|semchkProplist| BOOT::|systemError| BOOT::DELLASOS
 BOOT::ASSOCLEFT BOOT::|intersection| BOOT::|union| BOOT::SETDIFFERENCE
 BOOT::|set_sum| BOOT::DROP BOOT::PRETTYPRINT BOOT::|put| BOOT::GETL
 BOOT::|opOf| BOOT::|isFunctor| BOOT::|constructor?| BOOT::INTERNL1
 BOOT::STRINGIMAGE BOOT::REMDUP BOOT::EFFACE BOOT::PRINTEXP BOOT::PNAME
 BOOT::PRIN0 BOOT::|get_run_time| BOOT::|normalizeStatAndStringify|
 BOOT::SAY BOOT::|isCategoryForm| BOOT::|compMakeCategoryObject|
 BOOT::|assoc| BOOT::|newHasTest| BOOT::SUBSTQ BOOT::QLASSQ
 BOOT::LIST2REFVEC BOOT::|getFormModemaps| BOOT::|formatModemap|
 BOOT::|comp| BOOT::|pp| BOOT::|getDomainsInScope| BOOT::|getProplist|
 BOOT::|get| BOOT::|sayBrightly| BOOT::|deleteAssoc| BOOT::|member|
 BOOT::LASSOC BOOT::|displayOpModemaps|
The following special variables were not defined:
 BOOT::|$level| BOOT::|$semanticErrorStack| BOOT::CUROUTSTREAM
 BOOT::|$warningStack| BOOT::|$insideCapsuleFunctionIfTrue| BOOT::|$op|
 BOOT::|$s| BOOT::|$x| BOOT::|$m| BOOT::|$f| BOOT::|$bright|
 BOOT::|$dim| BOOT::|$InteractiveMode| BOOT::|$var| BOOT::|$getPutTrace|
 BOOT::|$CategoryFrame| BOOT::|$SideEffectFreeFunctionList|
 BOOT::|$assignmentList| BOOT::|$EmptyEnvironment| BOOT::|$Index|
 BOOT::|$genSDVar| BOOT::|$PrintCompilerMessageIfTrue|
 BOOT::|$scanIfTrue| BOOT::|$initCapsuleErrorCount|
 BOOT::|$compErrorMessageStack| BOOT::|$EmptyMode|
 BOOT::|$PatternVariableList| BOOT::|$previousTime|
 BOOT::|$timerTicksPerSecond| BOOT::|$Category|
 BOOT::|$CapsuleModemapFrame|
0 errors, 111 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=category.clisp category.boot
#<PACKAGE BOOTTRAN>
category.clisp PRODUCED
"category.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=category.fas category.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/category.clisp ...
WARNING: in |mkCategory| in lines 69..118 : variable |domList| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CatEval| in lines 671..679 : |$EmptyEnvironment| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |simplify_cond1| in lines 774..844 : |$compForModeIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/category.fas
The following functions were used but not defined:
 BOOT::SAY BOOT::PRETTYPRINT BOOT::|mkOperatorEntry| BOOT::GETREFV
 BOOT::|union| BOOT::|compMakeCategoryObject| BOOT::|delete|
 BOOT::|member| BOOT::MKPF BOOT::|categoryForm?|
The following special variables were not defined:
 BOOT::|$EmptyEnvironment| BOOT::|$compForModeIfTrue|
0 errors, 3 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=compiler.clisp compiler.boot
#<PACKAGE BOOTTRAN>
compiler.clisp PRODUCED
"compiler.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=compiler.fas compiler.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/compiler.clisp ...
WARNING: in |initEnvHashTable| in lines 18..41 : |$envHashTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compTopLevel| in lines 43..80 : |$CategoryFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compOrCroak1,fn| in lines 124..147 : |$exitModeStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compOrCroak1,fn| in lines 124..147 : |$s| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compOrCroak1,fn| in lines 124..147 : |$s| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compOrCroak1,fn| in lines 124..147 : |$level| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compOrCroak1,fn| in lines 124..147 : |$scanIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compOrCroak1,fn| in lines 124..147 : |$level| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compOrCroak1,fn| in lines 124..147 : |$level| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compOrCroak1,fn| in lines 124..147 : |$level| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |comp| in lines 156..171 : |$compStack| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |comp| in lines 156..171 : |$exitModeStack| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |comp| in lines 156..171 : |$compStack| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |comp| in lines 156..171 : |$compStack| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compNoStacking| in lines 173..190 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compNoStacking| in lines 173..190 : |$Representation| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compNoStacking| in lines 173..190 : |$compStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasFormalMapVariable,hasone?| in lines 300..301 :
         |$formalMapVariables| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compWithMappingMode| in lines 568..572 : |$formalArgList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compWithMappingMode1| in lines 574..886 : |$CategoryFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compWithMappingMode1| in lines 574..886 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compWithMappingMode1| in lines 574..886 : |$exitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compWithMappingMode1| in lines 574..886 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compWithMappingMode1| in lines 574..886 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compWithMappingMode1| in lines 574..886 : |$QuickCode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |primitiveType| in lines 982..999 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |primitiveType| in lines 982..999 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |primitiveType| in lines 982..999 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |primitiveType| in lines 982..999 : |$PositiveInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |primitiveType| in lines 982..999 : |$NegativeInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |primitiveType| in lines 982..999 : |$DoubleFloat| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSymbol| in lines 1005..1047 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSymbol| in lines 1005..1047 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSymbol| in lines 1005..1047 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSymbol| in lines 1005..1047 : |$functorLocalParameters| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSymbol| in lines 1005..1047 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSymbol| in lines 1005..1047 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSymbol| in lines 1005..1047 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compArgumentsAndTryAgain| in lines 1121..1158 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputComp| in lines 1160..1200 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputComp| in lines 1160..1200 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputComp| in lines 1160..1200 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |outputComp| in lines 1160..1200 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSel1| in lines 1202..1273 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compForm1| in lines 1275..1327 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compForm2| in lines 1329..1399 : |$TriangleVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compForm2| in lines 1329..1399 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compForm3| in lines 1448..1490 : |$compUniquelyIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getFormModemaps| in lines 1492..1579 :
         |$insideCategoryPackageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSetq1| in lines 1684..1711 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqSingle| in lines 1729..1772 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqSingle| in lines 1729..1772 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqSingle| in lines 1729..1772 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqSingle| in lines 1729..1772 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqSingle| in lines 1729..1772 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |finish_setq_single| in lines 1774..1828 : |$QuickLet| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |saveLocVarsTypeDecl| in lines 1830..1868 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |setqMultiple| in lines 1896..2034 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqMultiple| in lines 1896..2034 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqMultiple| in lines 1896..2034 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqMultiple| in lines 1896..2034 : |$noEnv| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqMultiple,decompose| in lines 2035..2080 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqMultiple,decompose| in lines 2035..2080 : variable |length|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |setqMultipleExplicit| in lines 2082..2182 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqMultipleExplicit| in lines 2082..2182 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqMultipleExplicit| in lines 2082..2182 : |$NoValueMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |setqMultipleExplicit| in lines 2082..2182 : variable |m| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |compWhere| in lines 2184..2232 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compQuote| in lines 2279..2288 : variable |m| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |compVector| in lines 2335..2377 : |$EmptyVector| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compMacro| in lines 2379..2426 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compMacro| in lines 2379..2426 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compMacro| in lines 2379..2426 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSeq| in lines 2428..2434 : |$exitModeStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSeq1| in lines 2436..2480 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceExitEtc,fn| in lines 2511..2543 : |$finalEnv| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceExitEtc,fn| in lines 2511..2543 : |$finalEnv| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |replaceExitEtc,fn| in lines 2511..2543 : |$finalEnv| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |comp_try| in lines 2545..2570 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSuchthat| in lines 2572..2587 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compExit| in lines 2589..2615 : |$exitModeStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compExit| in lines 2589..2615 : |$exitModeStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modifyModeStack| in lines 2617..2635 : |$reportExitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modifyModeStack| in lines 2617..2635 : |$exitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modifyModeStack| in lines 2617..2635 : |$exitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modifyModeStack| in lines 2617..2635 : |$exitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modifyModeStack| in lines 2617..2635 : |$exitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modifyModeStack| in lines 2617..2635 : |$exitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |modifyModeStack| in lines 2617..2635 : |$exitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compLeave| in lines 2637..2654 : |$exitModeStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compLeave| in lines 2637..2654 : |$leaveLevelStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compLeave| in lines 2637..2654 : |$exitModeStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compReturn| in lines 2656..2687 : |$exitModeStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compReturn| in lines 2656..2687 : |$exitModeStack| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compReturn| in lines 2656..2687 : |$returnMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compReturn| in lines 2656..2687 : |$returnMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compReturn| in lines 2656..2687 : |$returnMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compReturn| in lines 2656..2687 : |$returnMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compReturn| in lines 2656..2687 : |$returnMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSel| in lines 2689..2710 : |$Zero| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSel| in lines 2689..2710 : |$One| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSel| in lines 2689..2710 : |$Zero| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSel| in lines 2689..2710 : |$One| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compHas| in lines 2712..2725 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compHasFormat1| in lines 2727..2770 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compHasFormat1| in lines 2727..2770 : |$EmptyEnvironment| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compHasFormat| in lines 2772..2823 : |$form| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compHasFormat| in lines 2772..2823 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compHasFormat| in lines 2772..2823 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compHasFormat| in lines 2772..2823 : |$EmptyEnvironment| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIf| in lines 2825..2859 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSuccessEnvironment| in lines 3117..3168 : |$EmptyEnvironment|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSuccessEnvironment| in lines 3117..3168 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compImport| in lines 3302..3318 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compImport| in lines 3302..3318 : variable |m| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |compCase1| in lines 3333..3396 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCase1| in lines 3333..3396 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compColon| in lines 3398..3533 : |$insideCategoryIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compColon| in lines 3398..3533 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compColon| in lines 3398..3533 : |$bootStrapMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compColon| in lines 3398..3533 : |$insideFunctorIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compColon| in lines 3398..3533 : |$noEnv| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compPretend| in lines 3551..3579 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIs| in lines 3581..3598 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIs| in lines 3581..3598 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIs| in lines 3581..3598 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerce| in lines 3600..3630 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerce| in lines 3600..3630 : |$Rep| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceEasy| in lines 3637..3659 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceEasy| in lines 3637..3659 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceEasy| in lines 3637..3659 : |$Void| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceEasy| in lines 3637..3659 : |$Exit| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceEasy| in lines 3637..3659 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceHard| in lines 3705..3745 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceHard| in lines 3705..3745 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceHard| in lines 3705..3745 : |$Symbol| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceHard| in lines 3705..3745 : |$bootStrapMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getmode_pl| in lines 3747..3755 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |coerceExtraHard| in lines 3792..3817 : |$OutputForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |coerceExtraHard| in lines 3792..3817 : variable |pl| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |coerceExit| in lines 3833..3846 : |$exitMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCoerce1| in lines 3871..3902 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCoerce1| in lines 3871..3902 : |$String| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolve| in lines 4047..4063 : |$NoValueMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolve| in lines 4047..4063 : |$NoValueMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolve| in lines 4047..4063 : |$NoValueMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolve| in lines 4047..4063 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolve| in lines 4047..4063 : |$String| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileSpad2Cmd| in lines 4151..4306 : |$edit_file| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileSpad2Cmd| in lines 4151..4306 : |$options| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compileSpad2Cmd| in lines 4151..4306 : |$newConlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/compiler.fas
The following functions were used but not defined:
 BOOT::MAKE_HASHTABLE BOOT::|mkErrorExpr| BOOT::|displaySemanticErrors|
 BOOT::|displayComp| BOOT::LASSOC BOOT::STRINGIMAGE BOOT::|applyMapping|
 BOOT::|ScanOrPairVec| BOOT::UNIONQ BOOT::|isFunctor|
 BOOT::|optimizeFunctionDef| BOOT::|compTranDryRun|
 BOOT::|addNilTypesToArgs| BOOT::|compAtomWithModemap| BOOT::|isSymbol|
 BOOT::|isFluid| BOOT::|NRTgetLocalIndex| BOOT::|isFunction|
 BOOT::|errorRef| BOOT::|compToApply| BOOT::|isSimple|
 BOOT::|compFormWithModemap| BOOT::|isConstantId|
 BOOT::|isDomainInScope| BOOT::|augModemapsFromDomain1|
 BOOT::|NRTassocIndex| BOOT::|uncons| BOOT::|genVariable|
 BOOT::|deltaContour| BOOT::|addContour| BOOT::|modeIsAggregateOf|
 BOOT::|formatUnabbreviated| BOOT::|userError| BOOT::|macroExpand|
 BOOT::|stackAndThrow| BOOT::|stackMessageIfNone|
 BOOT::|chaseInferences| BOOT::SUBLISLIS BOOT::|mkList|
 BOOT::|mkDomainConstructor| BOOT::|intersectionEnvironment|
 BOOT::|last| BOOT::SAY BOOT::|pp| BOOT::|consProplistOf|
 BOOT::|removeEnv| BOOT::|addBinding| BOOT::|delete| BOOT::MKPF
 BOOT::|assoc| BOOT::|getDomainsInScope| BOOT::|isDomainForm|
 BOOT::EQSUBSTLIST BOOT::TAKE BOOT::|systemErrorHere|
 BOOT::|makeCategoryForm| BOOT::|put| BOOT::|genSomeVariable|
 BOOT::|getmode| BOOT::|stackSemanticError| BOOT::|stackWarning|
 BOOT::|keyedSystemError| BOOT::|isSomeDomainVariable| BOOT::|eval|
 BOOT::|getProplist| BOOT::|isCategoryForm| BOOT::|extendsCategoryForm|
 BOOT::QLASSQ BOOT::COPY BOOT::|pmatch| BOOT::|addDomain|
 BOOT::|substitute| BOOT::MKQ BOOT::|isSubset| BOOT::|genDeltaEntry|
 BOOT::|getModemapList| BOOT::|stackMessage| BOOT::|get|
 BOOT::|pathname| BOOT::|pathnameType| BOOT::|sayKeyedMsg|
 BOOT::|namestring| BOOT::|selectOptionLC| BOOT::|error|
 BOOT::|unabbrev| BOOT::|throwKeyedMsg| BOOT::STRCONC
 BOOT::|object2String| BOOT::|extendLocalLibdb|
 BOOT::|terminateSystemCommand| BOOT::|spadPrompt| BOOT::|opOf|
 BOOT::|read_or_compile| BOOT::|member| BOOT::|sayBrightly|
The following special variables were not defined:
 BOOT::|$envHashTable| BOOT::|$CategoryFrame| BOOT::|$exitModeStack|
 BOOT::|$s| BOOT::|$scanIfTrue| BOOT::|$level| BOOT::|$compStack|
 BOOT::|$EmptyMode| BOOT::|$Representation| BOOT::|$formalMapVariables|
 BOOT::|$formalArgList| BOOT::|$FormalMapVariableList|
 BOOT::|$QuickCode| BOOT::|$String| BOOT::|$NonNegativeInteger|
 BOOT::|$PositiveInteger| BOOT::|$NegativeInteger| BOOT::|$DoubleFloat|
 BOOT::|$NoValueMode| BOOT::|$Boolean| BOOT::|$functorLocalParameters|
 BOOT::|$OutputForm| BOOT::|$TriangleVariableList|
 BOOT::|$compUniquelyIfTrue| BOOT::|$insideCategoryPackageIfTrue|
 BOOT::|$QuickLet| BOOT::|$noEnv| BOOT::|$EmptyVector| BOOT::|$finalEnv|
 BOOT::|$reportExitModeStack| BOOT::|$leaveLevelStack|
 BOOT::|$returnMode| BOOT::|$Zero| BOOT::|$One|
 BOOT::|$EmptyEnvironment| BOOT::|$form| BOOT::|$insideCategoryIfTrue|
 BOOT::|$bootStrapMode| BOOT::|$insideFunctorIfTrue|
 BOOT::|$InteractiveMode| BOOT::|$Rep| BOOT::|$Void| BOOT::|$Exit|
 BOOT::|$Symbol| BOOT::|$exitMode| BOOT::|$options| BOOT::|$newConlist|
0 errors, 151 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=define.clisp define.boot
#<PACKAGE BOOTTRAN>
define.clisp PRODUCED
"define.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=define.fas define.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/define.clisp ...
WARNING: in |compDefine1| in lines 18..117 : |$insideWhereIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$NoValueMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$ConstructorNames| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$insideCapsuleFunctionIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$Category| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$insideCategoryIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$Category| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$insideFunctorIfTrue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$form| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$prefix| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$prefix| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$op| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$op| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$form| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefine1| in lines 18..117 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineAddSignature| in lines 119..154 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addEmptyCapsuleIfNecessary| in lines 184..192 :
         |$SpecialDomainNames| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addEmptyCapsuleIfNecessary| in lines 184..192 : variable |target|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |getTargetFromRhs| in lines 194..244 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory1| in lines 364..413 : |$bootStrapMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory1| in lines 364..413 : |$lisplibCategory| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory1| in lines 364..413 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCategoryPredicates| in lines 415..436 :
         |$TriangleVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCategoryPredicates| in lines 415..436 : |$tvl| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCategoryPredicates| in lines 415..436 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCategoryPredicates| in lines 415..436 : |$mvl| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCategoryPredicates,fn| in lines 437..451 : |$mvl| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCategoryPredicates,fn| in lines 437..451 : |$tvl| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkCategoryPackage| in lines 466..557 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkCategoryPackage| in lines 466..557 : |$categoryPredicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkCategoryPackage| in lines 466..557 : |$categoryPredicateList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$TriangleVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$lisplibCategory| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : $LISPLIB is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$lisplibForm| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$lisplibKind| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$lisplibModemap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$lisplibCategory| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$lisplibParents| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$lisplibAncestors| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : |$lisplibAbbreviation|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory2| in lines 578..778 : variable |specialCases|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |compDefineCategory| in lines 792..805 : |$insideFunctorIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCategory| in lines 792..805 : $LISPLIB is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor| in lines 807..819 : $LISPLIB is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$functorSpecialCases|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$mutableDomains| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$domainShell| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 :
         |$insideCategoryPackageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$pairlis| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibOperationAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : $LISPLIB is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : $LISPLIB is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibModemap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibCategory| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$FormalMapVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibCategory| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibParents| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibAncestors| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibAbbreviation|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : $LISPLIB is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibKind| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibForm| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$bootStrapMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibModemap| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 : |$lisplibOperationAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineFunctor1| in lines 821..1103 :
         |$lisplibMissingFunctions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compFunctorBody| in lines 1105..1142 : |$bootStrapMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compFunctorBody| in lines 1105..1142 : |$functorForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compFunctorBody| in lines 1105..1142 : |$edit_file| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compFunctorBody| in lines 1105..1142 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compFunctorBody| in lines 1105..1142 : variable |parForm| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |reportOnFunctorCompilation| in lines 1144..1174 :
         |$semanticErrorStack| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOnFunctorCompilation| in lines 1144..1174 : |$warningStack|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |reportOnFunctorCompilation| in lines 1144..1174 : |$op| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayMissingFunctions| in lines 1176..1269 : |$CheckVectorList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayMissingFunctions| in lines 1176..1269 : |$CheckVectorList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayMissingFunctions| in lines 1176..1269 : |$formalArgList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |displayMissingFunctions| in lines 1176..1269 : |$env| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeFunctorArgumentParameters| in lines 1271..1328 : |$tmp_e| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeFunctorArgumentParameters| in lines 1271..1328 : |$tmp_e| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeFunctorArgumentParameters,augmentSig| in lines 1360..1383 :
         |$ConditionalOperators| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeFunctorArgumentParameters,augmentSig| in lines 1360..1383 :
         |$ConditionalOperators| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDomainView| in lines 1496..1510 : |$tmp_e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDomainView| in lines 1496..1510 : |$tmp_e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDomainView| in lines 1496..1510 : variable |viewSelector| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |genDomainOps| in lines 1512..1555 : |$ConditionalOperators| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDomainOps| in lines 1512..1555 : |$tmp_e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDomainOps| in lines 1512..1555 : |$tmp_e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefWhereClause,addSuchthat| in lines 1724..1728 :
         |$predAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefWhereClause,removeSuchthat| in lines 1729..1741 :
         |$predAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefWhereClause,removeSuchthat| in lines 1729..1741 :
         |$predAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefWhereClause,transformType| in lines 1742..1769 :
         |$sigAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefWhereClause,transformType| in lines 1742..1769 :
         |$sigAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compInternalFunction| in lines 1858..1889 : |$EmptyMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compInternalFunction| in lines 1858..1889 : variable |m| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |compDefineCapsuleFunction| in lines 1891..2072 :
         |$semanticErrorStack| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCapsuleFunction| in lines 1891..2072 : |$returnMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCapsuleFunction| in lines 1891..2072 :
         |$signatureOfForm| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCapsuleFunction| in lines 1891..2072 :
         |$functionLocations| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCapsuleFunction| in lines 1891..2072 :
         |$functionLocations| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCapsuleFunction| in lines 1891..2072 : |$returnMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCapsuleFunction| in lines 1891..2072 : |$returnMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCapsuleFunction| in lines 1891..2072 : |$functorStats|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compDefineCapsuleFunction| in lines 1891..2072 : |$functorStats|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getSignatureFromMode| in lines 2074..2093 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasSigInTargetCategory| in lines 2095..2162 : |$domainShell| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |hasSigInTargetCategory,fn| in lines 2163..2179 : |$op| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putInLocalDomainReferences| in lines 2368..2380 : |$QuickCode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isLocalFunction| in lines 2388..2397 : |$formalArgList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |isLocalFunction| in lines 2388..2397 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$suffix| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$suffix| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$suffix| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$signatureOfForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$prefix| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$functorForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$signatureOfForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$suffix| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$insideCapsuleFunctionIfTrue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$doNotCompileJustPrint| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$functionStats| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |do_compile| in lines 2399..2498 : |$functionStats| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |spadCompileOrSetq| in lines 2500..2564 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compAdd| in lines 2669..2750 : |$bootStrapMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compAdd| in lines 2669..2750 : |$functorForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compAdd| in lines 2669..2750 : |$edit_file| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compAdd| in lines 2669..2750 : |$NRTaddForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compAdd| in lines 2669..2750 : |$NRTaddForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compAdd| in lines 2669..2750 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsule| in lines 2767..2779 : |$bootStrapMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsule| in lines 2767..2779 : |$functorForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsule| in lines 2767..2779 : |$edit_file| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSubDomain| in lines 2781..2798 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSubDomain1| in lines 2800..2842 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSubDomain1| in lines 2800..2842 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSubDomain1| in lines 2800..2842 : |$lisplibSuperDomain| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSubDomain1| in lines 2800..2842 : |$op| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compSubDomain1| in lines 2800..2842 : |$op| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsuleInner| in lines 2844..2870 : |$functorLocalParameters|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsuleInner| in lines 2844..2870 : |$addForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsuleInner| in lines 2844..2870 : |$addForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsuleInner| in lines 2844..2870 : |$insideCategoryIfTrue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsuleInner| in lines 2844..2870 :
         |$insideCategoryPackageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsuleInner| in lines 2844..2870 : |$form| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCapsuleInner| in lines 2844..2870 : |$signature| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$EmptyMode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$NonMentionableDomainNames| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$functorLocalParameters| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$functorLocalParameters| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$functorLocalParameters| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$Representation| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$QuickCode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$EmptyMode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$EmptyMode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$EmptyMode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$EmptyMode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$signatureOfForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$EmptyMode| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doIt| in lines 2917..3119 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doItIf| in lines 3151..3179 : |$Boolean| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |doItWhere| in lines 3181..3223 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compJoin| in lines 3225..3342 : |$Category| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compJoin| in lines 3225..3342 : |$Category| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compJoin| in lines 3225..3342 : |$Category| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compMakeCategoryObject| in lines 3362..3373 : |$Category| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |makeCategoryForm| in lines 3379..3391 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DomainSubstitutionFunction,Subst| in lines 3522..3547 :
         |$extraParms| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DomainSubstitutionFunction,Subst| in lines 3522..3547 :
         |$extraParms| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DomainSubstitutionFunction,Subst| in lines 3522..3547 :
         |$extraParms| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/define.fas
The following functions were used but not defined:
 BOOT::|getAbbreviation| BOOT::|genSomeVariable| BOOT::|insert|
 BOOT::PNAME BOOT::|abbreviationsSpad2Cmd| BOOT::|JoinInner|
 BOOT::|assoc| BOOT::SUBLISLIS BOOT::|last| BOOT::|addBinding|
 BOOT::|optFunctorBody| BOOT::|eval|
 BOOT::|augLisplibModemapsFromCategory| BOOT::|compDefineLisplib|
 BOOT::|isCategoryPackageName| BOOT::|pp|
 BOOT::|augmentLisplibModemapsFromFunctor| BOOT::|getParentsFor|
 BOOT::|computeAncestorsOf| BOOT::|constructor?|
 BOOT::|NRTmakeSlot1Info| BOOT::GETDATABASE BOOT::|NRTgetLookupFunction|
 BOOT::|simpBool| BOOT::|getInfovecCode| BOOT::|genOperationAlist|
 BOOT::|displaySemanticErrors| BOOT::|displayWarnings|
 BOOT::|normalizeStatAndStringify| BOOT::|formatUnabbreviatedSig|
 BOOT::|augModemapsFromCategory| BOOT::|getOperationAlist|
 BOOT::|substNames| BOOT::|addModemap| BOOT::|pairList|
 BOOT::|listOfIdentifiersIn| BOOT::ASSOCLEFT BOOT::ASSOCRIGHT
 BOOT::LASSOC BOOT::|intersection| BOOT::SETDIFFERENCE
 BOOT::|compWithMappingMode| BOOT::|getProplist|
 BOOT::|finish_setq_single| BOOT::|NRTassignCapsuleFunctionSlot|
 BOOT::|prTriple| BOOT::|replaceExitEtc| BOOT::|opOf|
 BOOT::|stackAndThrow| BOOT::EQSUBSTLIST BOOT::TAKE BOOT::|stackWarning|
 BOOT::|put| BOOT::REMDUP BOOT::|known_in_env| BOOT::SAY
 BOOT::|printSignature| BOOT::|SourceLevelSubsume| BOOT::|delete|
 BOOT::|NRTputInTail| BOOT::|modeEqual| BOOT::|encodeItem|
 BOOT::|encodeFunctionName| BOOT::|optimizeFunctionDef|
 BOOT::PRETTYPRINT BOOT::|elapsedTime| BOOT::|addStats|
 BOOT::|printStats| BOOT::CONTAINED BOOT::|clearClams| BOOT::INTERNL1
 BOOT::|output_lisp_form| BOOT::|compAndDefine| BOOT::COMP
 BOOT::|clearConstructorCache| BOOT::|mkDomainConstructor|
 BOOT::|namestring| BOOT::|concat| BOOT::|compMakeDeclaration|
 BOOT::|addDomain| BOOT::|lispize| BOOT::|evalAndRwriteLispForm|
 BOOT::|addInformation| BOOT::|error| BOOT::|buildFunctor|
 BOOT::|bright| BOOT::|NRTgetLocalIndex| BOOT::|sayBrightly|
 BOOT::|formatUnabbreviated| BOOT::|cannotDo| BOOT::|get|
 BOOT::|userError| BOOT::|getSuccessEnvironment|
 BOOT::|getInverseEnvironment| BOOT::|deltaContour| BOOT::|addContour|
 BOOT::|union| BOOT::|getmode| BOOT::|stackSemanticError|
 BOOT::|convert| BOOT::|isDomainForm| BOOT::|comp|
 BOOT::|mkEvalableCategoryForm| BOOT::|c_eval| BOOT::|isCategoryForm|
 BOOT::|compOrCroak| BOOT::|resolve| BOOT::|systemErrorHere|
 BOOT::STRCONC BOOT::|output_lisp_defparameter| BOOT::|member|
 BOOT::|isFunctor| BOOT::|optimize| BOOT::MKPF BOOT::MKQ
The following special variables were not defined:
 BOOT::|$insideWhereIfTrue| BOOT::|$EmptyMode| BOOT::|$NoValueMode|
 BOOT::|$ConstructorNames| BOOT::|$insideCapsuleFunctionIfTrue|
 BOOT::|$Category| BOOT::|$formalArgList| BOOT::|$insideFunctorIfTrue|
 BOOT::|$form| BOOT::|$prefix| BOOT::|$op| BOOT::|$SpecialDomainNames|
 BOOT::|$bootStrapMode| BOOT::|$lisplibCategory|
 BOOT::|$TriangleVariableList| BOOT::|$FormalMapVariableList|
 BOOT::|$mvl| BOOT::|$tvl| BOOT::|$categoryPredicateList| BOOT::$LISPLIB
 BOOT::|$mutableDomains| BOOT::|$insideCategoryPackageIfTrue|
 BOOT::|$pairlis| BOOT::|$lisplibOperationAlist| BOOT::|$lisplibModemap|
 BOOT::|$functorForm| BOOT::|$edit_file| BOOT::|$semanticErrorStack|
 BOOT::|$warningStack| BOOT::|$CheckVectorList| BOOT::|$env|
 BOOT::|$tmp_e| BOOT::|$ConditionalOperators| BOOT::|$predAlist|
 BOOT::|$sigAlist| BOOT::|$functionLocations| BOOT::|$returnMode|
 BOOT::|$functorStats| BOOT::|$domainShell| BOOT::|$QuickCode|
 BOOT::|$e| BOOT::|$suffix| BOOT::|$signatureOfForm|
 BOOT::|$doNotCompileJustPrint| BOOT::|$functionStats| BOOT::|$Boolean|
 BOOT::|$functorLocalParameters| BOOT::|$addForm|
 BOOT::|$insideCategoryIfTrue| BOOT::|$signature|
 BOOT::|$NonMentionableDomainNames| BOOT::|$extraParms|
0 errors, 200 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=functor.clisp functor.boot
#<PACKAGE BOOTTRAN>
functor.clisp PRODUCED
"functor.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=functor.fas functor.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/functor.clisp ...
WARNING: in |optFunctorBody| in lines 138..255 : |$definition| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCodeAdd| in lines 436..499 : |$CategoryFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCodeAdd| in lines 436..499 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCodeAdd1| in lines 501..634 : |$addFormLhs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCodeAdd1| in lines 501..634 : |$addFormLhs| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCodeAdd1| in lines 501..634 : |$QuickCode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCodeAdd1| in lines 501..634 : |$QuickCode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCode| in lines 656..902 : |$locals| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCode| in lines 656..902 : |$QuickCode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCode| in lines 656..902 : |$QuickCode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCode| in lines 656..902 : |$locals| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCode| in lines 656..902 : |$epilogue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCode| in lines 656..902 : |$epilogue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCode| in lines 656..902 : |$epilogue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCode| in lines 656..902 : |$ConstantAssignments| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DescendCode| in lines 656..902 : |$ConstantAssignments| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ProcessCond| in lines 926..938 : |$pairlis| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ProcessCond| in lines 926..938 : |$NRTslot1PredicateList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SetFunctionSlots| in lines 940..1027 : |$QuickCode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SetFunctionSlots| in lines 940..1027 : |$SetFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SetFunctionSlots| in lines 940..1027 : |$SetFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SetFunctionSlots| in lines 940..1027 : |$MissingFunctionInfo| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SetFunctionSlots| in lines 940..1027 : |$SetFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SetFunctionSlots| in lines 940..1027 : |$SetFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SetFunctionSlots| in lines 940..1027 : |$SetFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SetFunctionSlots| in lines 940..1027 : |$SetFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |LookUpSigSlots| in lines 1029..1056 :
         |$insideCategoryPackageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |LookUpSigSlots| in lines 1029..1056 : |$functorForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |LookUpSigSlots| in lines 1029..1056 : |$lisplibOperationAlist| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SigSlotsMatch| in lines 1058..1080 : |$definition| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SigSlotsMatch| in lines 1058..1080 : |$definition| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SigSlotsMatch| in lines 1058..1080 : variable |implem| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |makeMissingFunctionEntry| in lines 1082..1093 :
         |$MissingFunctionInfo| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |InvestigateConditions| in lines 1124..1459 : |$domainShell| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |InvestigateConditions,pessimise| in lines 1566..1580 :
         |$Conditions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |InvestigateConditions,pessimise| in lines 1566..1580 :
         |$Conditions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |InvestigateConditions,pessimise| in lines 1566..1580 :
         |$Conditions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ICformat| in lines 1653..1750 : |$ICformat_hash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ICformat| in lines 1653..1750 : |$ICformat_hash| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolvePatternVars| in lines 1951..1959 : |$TriangleVariableList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |resolvePatternVars| in lines 1951..1959 :
         |$FormalMapVariableList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/functor.fas
The following functions were used but not defined:
 BOOT::|isCategoryForm| BOOT::|macroExpand| BOOT::|error|
 BOOT::|DomainSubstitutionFunction| BOOT::|optCall| BOOT::MKQ
 BOOT::|getmode| BOOT::TAKE BOOT::|opOf| BOOT::|pairList| BOOT::|comp|
 BOOT::|compMakeDeclaration| BOOT::GENVAR BOOT::GETREFV BOOT::|update|
 BOOT::|last| BOOT::CONTAINED BOOT::|isDomainForm| BOOT::|stackWarning|
 BOOT::POSN1 BOOT::|predicateBitRef| BOOT::|keyedSystemError|
 BOOT::|substitute| BOOT::SUBSTQ BOOT::|SourceLevelSubsume|
 BOOT::|TruthP| BOOT::|set_difference| BOOT::EFFACE BOOT::|CatEval|
 BOOT::|assoc| BOOT::|AncestorP| BOOT::|mkOr| BOOT::|union|
 BOOT::MAKE_HASHTABLE BOOT::|compHasFormat| BOOT::|mkAnd| BOOT::REMDUP
 BOOT::|DescendantP| BOOT::|delete| BOOT::|member|
 BOOT::|compMakeCategoryObject| BOOT::|systemErrorHere| BOOT::LASSOC
 BOOT::|get| BOOT::SUBLISLIS
The following special variables were not defined:
 BOOT::|$definition| BOOT::|$CategoryFrame|
 BOOT::|$FormalMapVariableList| BOOT::|$addFormLhs| BOOT::|$QuickCode|
 BOOT::|$locals| BOOT::|$epilogue| BOOT::|$ConstantAssignments|
 BOOT::|$pairlis| BOOT::|$NRTslot1PredicateList| BOOT::|$SetFunctions|
 BOOT::|$MissingFunctionInfo| BOOT::|$insideCategoryPackageIfTrue|
 BOOT::|$functorForm| BOOT::|$lisplibOperationAlist|
 BOOT::|$domainShell| BOOT::|$Conditions| BOOT::|$ICformat_hash|
 BOOT::|$TriangleVariableList|
0 errors, 41 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=info.clisp info.boot
#<PACKAGE BOOTTRAN>
info.clisp PRODUCED
"info.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=info.fas info.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/info.clisp ...
WARNING: in |chaseInferences,foo| in lines 248..309 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chaseInferences,foo| in lines 248..309 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chaseInferences,foo| in lines 248..309 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chaseInferences,foo| in lines 248..309 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chaseInferences,foo| in lines 248..309 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chaseInferences,foo| in lines 248..309 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |chaseInferences,foo| in lines 248..309 : |$e| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |knownInfo| in lines 372..398 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |knownInfo| in lines 372..398 : |$infoHash| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |knownInfo| in lines 372..398 : |$infoHash| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |knownInfo| in lines 372..398 : |$infoHash| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |knownInfo| in lines 372..398 : |$infoHash| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |knownInfo1| in lines 411..591 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |knownInfo1| in lines 411..591 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |knownInfo1| in lines 411..591 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |knownInfo1| in lines 411..591 : |$e| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GetValue| in lines 790..802 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GetValue| in lines 790..802 : |$EmptyMode| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GetValue| in lines 790..802 : |$e| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/info.fas
The following functions were used but not defined:
 BOOT::PRETTYPRINT BOOT::|isCategoryForm| BOOT::|delete|
 BOOT::MAKE_HASHTABLE BOOT::|compForMode| BOOT::|stackSemanticError|
 BOOT::|AncestorP| BOOT::|SourceLevelSubsume| BOOT::|substitute|
 BOOT::|addModemap| BOOT::CONTAINED BOOT::|compMakeCategoryObject|
 BOOT::|member| BOOT::|assoc| BOOT::|addDomain|
 BOOT::|augModemapsFromCategory| BOOT::|put| BOOT::SAY BOOT::|get|
 BOOT::|comp| BOOT::|systemError|
The following special variables were not defined:
 BOOT::|$e| BOOT::|$infoHash| BOOT::|$EmptyMode|
0 errors, 19 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=iterator.clisp iterator.boot
#<PACKAGE BOOTTRAN>
iterator.clisp PRODUCED
"iterator.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=iterator.fas iterator.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/iterator.clisp ...
WARNING: in |compReduce| in lines 6..10 : |$formalArgList| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compReduce1| in lines 12..121 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|123 139 (EVAL-WHEN (EVAL LOAD) (SETQ \|$identity_list\| #))-4|
         in lines 123..139 : |$identity_list| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getIdentity| in lines 141..150 : |$identity_list| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getIdentity| in lines 141..150 : variable |e| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |compRepeatOrCollect| in lines 152..203 : |$exitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compRepeatOrCollect| in lines 152..203 : |$exitModeStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compRepeatOrCollect| in lines 152..203 : |$leaveLevelStack| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compRepeatOrCollect| in lines 152..203 : |$formalArgList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compRepeatOrCollect,fn| in lines 204..274 : |$NoValueMode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compRepeatOrCollect,fn| in lines 204..274 : |$Boolean| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compInitGstep| in lines 299..322 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compInitGstep| in lines 299..322 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$SingleInteger| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$NonNegativeInteger| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$Integer| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$until| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compIterator1| in lines 324..608 : |$Boolean| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/iterator.fas
The following functions were used but not defined:
 BOOT::|systemError| BOOT::|parseTran| BOOT::MKQ BOOT::|substitute|
 BOOT::|coerceExit| BOOT::|member| BOOT::|compSeq| BOOT::SAY
 BOOT::|coerce| BOOT::|compMakeDeclaration| BOOT::|put|
 BOOT::|genSomeVariable| BOOT::|comp| BOOT::|stackMessage|
 BOOT::|stackAndThrow| BOOT::|get|
The following special variables were not defined:
 BOOT::|$formalArgList| BOOT::|$Boolean| BOOT::|$identity_list|
 BOOT::|$exitModeStack| BOOT::|$leaveLevelStack| BOOT::|$NoValueMode|
 BOOT::|$EmptyMode| BOOT::|$Integer| BOOT::|$SingleInteger|
 BOOT::|$NonNegativeInteger|
0 errors, 41 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=modemap.clisp modemap.boot
#<PACKAGE BOOTTRAN>
modemap.clisp PRODUCED
"modemap.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=modemap.fas modemap.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/modemap.clisp ...
WARNING: in |addModemapKnown| in lines 130..148 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addModemapKnown| in lines 130..148 : |$CapsuleModemapFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addModemapKnown| in lines 130..148 : |$CapsuleModemapFrame| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addModemap0| in lines 150..166 : |$functorForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addModemap0| in lines 150..166 : |$functorForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkNewModemapList| in lines 242..294 : |$forceAdd| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mergeModemap| in lines 296..360 : |$forceAdd| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augModemapsFromDomain| in lines 381..418 : |$DummyFunctorNames|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |augModemapsFromDomain| in lines 381..418 : |$Category| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getOperationAlist| in lines 508..536 : |$insideFunctorIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getOperationAlist| in lines 508..536 : |$functorForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getOperationAlist| in lines 508..536 : |$insideFunctorIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getOperationAlist| in lines 508..536 : |$domainShell| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getOperationAlist| in lines 508..536 : |$domainShell| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getOperationAlist| in lines 508..536 : |$tmp_e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getOperationAlist| in lines 508..536 : |$tmp_e| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |substNames| in lines 538..587 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |compCat| in lines 589..630 : variable |m| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |addModemap| in lines 632..653 : |$InteractiveMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addModemap| in lines 632..653 : |$insideCapsuleFunctionIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addModemap| in lines 632..653 : |$CapsuleModemapFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |addModemap| in lines 632..653 : |$CapsuleModemapFrame| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getDomainsInScope| in lines 706..714 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |getDomainsInScope| in lines 706..714 : |$CapsuleDomainsInScope|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putDomainsInScope| in lines 716..733 :
         |$insideCapsuleFunctionIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |putDomainsInScope| in lines 716..733 : |$CapsuleDomainsInScope|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/modemap.fas
The following functions were used but not defined:
 BOOT::|isLiteral| BOOT::|getmode| BOOT::|constructor?|
 BOOT::|unknownTypeError| BOOT::|modeEqual| BOOT::|makeLiteral|
 BOOT::|systemErrorHere| BOOT::|getProplist| BOOT::|augProplist|
 BOOT::|unErrorRef| BOOT::|addBinding| BOOT::|assoc| BOOT::|TruthP|
 BOOT::|isSubset| BOOT::LASSOC BOOT::|isCategoryForm| BOOT::|opOf|
 BOOT::|listOrVectorElementMode| BOOT::|stripUnionTags|
 BOOT::|augModemapsFromDomain1| BOOT::INTERNL1 BOOT::STRINGIMAGE
 BOOT::|compilerMessage| BOOT::CONTAINED BOOT::GETDATABASE
 BOOT::|isFunctor| BOOT::|systemError| BOOT::|compMakeCategoryObject|
 BOOT::|stackMessage| BOOT::|isCategoryPackageName| BOOT::EQSUBSTLIST
 BOOT::SUBSTQ BOOT::|known_info_in_env| BOOT::|substitute| BOOT::|get|
 BOOT::|member| BOOT::SAY BOOT::|delete| BOOT::|put|
The following special variables were not defined:
 BOOT::|$insideCapsuleFunctionIfTrue| BOOT::|$CapsuleModemapFrame|
 BOOT::|$functorForm| BOOT::|$forceAdd| BOOT::|$DummyFunctorNames|
 BOOT::|$Category| BOOT::|$insideFunctorIfTrue| BOOT::|$domainShell|
 BOOT::|$tmp_e| BOOT::|$FormalMapVariableList| BOOT::|$InteractiveMode|
 BOOT::|$CapsuleDomainsInScope|
0 errors, 26 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=nruncomp.clisp nruncomp.boot
#<PACKAGE BOOTTRAN>
nruncomp.clisp PRODUCED
"nruncomp.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=nruncomp.fas nruncomp.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nruncomp.clisp ...
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$NRTbase| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$NRTdeltaListComp| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$template| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$template| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddDeltaCode| in lines 6..57 : |$addForm| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |deltaTran| in lines 59..107 : |$FormalMapVariableList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |deltaTran| in lines 59..107 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTencode,encode| in lines 150..237 : |$QuickCode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTencode,encode| in lines 150..237 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTencode,encode| in lines 150..237 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTencode,encode| in lines 150..237 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTencode,encode| in lines 150..237 : |$QuickCode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optDeltaEntry| in lines 274..399 : |$killOptimizeIfTrue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optDeltaEntry| in lines 274..399 : |$bootstrapDomains| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optDeltaEntry| in lines 274..399 : |$functorForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |optDeltaEntry| in lines 274..399 : |$optimizableConstructorNames|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$functorLocalParameters| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$functorLocalParameters| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaListComp| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaListComp| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTbase| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaListComp| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaListComp| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genDeltaEntry| in lines 417..524 : |$NRTdeltaLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassocIndex| in lines 532..557 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassocIndex| in lines 532..557 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassocIndex| in lines 532..557 : |$NRTbase| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassocIndex| in lines 532..557 : |$NRTdeltaLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$formalArgList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaListComp| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaListComp| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTbase| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaListComp| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaListComp| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTbase| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTgetLocalIndex| in lines 559..608 : |$NRTdeltaLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |comp_delta_entry| in lines 614..622 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |cheap_comp_delta_entry| in lines 624..664 :
         |$functorLocalParameters| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassignCapsuleFunctionSlot| in lines 666..704 :
         |$insideCategoryPackageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassignCapsuleFunctionSlot| in lines 666..704 : |$functorForm|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassignCapsuleFunctionSlot| in lines 666..704 : |$NRTdeltaList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassignCapsuleFunctionSlot| in lines 666..704 : |$NRTdeltaList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassignCapsuleFunctionSlot| in lines 666..704 : |$NRTdeltaList|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassignCapsuleFunctionSlot| in lines 666..704 :
         |$NRTdeltaListComp| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassignCapsuleFunctionSlot| in lines 666..704 :
         |$NRTdeltaListComp| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassignCapsuleFunctionSlot| in lines 666..704 :
         |$NRTdeltaLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTassignCapsuleFunctionSlot| in lines 666..704 :
         |$NRTdeltaLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTisExported?| in lines 706..722 : |$domainShell| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |consDomainName| in lines 740..814 : |$devaluateList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |consDomainForm| in lines 816..855 : |$devaluateList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |simplify_self_preds1| in lines 1075..1209 : |$op| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$ModeVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$domainShell| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$NRTdeltaLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$domainShell| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$NRTdeltaLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$template| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$uncondAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$condAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$condAlist| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$NRTslot1PredicateList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$NRTslot1PredicateList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$CheckVectorList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildFunctor| in lines 1231..1519 : |$NRTdeltaLength| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTcheckVector| in lines 1521..1557 : |$SetFunctions| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTsetVector4Part1| in lines 1559..1664 : |$domainShell| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTsetVector4Part1| in lines 1559..1664 : |$EmptyMode| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeSlot1Info| in lines 1704..1743 :
         |$insideCategoryPackageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeSlot1Info| in lines 1704..1743 : |$form| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeSlot1Info| in lines 1704..1743 : |$form| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeSlot1Info| in lines 1704..1743 : |$domainShell| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeSlot1Info| in lines 1704..1743 :
         |$insideCategoryPackageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeSlot1Info| in lines 1704..1743 : |$NRTaddForm| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTmakeSlot1Info| in lines 1704..1743 : |$form| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |mkSlot1sublis| in lines 1745..1759 : |$FormalMapVariableList| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddToSlam| in lines 1800..1814 : |$mutableDomain| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTaddToSlam| in lines 1800..1814 : |$devaluateList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genOperationAlist| in lines 1816..1841 : |$domainShell| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genOperationAlist| in lines 1816..1841 : |$lisplibOperationAlist|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genOperationAlist,sigloc| in lines 1842..1862 :
         |$NRTslot1PredicateList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genOperationAlist,sigloc| in lines 1842..1862 :
         |$NRTslot1PredicateList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genOperationAlist,sigloc| in lines 1842..1862 :
         |$insideCategoryPackageIfTrue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |genOperationAlist,sigloc| in lines 1842..1862 : |$functorForm| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeDirectoryInSlot1| in lines 1864..1895 :
         |$lisplibOperationAlist| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeDirectoryInSlot1| in lines 1864..1895 : |$domainShell| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeDirectoryInSlot1,fn| in lines 1896..1905 : |$lastPred| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeDirectoryInSlot1,fn| in lines 1896..1905 : |$newEnv| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeDirectoryInSlot1,fn| in lines 1896..1905 : |$lastPred| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |changeDirectoryInSlot1,fn| in lines 1896..1905 : |$newEnv| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |vectorLocation| in lines 1977..2005 : |$NRTdeltaList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |vectorLocation| in lines 1977..2005 : |$NRTdeltaLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTsubstDelta,replaceSlotTypes| in lines 2036..2059 :
         |$NRTaddForm| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTsubstDelta,replaceSlotTypes| in lines 2036..2059 :
         |$NRTdeltaList| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTsubstDelta,replaceSlotTypes| in lines 2036..2059 :
         |$NRTdeltaLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTputInLocalReferences| in lines 2061..2069 : |$QuickCode| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTputInHead| in lines 2071..2138 : |$elt| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTputInTail| in lines 2140..2171 : |$devaluateList| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTputInTail| in lines 2140..2171 : |$elt| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NRTdescendCodeTran| in lines 2173..2266 : |$template| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/nruncomp.fas
The following functions were used but not defined:
 BOOT::SUBLISLIS BOOT::|lispize| BOOT::|union| BOOT::|optCallEval|
 BOOT::|devaluate| BOOT::|compiledLookup| BOOT::GETL
 BOOT::|compileTimeBindingOf| BOOT::|stackAndThrow| BOOT::|compOrCroak|
 BOOT::GETDATABASE BOOT::|isFunctor| BOOT::|mkList| BOOT::|isDomainForm|
 BOOT::|get| BOOT::|isHasDollarPred| BOOT::|userError|
 BOOT::|compCategories| BOOT::|InvestigateConditions| BOOT::GETREFV
 BOOT::SIZE BOOT::GENVAR BOOT::|makePredicateBitVector|
 BOOT::|DescendCode| BOOT::POSN1 BOOT::MKQ BOOT::|isCategoryPackageName|
 BOOT::|optFunctorPROGN| BOOT::|minimalise| BOOT::SAY
 BOOT::|get_run_time| BOOT::|systemErrorHere| BOOT::|optimize|
 BOOT::COPY BOOT::|comp| BOOT::|eval| BOOT::|mkEvalableCategoryForm|
 BOOT::REMDUP BOOT::SETDIFFERENCE BOOT::MKPF BOOT::|assoc|
 BOOT::|transformOperationAlist| BOOT::ASSOCRIGHT
 BOOT::|addToConstructorCache| BOOT::|simpBool| BOOT::|insert|
 BOOT::|substitute| BOOT::|listSort| BOOT::GLESSEQP BOOT::MAKE_HASHTABLE
 BOOT::|chaseInferences| BOOT::|error| BOOT::LASSOC BOOT::|member|
 BOOT::|getConstructorSignature| BOOT::|isCategoryForm|
 BOOT::|keyedSystemError| BOOT::|opOf| BOOT::|constructor?|
The following special variables were not defined:
 BOOT::|$NRTbase| BOOT::|$NRTdeltaList| BOOT::|$NRTdeltaListComp|
 BOOT::|$template| BOOT::|$NRTaddForm| BOOT::|$addForm|
 BOOT::|$FormalMapVariableList| BOOT::|$formalArgList|
 BOOT::|$QuickCode| BOOT::|$killOptimizeIfTrue|
 BOOT::|$bootstrapDomains| BOOT::|$functorForm|
 BOOT::|$optimizableConstructorNames| BOOT::|$functorLocalParameters|
 BOOT::|$NRTdeltaLength| BOOT::|$EmptyMode|
 BOOT::|$insideCategoryPackageIfTrue| BOOT::|$domainShell|
 BOOT::|$devaluateList| BOOT::|$op| BOOT::|$ModeVariableList|
 BOOT::|$condAlist| BOOT::|$NRTslot1PredicateList| BOOT::|$SetFunctions|
 BOOT::|$form| BOOT::|$mutableDomain| BOOT::|$lisplibOperationAlist|
 BOOT::|$lastPred| BOOT::|$newEnv| BOOT::|$elt|
0 errors, 131 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=package.clisp package.boot
#<PACKAGE BOOTTRAN>
package.clisp PRODUCED
"package.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=package.fas package.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/package.clisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/package.fas
The following functions were used but not defined:
 BOOT::|systemError| BOOT::|substitute| BOOT::PNAME BOOT::DOWNCASE
 BOOT::STRCONC BOOT::|constructor?| BOOT::INTERNL1 BOOT::CONCAT
 BOOT::STRINGIMAGE
0 errors, 0 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --translate_boot --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys --output=htcheck.clisp htcheck.boot
#<PACKAGE BOOTTRAN>
htcheck.clisp PRODUCED
"htcheck.clisp PRODUCED"
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=htcheck.fas htcheck.clisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/htcheck.clisp ...
WARNING: in #:|6 68 (EVAL-WHEN (EVAL LOAD) (SETQ \|$primitiveHtCommands\|
         '#))-2| in lines 6..68 : |$primitiveHtCommands| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildHtMacroTable| in lines 70..116 : |$htMacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildHtMacroTable| in lines 70..116 : |$htMacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildHtMacroTable| in lines 70..116 : |$primitiveHtCommands| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildHtMacroTable| in lines 70..116 : |$htMacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |buildHtMacroTable| in lines 70..116 : |$htMacroTable| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/htcheck.fas
The following functions were used but not defined:
 BOOT::MAKE_HASHTABLE BOOT::CONCAT BOOT::MAKE_INSTREAM BOOT::EOFP
 BOOT::|read_line| BOOT::SHUT BOOT::|sayBrightly| BOOT::|stringPrefix?|
 BOOT::|charPosition| BOOT::SUBSTRING BOOT::DIGITP BOOT::LASSOC
 BOOT::|member| BOOT::|systemError|
The following special variables were not defined:
 BOOT::|$htMacroTable| BOOT::|$primitiveHtCommands|
0 errors, 6 warnings
NIL
/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/scripts/build_helper --compile_lisp --debug=no --use=/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp --output=util.fas util.lisp
#<PACKAGE FRICAS-LISP>
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/util.lisp ...
WARNING: in MAKE-ABSOLUTE-FILENAME in lines 79..81 : $SPADROOT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in REROOT in lines 83..105 : $SPADROOT is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in REROOT in lines 83..105 : |$defaultMsgDatabaseName| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in INITROOT in lines 107..112 : $SPADROOT is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable CONS is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable FIXNUM is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable SYMBOL is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable PACKAGE is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable ARRAY is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable STRING is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable CFUN is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable CPAGES is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable RPAGES is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in INIT-MEMORY-CONFIG in lines 114..142 : variable HOLE is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in BUILD-INTERPSYS in lines 144..212 :
         FRICAS-LISP::*BUILDING-AXIOMSYS* is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in INTERPSYS-ECL-IMAGE-INIT in lines 214..230 : $SPADROOT is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|246 247 (SETQ \|$opSysName\| '"shell")-15| in lines 246..247 :
         |$opSysName| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in FRICAS-RESTART-1 in lines 320..335 : variable PREVIOUS-HANDLER is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |setViewportProcess| in lines 371..375 : |$ViewportProcessToWatch|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |waitForViewport| in lines 377..390 : |$ViewportProcessToWatch| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |waitForViewport| in lines 377..390 : |$MenuServer| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |waitForViewport| in lines 377..390 : |$IOindex| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/util.fas
The following functions were used but not defined:
 BOOT::|interpsysInitialization| BOOT::RESETHASHTABLES |openServer|
 BOOT::|interpsys_restart| BOOT::SPAD-SYSTEM-ERROR-HANDLER BOOT::|spad|
 BOOT::|autoLoad| BOOT::STRINGIMAGE BOOT::|processInteractive|
 BOOT::OBEY BOOT::CONCAT |sockSendInt| BOOT::|setIOindex|
The following special variables were not defined:
 BOOT::$SPADROOT *BUILDING-AXIOMSYS* BOOT::|$ViewportProcessToWatch|
 BOOT::|$MenuServer| BOOT::|$IOindex|
0 errors, 22 warnings
NIL
617 the database was updated...remaking interpsys
touch database.date
615 making exposed.lsp from /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/algebra/exposed.lsp
cp /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/algebra/exposed.lsp exposed.lsp
616 making /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/exposed.fas from exposed.lsp
echo '(progn  (compile-file "exposed.lsp" :output-file' \
      ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/exposed.fas") (quit))' \
	| /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/lisp
[1]> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp/exposed.lsp ...
WARNING: in #:|2 1055 (SETQ \|$globalExposureGroupAlist\| '(# # # ...))-2| in
         lines 2..1055 : |$globalExposureGroupAlist| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1056 1068 (SETQ \|$localExposureDataDefault\| (VECTOR # #
         ...))-3| in lines 1056..1068 : |$localExposureDataDefault| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1069 1069 (SETQ \|$localExposureData\| (COPY-SEQ
         \|$localExposureDataDefault\|))-4| in line 1069 :
         |$localExposureDataDefault| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|1069 1069 (SETQ \|$localExposureData\| (COPY-SEQ
         \|$localExposureDataDefault\|))-4| in line 1069 :
         |$localExposureData| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/exposed.fas
The following special variables were not defined:
 BOOT::|$localExposureDataDefault|
0 errors, 4 warnings
echo '(load "makeint.lisp") #-:ecl(BOOT::reclaim)' \
             '#+:ecl(FRICAS-LISP::make-program "/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys" nil)' \
             '#-:ecl(BOOT::spad-save "/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys" t)' | \
           DAASE='/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/share' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys
[1]>    Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/share/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/share/algebra/interp.daase..   Re-reading interp.daase
   FriCAS initialization: interpreter 
   FriCAS initialization: database 
   FriCAS initialization: constructors 
   FriCAS initialization: history 
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/share/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/share/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/share/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/share/algebra/browse.daase..   Re-reading browse.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/share/algebra/category.daase..   Re-reading category.daase
Initial getdatabase
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.

T
[2]> 
8075168 ;
49312 ;
164528 ;
12 ;
11785928 ;
159027
[3]> 
Bytes permanently allocated:            164,528
Bytes currently in use:               8,069,248
Bytes available until next GC:           55,232
8069248 ;
55232 ;
164528 ;
13 ;
11809640 ;
182822
ls /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
/home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
6 /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys created
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp'
../config/mkinstalldirs /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share
cd doc && /usr/pkg/bin/gmake util-ht
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/doc'
cp /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/doc/ht/util.ht util.ht
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share/hypertex/pages
cp util.ht /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share/hypertex/pages/util.ht
echo timestamp > util-ht
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/doc'
30b running find-algebra-files
(cd ./algebra; \
  . ../scripts/find-algebra-files) \
    > algebra/tmp-extract-spad.mk
./../config/move-if-change \
   algebra/tmp-extract-spad.mk algebra/extract-spad.mk
cd algebra && /usr/pkg/bin/gmake
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/algebra'
(cd .; \
 sed -n 's/^)abbrev [a-z]*  *\([A-Z0-9]*\) *\([^ ]*\)/\1 \2/p' \
  acplot.spad  aggcat2.spad  aggcat.spad  algcat.spad  algext.spad  algfact.spad  algfunc.spad  alg_top.spad  allfact.spad  alql.spad  amodgcd.spad  any.spad  array1.spad  array2.spad  attribs.spad  bags.spad  bezout.spad  boolean.spad  brill.spad  card.spad  carten.spad  catdef.spad  cden.spad  charpol.spad  clifford.spad  clip.spad  coerce.spad  color.spad  combfunc.spad  combinat.spad  complet.spad  computation.spad  computil.spad  constant.spad  contfrac.spad  coordsys.spad  cra.spad  crfp.spad  curve.spad  cycles.spad  cyclotom.spad  cyldec.spad  ddfact.spad  defaults.spad  defintef.spad  defintrf.spad  derham.spad  dhmatrix.spad  dirichlet.spad  discrgrp.spad  distro.spad  divisor.spad  dpolcat.spad  drawopt.spad  drawpak.spad  draw.spad  efstruc.spad  efuls.spad  efupxs.spad  eigen.spad  elemntry.spad  elfuts.spad  equation1.spad  error.spad  evalut.spad  expexpan.spad  export3D.spad  expps.spad  expr2ups.spad  exprode.spad  expr.spad  extred.spad  facutil.spad  fdalg.spad  ffact.spad  ffcat.spad  ffcg.spad  fffg.spad  fff.spad  ffhom.spad  ffnb.spad  ffpoly.spad  ffp.spad  ffx.spad  files.spad  float.spad  fmod.spad  fname.spad  fnla.spad  formula.spad  fortcat.spad  fortmac.spad  fortout.spad  fortpak.spad  fortran.spad  forttyp.spad  fourier.spad  fparfrac.spad  fraction.spad  free.spad  fr.spad  fs2expxp.spad  fs2ups.spad  fspace.spad  galfact.spad  gaussfac.spad  gaussian.spad  gbeuclid.spad  gbintern.spad  gb.spad  gdirprod.spad  gdpoly.spad  geneez.spad  generic.spad  genser.spad  genups.spad  ghensel.spad  gnudraw.spad  gpgcd.spad  gpol.spad  gpresent.spad  graph.spad  grdef.spad  groebf.spad  groebsol.spad  gseries.spad  hashstate.spad  html.spad  ideal.spad  idecomp.spad  indexedp.spad  intaf.spad  intalg.spad  intaux.spad  intclos.spad  intden.spad  intef.spad  integer.spad  integrat.spad  interval.spad  intfact.spad  intlocp.spad  intpar.spad  intpm.spad  intrf.spad  irexpand.spad  irsn.spad  ituple.spad  jet.spad  kl.spad  kovacic.spad  laplace.spad  laurent.spad  leadcdet.spad  lie.spad  limitps.spad  lindep.spad  lingrob.spad  linpen.spad  liouv.spad  listgcd.spad  list.spad  lll.spad  lmdict.spad  lodof.spad  lodof2.spad  lodo.spad  logic.spad  mama.spad  manip.spad  mantepse.spad  mappkg.spad  matcat.spad  matfuns.spad  matrix.spad  matstor.spad  mesh.spad  mfinfact.spad  mkfunc.spad  mkrecord.spad  mlift.spad  moddfact.spad  modgcd.spad  modhpsol.spad  modmonom.spad  modmon.spad  modring.spad  moebius.spad  mring.spad  mrv_limit.spad  mset.spad  mts.spad  muldep.spad  multfact.spad  multpoly.spad  multsqfr.spad  naalgc.spad  naalg.spad  newdata.spad  newpoint.spad  newpoly.spad  nlinsol.spad  nlode.spad  npcoef.spad  nregset.spad  nsregset.spad  numarr.spad  numeigen.spad  numeric.spad  numode.spad  numquad.spad  numsolve.spad  numtheor.spad  oct.spad  odealg.spad  odeef.spad  oderf.spad  omcat.spad  omdev.spad  omerror.spad  omserver.spad  opalg.spad  openmath.spad  op.spad  ordinal.spad  ore.spad  outform.spad  outform2.spad  out.spad  pade.spad  padiclib.spad  padic.spad  paramete.spad  partperm.spad  patmatch1.spad  pattern.spad  pcurve.spad  perman.spad  permgrps.spad  perm.spad  pfbr.spad  pfo.spad  pfr.spad  pf.spad  pgcd.spad  pgrobner.spad  pinterp.spad  pleqn.spad  plot3d.spad  plot.spad  plottool.spad  polset.spad  poltopol.spad  polycat.spad  poly.spad  primelt.spad  product.spad  prs.spad  prtition.spad  pscat.spad  pseudolin.spad  ptranfn.spad  puiseux.spad  qalgset.spad  quat.spad  radeigen.spad  radix.spad  random.spad  ratfact.spad  rdeefx.spad  rdesys.spad  real0q.spad  realzero.spad  reclos.spad  rec.spad  regset.spad  rep1.spad  rep2.spad  resring.spad  retract.spad  rf.spad  riccati.spad  rinterp.spad  rule.spad  scene.spad  seg.spad  serexp.spad  setorder.spad  sets.spad  sex.spad  sf.spad  sgcf.spad  sign.spad  si.spad  skpol.spad  smith.spad  smith2.spad  solvedio.spad  solvefor.spad  solvelin.spad  solverad.spad  sortpak.spad  space.spad  special.spad  special2.spad  sregset.spad  ssolve.spad  stream.spad  string.spad  sttaylor.spad  sttf.spad  sturm.spad  suchthat.spad  sum.spad  sups.spad  symbol.spad  syssolp.spad  system.spad  tableau.spad  table.spad  taylor.spad  tensor.spad  tex.spad  texmacs.spad  transsolve.spad  tree.spad  trigcat.spad  triset.spad  tube.spad  twofact.spad  u32vec.spad  unittest.spad  updecomp.spad  utsode.spad  variable.spad  vector.spad  view2D.spad  view3D.spad  viewDef.spad  vecrec.spad  viewpack.spad  vsbasis.spad  weier.spad  wtpol.spad  xdpolyf.spad  xhash.spad  xlpoly.spad  xpfact.spad  xpoly.spad  ystream.spad  zerodim.spad) > abbrev.list
if test -d "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra"; then \
          /usr/pkg/bin/gmake BUILD_WAY=use_lisp stamp-alg ; \
else \
  /usr/pkg/bin/gmake BUILD_WAY=normal stamp ; \
fi
gmake[3]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/algebra'
( for A in A1AGG ABELGRP ABELMON ABELSG ACF ACFS ACPLOT AF AGG AHYP ALAGG ALGEBRA ALGFACT ALGFF ALGMANIP ALGMFACT ALGPKG ALGSC ALIST AMR ANON AN ANTISYM ANY1 ANY APPLYORE APPRULE APRODC ARR2CAT ARRAY12 ARRAY1 ARRAY2 ARRAY22 ASSOCEQ ASTACK ATCS ATADDVA ATAPPRO ATARBEX ATARBPR ATCANCL ATCANON  ATCUNOR ATFINAG ATLR ATMULVA ATNZDIV ATRIG ATSHMUT ATTWSR ATUNIKN ATVCWC AUTOMOR BALFACT BASTYPE BBTREE BDISTL BEZOUT BEZOUT2 BGAGG BIALG BICPO BINARY BINFILE BITS BITST BJOIN BLAT BMEET BMODULE BOOLEAN BOP1 BOP BOUNDZRO BRAGG BRILL BSTREE BTAGG BTCAT BTOURN BTREE CABMON CACHSET CAD CADU CARD CARTEN2 CARTEN CCLASS CDEN CDFMAT CDFVEC CELL CFACET CFCAT CHAINC CHARNZ CHARPOL CHARPOL2 CHARPOL3 CHAR CHARZ CHVAR CINTSLPE CKP CLAGG CLIF CLINDEP CLIP CMPLXRT COALG COCHNC CODCPO COLOR COMBF COMBINAT COMBOPC COMM COMMUPC COMPCODE COMPUTIL COMPAR COMPCAT COMPLEX2 COMPLEX COMPLPAT COMPPROP COMRING CONTFRAC COORDSYS CPIMA CPMATCH CRAPACK CRFP CSTTOOLS CTRIGMNP CUBEC CUBECF CVMP CYCGRP CYCLES CYCLOTOM ; do \
   echo ')lisp (fricas_compile_fasl' \
                ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/'$A'.lsp"' \
                '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/'$A'.fas")' ; \
done ; \
echo '(quit)' ) | \
DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/A1AGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/A1AGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/A1AGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ABELGRP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELGRP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELGRP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ABELMON.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELMON.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELMON.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ABELSG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELSG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELSG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ACF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ACFS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACFS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACFS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ACPLOT.lsp ...
WARNING: in |ACPLOT;makeCorners| in lines 63..69 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ACPLOT;getXMin| in lines 73..78 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ACPLOT;getXMax| in lines 82..87 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ACPLOT;getYMin| in lines 91..96 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ACPLOT;getYMax| in lines 100..105 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ACPLOT;ptsSuchThat?| in lines 239..257 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ACPLOT;singValBetween?| in lines 684..709 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ACPLOT;makeRatFcnSketch| in lines 826..1339 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ACPLOT;dummyFirstPt| in lines 1714..1755 : variable |rt| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ACPLOT;listBranches;$L;41| in lines 2573..2575 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACPLOT.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACPLOT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/AF.lsp ...
WARNING: in |AF;lzero| in line 397 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AF.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/AGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/AHYP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AHYP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AHYP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALGEBRA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGEBRA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGEBRA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALGFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALGFF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGFF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGFF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALGMANIP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGMANIP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGMANIP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALGMFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGMFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGMFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALGPKG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGPKG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGPKG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALGSC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGSC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGSC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALIST.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALIST.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALIST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/AMR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AMR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AMR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ANON.lsp ...
WARNING: in |ANON;coerce;$Of;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ANON.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ANON.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/AN.lsp ...
WARNING: in |AN;differentiate;2$;6| in line 73 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AN.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ANTISYM.lsp ...
WARNING: in |ANTISYM;zo| in lines 169..171 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ANTISYM;Nalpha| in lines 212..251 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ANTISYM.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ANTISYM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ANY1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ANY1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ANY1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ANY.lsp ...
WARNING: in |ANY;obj;$N;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ANY;dom;$Se;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ANY;domainOf;$Of;3| in lines 10..11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ANY;any;SeN$;8| in lines 68..77 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ANY.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ANY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/APPLYORE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/APPLYORE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/APPLYORE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/APPRULE.lsp ...
WARNING: in |APPRULE;rewrite| in lines 114..131 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/APPRULE.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/APPRULE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/APRODC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/APRODC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/APRODC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ARR2CAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARR2CAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARR2CAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ARRAY12.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARRAY12.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARRAY12.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ARRAY1.lsp ...
WARNING: in |ARRAY1;qelt;$IS;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ARRAY1;qsetelt!;$I2S;2| in lines 9..10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ARRAY1;oneDimensionalArray;NniS$;4| in lines 37..38 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARRAY1.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARRAY1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ARRAY2.lsp ...
WARNING: in |ARRAY2;qelt;$2IR;1| in lines 5..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ARRAY2;qsetelt!;$2I2R;2| in lines 11..13 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARRAY2.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARRAY2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ARRAY22.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARRAY22.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARRAY22.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ASSOCEQ.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ASSOCEQ.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ASSOCEQ.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ASTACK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ASTACK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ASTACK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATCS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATCS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATCS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATADDVA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATADDVA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATADDVA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATAPPRO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATAPPRO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATAPPRO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATARBEX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATARBEX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATARBEX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATARBPR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATARBPR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATARBPR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATCANCL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATCANCL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATCANCL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATCANON.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATCANON.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATCANON.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATCUNOR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATCUNOR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATCUNOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATFINAG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATFINAG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATFINAG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATLR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATLR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATLR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATMULVA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATMULVA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATMULVA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATNZDIV.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATNZDIV.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATNZDIV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATRIG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATRIG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATRIG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATSHMUT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATSHMUT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATSHMUT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATTWSR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATTWSR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATTWSR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATUNIKN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATUNIKN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATUNIKN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATVCWC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATVCWC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATVCWC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/AUTOMOR.lsp ...
WARNING: in |AUTOMOR;err| in line 7 : variable |r| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |AUTOMOR;err| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |AUTOMOR;ident| in line 11 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |AUTOMOR;ident| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |AUTOMOR;=;2$B;4| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |AUTOMOR;coerce;$Of;8| in lines 43..44 : variable |f| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |AUTOMOR;morphism;M$;9| in line 48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |AUTOMOR;apply| in lines 64..66 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |AUTOMOR;iter| in lines 85..93 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AUTOMOR.fas
0 errors, 9 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AUTOMOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BALFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BALFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BALFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BASTYPE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BASTYPE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BASTYPE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BBTREE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BBTREE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BBTREE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BDISTL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BDISTL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BDISTL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BEZOUT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BEZOUT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BEZOUT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BEZOUT2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BEZOUT2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BEZOUT2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BGAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BGAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BGAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BIALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BIALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BIALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BICPO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BICPO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BICPO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BINARY.lsp ...
WARNING: in |BINARY;coerce;$Re;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BINARY.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BINARY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BINFILE.lsp ...
WARNING: in |BINFILE;close!;2$;4| in lines 42..48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BINFILE.fas
The following functions were used but not defined:
 BINARY_OPEN_INPUT BINARY_OPEN_OUTPUT BINARY_CLOSE_OUTPUT
 BINARY_CLOSE_INPUT BINARY_SELECT_INPUT BINARY_READBYTE BINARY_PRINBYTE
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BINFILE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BITS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BITS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BITS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BITST.lsp ...
WARNING: in |BITST;starts;L$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BITST;hash;$Si;5| in line 38 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BITST;hash;$Si;5| in line 38 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BITST.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BITST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BJOIN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BJOIN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BJOIN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BLAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BLAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BLAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BMEET.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BMEET.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BMEET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BMODULE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BMODULE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BMODULE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BOOLEAN.lsp ...
WARNING: in |BOOLEAN;test;2$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;nt| in line 6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;true;$;3| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;false;$;4| in line 14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;not;2$;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;~;2$;6| in line 22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;and;3$;7| in line 26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;/\\;3$;8| in line 30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;or;3$;9| in line 34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;\\/;3$;10| in line 38 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;=;3$;14| in lines 51..52 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;implies;3$;15| in lines 54..55 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;<;3$;16| in lines 57..58 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;size;Nni;17| in line 62 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;index;Pi$;18| in lines 64..65 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;lookup;$Pi;19| in lines 67..68 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOOLEAN;random;$;20| in line 70 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOOLEAN.fas
0 errors, 17 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOOLEAN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BOP1.lsp ...
WARNING: in |BOP1;cdisp| in lines 71..72 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP1;cdisp| in lines 71..72 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP1;csex| in lines 76..77 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP1;csex| in lines 76..77 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOP1.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOP1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BOP.lsp ...
WARNING: in |BOP;name;$S;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP;properties;$Al;3| in lines 11..12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP;setProperties;$Al$;4| in lines 14..16 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP;oper| in lines 38..41 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP;nullary?;$B;12| in lines 46..47 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP;unary?;$B;13| in line 49 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP;nary?;$B;14| in lines 51..52 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOP;arity;$U;25| in lines 113..122 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOP.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BOUNDZRO.lsp ...
WARNING: in |BOUNDZRO;integerBound;UPI;2| in lines 8..9 : variable |p| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BOUNDZRO;integerBound;UPI;2| in lines 8..9 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOUNDZRO.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOUNDZRO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BRAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BRAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BRAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BRILL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BRILL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BRILL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BSTREE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BSTREE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BSTREE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BTAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BTCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BTOURN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTOURN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTOURN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BTREE.lsp ...
WARNING: in |BTREE;empty;$;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BTREE;empty?;$B;6| in line 21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTREE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTREE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CABMON.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CABMON.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CABMON.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CACHSET.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CACHSET.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CACHSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CAD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CAD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CAD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CADU.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CADU.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CADU.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CARD.lsp ...
WARNING: in |CARD;Zero;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CARD;One;$;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CARD;coerce;Nni$;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CARD;Aleph;Nni$;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CARD;finite?;$B;13| in line 94 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CARD;countable?;$B;14| in line 96 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CARD.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CARD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CARTEN2.lsp ...
WARNING: in |CARTEN2;reshape;LCtCt;1| in lines 2..5 : variable |s| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CARTEN2.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CARTEN2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CARTEN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CARTEN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CARTEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CCLASS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CCLASS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CCLASS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CDEN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CDEN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CDEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CDFMAT.lsp ...
WARNING: in |CDFMAT;minRowIndex;$I;1| in line 4 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;minRowIndex;$I;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;minColIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;minColIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;nrows;$Nni;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;ncols;$Nni;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;maxRowIndex;$I;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;maxColIndex;$I;6| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;qelt;$2IC;7| in lines 24..27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;elt;$2IC;8| in lines 31..34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;qsetelt!;$2I2C;9| in lines 38..41 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;setelt!;$2I2C;10| in lines 45..48 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;empty;$;11| in line 52 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;qnew;2Nni$;12| in lines 56..58 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFMAT;new;2NniC$;13| in lines 60..76 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CDFMAT.fas
0 errors, 15 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CDFMAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CDFVEC.lsp ...
WARNING: in |CDFVEC;qelt;$IC;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;qsetelt!;$I2C;2| in lines 9..12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;#;$Nni;3| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;minIndex;$I;4| in line 20 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;minIndex;$I;4| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;empty;$;5| in line 24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;qnew;I$;6| in line 28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;qelt;$IC;8| in lines 38..39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;elt;$IC;9| in lines 43..44 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;qsetelt!;$I2C;10| in lines 48..51 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;setelt!;$I2C;11| in lines 55..58 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CDFVEC;fill!;$C$;12| in lines 60..67 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CDFVEC.fas
0 errors, 12 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CDFVEC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CELL.lsp ...
WARNING: in |CELL;simpleCells;$L;1| in lines 4..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CELL;projection;$U;3| in lines 27..35 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CELL;makeCell;L$;4| in lines 39..43 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CELL;makeCell;Sc2$;5| in lines 47..51 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CELL.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CELL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CFACET.lsp ...
WARNING: in |CFACET;getIntervals;$L;4| in lines 59..60 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CFACET;getMult;$I;6| in line 86 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CFACET.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CFACET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CFCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CFCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CFCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CHAINC.lsp ...
WARNING: in |CHAINC;chainComplex;L$;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CHAINC;transition_matrices;$L;2| in lines 9..10 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHAINC.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHAINC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CHARNZ.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARNZ.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARNZ.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CHARPOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARPOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARPOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CHARPOL2.lsp ...
WARNING: in |CHARPOL2;danilewski;MR;1| in lines 2..191 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARPOL2.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARPOL2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CHARPOL3.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARPOL3.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARPOL3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CHAR.lsp ...
WARNING: in |CHAR;=;2$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CHAR;<;2$B;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CHAR;size;Nni;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CHAR;ord;$I;7| in line 27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CHAR;latex;$S;20| in lines 60..61 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CHAR;char;S$;21| in line 65 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CHAR;hashUpdate!;Hs$Hs;24| in lines 75..76 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHAR.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHAR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CHARZ.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARZ.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHARZ.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CHVAR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHVAR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHVAR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CINTSLPE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CINTSLPE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CINTSLPE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CKP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CKP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CKP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CLAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CLIF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLIF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLIF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CLINDEP.lsp ...
WARNING: in |CLINDEP;kmap| in lines 2..138 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLINDEP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLINDEP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CLIP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLIP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLIP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CMPLXRT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CMPLXRT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CMPLXRT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COCHNC.lsp ...
WARNING: in |COCHNC;coChainComplex;L$;1| in lines 4..5 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COCHNC.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COCHNC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CODCPO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CODCPO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CODCPO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COLOR.lsp ...
WARNING: in |COLOR;*;Df2$;1| in lines 2..4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COLOR;=;2$B;3| in lines 47..49 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COLOR;red;$;4| in line 53 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COLOR;yellow;$;5| in line 57 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COLOR;green;$;6| in line 61 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COLOR;blue;$;7| in line 65 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COLOR;hue;$I;8| in line 69 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COLOR;numberOfHues;Pi;10| in line 76 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COLOR;color;I$;11| in lines 78..84 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COLOR.fas
0 errors, 9 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COLOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMBF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMBF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMBF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMBINAT.lsp ...
WARNING: in |COMBINAT;partition;2I;1| in lines 2..112 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |COMBINAT;partition;2I;1| in lines 2..112 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |COMBINAT;distinct_partition;2I;2| in lines 114..208 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |COMBINAT;distinct_partition;2I;2| in lines 114..208 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMBINAT.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMBINAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMBOPC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMBOPC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMBOPC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMM.lsp ...
WARNING: in |COMM;mkcomm;3$;3| in line 26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMM.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMMUPC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMMUPC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMMUPC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMPCODE.lsp ...
WARNING: in |COMPCODE;genCatFooter| in line 61 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCODE;genPackageFooter| in line 176 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPCODE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPCODE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMPUTIL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPUTIL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPUTIL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMPAR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPAR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPAR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMPCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMPLEX2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPLEX2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPLEX2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMPLEX.lsp ...
WARNING: in |COMPLEX;complex;2R$;8| in line 37 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPLEX;real;$R;9| in line 41 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPLEX;imag;$R;10| in line 45 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPLEX;+;3$;11| in lines 47..49 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPLEX;-;3$;12| in lines 51..53 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPLEX;*;3$;13| in lines 55..60 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPLEX.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPLEX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMPLPAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPLPAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPLPAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMPPROP.lsp ...
WARNING: in |COMPPROP;closed?;$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPPROP;solid?;$B;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPPROP;close;$2B;3| in lines 10..11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPPROP;solid;$2B;4| in lines 13..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPPROP;new;$;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPPROP.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPPROP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMRING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMRING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CONTFRAC.lsp ...
WARNING: in |CONTFRAC;wholePart;$R;17| in line 334 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CONTFRAC;partialNumerators;$S;18!0| in line 340 : variable $$ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CONTFRAC;partialDenominators;$S;19!0| in line 346 : variable $$
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CONTFRAC;showAll?| in line 620 : |$streamsShowAll| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |CONTFRAC;showAll?| in line 620 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CONTFRAC.fas
The following special variables were not defined:
 |$streamsShowAll|
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CONTFRAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COORDSYS.lsp ...
WARNING: in |COORDSYS;cartesian;2P;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COORDSYS.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COORDSYS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CPIMA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CPIMA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CPIMA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CPMATCH.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CPMATCH.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CPMATCH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CRAPACK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CRAPACK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CRAPACK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CRFP.lsp ...
WARNING: in |CRFP;startPolynomial;UPR;5| in lines 171..366 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CRFP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CRFP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CSTTOOLS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CSTTOOLS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CSTTOOLS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CTRIGMNP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CTRIGMNP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CTRIGMNP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CUBEC.lsp ...
WARNING: in |CUBEC;cubicalComplex;LL$;1| in lines 4..5 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CUBEC;cubicalComplex;L$;4| in lines 41..43 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CUBEC.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CUBEC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CUBECF.lsp ...
WARNING: in |CUBECF;sphereSolid;NniFcc;1| in lines 2..57 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CUBECF.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CUBECF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CVMP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CVMP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CVMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CYCGRP.lsp ...
WARNING: in |CYCGRP;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |CYCGRP;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CYCGRP.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CYCGRP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CYCLES.lsp ...
WARNING: in |CYCLES;even?| in lines 44..58 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CYCLES.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CYCLES.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CYCLOTOM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CYCLOTOM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CYCLOTOM.fas"
(1) -> 
 
   >> System error:
   LOAD: A file with name /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OFTOOL.fas does not exist

(1) -> 
echo timestamp > stamp-fasls1
( for A in DBASE DBLRESP DDFACT DECIMAL DEFINTEF DEFINTRF DEGRED DELTAC DELTCF DEQUEUE DERHAM DFINTTLS DFLOAT DFMAT DFVEC DFSFUN DFSFUN2 DGRPH DHMATRIX DIAGG DIFEXT DIFRING DIHGRP DIOPS DIOSP DIRPCAT DIRPROD2 DIRPROD DIRRING DISPLAY DISTCAT DISTEX DISTLAT DISTPOL DISTRO DISTRO2 DIVRING DJBP DLAGG DLIST DLP DMP DCPO DPMM DPMO DPOLCAT DQAGG DRAWCFUN DRAWCURV DRAWCX DRAWHACK DRAWPT DRAW DROPT0 DROPT1 DROPT DSMP DSTCFPG DVARCAT EAB EF EFACTOR EFGUSER EFSTRUC EFULS EFUPXS ELAGG ELEMFUN ELFUTS ELINSOL ELIPIDF ELTAB ELTAGG EMR ENTIRER EP EQ2 EQ EQTBL ERROR ES1 ES2 ES EUCDOM EVALAB EVALCYC EXIT EXP3D EXPEXPAN EXPR2 EXPR2UPS EXPRODE EXPR EXPRTUBE EXPUPXS EXTRED FACTCAT FACTFUNC FACUTIL FAKEPOL FAMR FARRAY FAXF FBICPO FCDCPO FCOMP FCPAK1 FCTOOL FC FDALG FDIV2 FDIVCAT FDIV FDCPO FELFUN FEVALAB FEXPR FFCAT2 FFCAT FFCGP FFCG FFCGX FFF FFHOM FFIELDC FFINTBAS FFNBP FFNB FFNBX FFPOLY2 FFPOLY FFP FFSLPE FF FFX FGLMICPK FGROUP FGRPH FIELD FILECAT FILE FINAALG FINGEN FINGPKG FINGRP FINITE FINLAT FINRALG FLAGG2 ; do \
   echo ')lisp (fricas_compile_fasl' \
                ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/'$A'.lsp"' \
                '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/'$A'.fas")' ; \
done ; \
echo '(quit)' ) | \
DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DBASE.lsp ...
WARNING: in |DBASE;coerce;L$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DBASE.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DBASE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DBLRESP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DBLRESP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DBLRESP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DDFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DDFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DDFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DECIMAL.lsp ...
WARNING: in |DECIMAL;coerce;$Re;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DECIMAL.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DECIMAL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DEFINTEF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DEFINTEF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DEFINTEF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DEFINTRF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DEFINTRF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DEFINTRF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DEGRED.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DEGRED.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DEGRED.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DELTAC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DELTAC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DELTAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DELTCF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DELTCF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DELTCF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DEQUEUE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DEQUEUE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DEQUEUE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DERHAM.lsp ...
WARNING: in |DERHAM;terms| in lines 94..99 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DERHAM.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DERHAM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DFINTTLS.lsp ...
WARNING: in |DFINTTLS;ignore?;SB;4| in lines 33..35 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFINTTLS.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFINTTLS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DFLOAT.lsp ...
WARNING: in |DFLOAT;checkComplex| in line 14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;base;Pi;4| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;precision;Pi;7| in line 28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;max;$;9| in line 51 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;min;$;10| in line 55 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;Zero;$;12| in line 63 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;One;$;13| in line 68 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;exp1;$;14| in lines 70..72 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;pi;$;15| in line 77 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;<;2$B;19| in line 95 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;-;2$;20| in line 99 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;+;3$;21| in line 103 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;-;3$;22| in line 107 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;*;3$;23| in line 111 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;*;I2$;24| in line 115 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;max;3$;25| in line 119 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;min;3$;26| in line 123 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;=;2$B;27| in line 127 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;/;$I$;28| in line 131 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;qsqrt;2$;30| in line 138 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;^;$I$;32| in line 145 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;coerce;I$;34| in lines 153..154 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;exp;2$;35| in line 158 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;qlog;2$;37| in line 165 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;sin;2$;39| in line 172 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;cos;2$;40| in line 176 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;tan;2$;41| in line 180 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;cot;2$;42| in line 184 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;sec;2$;43| in line 186 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;csc;2$;44| in line 188 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;atan;2$;47| in line 198 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;sinh;2$;51| in line 218 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;cosh;2$;52| in line 222 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;tanh;2$;53| in line 226 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;csch;2$;54| in line 228 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;coth;2$;55| in line 230 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;sech;2$;56| in line 232 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;asinh;2$;57| in line 236 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;acsch;2$;60| in line 244 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;/;3$;63| in line 254 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;negative?;$B;64| in line 258 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;zero?;$B;65| in line 262 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;hashUpdate!;Hs$Hs;66| in lines 264..266 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;recip;$U;67| in lines 268..270 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;differentiate;2$;68| in line 274 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;differentiate;2$;68| in line 274 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;wholePart;$I;90| in line 407 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;float;2IPi$;91| in lines 409..412 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;convert;2$;92| in line 416 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;retract;$I;98| in lines 460..467 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;retractIfCan;$U;99| in lines 469..476 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;abs;2$;101| in line 483 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFLOAT;conjugate;2$;102| in line 487 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFLOAT.fas
0 errors, 53 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFLOAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DFMAT.lsp ...
WARNING: in |DFMAT;minRowIndex;$I;1| in line 4 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;minRowIndex;$I;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;minColIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;minColIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;nrows;$Nni;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;ncols;$Nni;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;maxRowIndex;$I;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;maxColIndex;$I;6| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;qelt;$2IDf;7| in lines 24..26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;elt;$2IDf;8| in lines 30..32 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;qsetelt!;$2I2Df;9| in lines 36..39 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;setelt!;$2I2Df;10| in lines 43..46 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;empty;$;11| in line 50 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;qnew;2Nni$;12| in lines 54..56 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFMAT;new;2NniDf$;13| in lines 60..63 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFMAT.fas
0 errors, 15 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFMAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DFVEC.lsp ...
WARNING: in |DFVEC;qelt;$IDf;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;qsetelt!;$I2Df;2| in lines 9..11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;#;$Nni;3| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;minIndex;$I;4| in line 19 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;minIndex;$I;4| in line 19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;empty;$;5| in line 23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;qnew;I$;6| in line 27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;new;NniDf$;7| in lines 31..33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;qelt;$IDf;8| in lines 37..38 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;elt;$IDf;9| in lines 42..43 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;qsetelt!;$I2Df;10| in lines 47..49 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;setelt!;$I2Df;11| in lines 53..55 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFVEC;fill!;$Df$;12| in lines 57..64 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFVEC.fas
0 errors, 13 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFVEC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DFSFUN.lsp ...
WARNING: in |DFSFUN;Gamma;2C;1| in lines 4..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;Gamma;2Df;2| in lines 10..11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;polygamma;Nni2C;3| in lines 15..18 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;polygamma;Nni2Df;4| in lines 22..24 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;logGamma;2C;5| in lines 28..30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;logGamma;2Df;6| in lines 34..35 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;besselJ;3C;7| in lines 39..42 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;besselJ;3Df;8| in lines 46..48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;besselI;3C;9| in lines 52..55 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;besselI;3Df;10| in lines 59..61 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DFSFUN;hypergeometric0F1;3C;11| in lines 65..68 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFSFUN.fas
0 errors, 11 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFSFUN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DFSFUN2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFSFUN2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DFSFUN2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DGRPH.lsp ...
WARNING: in |DGRPH;directedGraph;L$;2| in lines 30..35 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DGRPH;directedGraph;LL$;3| in lines 39..51 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DGRPH;getVertices;$L;13| in lines 443..448 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DGRPH;getArrows;$L;14| in lines 452..461 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DGRPH;initial;$;16| in line 654 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DGRPH;terminal;S$;17| in lines 656..670 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DGRPH;indexProd| in lines 1054..1063 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DGRPH.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DGRPH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DHMATRIX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DHMATRIX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DHMATRIX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIFEXT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFEXT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFEXT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIFRING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFRING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIHGRP.lsp ...
WARNING: in |DIHGRP;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DIHGRP;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIHGRP.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIHGRP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIOPS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIOPS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIOPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIOSP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIOSP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIOSP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIRPCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRPCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRPCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIRPROD2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRPROD2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRPROD2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIRPROD.lsp ...
WARNING: in |DIRPROD;parts;$L;3| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRPROD.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRPROD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIRRING.lsp ...
WARNING: in |DIRRING;per| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DIRRING;rep| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DIRRING;Zero;$;10!0| in line 62 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DIRRING;zeta;$;11!0| in line 67 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRRING.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DISPLAY.lsp ...
WARNING: in |DISPLAY;sayLength;SI;10| in line 103 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISPLAY.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISPLAY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DISTCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DISTEX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTEX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTEX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DISTLAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTLAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTLAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DISTPOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTPOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTPOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DISTRO.lsp ...
WARNING: in |DISTRO;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DISTRO;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTRO.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTRO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DISTRO2.lsp ...
WARNING: in |DISTRO2;R1_to_R2_coercion;R1R2;4| in lines 26..27 : variable |x|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DISTRO2;R1_to_R2_coercion;R1R2;4| in lines 26..27 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTRO2.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DISTRO2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIVRING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIVRING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIVRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DJBP.lsp ...
WARNING: in |DJBP;zero?;$B;4| in line 44 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DJBP;monomial?;$B;6| in lines 49..52 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DJBP;numberOfMonomials;$Nni;7| in lines 54..57 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DJBP.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DJBP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DLAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DLAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DLAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DLIST.lsp ...
WARNING: in |DLIST;elt;$unique$;1| in lines 2..3 : variable T1 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DLIST;elt;$sort$;2| in lines 5..6 : variable T2 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DLIST;elt;$countNni;3| in lines 8..9 : variable T3 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DLIST;coerce;L$;4| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DLIST;coerce;$L;5| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DLIST.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DLIST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DLP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DLP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DLP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DMP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DMP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DCPO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DCPO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DCPO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DPMM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DPMM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DPMM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DPMO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DPMO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DPMO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DPOLCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DPOLCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DPOLCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DQAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DQAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DQAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DRAWCFUN.lsp ...
WARNING: in |DRAWCFUN;myTrap1| in lines 181..197 : |$numericFailure| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DRAWCFUN;id| in line 365 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DRAWCFUN;zCoord| in lines 369..372 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DRAWCFUN;zCoord| in lines 369..372 : variable |y| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DRAWCFUN;zCoord| in lines 369..372 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DRAWCFUN;myTrap2| in lines 659..675 : |$numericFailure| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |DRAWCFUN;xCoord| in lines 709..710 : variable |y| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DRAWCFUN;xCoord| in lines 709..710 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWCFUN.fas
The following special variables were not defined:
 |$numericFailure|
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWCFUN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DRAWCURV.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWCURV.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWCURV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DRAWCX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWCX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWCX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DRAWHACK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWHACK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWHACK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DRAWPT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWPT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAWPT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DRAW.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAW.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DRAW.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DROPT0.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DROPT0.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DROPT0.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DROPT1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DROPT1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DROPT1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DROPT.lsp ...
WARNING: in |DROPT;length| in lines 4..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DROPT;lengthR| in lines 10..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DROPT;lengthI| in lines 17..18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DROPT;option?;LSB;31| in lines 143..164 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |DROPT;option;LSU;32| in lines 166..191 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DROPT.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DROPT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DSMP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DSMP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DSMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DSTCFPG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DSTCFPG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DSTCFPG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DVARCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DVARCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DVARCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EAB.lsp ...
WARNING: in |EAB;degree;$Nni;4| in lines 28..51 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EAB;Nul;Nni$;6| in lines 56..65 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EAB.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EAB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EF.lsp ...
WARNING: in |EF;ipi| in line 26 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EF;posrem| in lines 108..111 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EF;valueOrPole| in lines 113..115 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EF;specialTrigs;FLU;45| in lines 345..349 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EF;specialTrigs;FLU;45| in lines 345..349 : variable |values| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EF;specialTrigs;FLU;45| in lines 345..349 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EF;localReal?;FB;72| in line 1515 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EF;localReal?;FB;72| in line 1515 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EF;localReal?;FB;73| in line 1519 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EF;localReal?;FB;73| in line 1519 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EF.fas
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EFACTOR.lsp ...
WARNING: in |EFACTOR;poly_factor;SupF;4| in lines 29..35 : variable |p| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EFACTOR;poly_factor;SupF;4| in lines 29..35 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFACTOR.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFACTOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EFGUSER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFGUSER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFGUSER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EFSTRUC.lsp ...
WARNING: in |EFSTRUC;irootDep;KU;49| in lines 2491..2495 : variable |k| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EFSTRUC;irootDep;KU;49| in lines 2491..2495 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFSTRUC.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFSTRUC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EFULS.lsp ...
WARNING: in |EFULS;applyOrError| in lines 514..524 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFULS.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFULS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EFUPXS.lsp ...
WARNING: in |EFUPXS;applyOrError| in lines 462..472 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFUPXS.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EFUPXS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELEMFUN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELEMFUN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELEMFUN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELFUTS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELFUTS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELFUTS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELINSOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELINSOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELINSOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELIPIDF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELIPIDF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELIPIDF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELTAB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELTAB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELTAB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELTAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELTAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELTAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EMR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EMR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EMR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ENTIRER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ENTIRER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ENTIRER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EQ2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EQ2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EQ2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EQ.lsp ...
WARNING: in |EQ;=;2S$;2| in line 41 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EQ;equation;2S$;3| in line 45 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EQ;lhs;$S;4| in line 49 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EQ;rhs;$S;5| in line 53 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EQ.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EQ.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EQTBL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EQTBL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EQTBL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ERROR.lsp ...
WARNING: in |ERROR;doit| in lines 2..3 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ERROR.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ERROR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ES1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ES1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ES1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ES2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ES2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ES2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ES.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ES.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ES.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EUCDOM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EUCDOM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EUCDOM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EVALAB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EVALAB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EVALAB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EVALCYC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EVALCYC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EVALCYC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXIT.lsp ...
WARNING: in |EXIT;coerce;$Of;1| in lines 5..6 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXIT;coerce;$Of;1| in lines 5..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXIT;=;2$B;2| in lines 11..12 : variable |n1| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXIT;=;2$B;2| in lines 11..12 : variable |n2| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXIT;=;2$B;2| in lines 11..12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXIT.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXIT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXP3D.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXP3D.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXP3D.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXPEXPAN.lsp ...
WARNING: in |EXPEXPAN;coeff| in lines 4..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPEXPAN;exponent| in lines 17..26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPEXPAN.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPEXPAN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXPR2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPR2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPR2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXPR2UPS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPR2UPS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPR2UPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXPRODE.lsp ...
WARNING: in |EXPRODE;checkOrder1| in lines 139..148 : variable |y| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPRODE;checkOrderN| in lines 150..204 : variable |y| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPRODE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPRODE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXPR.lsp ...
WARNING: in |EXPR;belong?;BoB;1| in line 4 : variable |op| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPR;belong?;BoB;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPR;getSimplifyDenomsFlag;B;35| in line 299 : |algreduc_flag| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |EXPR;getSimplifyDenomsFlag;B;35| in line 299 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPR;setSimplifyDenomsFlag;2B;36| in lines 301..304 :
         |algreduc_flag| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |EXPR;varmap2| in lines 925..948 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPR;numer;$Smp;201| in lines 1759..1760 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPR;coerce;Smp$;202| in lines 1764..1765 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPR;coerce;K$;230| in line 2015 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPR;kernels;$L;231| in line 2019 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPR.fas
The following special variables were defined too late:
 |algreduc_flag|
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXPRTUBE.lsp ...
WARNING: in |EXPRTUBE;project| in lines 207..208 : variable |y| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXPRTUBE;project| in lines 207..208 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPRTUBE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPRTUBE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXPUPXS.lsp ...
WARNING: in |EXPUPXS;exponent;$Ups;2| in lines 8..9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPUPXS.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPUPXS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXTRED.lsp ...
WARNING: in |EXTRED;polynomial| in lines 4..7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXTRED;representation| in lines 11..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |EXTRED;multiplier| in lines 18..21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXTRED.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXTRED.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FACTCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FACTCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FACTCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FACTFUNC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FACTFUNC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FACTFUNC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FACUTIL.lsp ...
WARNING: in |FACUTIL;ran;IR;6| in line 112 : variable |k| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FACUTIL.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FACUTIL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FAKEPOL.lsp ...
WARNING: in |FAKEPOL;subst_var;$2L$;10| in lines 353..377 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAKEPOL.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAKEPOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FAMR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAMR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAMR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FARRAY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FARRAY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FARRAY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FAXF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAXF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAXF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FBICPO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FBICPO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FBICPO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FCDCPO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FCDCPO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FCDCPO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FCOMP.lsp ...
WARNING: in |FCOMP;sin;E$;1| in line 2 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCOMP;cos;E$;2| in line 6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCOMP;sin?;$B;3| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCOMP;argument;$E;4| in line 14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FCOMP.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FCOMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FCPAK1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FCPAK1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FCPAK1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FCTOOL.lsp ...
WARNING: in |FCTOOL;newFortranTempVar;S;1| in lines 2..13 :
         |$defaultFortranType| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;checkType;2S;2| in lines 15..20 : |$fortranPrecision| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;checkType;2S;2| in lines 15..20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;fortranCleanUp| in lines 22..39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;segment2l| in lines 368..442 :
         |$maximumFortranExpressionLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;segment| in lines 508..589 : |$fortranSegment| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;segment| in lines 508..589 :
         |$maximumFortranExpressionLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;segment| in lines 508..589 :
         |$maximumFortranExpressionLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortError2| in lines 591..593 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;fortranifyIntrinsicFunctionName| in lines 634..673 :
         |$useIntrinsicFunctions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortranifyIntrinsicFunctionName| in lines 634..673 :
         |$fortranPrecision| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortranifyIntrinsicFunctionName| in lines 634..673 :
         |$useIntrinsicFunctions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortranifyIntrinsicFunctionName| in lines 634..673 :
         |$useIntrinsicFunctions| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;mkMat| in lines 725..734 : |$fortInts2Floats| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;mkMat| in lines 725..734 : |$fortInts2Floats| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;mkMat| in lines 725..734 : |$fortInts2Floats| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortPreRoot| in lines 736..743 : |$fortInts2Floats| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortPreRoot| in lines 736..743 : |$fortInts2Floats| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortPreRoot| in lines 736..743 : |$fortInts2Floats| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;exp2FortSpecial| in lines 745..1062 : |$fortInts2Floats|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;exp2FortSpecial| in lines 745..1062 : |$fortInts2Floats|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;exp2FortSpecial| in lines 745..1062 : |$fortInts2Floats|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;exp2FortSpecial| in lines 745..1062 :
         |$fortranArrayStartingIndex| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;exp2FortSpecial| in lines 745..1062 :
         |$fortranArrayStartingIndex| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fix2FortranFloat| in lines 1068..1077 :
         |$fortranPrecision| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;checkPrecision1| in lines 1079..1113 : |$fortranPrecision|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortPre1| in lines 1118..1435 : |$fortInts2Floats| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;indentFortLevel;IV;40| in lines 1455..1459 :
         |$maximumFortranExpressionLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;indentFortLevel;IV;40| in lines 1455..1459 :
         |$maximumFortranExpressionLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortran2Lines1| in lines 1469..1538 : |$fortLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortran2Lines1| in lines 1469..1538 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fortran2Lines1| in lines 1469..1538 : |$fortLength| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;do_with_error_env3;BML;45| in lines 1581..1590 :
         |$fortInts2Floats| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;do_with_error_env3;BML;45| in lines 1581..1590 :
         |$fortInts2Floats| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;do_with_error_env3;BML;45| in lines 1581..1590 :
         |$fortInts2Floats| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;do_with_error_env3;BML;45| in lines 1581..1590 : variable
         $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;exp2FortOptimizeArray| in lines 1708..1815 : variable
         |exprStack| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;exp2FortOptimize| in lines 1817..1853 :
         |$fortranOptimizationLevel| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;expression2Fortran1;MOfBL;52| in lines 1855..1876 :
         |$fortInts2Floats| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;expression2Fortran1;MOfBL;52| in lines 1855..1876 :
         |$fortInts2Floats| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;expression2Fortran1;MOfBL;52| in lines 1855..1876 :
         |$fortInts2Floats| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;expression2Fortran1;MOfBL;52| in lines 1855..1876 :
         variable |int_to_floats?| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;statement2Fortran;OfL;53!0| in line 1883 : variable $$ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;changeExprLength;IV;55| in lines 1889..1892 :
         |$maximumFortranExpressionLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;changeExprLength;IV;55| in lines 1889..1892 :
         |$maximumFortranExpressionLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;changeExprLength;IV;55| in lines 1889..1892 : variable |i|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;changeExprLength;IV;55| in lines 1889..1892 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;displayLines;LV;57| in lines 1909..1917 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;addCommas| in lines 1996..2011 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;nameLen| in lines 2013..2030 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;fortFormatTypes1| in lines 2041..2068 :
         |$maximumFortranExpressionLength| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;mkCharName| in lines 2141..2142 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FCTOOL;fort_format_types;SLV;74| in lines 2229..2246 :
         |$fortranSegment| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fort_format_types;SLV;74| in lines 2229..2246 :
         |$fortranSegment| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FCTOOL;fort_format_types;SLV;74| in lines 2229..2246 :
         |$fortranSegment| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FCTOOL.fas
The following special variables were not defined:
 |$defaultFortranType| |$fortranPrecision|
 |$maximumFortranExpressionLength| |$fortranSegment|
 |$useIntrinsicFunctions| |$fortInts2Floats|
 |$fortranArrayStartingIndex| |$fortLength| |$NoValue|
 |$fortranOptimizationLevel|
0 errors, 55 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FCTOOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FC.lsp ...
WARNING: in |FC;getComment| in lines 766..777 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;code;$U;38| in lines 1874..1908 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;operation;$U;39| in lines 1912..1921 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;common;SL$;40| in lines 1923..1925 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;stop;$;41| in line 1927 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;save;$;42| in line 1929 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;printStatement;L$;43| in lines 1931..1932 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;comment;L$;44| in lines 1934..1935 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;forLoop;SbP2$;47| in lines 1951..1954 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;gotoJump;Si$;48| in lines 1956..1957 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;continue;Si$;49| in lines 1959..1960 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;whileLoop;S2$;50| in lines 1962..1963 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;repeatUntilLoop;S2$;51| in lines 1965..1966 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;block;L$;59| in lines 2001..2002 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;cond;S2$;60| in lines 2004..2008 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;cond;S3$;61| in lines 2010..2011 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FC;call;S$;94| in lines 2208..2209 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FC.fas
0 errors, 17 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FDALG.lsp ...
WARNING: in |FDALG;interval;2NniL;21| in lines 110..121 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;enableDebugOutput;2$;34| in lines 344..345 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;disableDebugOutput;2$;35| in lines 347..348 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;toggleDebugOutput;2$;36| in lines 350..351 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;enableAlternativeOutput;2$;37| in lines 353..354 : variable
         $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;disableAlternativeOutput;2$;38| in lines 356..357 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;toggleAlternativeOutput;2$;39| in lines 359..360 : variable
         $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;minimal?;$B;40| in line 364 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;mutable?;$B;41| in line 368 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;scalar?;$2NniB;43| in lines 399..424 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;dimension;$Nni;49| in lines 517..518 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;pencil;$Lmmp;61| in lines 771..772 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDALG;transformColumns!;$M$;98| in lines 1691..1735 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;normalizePLS!;2$;100| in lines 1761..1821 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;normalizeDIAG!;2$;101| in lines 1823..1858 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;normalize!;2$;102| in lines 1860..1906 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;summands;$L;115| in lines 2496..2657 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;factor;$L;125| in lines 3425..3515 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;factor;$L;125| in lines 3425..3515 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;refineUR!;$Nni$;130| in lines 3780..3875 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;normalALS;2$;133| in lines 3913..4015 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;refinePERM!| in lines 5070..5129 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;refinePERM!| in lines 5070..5129 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FDALG;refine!;$B$;170| in lines 5131..5285 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDALG.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 24 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FDIV2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDIV2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDIV2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FDIVCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDIVCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDIVCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FDIV.lsp ...
WARNING: in |FDIV;divisor;Fi$;17| in lines 51..53 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FDIV;ideal;$Fi;20| in lines 63..64 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDIV.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDIV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FDCPO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDCPO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDCPO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FELFUN.lsp ...
WARNING: in |FELFUN;landen2;FLFL;4| in lines 38..76 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FELFUN;landen2;CLFL;9| in lines 175..214 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FELFUN;zeta2| in lines 1030..1097 : variable |k0| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FELFUN.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FELFUN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FEVALAB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FEVALAB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FEVALAB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FEXPR.lsp ...
WARNING: in |FEXPR;coerce;$E;27| in line 382 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FEXPR.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FEXPR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFCAT2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCAT2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCAT2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFCGP.lsp ...
WARNING: in |FFCGP;tableForDiscreteLogarithm;IT;1| in lines 2..5 : variable
         |fac| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFCGP;representationType;U;12| in lines 160..161 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFCGP;generator;$;23| in line 303 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFCGP;createPrimitiveElement;$;24| in line 307 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFCGP;primitiveElement;$;25| in line 311 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFCGP;Zero;$;33| in line 343 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFCGP;One;$;34| in line 347 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFCGP;=;2$B;36| in line 363 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCGP.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCGP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFCG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFCGX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCGX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCGX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFHOM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFHOM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFHOM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFIELDC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFIELDC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFIELDC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFINTBAS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFINTBAS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFINTBAS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFNBP.lsp ...
WARNING: in |FFNBP;represents;V$;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFNBP;coordinates;$V;17| in line 163 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFNBP;representationType;U;48| in lines 430..431 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFNBP.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFNBP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFNB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFNB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFNB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFNBX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFNBX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFNBX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFPOLY2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFPOLY2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFPOLY2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFPOLY.lsp ...
WARNING: in |FFPOLY;revListToSUP| in lines 2..20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FFPOLY;listToSUP| in lines 22..43 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFPOLY.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFPOLY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFP.lsp ...
WARNING: in |FFP;representationType;U;29| in lines 180..182 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFSLPE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFSLPE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFSLPE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FGLMICPK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FGLMICPK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FGLMICPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FGROUP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FGROUP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FGROUP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FGRPH.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FGRPH.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FGRPH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FIELD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FIELD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FIELD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FILECAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FILECAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FILECAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FILE.lsp ...
WARNING: in |FILE;close!;2$;7| in lines 55..56 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FILE;name;$Fn;8| in line 60 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FILE;iomode;$S;9| in line 64 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FILE.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FILE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINAALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINAALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINAALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINGEN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINGEN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINGEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINGPKG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINGPKG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINGPKG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINGRP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINGRP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINGRP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINITE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINITE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINITE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINLAT.lsp ...
WARNING: in |FINLAT;finiteLattice;Nni$;1| in lines 4..5 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FINLAT;lookup;$Pi;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FINLAT;hash;$Si;8| in line 28 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FINLAT;hash;$Si;8| in line 28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINLAT.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINLAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINRALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINRALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINRALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLAGG2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLAGG2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLAGG2.fas"
(1) -> 
 
   >> System error:
   LOAD: A file with name /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OFTOOL.fas does not exist

(1) -> 
echo timestamp > stamp-fasls2
( for A in FLAGG FLALG FLASORT FLINEXP FLIOUFUN FLOATCP FLOATRP FLOAT FMAGMA FMCAT FMC FMFUN FMOEBF FMONOID FM FM2 FMCF2 FMTC FNAME FNCAT FNGRPH FNLA FOP FORDER FORMCAT FORMULA1 FORMULA FORTCAT FORTFN FORTFORM FORTRAN FPARFRAC FPATMAB FPC FPOSET FPS FR2 FRAC2 FRAC FRAMALG FRETRCT FRIDEAL2 FRIDEAL FRIMOD FRMOD FRNAAF2 FRNAALG FR FRUTIL FS2EXPXP FS2 FS2UPS FS2UPS2 FSAGG2 FSAGG FSCINT FSERIES FSFUN FSINT FSPECF FSPRMELT FSRED FSRROOT FS FST FTEM FT FUNCTION FVC FVFUN GALFACT GALFACTU GALPOLYU GAUSSFAC GBEUCLID GBF GBINTERN GB GCDBAS GCDDOM GCNAALG GDMP GDRAW GENEEZ GENMFACT GENMOEBF GENPGCD GENUPS GENUSER GHENSEL GMODPOL GOSPER GPOLCAT GPOLSET GRALG GRAY GRDEF GRIMAGE GRMOD GROEBSOL GROUP GROUPP GROUPPF1 GSERIES GSTBL GTSET HACKPI HANKP HASHSTAT HASHTBL HB HDMP HDP HEAP HELLFDIV HEUGCD HEXADEC HOAGG HOMOL HOPFALG HTMLFORM HYPCAT IALGFACT IARRAY1 IARRAY2 IBACHIN IBATOOL IBITS IBPTOOLS ICARD ICDEN IDEAL IDECOMP IDPC IDPO IEP IEVALAB IFARRAY IFF IIARRAY2 IJB ILIST ILOGIC ; do \
   echo ')lisp (fricas_compile_fasl' \
                ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/'$A'.lsp"' \
                '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/'$A'.fas")' ; \
done ; \
echo '(quit)' ) | \
DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLASORT.lsp ...
WARNING: in |FLASORT;siftUp| in lines 7..44 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLASORT.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLASORT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLINEXP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLINEXP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLINEXP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLIOUFUN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLIOUFUN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLIOUFUN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLOATCP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLOATCP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLOATCP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLOATRP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLOATRP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLOATRP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLOAT.lsp ...
WARNING: in |FLOAT;ceillog10base2| in lines 1021..1025 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;order;$I;45| in lines 1045..1046 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;Zero;$;47| in line 1055 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;One;$;48| in line 1059 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;base;Pi;49| in line 1063 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;mantissa;$I;50| in line 1067 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;exponent;$I;51| in line 1071 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;zero?;$B;53| in line 1076 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;negative?;$B;54| in line 1078 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;positive?;$B;55| in line 1080 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;shift;$I$;60| in lines 1144..1145 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;sign;$I;68| in lines 1226..1227 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;differentiate;2$;71| in line 1247 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;negate| in line 1252 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;times| in lines 1329..1330 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;itimes| in lines 1332..1333 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;ceilLength10| in lines 1538..1539 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;floorLength10| in lines 1541..1542 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;length10| in lines 1544..1567 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;convert;2$;115| in line 2282 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FLOAT;convert;$Df;116| in lines 2284..2285 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLOAT.fas
0 errors, 21 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLOAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FMAGMA.lsp ...
WARNING: in |FMAGMA;left;2$;3| in lines 24..26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FMAGMA;right;2$;4| in lines 28..30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FMAGMA;retractable?;$B;5| in line 34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FMAGMA;retract;$VarSet;6| in lines 36..37 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FMAGMA;coerce;VarSet$;8| in line 45 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FMAGMA;*;3$;12| in line 69 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMAGMA.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMAGMA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FMCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FMC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FMFUN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMFUN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMFUN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FMOEBF.lsp ...
WARNING: in |FMOEBF;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FMOEBF;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMOEBF.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMOEBF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FMONOID.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMONOID.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMONOID.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FM.lsp ...
WARNING: in |FM;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FM;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FM;support;$L;11| in lines 176..187 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FM;coefficients;$L;12| in lines 189..200 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FM;monom| in line 202 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FM.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FM2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FM2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FM2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FMCF2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMCF2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMCF2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FMTC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMTC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMTC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FNAME.lsp ...
WARNING: in |FNAME;=;2$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;coerce;$S;3| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;coerce;S$;4| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;filename;3S$;5| in lines 19..21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;directory;$S;6| in line 25 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;name;$S;7| in line 29 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;extension;$S;8| in line 33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;exists?;$B;9| in line 37 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;readable?;$B;10| in line 41 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;writable?;$B;11| in line 45 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNAME;new;3S$;12| in lines 49..51 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FNAME.fas
0 errors, 11 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FNAME.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FNCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FNCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FNCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FNGRPH.lsp ...
WARNING: in |FNGRPH;functionGraph;L$;1| in lines 2..22 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;functionGraph;L$;2| in lines 26..33 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;addObject!;$R$;6| in lines 168..174 : variable |s| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;addObject!;$R$;6| in lines 168..174 : variable |n| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;addObject!;$R$;6| in lines 168..174 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;addArrow!;$S2Nni$;7| in lines 176..180 : variable |nm| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;initial;$;10| in line 245 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;terminal;S$;11| in lines 247..254 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;cycleOpen;LS$;12| in lines 256..289 : variable |arrowName|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;cycleClosed;LS$;13| in lines 291..322 : variable
         |arrowName| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;unit;LS$;14| in lines 324..342 : variable |arrowName| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;kgraph;LS$;15| in lines 344..345 : variable |objs| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;kgraph;LS$;15| in lines 344..345 : variable |arrowName| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;kgraph;LS$;15| in lines 344..345 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;merge;3$;17| in lines 387..388 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;merge;3$;17| in lines 387..388 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;merge;3$;17| in lines 387..388 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FNGRPH;indexProd| in lines 390..403 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FNGRPH.fas
0 errors, 18 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FNGRPH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FNLA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FNLA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FNLA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FOP.lsp ...
WARNING: in |FOP;topFortranOutputStack;S;1| in lines 5..6 :
         |$fortranOutputFile| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FOP;topFortranOutputStack;S;1| in lines 5..6 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FOP;pushFortranOutputStack;SV;3| in lines 11..28 :
         |$fortranOutputFile| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FOP;pushFortranOutputStack;SV;3| in lines 11..28 :
         |$fortranOutputFile| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FOP;pushFortranOutputStack;SV;3| in lines 11..28 :
         |$fortranOutputFile| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FOP.fas
The following special variables were not defined:
 |$fortranOutputFile|
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FOP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FORDER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORDER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORDER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FORMCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORMCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORMCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FORMULA1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORMULA1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORMULA1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FORMULA.lsp ...
WARNING: in |FORMULA;new;$;1| in lines 2..3 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORMULA;display;$V;5| in lines 64..65 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FORMULA;prologue;$L;6| in line 69 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORMULA;formula;$L;7| in line 73 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORMULA;epilogue;$L;8| in line 77 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORMULA;setPrologue!;$2L;9| in lines 82..84 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORMULA;setFormula!;$2L;10| in lines 89..91 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORMULA;setEpilogue!;$2L;11| in lines 96..98 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORMULA;coerce;$Of;12| in lines 100..133 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FORMULA;stringify| in lines 166..167 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORMULA;splitLong| in lines 169..172 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FORMULA;formatFunction| in lines 457..466 : variable |prec| is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORMULA.fas
The following special variables were not defined:
 $LINELENGTH
0 errors, 12 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORMULA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FORTCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORTCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORTCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FORTFN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORTFN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORTFN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FORTFORM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORTFORM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORTFORM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FORTRAN.lsp ...
WARNING: in |FORTRAN;codeFrom| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORTRAN;coerce;R$;12| in lines 325..329 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FORTRAN;coerce;$Of;13| in lines 331..332 : variable |u| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORTRAN.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FORTRAN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FPARFRAC.lsp ...
WARNING: in |FPARFRAC;polyPart;$UP;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FPARFRAC;fracPart;$L;5| in lines 20..25 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPARFRAC.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPARFRAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FPATMAB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPATMAB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPATMAB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FPC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FPOSET.lsp ...
WARNING: in |FPOSET;finitePoset;LL$;1| in lines 4..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FPOSET;finitePoset;LM$;2| in lines 8..42 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FPOSET;getVert;$L;3| in line 46 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FPOSET;getArr;$L;4| in lines 50..51 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPOSET.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPOSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FPS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FR2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FR2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FR2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRAC2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAC2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAC2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRAC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRAMALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAMALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAMALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRETRCT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRETRCT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRETRCT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRIDEAL2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRIDEAL2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRIDEAL2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRIDEAL.lsp ...
WARNING: in |FRIDEAL;numer;$V;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FRIDEAL;denom;$R;3| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FRIDEAL;mkIdeal| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FRIDEAL;randomLC;NniVA;24| in lines 568..587 : variable |m| is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRIDEAL.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRIDEAL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRIMOD.lsp ...
WARNING: in |FRIMOD;module;V$;2| in line 6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FRIMOD;basis;$V;3| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRIMOD.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRIMOD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRMOD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRMOD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRMOD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRNAAF2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRNAAF2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRNAAF2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRNAALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRNAALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRNAALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FR.lsp ...
WARNING: in |FR;factorList;$L;7| in lines 98..103 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FR;unit;$R;8| in line 107 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FR;numberOfFactors;$Nni;9| in lines 109..110 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FR;mkFF| in lines 138..144 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FR;rational?;$B;22| in line 303 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FR;rational?;$B;22| in line 303 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FR;stricterFlag| in lines 623..629 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FR.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRUTIL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRUTIL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRUTIL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FS2EXPXP.lsp ...
WARNING: in |FS2EXPXP;stateSeriesProblem| in lines 6..11 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2EXPXP;stateProblem| in lines 13..18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2EXPXP;applyBddIfCan| in lines 1262..1335 : variable |fcnName|
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS2EXPXP.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS2EXPXP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FS2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FS2UPS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS2UPS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS2UPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FS2UPS2.lsp ...
WARNING: in |FS2UPS2;stateProblem| in lines 170..175 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;listToUPS| in lines 381..428 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;do_diff_eq| in lines 1034..1142 : variable |losers| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;make_taylor!0| in lines 1252..1266 : variable |s| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;atan1;2UPS;44| in lines 1896..1897 : variable |ups| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;atan1;2UPS;44| in lines 1896..1897 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ;2UPS;45| in lines 1902..1903 : variable |f| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ;2UPS;45| in lines 1902..1903 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ_df;3UPS;46| in lines 1908..1909 : variable |f| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ_df;3UPS;46| in lines 1908..1909 : variable |xs| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ_df;3UPS;46| in lines 1908..1909 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;atan1;2UPS;47| in lines 1914..1915 : variable |ups| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;atan1;2UPS;47| in lines 1914..1915 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ;2UPS;48| in lines 1920..1921 : variable |f| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ;2UPS;48| in lines 1920..1921 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ_df;3UPS;49| in lines 1926..1927 : variable |f| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ_df;3UPS;49| in lines 1926..1927 : variable |xs| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;integ_df;3UPS;49| in lines 1926..1927 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS2UPS2;applyBddIfCan| in lines 3849..3892 : variable |fcnName|
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS2UPS2.fas
0 errors, 19 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS2UPS2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSAGG2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSAGG2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSAGG2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSCINT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSCINT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSCINT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSERIES.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSERIES.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSERIES.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSFUN.lsp ...
WARNING: in |FSFUN;rabs;2Df;14| in lines 475..476 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSFUN.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSFUN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSINT.lsp ...
WARNING: in |FSINT;goComplex?| in lines 477..480 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FSINT;goComplex?| in lines 477..480 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSINT.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSINT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSPECF.lsp ...
WARNING: in |FSPECF;get_of_list| in lines 3356..3366 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSPECF.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSPECF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSPRMELT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSPRMELT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSPRMELT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSRED.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSRED.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSRED.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSRROOT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSRROOT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSRROOT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FST.lsp ...
WARNING: in |FST;=;2$B;1| in lines 2..10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FST;real?;$B;8| in line 71 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FST;double?;$B;9| in line 75 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FST;logical?;$B;10| in line 79 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FST;integer?;$B;11| in line 83 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FST;character?;$B;12| in line 87 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FST;complex?;$B;13| in line 91 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FST;doubleComplex?;$B;14| in line 95 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FST.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FTEM.lsp ...
WARNING: in |FTEM;fortranLiteralLine;SV;1| in lines 2..4 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FTEM;fortranLiteral;SV;2| in lines 9..10 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FTEM;fortranCarriageReturn;V;3| in lines 15..16 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FTEM;processTemplate;2Fn;7| in lines 53..100 :
         |$fortranOutputFile| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FTEM.fas
The following special variables were not defined:
 |$fortranOutputFile|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FTEM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FT.lsp ...
WARNING: in |FT;scalarTypeOf;$U;2| in lines 51..54 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FT;dimensionsOf;$L;3| in lines 58..59 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FT;external?;$B;4| in line 63 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FT;construct;ULB$;6| in lines 99..113 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FT.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FUNCTION.lsp ...
WARNING: in |FUNCTION;name;$S;1| in line 2 : variable |r| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FUNCTION;=;2$B;3| in line 9 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FUNCTION;=;2$B;3| in line 9 : variable |y| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FUNCTION;=;2$B;3| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FUNCTION;latex;$S;4| in lines 11..12 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FUNCTION.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FUNCTION.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FVC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FVC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FVC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FVFUN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FVFUN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FVFUN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GALFACT.lsp ...
WARNING: in |GALFACT;reductum| in lines 159..160 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GALFACT;seed| in lines 162..163 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GALFACT;add_degs| in lines 238..252 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GALFACT;errorsum?| in lines 1990..2012 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GALFACT.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GALFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GALFACTU.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GALFACTU.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GALFACTU.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GALPOLYU.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GALPOLYU.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GALPOLYU.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GAUSSFAC.lsp ...
WARNING: in |GAUSSFAC;merge| in lines 5..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GAUSSFAC.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GAUSSFAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GBEUCLID.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GBEUCLID.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GBEUCLID.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GBF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GBF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GBF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GBINTERN.lsp ...
WARNING: in |GBINTERN;virtualDegree;DpolNni;2| in lines 7..8 : variable |p| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GBINTERN;virtualDegree;DpolNni;2| in lines 7..8 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GBINTERN;gbasisExtend;2L2IL;6| in lines 70..262 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GBINTERN.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GBINTERN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GCDBAS.lsp ...
WARNING: in |GCDBAS;gcdDecomposition;VR;4| in lines 89..622 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCDBAS.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCDBAS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GCDDOM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCDDOM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCDDOM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GCNAALG.lsp ...
WARNING: in |GCNAALG;genericLeftNorm;$F;14| in lines 225..233 : variable |a|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GCNAALG;genericRightNorm;$F;15| in lines 235..243 : variable |a|
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCNAALG.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCNAALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GDMP.lsp ...
WARNING: in |GDMP;zero?;$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GDMP;listCoef| in lines 66..77 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GDMP;numberOfMonomials;$Nni;15| in lines 190..193 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GDMP;monomial?;$B;16| in lines 195..198 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GDMP.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GDMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GDRAW.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GDRAW.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GDRAW.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GENEEZ.lsp ...
WARNING: in |GENEEZ;compBound;BPLNni;3| in lines 187..190 : variable |m| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENEEZ;compBound;BPLNni;3| in lines 187..190 : variable
         |listpolys| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENEEZ;compBound;BPLNni;3| in lines 187..190 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENEEZ;tablePow;NniRLU;14| in lines 607..671 : variable |pmod| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENEEZ;solveid;BPRVU;15| in lines 673..732 : variable |pmod| is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENEEZ.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENEEZ.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GENMFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENMFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENMFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GENMOEBF.lsp ...
WARNING: in |GENMOEBF;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENMOEBF;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENMOEBF;coerce| in lines 109..110 : variable |mf| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENMOEBF.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENMOEBF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GENPGCD.lsp ...
WARNING: in |GENPGCD;fix_lc| in lines 583..598 : variable |lc| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENPGCD;lift| in lines 600..887 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENPGCD.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENPGCD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GENUPS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENUPS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENUPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GENUSER.lsp ...
WARNING: in |GENUSER;terms;$S;1| in lines 4..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENUSER;center;$Coef;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENUSER;variable;$S;3| in line 10 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GENUSER;exquo2| in lines 349..426 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GENUSER;exquo2| in lines 349..426 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GENUSER;apply_taylor;S2$;29| in lines 590..633 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GENUSER;apply_taylor;S2$;29| in lines 590..633 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GENUSER;truncate;$2Expon$;35| in lines 785..823 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GENUSER;apply_or_error| in lines 868..876 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENUSER.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 9 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GENUSER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GHENSEL.lsp ...
WARNING: in |GHENSEL;HenselLift;TPLRPPiR;10| in lines 306..429 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GHENSEL.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GHENSEL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GMODPOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GMODPOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GMODPOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GOSPER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GOSPER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GOSPER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GPOLCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GPOLCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GPOLCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GPOLSET.lsp ...
WARNING: in |GPOLSET;empty;$;3| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GPOLSET;parts;$L;4| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GPOLSET;coerce;$L;12| in line 99 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GPOLSET.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GPOLSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GRALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GRAY.lsp ...
WARNING: in |GRAY;nextSubsetGray;VPiV;2| in lines 18..33 : variable |n| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRAY.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRAY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GRDEF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRDEF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRDEF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GRIMAGE.lsp ...
WARNING: in |GRIMAGE;key;$I;11| in line 491 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GRIMAGE;pointLists;$L;12| in lines 496..498 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRIMAGE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRIMAGE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GRMOD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRMOD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRMOD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GROEBSOL.lsp ...
WARNING: in |GROEBSOL;groebSolve;LLL;8| in lines 649..773 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROEBSOL.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROEBSOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GROUP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROUP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROUP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GROUPP.lsp ...
WARNING: in |GROUPP;TTRemoveEmpty| in lines 441..459 : variable |trace| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GROUPP;TTRemoveZero| in lines 461..468 : variable |trace| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GROUPP;invertRelation| in lines 549..561 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GROUPP;TTMinimiseInverses| in lines 669..708 : variable |trace|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GROUPP;generatorOccurrences| in lines 710..727 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GROUPP;find| in lines 1324..1344 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GROUPP;inferFromRelations| in lines 1408..2423 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GROUPP;inferFromRelations| in lines 1408..2423 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GROUPP;inferFromRelations| in lines 1408..2423 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GROUPP;toPermutationIfCan;$LBU;49| in lines 2735..2901 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROUPP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROUPP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GROUPPF1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROUPPF1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROUPPF1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GSERIES.lsp ...
WARNING: in |GSERIES;coerce;Ups$;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GSERIES;puiseux| in lines 9..10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GSERIES;differentiate;2$;3| in lines 12..17 : variable |f| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GSERIES;differentiate;2$;3| in lines 12..17 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GSERIES;differentiate;$V$;4| in lines 19..20 : variable |v| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GSERIES;integrate;2$;6| in lines 53..57 : variable |f| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GSERIES;integrate;2$;6| in lines 53..57 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GSERIES;integrate;$V$;7| in lines 59..60 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GSERIES.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GSERIES.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GSTBL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GSTBL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GSTBL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GTSET.lsp ...
WARNING: in |GTSET;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GTSET;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GTSET;roughUnitIdeal?;$B;11| in line 35 : variable |ts| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GTSET;roughUnitIdeal?;$B;11| in line 35 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GTSET.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GTSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HACKPI.lsp ...
WARNING: in |HACKPI;convert;$F;2| in lines 7..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HACKPI.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HACKPI.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HANKP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HANKP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HANKP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HASHSTAT.lsp ...
WARNING: in |HASHSTAT;new;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |HASHSTAT;value;$Si;2| in lines 8..9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |HASHSTAT;update!;$Si$;3| in lines 13..14 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |HASHSTAT;modulo| in lines 18..19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HASHSTAT.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HASHSTAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HASHTBL.lsp ...
WARNING: in |HASHTBL;keys;$L;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |HASHTBL;#;$Nni;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |HASHTBL;setelt!;$Key2Entry;3| in lines 12..13 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HASHTBL.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HASHTBL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HB.lsp ...
WARNING: in |HB;inHallBasis?;4IB;2| in lines 34..37 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HB.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HDMP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HDMP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HDMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HDP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HDP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HDP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HEAP.lsp ...
WARNING: in |HEAP;siftUp| in lines 6..42 : |$NoValue| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |HEAP;insert!;S2$;5| in lines 62..82 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HEAP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HEAP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HELLFDIV.lsp ...
WARNING: in |HELLFDIV;makeDivisor| in lines 11..12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HELLFDIV.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HELLFDIV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HEUGCD.lsp ...
WARNING: in |HEUGCD;myNextPrime| in lines 2..4 : variable |bound| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |HEUGCD;negShiftz| in lines 12..15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |HEUGCD;smallest_to_front| in lines 60..78 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |HEUGCD;internal| in lines 432..673 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HEUGCD.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HEUGCD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HEXADEC.lsp ...
WARNING: in |HEXADEC;coerce;$Re;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HEXADEC.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HEXADEC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HOAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HOMOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOMOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOMOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HOPFALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOPFALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOPFALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HTMLFORM.lsp ...
WARNING: in |HTMLFORM;stringify| in lines 246..247 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HTMLFORM.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HTMLFORM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HYPCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HYPCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HYPCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IALGFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IALGFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IALGFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IARRAY1.lsp ...
WARNING: in |IARRAY1;#;$Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;fill!;$S$;2| in lines 6..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;minIndex;$I;3| in line 15 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;empty;$;4| in line 19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;new;NniS$;5| in lines 23..24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;map!;M2$;6| in lines 26..42 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;map;M2$;7| in lines 44..60 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;qelt;$IS;10| in line 96 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;qsetelt!;$I2S;11| in lines 100..101 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;maxIndex;$I;14| in line 117 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;qelt;$IS;15| in lines 119..120 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;qsetelt!;$I2S;16| in lines 122..123 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;elt;$IS;17| in lines 125..129 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IARRAY1;setelt!;$I2S;18| in lines 131..135 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IARRAY1.fas
0 errors, 14 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IARRAY1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IARRAY2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IARRAY2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IARRAY2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IBACHIN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IBACHIN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IBACHIN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IBATOOL.lsp ...
WARNING: in |IBATOOL;leastPower;3Nni;4| in lines 81..90 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IBATOOL.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IBATOOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IBITS.lsp ...
WARNING: in |IBITS;minIndex;$I;1| in line 2 : variable |u| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IBITS;new;NniB$;4| in lines 33..34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IBITS;empty;$;5| in line 38 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IBITS;copy;2$;6| in line 42 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IBITS;#;$Nni;7| in line 46 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IBITS;=;2$B;8| in line 50 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IBITS;<;2$B;9| in lines 54..55 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IBITS;Not;2$;15| in line 86 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IBITS.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IBITS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IBPTOOLS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IBPTOOLS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IBPTOOLS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ICARD.lsp ...
WARNING: in |ICARD;<;2$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ICARD;=;2$B;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ICARD;db_part| in lines 12..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ICARD;coerce;S$;9| in line 120 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ICARD.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ICARD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ICDEN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ICDEN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ICDEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IDEAL.lsp ...
WARNING: in |IDEAL;relationsIdeal;LSt;30| in lines 920..1458 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IDEAL;coerce;L$;31| in line 1462 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDEAL;groebnerIdeal;L$;34| in lines 1492..1493 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDEAL;generators;$L;35| in line 1497 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDEAL;groebner?;$B;36| in line 1501 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDEAL.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDEAL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IDECOMP.lsp ...
WARNING: in |IDECOMP;pushdterm| in lines 1043..1086 : variable |i| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDECOMP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDECOMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IDPC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDPC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDPC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IDPO.lsp ...
WARNING: in |IDPO;listOfTerms;$L;2| in lines 26..27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;monomial?;$B;3| in lines 29..30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;numberOfMonomials;$Nni;4| in lines 34..35 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;monomial;AS$;7| in line 62 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;map;M2$;8| in lines 64..80 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;reductum;2$;13| in line 172 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;leadingCoefficient;$A;14| in lines 174..178 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;leadingSupport;$S;16| in lines 214..218 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;constructOrdered;L$;20| in lines 235..236 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;leadingTerm;$R;21| in lines 238..242 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;Zero;$;23| in line 261 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;zero?;$B;24| in line 265 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;construct;L$;36| in lines 693..694 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;Zero;$;37| in line 698 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IDPO;do_copy| in lines 700..712 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDPO.fas
0 errors, 15 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDPO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IEP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IEP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IEP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IEVALAB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IEVALAB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IEVALAB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IFARRAY.lsp ...
WARNING: in |IFARRAY;physicalLength;$Nni;1| in lines 5..6 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IFARRAY;empty;$;3| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IFARRAY;#;$Nni;4| in lines 15..19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IFARRAY;minIndex;$I;7| in line 27 : variable |r| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IFARRAY;new;NniS$;8| in lines 29..30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IFARRAY;newa| in lines 61..64 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IFARRAY;growWith| in lines 87..103 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IFARRAY.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IFARRAY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IFF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IFF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IFF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IIARRAY2.lsp ...
WARNING: in |IIARRAY2;empty;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IIARRAY2;qnew;2Nni$;2| in lines 8..10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IIARRAY2;new;2NniR$;3| in lines 14..16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IIARRAY2;minRowIndex;$I;4| in line 18 : variable |m| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IIARRAY2;minColIndex;$I;5| in line 20 : variable |m| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IIARRAY2;nrows;$Nni;8| in line 30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IIARRAY2;ncols;$Nni;9| in line 34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IIARRAY2.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IIARRAY2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IJB.lsp ...
WARNING: in |IJB;index;$Pi;4| in lines 18..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IJB;type;$S;5| in lines 24..29 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IJB;CheckZeroIndex| in lines 31..48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IJB;One;$;10| in line 81 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IJB;opdisp| in lines 233..234 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IJB.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IJB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ILIST.lsp ...
WARNING: in |ILIST;#;$Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;concat;S2$;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;eq?;2$B;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;first;$S;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;elt;$firstS;5| in line 21 : variable T1 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;elt;$firstS;5| in line 21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;empty;$;6| in line 25 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;empty?;$B;7| in line 29 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;rest;2$;8| in line 33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;elt;$rest$;9| in line 37 : variable T2 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;elt;$rest$;9| in line 37 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;setfirst!;$2S;10| in lines 39..41 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;qsetfirst!;$2S;11| in lines 45..46 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;setelt!;$first2S;12| in lines 48..50 : variable T3 is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;setelt!;$first2S;12| in lines 48..50 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;setrest!;3$;13| in lines 52..54 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;qsetrest!;3$;14| in line 58 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;setelt!;$rest2$;15| in lines 60..62 : variable T4 is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;setelt!;$rest2$;15| in lines 60..62 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;construct;L$;16| in line 66 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;parts;$L;17| in line 70 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;reverse!;2$;18| in line 74 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;reverse;2$;19| in line 78 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;minIndex;$I;20| in line 80 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;rest;$Nni$;21| in lines 82..90 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;concat!;3$;29| in lines 248..259 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILIST;merge!;M3$;32| in lines 287..319 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ILIST.fas
0 errors, 27 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ILIST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ILOGIC.lsp ...
WARNING: in |ILOGIC;proposition;S$;1| in line 2 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILOGIC;logicT;$;2| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILOGIC;logicF;$;3| in line 6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILOGIC;~;2$;4| in lines 8..34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILOGIC;opType;$S;13| in lines 561..571 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILOGIC;atom?;$B;14| in lines 573..574 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ILOGIC;value;$S;15| in lines 576..593 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ILOGIC.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ILOGIC.fas"
(1) -> 
 
   >> System error:
   LOAD: A file with name /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OFTOOL.fas does not exist

(1) -> 
echo timestamp > stamp-fasls3
( for A in IMATLIN IMATQF IMATRIX IMODHP INBFF INCALG INCRMAPS INDE INEP INFCG INFINITY INFORM1 INFORM INFPROD0 INFSP INMODGCD INNMFACT INPSIGN INS INTABL INTAF INTALG INTALG2 INTBIT INTCAT INTDEN INTDOM INTDSOL INTEF INTFACT INTG0 INTHEORY INTHERAL INTHERTR INTLOCP INTPAF INTPAR1 INTPAR2 INTPM INTRAT INTRET INTRF INTRVL INTSLPE INT INTTOOLS INTTR INVLAPLA IPADIC IPF IPRNTPK IR2F IR2 IROOT IRREDFFX IRRF2F IRSN IR IRURPK ISMITH ISTRING ISUMP ISUPS ITAYLOR ITFUN2 ITFUN3 ITRIGMNP ITUPLE IVECTOR IXAGG JBBFC JBC JBE JBFC JBLF JBP JBSA JBUNDLE JBX JCT JDE JDIFF JGB JLF JVF JOINLAT JORDAN KAFILE KDAGG KERNEL2 KERNEL KOERCE KOERCEF KONVERF KONVERT KOVACIC LALG LAMBDA LAPLACE LA LAT LATJOFM LATMOFJ LAUPOL LAZM3PK LEADCDET LEXP LEXTRIPK LFCAT LF LGROBP LIB LIECAT LIE LIMITPS LIMITRF LINCOMB LINDEP LINEXP LINPEN LIST2MAP LIST2 LIST3 LIST LISTPKG LLLRED LMDICT LMODULE LMOPS LNAGG LO LODEEF LODO1 LODO2 LODO3 LODO3AUX LODOCAT LODOCONV LODOF LODOF2 LODOOPS LODO LOGIC LOOP LORER LPEFRAC LPOLY LSAGG LSMP1 LSMP LSPP LSQM LUD LWORD LZSTAGG M3D MAGCD MAGCD2 MAGCDOC MAGCDT2 MAGCDT3 MAGCDT4 MAGMA MAGMAWU MAMA MAPHACK1 MAPHACK2 MAPHACK3 MAPPKG1 MAPPKG2 MAPPKG3 MATCAT2 MATCAT ; do \
   echo ')lisp (fricas_compile_fasl' \
                ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/'$A'.lsp"' \
                '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/'$A'.fas")' ; \
done ; \
echo '(quit)' ) | \
DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IMATLIN.lsp ...
WARNING: in |IMATLIN;row_operation_modular;M4IRIV;4| in lines 66..84 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IMATLIN;rowEchelon;2M;5| in lines 86..214 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMATLIN;determinant;MR;7| in lines 387..499 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMATLIN;rowEchelon;2M;10| in lines 542..676 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMATLIN;determinant;MR;12| in lines 850..968 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IMATLIN.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IMATLIN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IMATQF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IMATQF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IMATQF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IMATRIX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IMATRIX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IMATRIX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IMODHP.lsp ...
WARNING: in |IMODHP;eval1s| in lines 2..62 : variable |var| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IMODHP;do_modular_solve;VVNniUvISU;5| in lines 208..367 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMODHP;merge_exponents;IVSevVSevL;7| in lines 386..501 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMODHP;merge_exponents;IVSevVSevL;7| in lines 386..501 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMODHP;check_defects| in lines 606..677 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMODHP;check_defects| in lines 606..677 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMODHP;check_defects| in lines 606..677 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMODHP;check_defects| in lines 606..677 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMODHP;do_poly_modular| in lines 920..1360 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IMODHP;do_poly_integer0| in lines 1362..1859 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IMODHP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IMODHP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INBFF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INBFF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INBFF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INCALG.lsp ...
WARNING: in |INCALG;indices;$Oda;3| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INCALG;matrix;$M;4| in line 21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INCALG.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INCALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INCRMAPS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INCRMAPS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INCRMAPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INDE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INDE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INDE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INEP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INEP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INEP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INFCG.lsp ...
WARNING: in |INFCG;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INFCG;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFCG.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFCG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INFINITY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFINITY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFINITY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INFORM1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFORM1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFORM1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INFORM.lsp ...
WARNING: in |INFORM;convert;$Se;3| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INFORM;convert;Se$;4| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INFORM;interpret;$A;8| in lines 23..27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INFORM;parse;S$;14| in line 228 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFORM.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFORM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INFPROD0.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFPROD0.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFPROD0.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INFSP.lsp ...
WARNING: in |INFSP;findGenZeros| in lines 290..418 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |INFSP;findGenZeros| in lines 290..418 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFSP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INFSP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INMODGCD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INMODGCD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INMODGCD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INNMFACT.lsp ...
WARNING: in |INNMFACT;intChoose| in lines 556..974 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |INNMFACT;intChoose| in lines 556..974 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |INNMFACT;monicMfpol| in lines 1358..1374 : variable |ldeg| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INNMFACT.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INNMFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INPSIGN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INPSIGN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INPSIGN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTABL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTABL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTABL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTAF.lsp ...
WARNING: in |INTAF;rootcurve| in lines 294..400 : variable |derivation| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTAF;algcurve| in lines 402..484 : variable |derivation| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTAF.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTAF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTALG.lsp ...
WARNING: in |INTALG;find_multiples| in lines 98..271 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |INTALG;get_lf| in lines 690..729 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTALG;UP2SUP!0| in line 1278 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTALG;SUP2UP!0| in line 1283 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTALG.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTALG2.lsp ...
WARNING: in |INTALG2;list_hermite| in lines 95..112 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTALG2.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTALG2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTBIT.lsp ...
WARNING: in |INTBIT;bitTruth;INniB;1| in lines 5..7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTBIT.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTBIT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTDEN.lsp ...
WARNING: in |INTDEN;li_int3| in lines 1322..1683 : variable |f| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTDEN;poly_int3| in lines 1755..2080 : variable |f| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTDEN.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTDEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTDOM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTDOM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTDOM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTDSOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTDSOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTDSOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTEF.lsp ...
WARNING: in |INTEF;prim?| in lines 2..6 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTEF;lambint!1| in line 104 : variable |x2| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ElementaryIntegration!1| in line 1021 : variable |k| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ElementaryIntegration!1| in line 1021 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ElementaryIntegration!0| in line 1023 : variable |k| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ElementaryIntegration!0| in line 1023 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTEF.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTEF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTG0.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTG0.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTG0.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTHEORY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTHEORY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTHEORY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTHERAL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTHERAL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTHERAL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTHERTR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTHERTR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTHERTR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTLOCP.lsp ...
WARNING: in |INTLOCP;exponent;$Nni;2| in line 35 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTLOCP;unitPart;$F;3| in line 39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTLOCP;characteristic;Nni;20| in line 232 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTLOCP.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTLOCP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTPAF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTPAF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTPAF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTPAR1.lsp ...
WARNING: in |INTPAR1;expextint;MMMLL;5| in lines 1179..1505 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTPAR1.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTPAR1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTPAR2.lsp ...
WARNING: in |INTPAR2;prim?| in lines 2..6 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTPAR2.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTPAR2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTPM.lsp ...
WARNING: in |INTPM;match1| in lines 689..828 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTPM.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTPM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTRAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTRAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTRAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTRET.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTRET.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTRET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTRF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTRF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTRF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTRVL.lsp ...
WARNING: in |INTRVL;exactInterval| in line 96 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTRVL;inf;$R;10| in line 106 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTRVL;sup;$R;11| in line 110 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTRVL;gcd;3$;31| in line 362 : variable |u| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTRVL;gcd;3$;31| in line 362 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INTRVL;characteristic;Nni;37| in line 413 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTRVL.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTRVL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTSLPE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTSLPE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTSLPE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INT.lsp ...
WARNING: in |INT;zero?;$B;3| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;one?;$B;4| in line 24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;Zero;$;5| in line 28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;One;$;6| in line 32 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;base;$;7| in line 36 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;copy;2$;8| in line 40 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;inc;2$;9| in line 44 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;dec;2$;10| in line 48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;hashUpdate!;Hs$Hs;11| in lines 50..52 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;negative?;$B;12| in line 56 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;positive?;$B;13| in line 60 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;coerce;2$;15| in line 67 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;convert;2$;16| in line 71 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;length;2$;17| in line 75 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;addmod;4$;18| in lines 77..80 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;submod;4$;19| in lines 82..85 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;mulmod;4$;20| in lines 87..88 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;convert;$Df;22| in lines 95..96 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;convert;$S;24| in line 103 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;latex;$S;25| in lines 105..109 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;positiveRemainder;3$;26| in lines 111..116 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;reducedSystem;2M;27| in lines 120..121 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;reducedSystem;MVR;28| in lines 125..129 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;abs;2$;29| in line 133 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;random;2$;30| in line 137 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;=;2$B;31| in line 141 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;<;2$B;32| in line 145 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;>;2$B;33| in line 149 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;>=;2$B;34| in line 153 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;<=;2$B;35| in line 157 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;-;2$;36| in line 161 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;+;3$;37| in line 165 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;-;3$;38| in line 169 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;*;3$;39| in line 173 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;*;3$;40| in line 177 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;*;Pi2$;41| in line 181 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;*;Nni2$;42| in line 185 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;^;$Nni$;43| in lines 189..190 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;^;$Pi$;44| in line 194 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;odd?;$B;45| in line 198 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;even?;$B;46| in line 202 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;max;3$;47| in line 206 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;min;3$;48| in line 210 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;divide;2$R;49| in lines 214..216 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;quo;3$;50| in line 220 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;rem;3$;51| in line 224 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;shift;3$;52| in line 228 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;recip;$U;54| in lines 240..242 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;gcd;3$;55| in line 246 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;unitNormal;$R;56| in lines 248..251 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;unitCanonical;2$;57| in line 255 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;opposite?;2$B;63| in lines 312..313 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;annihilate?;2$B;64| in lines 315..316 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INT;symmetricRemainder;3$;66| in lines 350..363 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INT.fas
0 errors, 54 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTTOOLS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTTOOLS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTTOOLS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INTTR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTTR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INTTR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INVLAPLA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INVLAPLA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INVLAPLA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IPADIC.lsp ...
WARNING: in |IPADIC;characteristic;Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPADIC;stream| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPADIC;padic| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPADIC;showAll?| in line 669 : |$streamsShowAll| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |IPADIC;showAll?| in line 669 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IPADIC.fas
The following special variables were not defined:
 |$streamsShowAll|
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IPADIC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IPF.lsp ...
WARNING: in |IPF;convert;$I;10| in line 242 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPF;representationType;U;15| in lines 264..265 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPF;degree;$Pi;18| in line 295 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPF;degree;$Pi;18| in line 295 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPF;extensionDegree;Pi;19| in line 299 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPF;inGroundField?;$B;20| in line 303 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPF;inGroundField?;$B;20| in line 303 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPF;retract;2$;23| in line 313 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPF;retractIfCan;$U;24| in line 317 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IPF;charthRoot;2$;29| in line 338 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IPF.fas
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IPF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IPRNTPK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IPRNTPK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IPRNTPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IR2F.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IR2F.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IR2F.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IR2.lsp ...
WARNING: in |IR2;NLE2F| in lines 2..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IR2;NEE2F| in lines 7..11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IR2;map;MUU;3| in lines 13..17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IR2;map;MUU;5| in lines 53..61 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IR2.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IR2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IROOT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IROOT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IROOT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IRREDFFX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IRREDFFX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IRREDFFX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IRRF2F.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IRRF2F.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IRRF2F.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IRSN.lsp ...
WARNING: in |IRSN;sumPartition| in lines 304..323 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IRSN.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IRSN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IR.lsp ...
WARNING: in |IR;ratpart;$F;4| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IR;logpart;$L;5| in lines 15..21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |IR;notelem;$L;6| in lines 25..27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IR.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IRURPK.lsp ...
WARNING: in |IRURPK;next| in lines 179..181 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IRURPK.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IRURPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ISMITH.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISMITH.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISMITH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ISTRING.lsp ...
WARNING: in |ISTRING;new;NniC$;1| in lines 4..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;empty;$;2| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;empty?;$B;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;#;$Nni;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;=;2$B;5| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;<;2$B;6| in line 24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;concat;3$;7| in line 28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;copy;2$;8| in line 32 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;minIndex;$I;11| in line 46 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;latex;$S;14| in lines 54..55 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISTRING;hashUpdate!;Hs$Hs;32| in lines 426..428 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISTRING.fas
0 errors, 11 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISTRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ISUMP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISUMP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISUMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ISUPS.lsp ...
WARNING: in |ISUPS;makeTerm| in lines 4..7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;getCoef| in lines 11..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;getExpon| in lines 17..20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;makeSeries;RS$;4| in lines 24..28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;getRef;$R;5| in lines 32..34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;getStream;$S;6| in lines 38..41 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;map;M2$;34!1| in line 589 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;map;M2$;34!0| in lines 591..592 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;multiplyCoefficients;M2$;36!1| in line 611 : variable $$ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;multiplyExponents;$Pi$;37!0| in line 632 : variable |m| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;multiplyExponents;$Pi$;37!0| in line 632 : variable $$ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iPlus1!7| in line 895 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iPlus1!6| in lines 897..901 : variable |m| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iPlus1!5| in line 903 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iPlus1!4| in lines 905..909 : variable |m| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iPlus1!3| in line 911 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iPlus1!2| in lines 913..917 : variable |m| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iPlus1!1| in line 919 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iPlus1!0| in lines 921..925 : variable |m| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;-;2$;42!1| in line 1004 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;-;2$;42!0| in lines 1006..1007 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;productByTerm!0| in lines 1067..1071 : variable |m| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iExquo;2$BU;52!0| in lines 1594..1598 : variable |m| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;taylorQuoByVar;2$;53!0| in line 1612 : variable |n| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;taylorQuoByVar;2$;53!0| in line 1612 : variable $$ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;compose0!2| in lines 1631..1781 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ISUPS;compose0!1| in line 1783 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;compose0!0| in lines 1785..1789 : variable |k| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;iTan| in lines 2250..2272 : variable |f| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;factorials?| in line 3319 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ISUPS;showAll?| in line 3353 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISUPS.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 31 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISUPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ITAYLOR.lsp ...
WARNING: in |ITAYLOR;stream| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ITAYLOR;series;S$;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ITAYLOR;pole?;$B;19| in line 107 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ITAYLOR;pole?;$B;19| in line 107 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITAYLOR.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITAYLOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ITFUN2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITFUN2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITFUN2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ITFUN3.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITFUN3.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITFUN3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ITRIGMNP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITRIGMNP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITRIGMNP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ITUPLE.lsp ...
WARNING: in |ITUPLE;construct;$S;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITUPLE.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ITUPLE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IVECTOR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IVECTOR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IVECTOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IXAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IXAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IXAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBBFC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBBFC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBBFC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBE.lsp ...
WARNING: in |JBE;coerce;E$;2| in line 6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBE;coerce;$E;3| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBE;dimension;LSem2Nni;12| in lines 236..293 : variable |jm| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBE;orderDim;LSem2Nni;13| in lines 295..354 : variable |jm| is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBE.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBFC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBFC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBFC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBLF.lsp ...
WARNING: in |JBLF;numerator;2$;10| in line 123 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBLF;denominator;2$;11| in line 125 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBLF;zero?;$B;14| in line 172 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBLF;Zero;$;16| in line 179 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBLF.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBLF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBP.lsp ...
WARNING: in |JBP;numerator;2$;3| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBP;denominator;2$;4| in line 12 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBP.fas
The following functions were used but not defined:
 |#|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBSA.lsp ...
WARNING: in |JBSA;setNotation;2S;1| in lines 2..7 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBSA;getNotation;S;2| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBSA.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBSA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBUNDLE.lsp ...
WARNING: in |JBUNDLE;setNotation;2S;1| in lines 2..7 : variable |s| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBUNDLE;getNotation;S;2| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBUNDLE;index;$Pi;4| in lines 16..20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBUNDLE;type;$S;5| in lines 22..27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBUNDLE;CheckZeroIndex| in lines 29..46 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBUNDLE;One;$;12| in line 148 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBUNDLE;opdisp| in lines 201..202 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBUNDLE.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBUNDLE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JCT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JCT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JCT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JDE.lsp ...
WARNING: in |JDE;order;$Nni;4| in lines 144..145 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JDE;jacobiMatrix;$L;6| in lines 164..176 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JDE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JDE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JDIFF.lsp ...
WARNING: in |JDIFF;Zero;$;11| in line 74 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JDIFF;zero?;$B;12| in line 76 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JDIFF.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JDIFF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JGB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JGB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JGB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JLF.lsp ...
WARNING: in |JLF;numerator;2$;35| in line 818 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JLF;denominator;2$;36| in line 820 : variable |exp| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JLF.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JLF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JVF.lsp ...
WARNING: in |JVF;Zero;$;11| in line 72 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JVF;zero?;$B;12| in line 74 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JVF.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JVF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JOINLAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JOINLAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JOINLAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JORDAN.lsp ...
WARNING: in |JORDAN;coerce;$A;2| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JORDAN;coerce;A$;3| in line 19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JORDAN;^;$Pi$;4| in line 23 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JORDAN;^;$Pi$;4| in line 23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JORDAN.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JORDAN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KAFILE.lsp ...
WARNING: in |KAFILE;name;$Fn;10| in line 102 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |KAFILE;iomode;$S;11| in line 106 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KAFILE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KAFILE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KDAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KDAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KDAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KERNEL2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KERNEL2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KERNEL2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KERNEL.lsp ...
WARNING: in |KERNEL;operator;$Bo;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |KERNEL;argument;$L;2| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |KERNEL;height;$Nni;3| in lines 13..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |KERNEL;position;$Nni;4| in lines 18..19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |KERNEL;setPosition;$NniV;5| in lines 23..25 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |KERNEL;mkKer| in lines 29..31 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |KERNEL;B2Z| in lines 42..43 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KERNEL.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KERNEL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KOERCE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KOERCE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KOERCE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KOERCEF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KOERCEF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KOERCEF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KONVERF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KONVERF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KONVERF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KONVERT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KONVERT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KONVERT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KOVACIC.lsp ...
WARNING: in |KOVACIC;cannotCase2?| in lines 98..128 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KOVACIC.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KOVACIC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LAMBDA.lsp ...
WARNING: in |LAMBDA;lambda;Nni$;1| in lines 2..3 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAMBDA;lambda;UT$;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAMBDA;lambda;3$;3| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAMBDA;atom?;$B;6| in lines 60..61 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAMBDA;isCompound?;$B;7| in line 65 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAMBDA;isLambda?;$B;8| in line 69 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAMBDA;isBoundNode?;$B;9| in line 73 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAMBDA;isFreeNode?;$B;10| in line 77 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAMBDA;getBoundValue;$Nni;11| in lines 79..88 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in #:|154 180 (SDEFUN LAMBDA;freeVariable? (# # #) ...)-19| in lines
         154..180 : Function |LAMBDA;freeVariable?|
         was already definedin lines 128..152
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAMBDA.fas
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAMBDA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LAPLACE.lsp ...
WARNING: in |LAPLACE;intlaplace| in lines 494..555 : variable |f| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAPLACE.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAPLACE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LATJOFM.lsp ...
WARNING: in |LATJOFM;proposition| in lines 2..3 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;logicT;$;2| in line 5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;logicF;$;3| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;emptyLattice;$;4| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;variable;S$;5| in lines 13..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;latticeJoinOfMeets;U$;6| in lines 16..20 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;empty?;$B;7| in line 24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;equalElements| in lines 116..174 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;factor;$L;17| in line 369 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;removeDup| in line 373 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;removeDup| in line 373 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;deductions;2L;19| in line 377 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;opType;$S;20| in line 381 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;opType;$S;20| in line 381 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;atom?;$B;21| in line 385 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;atom?;$B;21| in line 385 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;value;$S;22| in line 389 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;value;$S;22| in line 389 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;getChildren;$L;23| in line 393 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;=;2$B;24| in line 397 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;=;2$B;24| in line 397 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;=;2$B;24| in line 397 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATJOFM;stringVarOrLit| in lines 402..435 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LATJOFM.fas
0 errors, 23 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LATJOFM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LATMOFJ.lsp ...
WARNING: in |LATMOFJ;proposition| in lines 2..3 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;logicT;$;2| in line 5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;logicF;$;3| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;variable;S$;4| in lines 9..10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;latticeMeetOfJoins;U$;5| in lines 12..16 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;emptyLattice;$;6| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;empty?;$B;7| in line 24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;equalElements| in lines 116..174 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;factor;$L;17| in line 369 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;removeDup| in line 373 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;removeDup| in line 373 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;deductions;2L;19| in line 377 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;opType;$S;20| in line 381 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;opType;$S;20| in line 381 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;atom?;$B;21| in line 385 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;atom?;$B;21| in line 385 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;value;$S;22| in line 389 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;value;$S;22| in line 389 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;getChildren;$L;23| in line 393 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;=;2$B;24| in line 397 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;=;2$B;24| in line 397 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;=;2$B;24| in line 397 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LATMOFJ;stringVarOrLit| in lines 402..435 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LATMOFJ.fas
0 errors, 23 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LATMOFJ.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LAUPOL.lsp ...
WARNING: in |LAUPOL;poly| in line 14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAUPOL;order;$I;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LAUPOL;gpol| in line 22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAUPOL.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAUPOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LAZM3PK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAZM3PK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LAZM3PK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LEADCDET.lsp ...
WARNING: in |LEADCDET;distribute| in lines 83..149 : variable |lvar| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LEADCDET;distribute| in lines 83..149 : variable |lval| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LEADCDET.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LEADCDET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LEXP.lsp ...
WARNING: in |LEXP;coerce;$Xpbwp;11| in line 222 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LEXP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LEXP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LEXTRIPK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LEXTRIPK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LEXTRIPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LFCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LFCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LFCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LGROBP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LGROBP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LGROBP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIECAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIECAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIECAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIE.lsp ...
WARNING: in |LIE;coerce;$A;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LIE;coerce;A$;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIMITPS.lsp ...
WARNING: in |LIMITPS;okProblem?| in lines 1449..1458 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LIMITPS;poleLimitPlus| in lines 1505..1589 : variable |order| is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIMITPS.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIMITPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIMITRF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIMITRF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIMITRF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LINCOMB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LINCOMB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LINCOMB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LINDEP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LINDEP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LINDEP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LINEXP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LINEXP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LINEXP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LINPEN.lsp ...
WARNING: in |LINPEN;nrows;$Nni;6| in line 93 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LINPEN;ncols;$Nni;7| in line 97 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LINPEN;nelem;$Nni;8| in lines 99..100 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LINPEN;=;2$B;9| in lines 102..136 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |LINPEN;zero?;$2NniB;16| in lines 408..440 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |LINPEN;qswapRows!;$2Nni$;40| in lines 1179..1201 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LINPEN;qswapColumns!;$2Nni$;46| in lines 1287..1309 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LINPEN;eliminationSolve;LL2L;78| in lines 2975..3095 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |LINPEN;eliminationSolve;LL2L;78| in lines 2975..3095 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LINPEN.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 9 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LINPEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIST2MAP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST2MAP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST2MAP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIST2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIST3.lsp ...
WARNING: in |LIST3;map;MLLL;1| in lines 2..17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST3.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIST.lsp ...
WARNING: in |LIST;cons;S2$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LISTPKG.lsp ...
WARNING: in |LISTPKG;splitList;MLR;1| in lines 2..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LISTPKG.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LISTPKG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LLLRED.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LLLRED.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LLLRED.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LMDICT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LMDICT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LMDICT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LMODULE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LMODULE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LMODULE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LMOPS.lsp ...
WARNING: in |LMOPS;makeUnit;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LMOPS;makeMulti;L$;6| in lines 20..21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LMOPS;listOfMonoms;$L;8| in lines 28..29 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LMOPS;reverse;2$;11| in line 43 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LMOPS;reverse!;2$;12| in line 47 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LMOPS;mapGen;M2$;13| in lines 49..64 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LMOPS.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LMOPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LNAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LNAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LNAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LO.lsp ...
WARNING: in |LO;numer;$M;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LO;denom;$R;6| in line 22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LO.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODEEF.lsp ...
WARNING: in |LODEEF;smpxpart| in lines 28..34 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODEEF.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODEEF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODO1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODO2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODO3.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO3.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODO3AUX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO3AUX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO3AUX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODOCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODOCONV.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOCONV.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOCONV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODOF.lsp ...
WARNING: in |LODOF;recurfactor| in lines 80..101 : variable |adj?| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LODOF;zro1!0| in line 271 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOF.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODOF2.lsp ...
WARNING: in |LODOF2;listream_coefs!1| in line 1043 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LODOF2;listream_coefs!0| in line 1045 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LODOF2;ln_wrapper!1| in line 1779 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOF2.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOF2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODOOPS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOOPS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOOPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LOGIC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LOGIC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LOGIC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LOOP.lsp ...
WARNING: in |LOOP;hash;$Si;3| in line 43 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LOOP;hash;$Si;3| in line 43 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LOOP.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LOOP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LORER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LORER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LORER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LPEFRAC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LPEFRAC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LPEFRAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LPOLY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LPOLY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LPOLY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LSAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LSMP1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSMP1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSMP1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LSMP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSMP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LSPP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSPP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSPP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LSQM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSQM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSQM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LUD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LUD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LUD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LWORD.lsp ...
WARNING: in |LWORD;coerce;$Fm;9| in line 145 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LWORD.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LWORD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LZSTAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LZSTAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LZSTAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/M3D.lsp ...
WARNING: in |M3D;coerce;Pa$;3| in lines 117..120 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |M3D;coerce;$Pa;4| in lines 124..127 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/M3D.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/M3D.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGCD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGCD2.lsp ...
WARNING: in |MAGCD2;compare_coeff1| in lines 48..78 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCD2.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCD2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGCDOC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCDOC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCDOC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGCDT2.lsp ...
WARNING: in |MAGCDT2;pack_exps;2IRSev;2| in lines 24..47 : variable |mu| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAGCDT2;pack_exps;2IRSev;2| in lines 24..47 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAGCDT2;MPtoMPT;PSLRU;4| in lines 80..107 : variable |ivz| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCDT2.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCDT2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGCDT3.lsp ...
WARNING: in |MAGCDT3;MPtoMPT;PSLRU;7| in lines 268..276 : variable |ivz| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAGCDT3;MPtoMPT;PSLRU;7| in lines 268..276 : variable |mu| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCDT3.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCDT3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGCDT4.lsp ...
WARNING: in |MAGCDT4;MPtoMPT;FpSLRU;4| in lines 61..70 : variable |ivx| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAGCDT4;MPtoMPT;FpSLRU;4| in lines 61..70 : variable |ivz| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCDT4.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGCDT4.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGMA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGMA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGMA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGMAWU.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGMAWU.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGMAWU.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAMA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAMA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAMA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAPHACK1.lsp ...
WARNING: in |MAPHACK1;iter;MNni2A;1| in lines 2..10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPHACK1;recur;MNni2A;2| in lines 12..21 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPHACK1.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPHACK1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAPHACK2.lsp ...
WARNING: in |MAPHACK2;arg1;ACA;1| in line 4 : variable |c| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPHACK2;arg1;ACA;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPHACK2;arg2;A2C;2| in line 8 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPHACK2;arg2;A2C;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPHACK2.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPHACK2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAPHACK3.lsp ...
WARNING: in |MAPHACK3;comp;MMAC;1| in lines 2..4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPHACK3.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPHACK3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAPPKG1.lsp ...
WARNING: in |MAPPKG1;nullary;AM;1| in lines 2..3 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPPKG1;id;2A;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPPKG1.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPPKG1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAPPKG2.lsp ...
WARNING: in |MAPPKG2;curry;MAM;2| in lines 11..12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPPKG2;diag;MM;4| in lines 29..30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPPKG2.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPPKG2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAPPKG3.lsp ...
WARNING: in |MAPPKG3;curryRight;MBM;1| in lines 2..4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPPKG3;curryLeft;MAM;2| in lines 12..14 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPPKG3;constantRight;MM;3| in lines 22..24 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPPKG3;constantRight;MM;3!0| in lines 26..27 : variable |b| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPPKG3;constantLeft;MM;4| in lines 29..30 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPPKG3;constantLeft;MM;4!0| in lines 32..33 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MAPPKG3;twist;MM;5| in lines 35..36 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPPKG3.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAPPKG3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MATCAT2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATCAT2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATCAT2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MATCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATCAT.fas"
(1) -> 
 
   >> System error:
   LOAD: A file with name /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OFTOOL.fas does not exist

(1) -> 
echo timestamp > stamp-fasls4
( for A in MATLIN MATRIX MATSTOR MCALCFN MCDEN MCMPLX MDAGG MDDFACT MEETLAT MESH MEVCAT MEVAL1 MEVAL2 MFGRPH MFINFACT MFLOAT MHROWRED MINT MKBCFUNC MKCHSET MKFUNC MKRECORD MKUCFUNC MLIFT MMAP MMLFORM MODFACT MODFIELD MODHP MODHPS MODMONOM MODMON MODOP MODRING MODULE MOEBIUS MOMPKG MONOGEN MONOID MONOTOOL MORECAT MPC2 MPC3 MPCPF MPOLY MPRFF MRATFAC MRCAT MRF2 MRING MRVLIM MSETAGG MSET MSYSCMD MTHING MTSCAT MULDEP MULTFACT MULTSQFR NAALG NARING NARNG NASRING NASRNG NBLM NCEP NCNTFRAC NFINTBAS NGROEB NLINSOL NNI NODE1 NONE1 NONE NORMMA NORMPK NORMRETR NPCOEF NREP NSMP NSUP2 NSUP NTPOLFN NTSCAT NUMERIC NUMFMT NUMODE NUMQUAD NUMTUBE OAGROUP OAMON OAMONS OASGP OCAMON OC OCTCT2 OCT ODECONST ODEEF ODEINT ODEPAL ODEPRIM ODEPRRIC ODERAT ODERED ODERTRIC ODESYS ODETOOLS ODPOL ODP ODR ODVAR OEXPR OFACET OFTOOL OINTDOM OMCONN OMDEV OMENC OMERRK OMERR OMEXPR OMPKG OMSAGG OMSERVER OM ONECOMP2 ONECOMP OPQUERY OP ; do \
   echo ')lisp (fricas_compile_fasl' \
                ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/'$A'.lsp"' \
                '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/'$A'.fas")' ; \
done ; \
echo '(quit)' ) | \
DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MATLIN.lsp ...
WARNING: in |MATLIN;fractionFreeGauss!;2M;8| in lines 212..449 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MATLIN;fractionFreeGauss!;2M;8| in lines 212..449 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MATLIN;nullSpace;ML;18!1| in line 618 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MATLIN;nullSpace;ML;18!0| in line 620 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MATLIN;rowEchelon;2M;25| in lines 722..980 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATLIN.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATLIN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MATRIX.lsp ...
WARNING: in |MATRIX;minRowIndex;$I;1| in line 4 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MATRIX;minRowIndex;$I;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MATRIX;minColIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MATRIX;minColIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MATRIX;qelt;$2IR;3| in lines 13..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MATRIX;qsetelt!;$2I2R;4| in lines 19..21 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATRIX.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATRIX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MATSTOR.lsp ...
WARNING: in |MATSTOR;rep| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MATSTOR;copyCol!| in lines 236..246 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATSTOR.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATSTOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MCALCFN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MCALCFN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MCALCFN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MCDEN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MCDEN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MCDEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MCMPLX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MCMPLX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MCMPLX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MDAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MDAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MDAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MDDFACT.lsp ...
WARNING: in |MDDFACT;merge| in lines 15..18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MDDFACT.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MDDFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MEETLAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MEETLAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MEETLAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MESH.lsp ...
WARNING: in |MESH;zCoord| in lines 124..127 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MESH;zCoord| in lines 124..127 : variable |y| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MESH;zCoord| in lines 124..127 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MESH;meshFun2Var;MU2SLTs;7!1| in line 162 : variable |z1| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MESH;meshFun2Var;MU2SLTs;7!1| in line 162 : variable $$ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MESH;meshFun2Var;MU2SLTs;7!0| in line 164 : variable |z2| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MESH;meshFun2Var;MU2SLTs;7!0| in line 164 : variable $$ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MESH.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MESH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MEVCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MEVCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MEVCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MEVAL1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MEVAL1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MEVAL1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MEVAL2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MEVAL2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MEVAL2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MFGRPH.lsp ...
WARNING: in |MFGRPH;multifunctionGraph;L$;1| in lines 2..24 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;multifunctionGraph;L$;2| in lines 28..35 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;addObject!;$R$;7| in lines 291..299 : variable |s| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;addObject!;$R$;7| in lines 291..299 : variable |n| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;addObject!;$R$;7| in lines 291..299 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;addArrow!;$S2Nni$;8| in lines 301..307 : variable |nm| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;initial;$;11| in line 387 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;terminal;S$;12| in lines 389..397 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;cycleOpen;LS$;13| in lines 399..429 : variable |arrowName|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;cycleClosed;LS$;14| in lines 431..459 : variable
         |arrowName| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;unit;LS$;15| in lines 461..479 : variable |arrowName| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;kgraph;LS$;16| in lines 481..482 : variable |objs| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;kgraph;LS$;16| in lines 481..482 : variable |arrowName| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;kgraph;LS$;16| in lines 481..482 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;merge;3$;18| in lines 522..523 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;merge;3$;18| in lines 522..523 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;merge;3$;18| in lines 522..523 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFGRPH;indexProd| in lines 525..534 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MFGRPH.fas
0 errors, 18 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MFGRPH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MFINFACT.lsp ...
WARNING: in |MFINFACT;intChoose| in lines 1440..2040 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MFINFACT;intChoose| in lines 1440..2040 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MFINFACT;mfconst| in lines 2182..2229 : variable |dm| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MFINFACT.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MFINFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MFLOAT.lsp ...
WARNING: in |MFLOAT;mantissa;$I;4| in line 74 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFLOAT;exponent;$I;5| in line 78 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFLOAT;Zero;$;28| in line 266 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFLOAT;rem;3$;40| in line 337 : variable |f1| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFLOAT;rem;3$;40| in line 337 : variable |f2| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MFLOAT;characteristic;Nni;47| in line 412 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MFLOAT.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MFLOAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MHROWRED.lsp ...
WARNING: in |MHROWRED;rowEchelonLocal;M2RM;13| in lines 449..623 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|644 863 (SDEFUN MHROWRED;rowEchelon1 (# # #) ...)-19| in lines
         644..863 : Function |MHROWRED;rowEchelon1|
         was already definedin lines 628..629
WARNING: in |MHROWRED;rowEchelon1| in lines 644..863 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MHROWRED.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MHROWRED.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MINT.lsp ...
WARNING: in |MINT;retract;$I;5| in line 28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MINT;retractIfCan;$U;6| in lines 32..33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MINT.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MINT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MKBCFUNC.lsp ...
WARNING: in |MKBCFUNC;func| in lines 5..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKBCFUNC.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKBCFUNC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MKCHSET.lsp ...
WARNING: in |MKCHSET;position;$Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MKCHSET;coerce;$S;3| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKCHSET.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKCHSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MKFUNC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKFUNC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKFUNC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MKRECORD.lsp ...
WARNING: in |MKRECORD;makeRecord;ST$R;1| in lines 4..6 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKRECORD.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKRECORD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MKUCFUNC.lsp ...
WARNING: in |MKUCFUNC;func| in lines 5..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKUCFUNC.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKUCFUNC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MLIFT.lsp ...
WARNING: in |MLIFT;lifting1| in lines 298..637 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MLIFT.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MLIFT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MMAP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MMAP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MMAP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MMLFORM.lsp ...
WARNING: in |MMLFORM;sayExpr| in line 14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MMLFORM;tagEnd| in lines 172..186 : variable |name| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MMLFORM;stringify| in lines 240..241 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MMLFORM;formatFunction| in lines 708..722 : variable |prec| is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MMLFORM.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MMLFORM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODFACT.lsp ...
WARNING: in |MODFACT;copy_slice2| in lines 77..85 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODFACT;mod_exp;UvILUv;5| in lines 128..190 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MODFACT;do_ddfact| in lines 455..661 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MODFACT;do_ddfact| in lines 455..661 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODFACT.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODFIELD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODFIELD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODFIELD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODHP.lsp ...
WARNING: in |MODHP;HP_solve_I;LLSNniMMU;10| in lines 256..1041 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MODHP;HP_solve_I;LLSNniMMU;10| in lines 256..1041 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MODHP;HP_solve_I;LLSNniMMU;10| in lines 256..1041 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MODHP;HP_solve_I;LLSNniMMU;10| in lines 256..1041 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MODHP;HP_solve_I;LLSNniMMU;10| in lines 256..1041 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MODHP;HP_solve_P;LL2SNniMMU;19| in lines 1364..1632 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MODHP;HP_solve_A;LLSNniMMU;21| in lines 1822..1833 : variable
         |list| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_A;LLSNniMMU;21| in lines 1822..1833 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_A;LLSNniMMU;21| in lines 1822..1833 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_A;LLSNniMMU;21| in lines 1822..1833 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_A;LLSNniMMU;21| in lines 1822..1833 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_A;LLSNniMMU;21| in lines 1822..1833 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_A;LLSNniMMU;21| in lines 1822..1833 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_PA;LL2SNniMMU;22| in lines 1835..1849 : variable
         |list| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_PA;LL2SNniMMU;22| in lines 1835..1849 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_PA;LL2SNniMMU;22| in lines 1835..1849 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_PA;LL2SNniMMU;22| in lines 1835..1849 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_PA;LL2SNniMMU;22| in lines 1835..1849 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_PA;LL2SNniMMU;22| in lines 1835..1849 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_PA;LL2SNniMMU;22| in lines 1835..1849 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHP;HP_solve_PA;LL2SNniMMU;22| in lines 1835..1849 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODHP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 21 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODHP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODHPS.lsp ...
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;1| in lines 2..10 : variable |qvar| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;LLF_to_LPA;LILLIU;2| in lines 12..16 : variable |vars| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;LLF_to_LPA;LILLIU;2| in lines 12..16 : variable |points|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;VSUPS_to_VPA;VLLIV;3| in lines 18..22 : variable |vars| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;VSUPS_to_VPA;VLLIV;3| in lines 18..22 : variable |points|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;4| in lines 24..37 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;9| in lines 111..119 : variable |qvar|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;10| in lines 124..133 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;10| in lines 124..133 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;10| in lines 124..133 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;10| in lines 124..133 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;10| in lines 124..133 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;10| in lines 124..133 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;12| in lines 149..158 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;12| in lines 149..158 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;12| in lines 149..158 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;12| in lines 149..158 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;12| in lines 149..158 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;12| in lines 149..158 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;13| in lines 160..187 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;14| in lines 189..197 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;14| in lines 189..197 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;14| in lines 189..197 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;14| in lines 189..197 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;14| in lines 189..197 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;14| in lines 189..197 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;14| in lines 189..197 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;14| in lines 189..197 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;15| in lines 199..207 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;15| in lines 199..207 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;15| in lines 199..207 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;15| in lines 199..207 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;15| in lines 199..207 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;15| in lines 199..207 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;15| in lines 199..207 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;15| in lines 199..207 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;16| in lines 209..217 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;16| in lines 209..217 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;16| in lines 209..217 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;16| in lines 209..217 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;16| in lines 209..217 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;16| in lines 209..217 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;16| in lines 209..217 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;16| in lines 209..217 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;17| in lines 219..227 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;17| in lines 219..227 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;17| in lines 219..227 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;17| in lines 219..227 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;17| in lines 219..227 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;17| in lines 219..227 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;17| in lines 219..227 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;17| in lines 219..227 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;18| in lines 232..241 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;18| in lines 232..241 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;18| in lines 232..241 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;18| in lines 232..241 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;18| in lines 232..241 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;18| in lines 232..241 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;19| in lines 243..270 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;20| in lines 272..280 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;20| in lines 272..280 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;20| in lines 272..280 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;20| in lines 272..280 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;20| in lines 272..280 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;20| in lines 272..280 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;20| in lines 272..280 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;20| in lines 272..280 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;21| in lines 282..290 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;21| in lines 282..290 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;21| in lines 282..290 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;21| in lines 282..290 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;21| in lines 282..290 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;21| in lines 282..290 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;21| in lines 282..290 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;21| in lines 282..290 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;22| in lines 292..300 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;22| in lines 292..300 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;22| in lines 292..300 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;22| in lines 292..300 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;22| in lines 292..300 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;22| in lines 292..300 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;22| in lines 292..300 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;22| in lines 292..300 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;23| in lines 302..310 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;23| in lines 302..310 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;23| in lines 302..310 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;23| in lines 302..310 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;23| in lines 302..310 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;23| in lines 302..310 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;23| in lines 302..310 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;23| in lines 302..310 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;24| in lines 315..324 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;24| in lines 315..324 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;24| in lines 315..324 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;24| in lines 315..324 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;24| in lines 315..324 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;24| in lines 315..324 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;26| in lines 340..349 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;26| in lines 340..349 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;26| in lines 340..349 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;26| in lines 340..349 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;26| in lines 340..349 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;26| in lines 340..349 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;27| in lines 351..378 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;28| in lines 380..388 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;28| in lines 380..388 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;28| in lines 380..388 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;28| in lines 380..388 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;28| in lines 380..388 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;28| in lines 380..388 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;28| in lines 380..388 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;28| in lines 380..388 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;29| in lines 390..398 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;29| in lines 390..398 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;29| in lines 390..398 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;29| in lines 390..398 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;29| in lines 390..398 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;29| in lines 390..398 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;29| in lines 390..398 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;29| in lines 390..398 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;30| in lines 400..408 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;30| in lines 400..408 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;30| in lines 400..408 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;30| in lines 400..408 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;30| in lines 400..408 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;30| in lines 400..408 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;30| in lines 400..408 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;30| in lines 400..408 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;31| in lines 410..418 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;31| in lines 410..418 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;31| in lines 410..418 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;31| in lines 410..418 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;31| in lines 410..418 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;31| in lines 410..418 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;31| in lines 410..418 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;31| in lines 410..418 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;32| in lines 423..432 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;32| in lines 423..432 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;32| in lines 423..432 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;32| in lines 423..432 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;32| in lines 423..432 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;32| in lines 423..432 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;33| in lines 434..461 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;34| in lines 463..471 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;34| in lines 463..471 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;34| in lines 463..471 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;34| in lines 463..471 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;34| in lines 463..471 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;34| in lines 463..471 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;34| in lines 463..471 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;34| in lines 463..471 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;35| in lines 473..481 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;35| in lines 473..481 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;35| in lines 473..481 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;35| in lines 473..481 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;35| in lines 473..481 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;35| in lines 473..481 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;35| in lines 473..481 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;35| in lines 473..481 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;36| in lines 483..491 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;36| in lines 483..491 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;36| in lines 483..491 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;36| in lines 483..491 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;36| in lines 483..491 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;36| in lines 483..491 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;36| in lines 483..491 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;36| in lines 483..491 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;37| in lines 493..501 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;37| in lines 493..501 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;37| in lines 493..501 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;37| in lines 493..501 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;37| in lines 493..501 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;37| in lines 493..501 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;37| in lines 493..501 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;37| in lines 493..501 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;38| in lines 506..515 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;38| in lines 506..515 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;38| in lines 506..515 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;38| in lines 506..515 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;38| in lines 506..515 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;38| in lines 506..515 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;39| in lines 517..525 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;40| in lines 530..539 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;40| in lines 530..539 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;40| in lines 530..539 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;40| in lines 530..539 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;40| in lines 530..539 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;40| in lines 530..539 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;42| in lines 555..564 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;42| in lines 555..564 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;42| in lines 555..564 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;42| in lines 555..564 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;42| in lines 555..564 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;42| in lines 555..564 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;43| in lines 566..593 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;44| in lines 595..603 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;44| in lines 595..603 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;44| in lines 595..603 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;44| in lines 595..603 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;44| in lines 595..603 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;44| in lines 595..603 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;44| in lines 595..603 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;44| in lines 595..603 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;45| in lines 605..613 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;45| in lines 605..613 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;45| in lines 605..613 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;45| in lines 605..613 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;45| in lines 605..613 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;45| in lines 605..613 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;45| in lines 605..613 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;45| in lines 605..613 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;46| in lines 615..623 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;46| in lines 615..623 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;46| in lines 615..623 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;46| in lines 615..623 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;46| in lines 615..623 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;46| in lines 615..623 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;46| in lines 615..623 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;46| in lines 615..623 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;47| in lines 625..633 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;47| in lines 625..633 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;47| in lines 625..633 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;47| in lines 625..633 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;47| in lines 625..633 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;47| in lines 625..633 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;47| in lines 625..633 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;47| in lines 625..633 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;48| in lines 638..647 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;48| in lines 638..647 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;48| in lines 638..647 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;48| in lines 638..647 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;48| in lines 638..647 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;48| in lines 638..647 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;49| in lines 649..676 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;50| in lines 678..686 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;50| in lines 678..686 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;50| in lines 678..686 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;50| in lines 678..686 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;50| in lines 678..686 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;50| in lines 678..686 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;50| in lines 678..686 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;50| in lines 678..686 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;51| in lines 688..696 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;51| in lines 688..696 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;51| in lines 688..696 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;51| in lines 688..696 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;51| in lines 688..696 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;51| in lines 688..696 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;51| in lines 688..696 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;51| in lines 688..696 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;52| in lines 698..706 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;52| in lines 698..706 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;52| in lines 698..706 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;52| in lines 698..706 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;52| in lines 698..706 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;52| in lines 698..706 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;52| in lines 698..706 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;52| in lines 698..706 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;53| in lines 708..716 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;53| in lines 708..716 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;53| in lines 708..716 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;53| in lines 708..716 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;53| in lines 708..716 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;53| in lines 708..716 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;53| in lines 708..716 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;53| in lines 708..716 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;54| in lines 721..730 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;54| in lines 721..730 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;54| in lines 721..730 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;54| in lines 721..730 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;54| in lines 721..730 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;54| in lines 721..730 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;56| in lines 746..755 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;56| in lines 746..755 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;56| in lines 746..755 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;56| in lines 746..755 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;56| in lines 746..755 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;56| in lines 746..755 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;57| in lines 757..784 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;58| in lines 786..794 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;58| in lines 786..794 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;58| in lines 786..794 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;58| in lines 786..794 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;58| in lines 786..794 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;58| in lines 786..794 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;58| in lines 786..794 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;58| in lines 786..794 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;59| in lines 796..804 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;59| in lines 796..804 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;59| in lines 796..804 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;59| in lines 796..804 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;59| in lines 796..804 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;59| in lines 796..804 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;59| in lines 796..804 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;59| in lines 796..804 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;60| in lines 806..814 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;60| in lines 806..814 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;60| in lines 806..814 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;60| in lines 806..814 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;60| in lines 806..814 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;60| in lines 806..814 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;60| in lines 806..814 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;60| in lines 806..814 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;61| in lines 816..824 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;61| in lines 816..824 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;61| in lines 816..824 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;61| in lines 816..824 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;61| in lines 816..824 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;61| in lines 816..824 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;61| in lines 816..824 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;61| in lines 816..824 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;62| in lines 829..838 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;62| in lines 829..838 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;62| in lines 829..838 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;62| in lines 829..838 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;62| in lines 829..838 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;62| in lines 829..838 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;63| in lines 840..867 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;64| in lines 869..877 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;64| in lines 869..877 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;64| in lines 869..877 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;64| in lines 869..877 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;64| in lines 869..877 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;64| in lines 869..877 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;64| in lines 869..877 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;64| in lines 869..877 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;65| in lines 879..887 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;65| in lines 879..887 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;65| in lines 879..887 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;65| in lines 879..887 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;65| in lines 879..887 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;65| in lines 879..887 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;65| in lines 879..887 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;65| in lines 879..887 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;66| in lines 889..897 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;66| in lines 889..897 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;66| in lines 889..897 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;66| in lines 889..897 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;66| in lines 889..897 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;66| in lines 889..897 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;66| in lines 889..897 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;66| in lines 889..897 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;67| in lines 899..907 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;67| in lines 899..907 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;67| in lines 899..907 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;67| in lines 899..907 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;67| in lines 899..907 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;67| in lines 899..907 : variable |gen|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;67| in lines 899..907 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;67| in lines 899..907 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;68| in lines 912..921 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;68| in lines 912..921 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;68| in lines 912..921 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;68| in lines 912..921 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;68| in lines 912..921 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;68| in lines 912..921 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;LLF_to_LPA;LILLIU;70| in lines 934..938 : variable |p| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;VSUPS_to_VPA;VLLIV;71| in lines 940..944 : variable |p| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;73| in lines 984..992 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;74| in lines 997..1006 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;74| in lines 997..1006 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;74| in lines 997..1006 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;74| in lines 997..1006 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;74| in lines 997..1006 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;74| in lines 997..1006 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;76| in lines 1022..1031 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;76| in lines 1022..1031 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;76| in lines 1022..1031 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;76| in lines 1022..1031 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;76| in lines 1022..1031 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;76| in lines 1022..1031 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;77| in lines 1033..1060 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;78| in lines 1062..1070 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;78| in lines 1062..1070 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;78| in lines 1062..1070 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;78| in lines 1062..1070 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;78| in lines 1062..1070 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;78| in lines 1062..1070 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;78| in lines 1062..1070 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;78| in lines 1062..1070 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;79| in lines 1072..1080 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;79| in lines 1072..1080 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;79| in lines 1072..1080 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;79| in lines 1072..1080 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;79| in lines 1072..1080 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;79| in lines 1072..1080 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;79| in lines 1072..1080 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;79| in lines 1072..1080 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;80| in lines 1082..1090 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;80| in lines 1082..1090 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;80| in lines 1082..1090 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;80| in lines 1082..1090 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;80| in lines 1082..1090 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;80| in lines 1082..1090 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;80| in lines 1082..1090 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;80| in lines 1082..1090 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;81| in lines 1092..1100 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;81| in lines 1092..1100 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;81| in lines 1092..1100 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;81| in lines 1092..1100 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;81| in lines 1092..1100 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;81| in lines 1092..1100 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;81| in lines 1092..1100 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;81| in lines 1092..1100 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;82| in lines 1105..1114 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;82| in lines 1105..1114 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;82| in lines 1105..1114 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;82| in lines 1105..1114 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;82| in lines 1105..1114 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;82| in lines 1105..1114 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;83| in lines 1116..1143 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;84| in lines 1145..1153 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;84| in lines 1145..1153 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;84| in lines 1145..1153 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;84| in lines 1145..1153 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;84| in lines 1145..1153 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;84| in lines 1145..1153 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;84| in lines 1145..1153 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;84| in lines 1145..1153 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;85| in lines 1155..1163 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;85| in lines 1155..1163 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;85| in lines 1155..1163 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;85| in lines 1155..1163 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;85| in lines 1155..1163 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;85| in lines 1155..1163 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;85| in lines 1155..1163 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;85| in lines 1155..1163 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;86| in lines 1165..1173 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;86| in lines 1165..1173 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;86| in lines 1165..1173 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;86| in lines 1165..1173 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;86| in lines 1165..1173 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;86| in lines 1165..1173 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;86| in lines 1165..1173 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;86| in lines 1165..1173 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;87| in lines 1175..1183 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;87| in lines 1175..1183 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;87| in lines 1175..1183 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;87| in lines 1175..1183 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;87| in lines 1175..1183 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;87| in lines 1175..1183 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;87| in lines 1175..1183 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;87| in lines 1175..1183 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;88| in lines 1188..1197 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;88| in lines 1188..1197 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;88| in lines 1188..1197 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;88| in lines 1188..1197 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;88| in lines 1188..1197 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;88| in lines 1188..1197 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;90| in lines 1213..1222 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;90| in lines 1213..1222 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;90| in lines 1213..1222 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;90| in lines 1213..1222 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;90| in lines 1213..1222 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;90| in lines 1213..1222 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;91| in lines 1224..1251 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;92| in lines 1253..1261 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;92| in lines 1253..1261 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;92| in lines 1253..1261 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;92| in lines 1253..1261 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;92| in lines 1253..1261 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;92| in lines 1253..1261 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;92| in lines 1253..1261 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;92| in lines 1253..1261 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;93| in lines 1263..1271 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;93| in lines 1263..1271 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;93| in lines 1263..1271 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;93| in lines 1263..1271 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;93| in lines 1263..1271 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;93| in lines 1263..1271 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;93| in lines 1263..1271 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;93| in lines 1263..1271 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;94| in lines 1273..1281 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;94| in lines 1273..1281 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;94| in lines 1273..1281 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;94| in lines 1273..1281 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;94| in lines 1273..1281 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;94| in lines 1273..1281 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;94| in lines 1273..1281 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;94| in lines 1273..1281 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;95| in lines 1283..1291 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;95| in lines 1283..1291 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;95| in lines 1283..1291 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;95| in lines 1283..1291 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;95| in lines 1283..1291 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;95| in lines 1283..1291 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;95| in lines 1283..1291 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;95| in lines 1283..1291 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;96| in lines 1296..1305 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;96| in lines 1296..1305 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;96| in lines 1296..1305 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;96| in lines 1296..1305 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;96| in lines 1296..1305 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;96| in lines 1296..1305 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;97| in lines 1307..1334 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;98| in lines 1336..1344 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;98| in lines 1336..1344 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;98| in lines 1336..1344 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;98| in lines 1336..1344 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;98| in lines 1336..1344 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;98| in lines 1336..1344 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;98| in lines 1336..1344 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;98| in lines 1336..1344 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;99| in lines 1346..1354 : variable |l|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;99| in lines 1346..1354 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;99| in lines 1346..1354 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;99| in lines 1346..1354 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;99| in lines 1346..1354 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;99| in lines 1346..1354 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;99| in lines 1346..1354 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;99| in lines 1346..1354 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;100| in lines 1356..1364 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;100| in lines 1356..1364 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;100| in lines 1356..1364 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;100| in lines 1356..1364 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;100| in lines 1356..1364 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;100| in lines 1356..1364 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;100| in lines 1356..1364 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;100| in lines 1356..1364 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;101| in lines 1366..1374 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;101| in lines 1366..1374 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;101| in lines 1366..1374 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;101| in lines 1366..1374 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;101| in lines 1366..1374 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;101| in lines 1366..1374 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;101| in lines 1366..1374 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;101| in lines 1366..1374 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;102| in lines 1379..1388 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;102| in lines 1379..1388 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;102| in lines 1379..1388 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;102| in lines 1379..1388 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;102| in lines 1379..1388 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;102| in lines 1379..1388 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;103| in lines 1390..1398 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;104| in lines 1403..1412 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;104| in lines 1403..1412 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;104| in lines 1403..1412 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;104| in lines 1403..1412 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;104| in lines 1403..1412 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;104| in lines 1403..1412 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;106| in lines 1428..1437 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;106| in lines 1428..1437 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;106| in lines 1428..1437 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;106| in lines 1428..1437 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;106| in lines 1428..1437 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;106| in lines 1428..1437 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;107| in lines 1439..1466 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;108| in lines 1468..1476 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;108| in lines 1468..1476 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;108| in lines 1468..1476 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;108| in lines 1468..1476 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;108| in lines 1468..1476 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;108| in lines 1468..1476 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;108| in lines 1468..1476 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;108| in lines 1468..1476 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;109| in lines 1478..1486 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;109| in lines 1478..1486 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;109| in lines 1478..1486 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;109| in lines 1478..1486 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;109| in lines 1478..1486 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;109| in lines 1478..1486 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;109| in lines 1478..1486 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;109| in lines 1478..1486 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;110| in lines 1488..1496 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;110| in lines 1488..1496 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;110| in lines 1488..1496 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;110| in lines 1488..1496 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;110| in lines 1488..1496 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;110| in lines 1488..1496 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;110| in lines 1488..1496 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;110| in lines 1488..1496 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;111| in lines 1498..1506 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;111| in lines 1498..1506 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;111| in lines 1498..1506 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;111| in lines 1498..1506 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;111| in lines 1498..1506 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;111| in lines 1498..1506 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;111| in lines 1498..1506 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;111| in lines 1498..1506 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;112| in lines 1511..1520 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;112| in lines 1511..1520 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;112| in lines 1511..1520 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;112| in lines 1511..1520 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;112| in lines 1511..1520 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;112| in lines 1511..1520 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;113| in lines 1522..1549 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;114| in lines 1551..1559 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;114| in lines 1551..1559 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;114| in lines 1551..1559 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;114| in lines 1551..1559 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;114| in lines 1551..1559 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;114| in lines 1551..1559 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;114| in lines 1551..1559 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;114| in lines 1551..1559 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;115| in lines 1561..1569 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;115| in lines 1561..1569 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;115| in lines 1561..1569 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;115| in lines 1561..1569 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;115| in lines 1561..1569 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;115| in lines 1561..1569 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;115| in lines 1561..1569 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;115| in lines 1561..1569 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;116| in lines 1571..1579 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;116| in lines 1571..1579 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;116| in lines 1571..1579 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;116| in lines 1571..1579 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;116| in lines 1571..1579 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;116| in lines 1571..1579 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;116| in lines 1571..1579 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;116| in lines 1571..1579 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;117| in lines 1581..1589 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;117| in lines 1581..1589 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;117| in lines 1581..1589 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;117| in lines 1581..1589 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;117| in lines 1581..1589 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;117| in lines 1581..1589 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;117| in lines 1581..1589 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;117| in lines 1581..1589 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;118| in lines 1594..1603 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;118| in lines 1594..1603 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;118| in lines 1594..1603 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;118| in lines 1594..1603 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;118| in lines 1594..1603 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;118| in lines 1594..1603 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;120| in lines 1619..1628 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;120| in lines 1619..1628 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;120| in lines 1619..1628 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;120| in lines 1619..1628 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;120| in lines 1619..1628 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;120| in lines 1619..1628 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;121| in lines 1630..1657 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;122| in lines 1659..1667 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;122| in lines 1659..1667 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;122| in lines 1659..1667 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;122| in lines 1659..1667 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;122| in lines 1659..1667 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;122| in lines 1659..1667 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;122| in lines 1659..1667 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;122| in lines 1659..1667 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;123| in lines 1669..1677 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;123| in lines 1669..1677 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;123| in lines 1669..1677 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;123| in lines 1669..1677 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;123| in lines 1669..1677 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;123| in lines 1669..1677 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;123| in lines 1669..1677 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;123| in lines 1669..1677 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;124| in lines 1679..1687 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;124| in lines 1679..1687 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;124| in lines 1679..1687 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;124| in lines 1679..1687 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;124| in lines 1679..1687 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;124| in lines 1679..1687 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;124| in lines 1679..1687 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;124| in lines 1679..1687 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;125| in lines 1689..1697 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;125| in lines 1689..1697 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;125| in lines 1689..1697 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;125| in lines 1689..1697 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;125| in lines 1689..1697 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;125| in lines 1689..1697 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;125| in lines 1689..1697 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;125| in lines 1689..1697 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;126| in lines 1702..1711 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;126| in lines 1702..1711 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;126| in lines 1702..1711 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;126| in lines 1702..1711 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;126| in lines 1702..1711 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;126| in lines 1702..1711 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;127| in lines 1713..1740 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;128| in lines 1742..1750 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;128| in lines 1742..1750 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;128| in lines 1742..1750 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;128| in lines 1742..1750 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;128| in lines 1742..1750 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;128| in lines 1742..1750 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;128| in lines 1742..1750 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;128| in lines 1742..1750 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;129| in lines 1752..1760 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;129| in lines 1752..1760 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;129| in lines 1752..1760 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;129| in lines 1752..1760 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;129| in lines 1752..1760 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;129| in lines 1752..1760 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;129| in lines 1752..1760 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;129| in lines 1752..1760 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;130| in lines 1762..1770 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;130| in lines 1762..1770 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;130| in lines 1762..1770 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;130| in lines 1762..1770 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;130| in lines 1762..1770 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;130| in lines 1762..1770 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;130| in lines 1762..1770 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;130| in lines 1762..1770 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;131| in lines 1772..1780 : variable
         |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;131| in lines 1772..1780 : variable
         |degs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;131| in lines 1772..1780 : variable
         |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;131| in lines 1772..1780 : variable
         |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;131| in lines 1772..1780 : variable
         |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;131| in lines 1772..1780 : variable
         |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;131| in lines 1772..1780 : variable
         |check| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;HP_solve;LL2SNniMMU;131| in lines 1772..1780 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;132| in lines 1785..1794 :
         variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;132| in lines 1785..1794 :
         variable |kind| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;132| in lines 1785..1794 :
         variable |qvar| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;132| in lines 1785..1794 :
         variable |sigma| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;132| in lines 1785..1794 :
         variable |gen| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;gen_Monte_Carlo_check;ML2SNniMM;132| in lines 1785..1794 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODHPS;check_sol_mod_diff| in lines 1796..2003 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MODHPS;check_sol_mod_diff| in lines 1796..2003 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODHPS.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 710 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODHPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODMONOM.lsp ...
WARNING: in |MODMONOM;exponent;$E;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODMONOM;index;$IS;3| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODMONOM;coerce;$R;4| in lines 15..16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODMONOM;coerce;R$;5| in lines 20..21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODMONOM;construct;ISE$;6| in line 25 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODMONOM.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODMONOM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODMON.lsp ...
WARNING: in |MODMON;lift;$Rep;15| in line 126 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODMON.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODMON.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODOP.lsp ...
WARNING: in |MODOP;termcopy| in lines 48..67 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODOP;conjug;2R;41| in line 564 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODOP.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODOP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODRING.lsp ...
WARNING: in |MODRING;modulus;$Mod;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MODRING;coerce;$R;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODRING.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODULE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODULE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODULE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MOEBIUS.lsp ...
WARNING: in |MOEBIUS;moebius;4F$;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MOEBIUS;a| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MOEBIUS;b| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MOEBIUS;c| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MOEBIUS;d| in line 21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MOEBIUS.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MOEBIUS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MOMPKG.lsp ...
WARNING: in |MOMPKG;moment2jacobi;SR;10!1| in line 246 : variable $$ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MOMPKG;moment2jacobi;SR;10!0| in line 248 : variable $$ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MOMPKG;jacobi2poly;2SS;12!0| in line 319 : variable $$ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MOMPKG.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MOMPKG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MONOGEN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MONOGEN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MONOGEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MONOID.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MONOID.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MONOID.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MONOTOOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MONOTOOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MONOTOOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MORECAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MORECAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MORECAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MPC2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPC2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPC2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MPC3.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPC3.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPC3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MPCPF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPCPF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPCPF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MPOLY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPOLY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPOLY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MPRFF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPRFF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MPRFF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MRATFAC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRATFAC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRATFAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MRCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MRF2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRF2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRF2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MRING.lsp ...
WARNING: in |MRING;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MRING;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MRING;Zero;$;10| in line 91 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MRING;monomials;$L;13| in lines 100..111 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MRING;coefficients;$L;14| in lines 113..124 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MRING;numberOfMonomials;$Nni;24| in lines 274..275 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MRING;leadingTerm;$R;34| in lines 388..390 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MRING;reductum;2$;35| in lines 392..393 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MRING;construct;L$;40| in lines 421..460 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRING.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 9 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MRVLIM.lsp ...
WARNING: in |MRVLIM;expr_to_series;EKRU;7| in lines 639..740 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRVLIM.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MRVLIM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MSETAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MSETAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MSETAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MSET.lsp ...
WARNING: in |MSET;empty?;$B;19| in line 136 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |MSET;#;$Nni;20| in lines 138..142 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MSET.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MSYSCMD.lsp ...
WARNING: in |MSYSCMD;systemCommand;SV;1| in lines 4..5 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MSYSCMD.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MSYSCMD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MTHING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MTHING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MTHING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MTSCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MTSCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MTSCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MULDEP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MULDEP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MULDEP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MULTFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MULTFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MULTFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MULTSQFR.lsp ...
WARNING: in |MULTSQFR;nsqfree;SupLLR;1| in lines 2..441 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |MULTSQFR;nsqfree;SupLLR;1| in lines 2..441 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MULTSQFR.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MULTSQFR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NAALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NAALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NAALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NARING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NARING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NARING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NARNG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NARNG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NARNG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NASRING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NASRING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NASRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NASRNG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NASRNG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NASRNG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NBLM.lsp ...
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;1!2| in lines 12..13 :
         variable |pt| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;1!2| in lines 12..13 :
         variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;1!1| in lines 15..16 :
         variable |pt| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;1!1| in lines 15..16 :
         variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;1!0| in lines 18..19 :
         variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;2!2| in lines 30..31 :
         variable |pt| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;2!2| in lines 30..31 :
         variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;2!1| in lines 33..34 :
         variable |pt| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;2!1| in lines 33..34 :
         variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;naiveBeckermannLabahn;VVNniIL;2!0| in lines 36..37 :
         variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;vector_shift| in lines 224..232 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;mul_by_binomial_pointwise| in lines 234..248 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;swap_rows| in lines 403..421 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;mult_vector| in lines 423..436 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;add_vector| in lines 453..469 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NBLM;final_reduce| in lines 539..595 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NBLM.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 16 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NBLM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NCEP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NCEP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NCEP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NCNTFRAC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NCNTFRAC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NCNTFRAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NFINTBAS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NFINTBAS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NFINTBAS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NGROEB.lsp ...
WARNING: in |NGROEB;virtualDegree;DpolNni;3| in lines 17..18 : variable |p| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NGROEB;virtualDegree;DpolNni;3| in lines 17..18 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NGROEB;gbasis| in lines 75..207 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NGROEB;hMonic;2Dpol;13| in line 367 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NGROEB.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NGROEB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NLINSOL.lsp ...
WARNING: in |NLINSOL;addRoot| in lines 74..88 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NLINSOL.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NLINSOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NNI.lsp ...
WARNING: in #:|2 7 (SETQ $CategoryFrame (put 'NonNegativeInteger 'SuperDomain
         ...))-1| in lines 2..7 : |$CategoryFrame| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2 7 (SETQ $CategoryFrame (put 'NonNegativeInteger 'SuperDomain
         ...))-1| in lines 2..7 : |$CategoryFrame| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2 7 (SETQ $CategoryFrame (put 'NonNegativeInteger 'SuperDomain
         ...))-1| in lines 2..7 : |$CategoryFrame| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NNI;sup;3$;1| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NNI;shift;$I$;2| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NNI;qcoerce;I$;3| in line 19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NNI;subtractIfCan;2$U;4| in lines 21..25 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NNI.fas
The following special variables were not defined:
 |$CategoryFrame|
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NNI.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NODE1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NODE1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NODE1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NONE1.lsp ...
WARNING: in |NONE1;coerce;SN;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NONE1.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NONE1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NONE.lsp ...
WARNING: in |NONE;coerce;$Of;1| in lines 2..3 : variable |none| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NONE;=;2$B;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NONE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NONE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NORMMA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NORMMA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NORMMA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NORMPK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NORMPK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NORMPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NORMRETR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NORMRETR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NORMRETR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NPCOEF.lsp ...
WARNING: in |NPCOEF;check| in lines 276..350 : variable |ulist| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NPCOEF.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NPCOEF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NREP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NREP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NREP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NSMP.lsp ...
WARNING: in |NSMP;coerce;$Smp;2| in lines 10..11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NSMP;coerce;Smp$;3| in lines 15..16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NSMP;retractIfCan;$U;4| in lines 20..23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NSMP;mvar;$VarSet;5| in lines 25..29 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NSMP.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NSMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NSUP2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NSUP2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NSUP2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NSUP.lsp ...
WARNING: in |NSUP;rep| in lines 4..7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NSUP;per| in lines 11..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NSUP;coerce;$Sup;3| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NSUP;coerce;Sup$;4| in line 22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NSUP;retractIfCan;$U;5| in lines 26..28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NSUP;monicModulo;3$;6| in lines 30..87 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NSUP;monicModulo;3$;6| in lines 30..87 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NSUP;lazyResidueClass;2$R;7| in lines 89..152 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NSUP;lazyResidueClass;2$R;7| in lines 89..152 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NSUP;lazyPseudoRemainder;3$;8| in lines 154..215 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NSUP;lazyPseudoRemainder;3$;8| in lines 154..215 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NSUP;lazyPseudoDivide;2$R;9| in lines 217..299 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NSUP;lazyPseudoDivide;2$R;9| in lines 217..299 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NSUP;lazyPseudoQuotient;3$;10| in lines 301..358 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NSUP;lazyPseudoQuotient;3$;10| in lines 301..358 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NSUP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 15 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NSUP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NTPOLFN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NTPOLFN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NTPOLFN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NTSCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NTSCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NTSCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NUMERIC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMERIC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMERIC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NUMFMT.lsp ...
WARNING: in |NUMFMT;replaceD| in lines 2..4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NUMFMT;replaced| in lines 6..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NUMFMT;FormatArabic;PiS;7| in lines 66..67 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |NUMFMT;FormatRadix;2IS;11| in lines 308..310 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMFMT.fas
The following functions were used but not defined:
 |packageTran|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMFMT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NUMODE.lsp ...
WARNING: in |NUMODE;rk4a;VI4FIMV;1| in lines 2..165 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |NUMODE;rk4qclocal| in lines 250..370 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMODE.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMODE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NUMQUAD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMQUAD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMQUAD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NUMTUBE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMTUBE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NUMTUBE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OAGROUP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OAGROUP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OAGROUP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OAMON.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OAMON.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OAMON.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OAMONS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OAMONS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OAMONS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OASGP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OASGP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OASGP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OCAMON.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OCAMON.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OCAMON.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OCTCT2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OCTCT2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OCTCT2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OCT.lsp ...
WARNING: in |OCT;octon;2Q$;12| in lines 31..32 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OCT.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OCT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODECONST.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODECONST.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODECONST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODEEF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEEF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEEF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODEINT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEINT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEINT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODEPAL.lsp ...
WARNING: in |ODEPAL;rat_solve| in lines 2..174 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEPAL.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEPAL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODEPRIM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEPRIM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEPRIM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODEPRRIC.lsp ...
WARNING: in |ODEPRRIC;poly1| in lines 64..87 : variable |c| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ODEPRRIC;getPoly| in lines 473..507 : variable |rec| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEPRRIC.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODEPRRIC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODERAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODERAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODERAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODERED.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODERED.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODERED.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODERTRIC.lsp ...
WARNING: in |ODERTRIC;zro1!0| in line 756 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODERTRIC.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODERTRIC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODESYS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODESYS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODESYS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODETOOLS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODETOOLS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODETOOLS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODPOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODPOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODPOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODR.lsp ...
WARNING: in |ODR;coerce;R$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ODR;coerce;$R;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODR.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ODVAR.lsp ...
WARNING: in |ODVAR;makeVariable;SNni$;1| in lines 4..5 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ODVAR;variable;$S;2| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ODVAR;order;$Nni;3| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODVAR.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ODVAR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OEXPR.lsp ...
WARNING: in |OEXPR;retract;E$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OEXPR;coerce;$E;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OEXPR.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OEXPR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OFACET.lsp ...
WARNING: in |OFACET;getIndexes;$L;7| in lines 166..167 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OFACET;getMult;$I;11| in line 215 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OFACET;setMult!;$I$;12| in lines 217..218 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OFACET.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OFACET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OFTOOL.lsp ...
WARNING: in |OFTOOL;atom?;OfB;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OFTOOL;integer?;OfB;2| in lines 8..9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OFTOOL;symbol?;OfB;4| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OFTOOL;string?;OfB;6| in line 25 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OFTOOL;construct;OfLOf;13| in lines 91..93 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OFTOOL;precondition;2Of;14| in lines 95..409 :
         |$fractionDisplayType| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OFTOOL.fas
The following special variables were not defined:
 |$fractionDisplayType|
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OFTOOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OINTDOM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OINTDOM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OINTDOM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OMCONN.lsp ...
WARNING: in |OMCONN;OMmakeConn;Si$;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMCONN;OMcloseConn;$V;2| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMCONN;OMconnInDevice;$Omd;3| in lines 13..14 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMCONN;OMconnOutDevice;$Omd;4| in lines 18..19 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMCONN;OMconnectTCP;$SSiB;5| in lines 23..25 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMCONN;OMbindTCP;$SiB;6| in lines 29..31 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMCONN.fas
The following functions were used but not defined:
 OM-MAKECONN OM-CLOSECONN OM-GETCONNINDEV OM-GETCONNOUTDEV OM-CONNECTTCP
 OM-BINDTCP
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMCONN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OMDEV.lsp ...
WARNING: in |OMDEV;OMopenFile;2SOme$;1| in lines 4..7 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMopenString;SOme$;2| in lines 11..13 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMclose;$V;3| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMsetEncoding;$OmeV;4| in lines 21..23 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputApp;$V;5| in line 27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputAtp;$V;6| in line 31 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputAttr;$V;7| in line 35 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputBind;$V;8| in line 39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputBVar;$V;9| in line 43 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputError;$V;10| in line 47 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputObject;$V;11| in line 51 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputEndApp;$V;12| in line 55 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputEndAtp;$V;13| in line 59 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputEndAttr;$V;14| in line 63 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputEndBind;$V;15| in line 67 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputEndBVar;$V;16| in line 71 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputEndError;$V;17| in lines 75..76 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputEndObject;$V;18| in lines 80..81 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputInteger;$IV;19| in lines 85..86 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputFloat;$DfV;20| in lines 90..91 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputVariable;$SV;21| in lines 95..96 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputString;$SV;22| in lines 100..101 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMputSymbol;$2SV;23| in lines 105..107 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetApp;$V;24| in line 111 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetAtp;$V;25| in line 115 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetAttr;$V;26| in line 119 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetBind;$V;27| in line 123 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetBVar;$V;28| in line 127 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetError;$V;29| in line 131 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetObject;$V;30| in line 135 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetEndApp;$V;31| in line 139 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetEndAtp;$V;32| in line 143 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetEndAttr;$V;33| in line 147 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetEndBind;$V;34| in line 151 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetEndBVar;$V;35| in line 155 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetEndError;$V;36| in lines 159..160 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetEndObject;$V;37| in lines 164..165 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetInteger;$I;38| in line 169 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetFloat;$Df;39| in lines 173..174 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetVariable;$S;40| in line 178 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetString;$S;41| in line 182 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetSymbol;$R;42| in lines 186..188 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMDEV;OMgetType;$S;43| in line 192 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMDEV.fas
The following functions were used but not defined:
 OM-OPENFILEDEV OM-OPENSTRINGDEV OM-CLOSEDEV OM-SETDEVENCODING OM-PUTAPP
 OM-PUTATP OM-PUTATTR OM-PUTBIND OM-PUTBVAR OM-PUTERROR OM-PUTOBJECT
 OM-PUTENDAPP OM-PUTENDATP OM-PUTENDATTR OM-PUTENDBIND OM-PUTENDBVAR
 OM-PUTENDERROR OM-PUTENDOBJECT OM-PUTINT OM-PUTFLOAT OM-PUTVAR
 OM-PUTSTRING OM-PUTSYMBOL OM-GETAPP OM-GETATP OM-GETATTR OM-GETBIND
 OM-GETBVAR OM-GETERROR OM-GETOBJECT OM-GETENDAPP OM-GETENDATP
 OM-GETENDATTR OM-GETENDBIND OM-GETENDBVAR OM-GETENDERROR
 OM-GETENDOBJECT OM-GETINT OM-GETFLOAT OM-GETVAR OM-GETSTRING
 OM-GETSYMBOL OM-GETTYPE
0 errors, 43 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMDEV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OMENC.lsp ...
WARNING: in |OMENC;=;2$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMENC;OMencodingUnknown;$;3| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMENC;OMencodingBinary;$;4| in line 22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMENC.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMENC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OMERRK.lsp ...
WARNING: in |OMERRK;OMParseError?;$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMERRK;OMUnknownCD?;$B;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMERRK;OMUnknownSymbol?;$B;3| in line 13 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMERRK;OMReadError?;$B;4| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMERRK.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMERRK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OMERR.lsp ...
WARNING: in |OMERR;omError;OmekL$;2| in lines 46..48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMERR;errorKind;$Omek;3| in line 52 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMERR;errorInfo;$L;4| in line 56 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMERR.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMERR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OMEXPR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMEXPR.fas
The following functions were used but not defined:
 OM-STRINGTOSTRINGPTR OM-STRINGPTRTOSTRING
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMEXPR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OMPKG.lsp ...
WARNING: in |OMPKG;OMlistCDs;L;5| in line 33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OMPKG;OMlistSymbols;SL;6| in lines 37..38 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMPKG.fas
The following functions were used but not defined:
 OM-STRINGTOSTRINGPTR OM-READ OM-LISTCDS OM-LISTSYMBOLS OM-SUPPORTSCD
 OM-SUPPORTSSYMBOL
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMPKG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OMSAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMSAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMSAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OMSERVER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMSERVER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OMSERVER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ONECOMP2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ONECOMP2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ONECOMP2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ONECOMP.lsp ...
WARNING: in |ONECOMP;coerce;R$;2| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ONECOMP;retract;$R;3| in lines 12..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ONECOMP;finite?;$B;4| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ONECOMP;infinite?;$B;5| in line 21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ONECOMP;infinity;$;6| in line 25 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ONECOMP;retractIfCan;$U;7| in lines 27..28 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ONECOMP.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ONECOMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OPQUERY.lsp ...
WARNING: in |OPQUERY;getDatabase;SD;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OPQUERY.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OPQUERY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OP.fas"
(1) -> 
   (1)  quit
                                                         Type: Variable(quit)
(2) -> 
echo timestamp > stamp-fasls5
( for A in ORDCOMP2 ORDCOMP OREMAT ORDFIN ORDFUNS ORDMON ORDRING ORDSET OREPCAT OREPCTO ORESUP OREUP ORTHPOL OSGROUP OSI OUTFORM OUT OVAR OWP PADEPAC PADE PADICCT PADICRC PALETTE PAN2EXPR PARPC2 PARPCURV PARRPKG PARSC2 PARSCURV PARSU2 PARSURF PARTPERM PATAB PATLRES PATMAB PATMATCH PATRES2 PATRES PATTERN1 PATTERN2 PATTERN PBWLB PCDEN PDO PDOHLP PDRING PENDTREE PERMAN PERMCAT PERMGRP PERM PEVALUT PFACET PFBR PFECAT PFOQ PFO PFOTOOLS PFRPAC PFR PFUTIL PF PGCD PGE PGROEB PICOERCE PID PINTERPA PINTERP PIT PI PLEQN PLOT1 PLOT3D PLOT PLOTTOOL PMASSFS PMASS PMDOWN PMFS PMINS PMKERNEL PMLSAGG PMPLCAT PMPREDFS PMPRED PMQFCAT PMSYM PMTOOLS PNTHEORY POINT POLTOPOL POLUTIL POLY2 POLY2UP POLYCATQ POLYCAT POLYLIFT POLYROOT POLYVEC POLY PORDER POSET POSETF PPCURVE PREASSOC PREORD PRIGCD3 PRIMARR2 PRIMARR PRIMCAT PRIMELT PRIMES PRINT PRODUCT PRQAGG PR PRROOT PRS PRTITION PSCAT PSCURVE PSETCAT PSETPK PSEUDLIN PSQFR PTCAT PTFUNC2 PTPACK PTRANFN PUSHVAR PWFFINTB ; do \
   echo ')lisp (fricas_compile_fasl' \
                ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/'$A'.lsp"' \
                '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/'$A'.fas")' ; \
done ; \
echo '(quit)' ) | \
DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORDCOMP2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDCOMP2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDCOMP2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORDCOMP.lsp ...
WARNING: in |ORDCOMP;coerce;R$;2| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ORDCOMP;retract;$R;3| in lines 15..16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ORDCOMP;finite?;$B;4| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ORDCOMP;infinite?;$B;5| in line 24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ORDCOMP;plusInfinity;$;6| in line 26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ORDCOMP;minusInfinity;$;7| in line 30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ORDCOMP;retractIfCan;$U;8| in lines 32..33 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ORDCOMP;whatInfinity;$Si;10| in lines 48..49 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDCOMP.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDCOMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OREMAT.lsp ...
WARNING: in |OREMAT;rowEchelon;MFLR;2| in lines 5..274 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |OREMAT;triangular_solve| in lines 276..860 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |OREMAT;triangular_solve| in lines 276..860 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREMAT.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREMAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORDFIN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDFIN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDFIN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORDFUNS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDFUNS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDFUNS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORDMON.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDMON.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDMON.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORDRING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDRING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORDSET.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDSET.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OREPCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREPCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREPCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OREPCTO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREPCTO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREPCTO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORESUP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORESUP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORESUP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OREUP.lsp ...
WARNING: in |OREUP;coerce;V$;1| in lines 2..3 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREUP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREUP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORTHPOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORTHPOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORTHPOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OSGROUP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OSGROUP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OSGROUP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OSI.lsp ...
WARNING: in |OSI;=;2$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OSI;<;2$B;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OSI;coerce;I$;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OSI;value;$I;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OSI.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OSI.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OUTFORM.lsp ...
WARNING: in |OUTFORM;print;$V;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;=;2$B;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;coerce;2$;7| in line 25 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;outputForm;I$;8| in line 29 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;outputForm;S$;9| in line 33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;sform| in line 37 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;eform| in line 41 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;iform| in line 45 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;width| in line 107 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;width0| in line 111 : $LINELENGTH is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |OUTFORM;width0| in line 111 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OUTFORM;infix?;$B;68| in lines 344..353 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OUTFORM.fas
The following special variables were not defined:
 $LINELENGTH
0 errors, 12 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OUTFORM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OUT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OUT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OUT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OVAR.lsp ...
WARNING: in |OVAR;index;Pi$;6| in line 19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OVAR;lookup;$Pi;7| in line 23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OVAR;<;2$B;10| in line 58 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OVAR;=;2$B;11| in line 62 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |OVAR;hashUpdate!;Hs$Hs;13| in lines 67..69 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OVAR.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OVAR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OWP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OWP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OWP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PADEPAC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADEPAC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADEPAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PADE.lsp ...
WARNING: in |PADE;constInner| in lines 2..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADE.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PADICCT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADICCT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADICCT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PADICRC.lsp ...
WARNING: in |PADICRC;getExpon| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PADICRC;getZp| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PADICRC;makeQp| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PADICRC;showAll?| in line 300 : |$streamsShowAll| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PADICRC;showAll?| in line 300 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADICRC.fas
The following special variables were not defined:
 |$streamsShowAll|
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADICRC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PALETTE.lsp ...
WARNING: in |PALETTE;dark;C$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PALETTE;dim;C$;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PALETTE;bright;C$;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PALETTE;pastel;C$;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PALETTE;light;C$;5| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PALETTE;hue;$C;6| in line 24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PALETTE;shade;$I;7| in line 28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PALETTE.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PALETTE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PAN2EXPR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PAN2EXPR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PAN2EXPR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PARPC2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARPC2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARPC2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PARPCURV.lsp ...
WARNING: in |PARPCURV;curve;2ComponentFunction$;1| in lines 4..6 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PARPCURV;coordinate;$NniComponentFunction;2| in lines 8..11 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARPCURV.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARPCURV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PARRPKG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARRPKG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARRPKG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PARSC2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARSC2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARSC2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PARSCURV.lsp ...
WARNING: in |PARSCURV;curve;3ComponentFunction$;1| in lines 4..7 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PARSCURV;coordinate;$NniComponentFunction;2| in lines 9..13 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARSCURV.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARSCURV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PARSU2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARSU2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARSU2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PARSURF.lsp ...
WARNING: in |PARSURF;surface;3ComponentFunction$;1| in lines 4..7 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PARSURF;coordinate;$NniComponentFunction;2| in lines 9..13 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARSURF.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARSURF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PARTPERM.lsp ...
WARNING: in |PARTPERM;nogreq| in lines 116..136 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PARTPERM;rpt| in lines 210..219 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARTPERM.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PARTPERM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PATAB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATAB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATAB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PATLRES.lsp ...
WARNING: in |PATLRES;atoms;$Pmr;2| in lines 7..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PATLRES;lists;$Pmr;3| in lines 12..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATLRES.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATLRES.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PATMAB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATMAB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATMAB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PATMATCH.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATMATCH.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATMATCH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PATRES2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATRES2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATRES2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PATRES.lsp ...
WARNING: in |PATRES;failed;$;2| in line 6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PATRES;failed?;$B;3| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATRES.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATRES.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PATTERN1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATTERN1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATTERN1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PATTERN2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATTERN2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATTERN2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PATTERN.lsp ...
WARNING: in |PATTERN;hasTopPredicate?;$B;3| in lines 22..23 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PATTERN;topPredicate;$R;4| in lines 25..28 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PATTERN;setTopPredicate;$LA$;5| in lines 30..32 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PATTERN;constant?;$B;6| in line 36 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PATTERN;depth;$Nni;7| in line 40 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PATTERN;inR?;$B;8| in line 42 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PATTERN;symbol?;$B;9| in line 44 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PATTERN;mkrsy| in lines 3092..3104 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATTERN.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PATTERN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PBWLB.lsp ...
WARNING: in |PBWLB;One;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PBWLB;first;$Lw;4| in lines 37..38 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PBWLB;rest;2$;5| in line 42 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PBWLB;coerce;Lw$;7| in line 49 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PBWLB;listOfTerms;$L;8| in lines 53..54 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PBWLB;retractable?;$B;11| in lines 85..86 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PBWLB.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PBWLB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PCDEN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PCDEN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PCDEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PDO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PDOHLP.lsp ...
WARNING: in |PDOHLP;id_map;VarA;1| in lines 2..3 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDOHLP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDOHLP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PDRING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDRING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PENDTREE.lsp ...
WARNING: in |PENDTREE;coerce;$T;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PENDTREE.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PENDTREE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PERMAN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PERMAN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PERMAN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PERMCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PERMCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PERMCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PERMGRP.lsp ...
WARNING: in |PERMGRP;strip| in lines 285..350 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PERMGRP;bsgs1| in lines 721..881 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PERMGRP;bsgs1| in lines 721..881 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PERMGRP;bsgs| in lines 980..1442 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PERMGRP;bsgs| in lines 980..1442 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PERMGRP;relations_in_strong_generators| in lines 1793..1857 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PERMGRP;coerce;$L;31| in lines 2023..2024 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PERMGRP;generators;$L;32| in lines 2028..2029 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PERMGRP;coerce;L$;42| in lines 2157..2172 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PERMGRP;permutationGroup;L$;43| in lines 2174..2190 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PERMGRP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PERMGRP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PERM.lsp ...
WARNING: in |PERM;shorterCycle?| in lines 96..98 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PERM;One;$;29| in line 566 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PERM.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PERM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PEVALUT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PEVALUT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PEVALUT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFACET.lsp ...
WARNING: in |PFACET;productFacet;IL$;1| in lines 4..10 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PFACET;getIndexs;$L;3| in lines 18..23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PFACET;getMult;$I;7| in line 68 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PFACET;setMult!;$I$;8| in lines 70..71 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFACET.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFACET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFBR.lsp ...
WARNING: in |PFBR;randomR;IR;2| in line 15 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PFBR;bivariateSLPEBR;LSupVarSetU;5| in lines 84..88 : variable
         |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PFBR;chooseFSQViableSubstitutions| in lines 90..150 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PFBR;chooseSLPEViableSubstitutions| in lines 162..320 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PFBR;chooseSLPEViableSubstitutions| in lines 162..320 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFBR.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFBR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFECAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFECAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFECAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFOQ.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFOQ.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFOQ.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFOTOOLS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFOTOOLS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFOTOOLS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFRPAC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFRPAC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFRPAC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFR.lsp ...
WARNING: in |PFR;LessThan| in lines 11..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PFR;coerce;R$;13| in line 331 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PFR;numberOfFractionalTerms;$I;19| in lines 404..405 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PFR;wholePart;$R;20| in line 409 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PFR;fractionalTerms;$L;21| in lines 413..416 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFR.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFUTIL.lsp ...
WARNING: in |PFUTIL;decompose;UP2L;1| in lines 2..57 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFUTIL.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFUTIL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PGCD.lsp ...
WARNING: in |PGCD;notCoprime| in lines 304..408 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PGCD.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PGCD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PGE.lsp ...
WARNING: in |PGE;li1n| in lines 7..16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PGE.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PGE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PGROEB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PGROEB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PGROEB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PICOERCE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PICOERCE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PICOERCE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PID.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PID.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PID.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PINTERPA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PINTERPA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PINTERPA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PINTERP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PINTERP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PINTERP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PIT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PIT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PIT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PI.lsp ...
WARNING: in #:|2 7 (SETQ $CategoryFrame (put 'PositiveInteger 'SuperDomain
         ...))-1| in lines 2..7 : |$CategoryFrame| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2 7 (SETQ $CategoryFrame (put 'PositiveInteger 'SuperDomain
         ...))-1| in lines 2..7 : |$CategoryFrame| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in #:|2 7 (SETQ $CategoryFrame (put 'PositiveInteger 'SuperDomain
         ...))-1| in lines 2..7 : |$CategoryFrame| is neither declared nor
         bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PI;qcoerce;I$;1| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PI.fas
The following special variables were not defined:
 |$CategoryFrame|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PI.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PLEQN.lsp ...
WARNING: in |PLEQN;maxrank;LNni;30| in lines 1484..1513 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLEQN;minrank;LNni;31| in lines 1515..1544 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLEQN.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLEQN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PLOT1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLOT1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLOT1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PLOT3D.lsp ...
WARNING: in |PLOT3D;fourth| in lines 9..12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT3D;parametricRange| in lines 93..94 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT3D;tRange;$S;21| in lines 135..136 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT3D;tValues;$L;22| in lines 138..150 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT3D;select| in lines 152..166 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT3D;adaptivePlot| in lines 285..745 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PLOT3D;adaptivePlot| in lines 285..745 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PLOT3D;zoom;$3S$;27| in lines 792..797 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT3D;myTrap| in lines 1040..1047 : |$numericFailure| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PLOT3D;myTrap| in lines 1040..1047 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT3D;listBranches;$L;38| in lines 1175..1188 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLOT3D.fas
The following special variables were not defined:
 |$NoValue| |$numericFailure|
0 errors, 11 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLOT3D.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PLOT.lsp ...
WARNING: in |PLOT;parametricRange| in lines 118..119 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT;parametric?;$B;17| in line 148 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT;tRange;$S;22| in lines 160..161 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT;adaptivePlot| in lines 294..691 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PLOT;adaptivePlot| in lines 294..691 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PLOT;zoom;$2S$;28| in lines 737..741 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOT;myTrap| in lines 942..958 : |$numericFailure| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLOT.fas
The following special variables were not defined:
 |$NoValue| |$numericFailure|
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLOT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PLOTTOOL.lsp ...
WARNING: in |PLOTTOOL;select| in lines 30..45 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PLOTTOOL;select2| in lines 61..76 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLOTTOOL.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PLOTTOOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMASSFS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMASSFS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMASSFS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMASS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMASS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMASS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMDOWN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMDOWN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMDOWN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMFS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMFS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMFS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMINS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMINS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMINS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMKERNEL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMKERNEL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMKERNEL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMLSAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMLSAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMLSAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMPLCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMPLCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMPLCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMPREDFS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMPREDFS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMPREDFS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMPRED.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMPRED.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMPRED.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMQFCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMQFCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMQFCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMSYM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMSYM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMSYM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PMTOOLS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMTOOLS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PMTOOLS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PNTHEORY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PNTHEORY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PNTHEORY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POINT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POINT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POINT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLTOPOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLTOPOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLTOPOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLUTIL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLUTIL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLUTIL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLY2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLY2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLY2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLY2UP.lsp ...
WARNING: in |POLY2UP;univariate;PVUp;1| in lines 2..9 : variable |y| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLY2UP;univariate;PVUp;1!0| in line 11 : variable $$ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLY2UP.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLY2UP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLYCATQ.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYCATQ.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYCATQ.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLYCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLYLIFT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYLIFT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYLIFT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLYROOT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYROOT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYROOT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLYVEC.lsp ...
WARNING: in |POLYVEC;copy_first;2UvIV;1| in lines 2..11 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;copy_slice;2Uv2IV;2| in lines 13..24 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;eval_at;Uv4I;3| in lines 26..39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;vector_add_mul;2Uv4IV;6| in lines 83..97 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;mul_by_binomial;Uv3IV;7| in lines 99..114 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;mul_by_scalar;Uv3IV;9| in lines 120..134 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;degree;UvI;10| in lines 136..156 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;vector_combination;UvIUv4IV;11| in lines 158..211 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;divide!;3UvIV;12| in lines 213..257 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |POLYVEC;divide!;3UvIV;12| in lines 213..257 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |POLYVEC;remainder!;2UvIV;13| in lines 259..301 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |POLYVEC;remainder!;2UvIV;13| in lines 259..301 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |POLYVEC;gcd;2UvIUv;14| in lines 303..415 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |POLYVEC;inner_mul| in lines 497..555 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;differentiate;UvIUv;23| in lines 590..617 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;differentiate;UvNniIUv;24| in lines 619..656 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POLYVEC;extended_gcd;2UvIL;25| in lines 658..830 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYVEC.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 17 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYVEC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PORDER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PORDER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PORDER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POSET.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POSET.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POSETF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POSETF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POSETF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PPCURVE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PPCURVE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PPCURVE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PREASSOC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PREASSOC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PREASSOC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PREORD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PREORD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PREORD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRIGCD3.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIGCD3.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIGCD3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRIMARR2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMARR2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMARR2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRIMARR.lsp ...
WARNING: in |PRIMARR;#;$Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMARR;minIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMARR;minIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMARR;empty;$;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMARR;new;NniS$;4| in lines 16..17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMARR;qelt;$IS;5| in line 21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMARR;elt;$IS;6| in line 25 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMARR;qsetelt!;$I2S;7| in lines 29..30 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMARR;setelt!;$I2S;8| in lines 34..35 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMARR;fill!;$S$;9| in lines 37..44 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMARR.fas
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMARR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRIMCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRIMELT.lsp ...
WARNING: in |PRIMELT;multi!0| in line 8 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMELT;triangularLinearIfCan!1| in line 221 : variable $$ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRIMELT;triangularLinearIfCan!0| in line 223 : variable $$ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMELT.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMELT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRIMES.lsp ...
WARNING: in |PRIMES;rabinProvesCompositeSmall| in lines 39..77 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |PRIMES;rabinProvesComposite| in lines 79..136 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMES.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMES.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRINT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRINT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRINT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRODUCT.lsp ...
WARNING: in |PRODUCT;construct;AB$;3| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRODUCT;first;$A;4| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRODUCT;second;$B;5| in line 24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRODUCT.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRODUCT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRQAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRQAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRQAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PR.lsp ...
WARNING: in |PR;reductum;2$;7| in lines 21..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PR.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRROOT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRROOT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRROOT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PRTITION.lsp ...
WARNING: in |PRTITION;Zero;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRTITION;coerce;$L;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |PRTITION;=;2$B;6| in line 27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRTITION.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRTITION.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PSCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PSCURVE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSCURVE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSCURVE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PSETCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSETCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSETCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PSETPK.lsp ...
WARNING: in |PSETPK;removeSquaresIfCan;2L;39| in line 1267 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSETPK.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSETPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PSEUDLIN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSEUDLIN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSEUDLIN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PSQFR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSQFR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSQFR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PTCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PTCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PTCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PTFUNC2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PTFUNC2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PTFUNC2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PTPACK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PTPACK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PTPACK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PTRANFN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PTRANFN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PTRANFN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PUSHVAR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PUSHVAR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PUSHVAR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PWFFINTB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PWFFINTB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PWFFINTB.fas"
(1) -> 
   (1)  quit
                                                         Type: Variable(quit)
(2) -> 
echo timestamp > stamp-fasls6
( for A in QALGSET2 QALGSET QCMPACK QEQUAT QFCAT2 QFCAT QFORM QUAGG QUATCAT QUATCT2 QUAT2 QUAT QUEUE RADCAT RADFF RADIX RADUTIL RANDSRC RATFACT RATRET RCAGG RCFIELD RDEAUX RDEEFX RDEEFX2 RDEEFS RDEPAR RDETRS RDIST RDIV REAL0Q REAL0 REALSOLV REAL RECLOS REDORDER REF REGSET REP1 REP2 REPDB REP REPSQ RESLATC RESRING RESULT RETFROM RETRACT RETSOL RFDIST RFFACT RFSSPLIT RF RGCHAIN RIDIST RING RINTERP RMATCAT RMATRIX RMCAT2 RMODULE RNG RNS ROIRC ROMAN RPOLCAT RRCC RSDCMPK RSETCAT RSETGCD RULECOLD RULESET RULE RURPK SAE SAOS SARGND SBOUND SCACHE SCANUTIL SCELL SCENE SCIFS SCNP SCONF SCPKG SCRT SDPOL SDVAR SEG2 SEGBIND2 SEGBIND SEGCAT SEG SEGXCAT SEM SEQU SEQU2 SEQUCAT SETAGG SETCAT SETMN SETLAT SEXCAT SEXOF SEX SFORT SFQCMPK SFRGCD SFRTCAT SGCF SGROUP SHDP SHP SIGNEF SIGNRF SIMPAN SIMPC SIMPCF SINT SKAGG SKICOMB SKSMP SMATCAT SMITH SMP SMPCOER SMTS SNTSCAT SOLVEFOR SOLVERAD SOLVESER SOLVETRA SORD SOREXPV SORTPAK SPACE3 SPACEC SPECOUT SPFCAT SPFUTS SPLNODE SPLTREE SPTCAT SQMATRIX SRAGG SRDCMPK SREGSET SRNG SRING SSKPOLC STACK STEXPS STEXPST STR ; do \
   echo ')lisp (fricas_compile_fasl' \
                ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/'$A'.lsp"' \
                '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/'$A'.fas")' ; \
done ; \
echo '(quit)' ) | \
DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QALGSET2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QALGSET2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QALGSET2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QALGSET.lsp ...
WARNING: in |QALGSET;status;$U;8| in lines 251..252 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QALGSET;setStatus;$U$;9| in lines 254..256 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QALGSET;definingEquations;$L;10| in lines 261..262 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QALGSET;definingInequation;$Dpoly;11| in lines 267..268 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QALGSET;quasiAlgebraicSet;LDpoly$;12| in lines 270..272 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QALGSET.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QALGSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QCMPACK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QCMPACK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QCMPACK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QEQUAT.lsp ...
WARNING: in |QEQUAT;equation;SS$;2| in lines 8..9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QEQUAT;variable;$S;3| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QEQUAT;value;$S;4| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QEQUAT.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QEQUAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QFCAT2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFCAT2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFCAT2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QFCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QFORM.lsp ...
WARNING: in |QFORM;matrix;$Sm;2| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFORM.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFORM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QUAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QUATCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUATCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUATCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QUATCT2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUATCT2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUATCT2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QUAT2.lsp ...
WARNING: in |QUAT2;real;$R;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QUAT2;imagI;$R;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QUAT2;imagJ;$R;5| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QUAT2;imagK;$R;6| in line 24 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |QUAT2;quatern;4R$;7| in lines 28..29 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUAT2.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUAT2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QUAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QUEUE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUEUE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUEUE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RADCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RADFF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADFF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADFF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RADIX.lsp ...
WARNING: in |RADIX;characteristic;Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RADIX;differentiate;2$;2| in line 6 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RADIX;Zero;$;3| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RADIX;One;$;4| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RADIX;wholeRagits;$L;25| in lines 178..179 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RADIX;prefixRagits;$L;27| in lines 187..188 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RADIX;cycleRagits;$L;28| in lines 192..193 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADIX.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADIX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RADUTIL.lsp ...
WARNING: in |RADUTIL;radix;FIA;1| in lines 2..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADUTIL.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADUTIL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RANDSRC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RANDSRC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RANDSRC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RATFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RATFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RATFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RATRET.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RATRET.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RATRET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RCAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RCFIELD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCFIELD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCFIELD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RDEAUX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEAUX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEAUX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RDEEFX.lsp ...
WARNING: in |RDEEFX;get_uv0| in lines 211..321 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;possible_sk| in lines 2416..2694 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;special_integrate2| in lines 4270..4330 : variable |nfp|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;special_integrate2| in lines 4270..4330 : variable |denfp|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;special_integrate2| in lines 4270..4330 : variable |ndenf|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;special_integrate2| in lines 4270..4330 : variable |a1| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;special_integrate2| in lines 4270..4330 : variable |r1| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;special_integrate2| in lines 4270..4330 : variable |g| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;special_integrate1| in lines 4374..4528 : variable |f| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;p_power_in_q| in lines 5710..5730 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |RDEEFX;handle_nonlinear_log| in lines 6149..6370 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |RDEEFX;handle_logpart| in lines 6372..6631 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |RDEEFX;handle_logpart| in lines 6372..6631 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |RDEEFX;get_scoeff| in lines 7049..7161 : variable |denf| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;get_prims| in lines 7280..7435 : variable |denf| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;get_prims| in lines 7280..7435 : variable |denf1| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;ei_int_diff| in lines 7437..7546 : variable |lk| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEEFX;ei_int;I2FSR;58| in lines 7548..8558 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEEFX.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 18 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEEFX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RDEEFX2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEEFX2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEEFX2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RDEEFS.lsp ...
WARNING: in |RDEEFS;rischDEsys;I3FSMMU;2| in lines 26..103 : variable |extint|
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEEFS.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEEFS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RDEPAR.lsp ...
WARNING: in |RDEPAR;do_SPDE_prim0| in lines 653..878 : variable |get_rs| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDEPAR;do_SPDE_exp0| in lines 1170..1402 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEPAR.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDEPAR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RDETRS.lsp ...
WARNING: in |RDETRS;DSPDEhdom| in lines 519..561 : variable |lb| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RDETRS;DSPDEbdom| in lines 563..607 : variable |lh| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDETRS.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDETRS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RDIST.lsp ...
WARNING: in |RDIST;rdHack1;VVIM;2| in lines 57..61 : variable |wv| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDIST.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDIST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RDIV.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDIV.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RDIV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REAL0Q.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REAL0Q.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REAL0Q.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REAL0.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REAL0.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REAL0.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REALSOLV.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REALSOLV.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REALSOLV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REAL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REAL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REAL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RECLOS.lsp ...
WARNING: in |RECLOS;rename!;$Of$;5| in lines 79..80 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RECLOS;rename;$Of$;6| in lines 82..85 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RECLOS;mainCharacterization;$U;16| in lines 203..211 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RECLOS;mainForm;$U;18| in lines 218..220 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RECLOS;mainValue;$U;19| in lines 222..225 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RECLOS;coerce;TheField$;35| in line 500 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RECLOS.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RECLOS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REDORDER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REDORDER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REDORDER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REF.lsp ...
WARNING: in |REF;=;2$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |REF;ref;S$;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |REF;elt;$S;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |REF;setelt!;$2S;4| in lines 14..15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |REF;deref;$S;5| in line 19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |REF;setref;$2S;6| in lines 21..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REF.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REGSET.lsp ...
WARNING: in |REGSET;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |REGSET;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |REGSET;roughUnitIdeal?;$B;11| in line 35 : variable |ts| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |REGSET;roughUnitIdeal?;$B;11| in line 35 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |REGSET;smallSystem?| in lines 494..495 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REGSET.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REGSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REP1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REP1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REP1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REP2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REP2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REP2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REPDB.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REPDB.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REPDB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/REPSQ.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REPSQ.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REPSQ.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RESLATC.lsp ...
WARNING: in |RESLATC;coerce;SV;1| in line 2 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RESLATC;coerce;ES;2| in lines 8..9 : variable |e| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RESLATC;coerce;ES;2| in lines 8..9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RESLATC.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RESLATC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RESRING.lsp ...
WARNING: in |RESRING;lift;$FPol;5| in line 14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RESRING.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RESRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RESULT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RESULT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RESULT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RETFROM.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETFROM.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETFROM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RETRACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETRACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETRACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RETSOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETSOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETSOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RFDIST.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RFDIST.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RFDIST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RFFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RFFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RFFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RFSSPLIT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RFSSPLIT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RFSSPLIT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RGCHAIN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RGCHAIN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RGCHAIN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RIDIST.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RIDIST.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RIDIST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RINTERP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RINTERP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RINTERP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RMATCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMATCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMATCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RMATRIX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMATRIX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMATRIX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RMCAT2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMCAT2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMCAT2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RMODULE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMODULE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMODULE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RNG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RNG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RNG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RNS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RNS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RNS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ROIRC.lsp ...
WARNING: in |ROIRC;definingPolynomial;$ThePolDom;22| in lines 728..729 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ROIRC;left;$TheField;31| in lines 1183..1184 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ROIRC;right;$TheField;32| in lines 1189..1190 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ROIRC.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ROIRC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ROMAN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ROMAN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ROMAN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RPOLCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RPOLCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RPOLCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RRCC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RRCC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RRCC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RSDCMPK.lsp ...
WARNING: in |RSDCMPK;algebraicDecompose;PTSBR;3| in lines 43..150 : variable
         |clos?| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RSDCMPK.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RSDCMPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RSETCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RSETCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RSETCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RSETGCD.lsp ...
WARNING: in |RSETGCD;toseSquareFreePart_base| in lines 508..511 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RSETGCD.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RSETGCD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RULECOLD.lsp ...
WARNING: in |RULECOLD;name;$S;1| in line 2 : variable |r| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RULECOLD;coerce;$Of;2| in lines 4..5 : variable |r| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RULECOLD;=;2$B;3| in line 9 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RULECOLD;=;2$B;3| in line 9 : variable |y| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RULECOLD;=;2$B;3| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RULECOLD;latex;$S;4| in lines 11..12 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RULECOLD.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RULECOLD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RULESET.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RULESET.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RULESET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RULE.lsp ...
WARNING: in |RULE;pattern;$P;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RULE;lhs;$F;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RULE;rhs;$F;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RULE;quotedOperators;$L;4| in lines 16..17 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RULE;mkRule| in lines 21..23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RULE.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RULE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RURPK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RURPK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RURPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SAE.lsp ...
WARNING: in |SAE;lift;$UP;10| in line 36 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SAE.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SAE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SAOS.lsp ...
WARNING: in |SAOS;create;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;<;2$B;2| in line 8 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;<;2$B;2| in line 8 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;<;2$B;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;coerce;$Of;3| in lines 10..11 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;=;2$B;4| in line 15 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;=;2$B;4| in line 15 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;=;2$B;4| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;min;3$;5| in line 19 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;min;3$;5| in line 19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;max;3$;6| in line 23 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;max;3$;6| in line 23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SAOS;convert;$S;7| in lines 25..26 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SAOS.fas
0 errors, 13 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SAOS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SARGND.lsp ...
WARNING: in |SARGND;spnt;2Df$;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;spnt;3Df$;2| in lines 9..11 : variable |c| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;spnt;3Df$;2| in lines 9..11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;svec;2Df$;3| in lines 15..16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;svec;3Df$;4| in lines 20..22 : variable |c| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;svec;3Df$;4| in lines 20..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;min;3$;5| in lines 24..28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;max;3$;6| in lines 30..34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;dimension;$Pi;7| in line 38 : variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;dimension;$Pi;7| in line 38 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;distanceSquared;2$Df;11| in lines 60..62 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;parallel;2$Df;12| in lines 64..66 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;perpendicular;3$;13| in line 71 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;perpendicular;3$;13| in line 71 : variable |y| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;perpendicular;3$;13| in line 71 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;*;Df2$;14| in lines 73..74 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;+;3$;15| in lines 76..78 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;-;3$;16| in lines 80..82 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;screenCoordX;$Df;18| in line 94 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;screenCoordY;$Df;19| in line 98 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;screenCoordZ;$Df;20| in line 102 : variable |pt| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;screenCoordZ;$Df;20| in line 102 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;screenCoords;$L;21| in lines 104..105 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;extendedCoords;$L;22| in lines 107..108 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;toPoint;2$;23| in line 110 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;toVector;2$;24| in line 112 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;isPoint?;$B;25| in line 116 : variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;isPoint?;$B;25| in line 116 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;isVector?;$B;26| in line 120 : variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;isVector?;$B;26| in line 120 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;hash;$Si;29| in line 131 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SARGND;hash;$Si;29| in line 131 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SARGND.fas
0 errors, 32 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SARGND.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SBOUND.lsp ...
WARNING: in |SBOUND;nullBoundary;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SBOUND;ellipseBoundary;2PT$;3| in lines 11..12 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SBOUND;union;L$;4| in line 14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SBOUND;intersection;L$;5| in lines 16..17 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SBOUND;isNull?;$B;10| in line 1115 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SBOUND;isEllipse?;$B;11| in lines 1117..1126 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SBOUND;isBox?;$B;12| in lines 1128..1137 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SBOUND.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SBOUND.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SCACHE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCACHE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCACHE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SCANUTIL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCANUTIL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCANUTIL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SCELL.lsp ...
WARNING: in |SCELL;samplePoint;$TheField;1| in line 5 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCELL;hasDimension?;$B;2| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCELL;variableOf;$S;3| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCELL;pointToCell| in lines 179..181 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCELL.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCELL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SCENE.lsp ...
WARNING: in |SCENE;createSceneRoot;Sb$;1| in lines 2..3 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneGroup;$;5| in lines 24..25 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneLine;L$;7| in lines 32..33 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneLines;L$;13| in lines 79..80 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneShape;R$;15| in lines 88..92 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneDef;S2$;19| in lines 121..124 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneUse;S$;21| in lines 131..135 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneArrows;LSDf$;23| in lines 142..150 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneArrow;2SPTSDf$;25| in lines 159..168 : variable
         $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneArrow;2$PTS2Df$;27| in lines 180..201 : variable
         |offset| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneNamedPoints;Snp$;29| in lines 213..215 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneIFS;LL$;31| in lines 223..226 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneText;R$;37| in lines 276..281 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneText;SNniPT$;39| in lines 293..300 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneText;LNniPT$;41| in lines 308..315 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneClip;Sb$;43| in lines 324..325 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneMaterial;R$;69| in lines 1027..1032 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneMaterial;Df2S$;71| in lines 1044..1052 :
         variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;createSceneTransform;St$;73| in lines 1062..1063 : variable
         $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;removeChild!;2$V;78| in lines 1136..1137 : variable |n| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;removeChild!;2$V;78| in lines 1136..1137 : variable |c| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;removeChild!;2$V;78| in lines 1136..1137 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;pointString| in lines 6653..6682 : variable |bb| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;pointIndexString| in lines 6684..6710 : variable |tran| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;pointIndexString| in lines 6684..6710 : variable |bb| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;setX3DNodeName| in lines 6712..6732 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCENE;applyfxTrap| in lines 8681..8697 : |$numericFailure| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SCENE;applyfxyTrap| in lines 8699..8715 : |$numericFailure| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCENE.fas
The following special variables were not defined:
 |$numericFailure|
0 errors, 28 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCENE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SCIFS.lsp ...
WARNING: in |SCIFS;indexes;$L;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCIFS;pointList;$L;2| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCIFS;meshIndex| in lines 11..17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCIFS;singleFace;L$;5| in lines 85..99 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCIFS;listBranches| in lines 306..324 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCIFS.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCIFS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SCNP.lsp ...
WARNING: in |SCNP;namedPoints;LL$;1| in lines 2..4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCNP;namedPoints;LL$;2| in lines 6..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCNP;namedBranch;LL$;3| in lines 10..12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCNP;isPointLeaf?;$B;4| in lines 14..21 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCNP;isNodeLeaf?;$B;5| in lines 23..30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCNP;isNodeBranch?;$B;6| in lines 32..39 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCNP;hash;$Si;13| in line 984 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCNP;hash;$Si;13| in line 984 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCNP.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCNP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SCONF.lsp ...
WARNING: in |SCONF;dimension;$Pi;7| in line 76 : variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;dimension;$Pi;7| in line 76 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;distanceSquared;2$Df;11| in lines 119..120 : variable |p1|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;distanceSquared;2$Df;11| in lines 119..120 : variable |p2|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;distanceSquared;2$Df;11| in lines 119..120 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;parallel;2$Df;12| in lines 122..124 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;perpendicular;3$;13| in lines 126..137 : variable |x| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;perpendicular;3$;13| in lines 126..137 : variable |y| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;screenCoordX;$Df;18| in lines 192..193 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;screenCoordY;$Df;19| in lines 197..198 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;hash;$Si;28| in line 310 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCONF;hash;$Si;28| in line 310 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCONF.fas
0 errors, 12 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCONF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SCPKG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCPKG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCPKG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SCRT.lsp ...
WARNING: in |SCRT;dimension;$Pi;7| in lines 56..57 : variable |p| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCRT;parallel;2$Df;10| in lines 78..82 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCRT;screenCoordX;$Df;18| in line 223 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCRT;screenCoordY;$Df;19| in line 227 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCRT;hash;$Si;27| in line 277 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SCRT;hash;$Si;27| in line 277 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCRT.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SCRT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SDPOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SDPOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SDPOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SDVAR.lsp ...
WARNING: in |SDVAR;makeVariable;SNni$;1| in lines 4..5 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SDVAR;variable;$S;2| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SDVAR;order;$Nni;3| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SDVAR.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SDVAR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEG2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEG2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEG2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEGBIND2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEGBIND2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEGBIND2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEGBIND.lsp ...
WARNING: in |SEGBIND;equation;SS$;1| in lines 4..5 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEGBIND;variable;$S;2| in line 9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEGBIND;segment;$S;3| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEGBIND.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEGBIND.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEGCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEGCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEGCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEG.lsp ...
WARNING: in |SEG;SEGMENT;2S$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEG;low;$S;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEG;high;$S;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEG;incr;$I;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEG;segment;2S$;5| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEG;convert;S$;9| in line 50 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEG.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEGXCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEGXCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEGXCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEM.lsp ...
WARNING: in |SEM;ncols;$Nni;2| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEM;nrows;$Nni;3| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEM;row;$IR;5| in lines 22..25 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEM.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEQU.lsp ...
WARNING: in |SEQU;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEQU;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEQU.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEQU.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEQU2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEQU2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEQU2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEQUCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEQUCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEQUCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SETAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SETCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SETMN.lsp ...
WARNING: in |SETMN;enum| in lines 55..101 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETMN.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETMN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SETLAT.lsp ...
WARNING: in |SETLAT;subsetLattice;L$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SETLAT;hash;$Si;6| in line 68 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SETLAT;hash;$Si;6| in line 68 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SETLAT;=;2$B;7| in line 72 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETLAT.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETLAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEXCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEXCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEXCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEXOF.lsp ...
WARNING: in |SEXOF;=;2$B;2| in line 64 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;eq;2$B;3| in line 68 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;null?;$B;4| in line 72 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;atom?;$B;5| in line 76 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;pair?;$B;6| in line 80 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;list?;$B;7| in lines 82..83 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;string?;$B;8| in line 87 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;symbol?;$B;9| in line 91 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;integer?;$B;10| in line 95 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;float?;$B;11| in line 99 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;string;$Str;13| in lines 104..105 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;symbol;$Sym;14| in lines 107..108 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;float;$Flt;15| in lines 110..111 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;integer;$Int;16| in lines 113..114 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;convert;L$;17| in line 118 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;convert;Str$;18| in line 122 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;convert;Sym$;19| in line 126 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;convert;Int$;20| in line 130 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;convert;Flt$;21| in line 134 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;car;2$;22| in line 138 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;cdr;2$;23| in line 142 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;#;$I;24| in line 146 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SEXOF;hashUpdate!;Hs$Hs;27| in lines 166..168 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEXOF.fas
0 errors, 23 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEXOF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SEX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SEX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SFORT.lsp ...
WARNING: in |SFORT;fortran;SFstFS$;1| in lines 4..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFORT;nameOf| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFORT;typeOf| in lines 12..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SFORT;bodyOf| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SFORT.fas
The following functions were used but not defined:
 |dispfortexp1|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SFORT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SFQCMPK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SFQCMPK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SFQCMPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SFRGCD.lsp ...
WARNING: in |SFRGCD;stoseSquareFreePart_base| in lines 561..564 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SFRGCD.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SFRGCD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SFRTCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SFRTCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SFRTCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SGCF.lsp ...
WARNING: in |SGCF;unrankImproperPartitions0;3IL;3| in lines 47..92 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SGCF;unrankImproperPartitions1;3IL;4| in lines 94..158 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SGCF;subSet;3IL;5| in lines 160..220 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SGCF.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SGCF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SGROUP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SGROUP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SGROUP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SHDP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SHDP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SHDP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SHP.lsp ...
WARNING: in |SHP;polsth2| in lines 126..168 : variable |q| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SHP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SHP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SIGNEF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIGNEF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIGNEF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SIGNRF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIGNRF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIGNRF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SIMPAN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIMPAN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIMPAN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SIMPC.lsp ...
WARNING: in |SIMPC;simplicialComplex;L$;3| in lines 48..50 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIMPC.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIMPC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SIMPCF.lsp ...
WARNING: in |SIMPCF;projectiveSpace;IFsc;7| in lines 60..69 : variable |n| is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIMPCF.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SIMPCF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SINT.lsp ...
WARNING: in |SINT;convert;$I;4| in line 23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;convert;$S;5| in line 27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;Zero;$;7| in line 34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;One;$;8| in line 38 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;base;$;9| in line 42 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;max;$;10| in line 46 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;min;$;11| in line 50 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;=;2$B;12| in line 54 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;~;2$;13| in line 58 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;not;2$;14| in line 62 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;/\\;3$;15| in line 66 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;\\/;3$;16| in line 70 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;Not;2$;17| in line 74 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;And;3$;18| in line 78 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;Or;3$;19| in line 82 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;xor;3$;20| in line 86 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;<;2$B;21| in line 90 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;inc;2$;22| in line 94 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;dec;2$;23| in line 98 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;-;2$;24| in line 102 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;+;3$;25| in line 106 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;-;3$;26| in line 110 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;*;3$;27| in line 114 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;quo;3$;29| in line 121 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;rem;3$;30| in line 125 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;divide;2$R;31| in lines 127..129 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;gcd;3$;32| in line 133 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;abs;2$;33| in line 137 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;odd?;$B;34| in line 141 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;zero?;$B;35| in line 145 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;one?;$B;36| in line 149 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;max;3$;37| in line 153 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;min;3$;38| in line 157 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;hashUpdate!;Hs$Hs;39| in lines 159..161 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;length;2$;40| in line 165 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;shift;3$;41| in line 169 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;mulmod;4$;42| in lines 173..174 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;addmod;4$;43| in lines 178..179 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;submod;4$;44| in lines 183..184 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;negative?;$B;45| in line 188 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;positiveRemainder;3$;46| in lines 190..198 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;qconvert;I$;47| in line 202 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;coerce;I$;48| in lines 204..209 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;random;2$;49| in line 213 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SINT;unitNormal;$R;50| in lines 215..219 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SINT.fas
0 errors, 45 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SINT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SKAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SKAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SKAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SKICOMB.lsp ...
WARNING: in |SKICOMB;ski;3$;1| in line 2 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;ski;UT$;2| in line 6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;I;$;3| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;K;$;4| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;S;$;5| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;parseCombinatorTerm| in lines 47..71 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;atom?;$B;12| in lines 213..214 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;variable?;$B;13| in line 218 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;isI?;$B;14| in lines 220..230 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;isK?;$B;15| in lines 232..242 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SKICOMB;isS?;$B;16| in lines 244..254 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SKICOMB.fas
0 errors, 11 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SKICOMB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SKSMP.lsp ...
WARNING: in |SparseMultivariateSkewPolynomial!1| in line 381 : variable |x| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SparseMultivariateSkewPolynomial!0| in line 383 : variable $$ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SKSMP.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SKSMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SMATCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMATCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMATCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SMITH.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMITH.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMITH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SMP.lsp ...
WARNING: in |SMP;ground?;$B;18| in lines 211..212 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SMP;coerce;R$;24| in line 299 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SMP;retract;$R;61| in lines 1229..1231 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SMP;retractIfCan;$U;62| in lines 1233..1234 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SMP;mainVariable;$U;65| in lines 1288..1290 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMP.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SMPCOER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMPCOER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMPCOER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SMTS.lsp ...
WARNING: in |SMTS;coefficients;$S;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SMTS;series;S$;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SMTS;stream| in line 433 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SMTS;showAll?| in line 618 : |$streamsShowAll| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SMTS;showAll?| in line 618 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMTS.fas
The following special variables were not defined:
 |$streamsShowAll|
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMTS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SNTSCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SNTSCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SNTSCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SOLVEFOR.lsp ...
WARNING: in |SOLVEFOR;mapSolve;UPMR;1!0| in line 15 : variable $$ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOLVEFOR.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOLVEFOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SOLVERAD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOLVERAD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOLVERAD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SOLVESER.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOLVESER.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOLVESER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SOLVETRA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOLVETRA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOLVETRA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SORD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SORD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SORD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SOREXPV.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOREXPV.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SOREXPV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SORTPAK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SORTPAK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SORTPAK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SPACE3.lsp ...
WARNING: in |SPACE3;create3Space;Ss$;4| in lines 111..112 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SPACE3;numberOfComposites;$Nni;6| in lines 118..119 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SPACE3;subspace;$Ss;49| in line 839 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPACE3.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPACE3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SPACEC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPACEC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPACEC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SPECOUT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPECOUT.fas
The following functions were used but not defined:
 |dispfortexp|
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPECOUT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SPFCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPFCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPFCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SPFUTS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPFUTS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPFUTS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SPLNODE.lsp ...
WARNING: in |SPLNODE;rep| in lines 4..7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SPLNODE;per| in lines 11..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPLNODE.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPLNODE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SPLTREE.lsp ...
WARNING: in |SPLTREE;rep| in lines 4..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SPLTREE;per| in lines 12..16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SPLTREE;cyclic?;$B;16| in line 168 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SPLTREE;cyclic?;$B;16| in line 168 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SPLTREE;eq?;2$B;20| in lines 258..259 : variable |a1| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SPLTREE;eq?;2$B;20| in lines 258..259 : variable |a2| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SPLTREE;eq?;2$B;20| in lines 258..259 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPLTREE.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPLTREE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SPTCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPTCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPTCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SQMATRIX.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SQMATRIX.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SQMATRIX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SRAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SRDCMPK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRDCMPK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRDCMPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SREGSET.lsp ...
WARNING: in |SREGSET;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SREGSET;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SREGSET;roughUnitIdeal?;$B;11| in line 35 : variable |ts| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SREGSET;roughUnitIdeal?;$B;11| in line 35 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SREGSET;smallSystem?| in lines 528..529 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SREGSET.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SREGSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SRNG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRNG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRNG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SRING.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRING.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SSKPOLC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SSKPOLC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SSKPOLC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STACK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STACK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STACK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STEXPS.lsp ...
WARNING: in |STEXPS;stmult!0| in lines 13..98 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STEXPS.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STEXPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STEXPST.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STEXPST.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STEXPST.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STR.lsp ...
WARNING: in |STR;stransform;M$;3| in line 73 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STR;identity;$;7| in line 202 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STR.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STR.fas"
(1) -> 
   (1)  quit
                                                         Type: Variable(quit)
(2) -> 
echo timestamp > stamp-fasls7
( for A in STAGG STBL STEP STRANS STREAM1 STREAM2 STREAM3 STREAM STRICAT STRING STRTBL STTAYLOR STTFNC STTF SUBRESP SUBSPACE SUCH SULS SUMFS SUMRF SUP2 SUP SUPXS SUTS SWITCH SYMANA SYMBOL SYMFUNC SYMPOLY SYMS SYMTAB SYSSOLP TABLBUMP TABLEAU TABLE TANEXP TBAGG TBCMPPK TEMUTL TENSCAT TENSOR TENSPC TENSPOW TENSPO2 TENSPRP TEX1 TEX TEXTFILE TMFORM TOOLSIGN TOPSP TRANFUN TREE TRIGCAT TRIGMNIP TRIMAT TRMANIP TSEREXP TSEREXPG TSEREXPL TSEREXPP TSEREXPT TSETCAT TS TUBE TUBETOOL TUPLE TWOFACT TYPE TYPED U16MAT U16VEC U32MAT U32VEC U8MAT U8VEC UDGRPH UDPO UDVO UFD UGAUSS ULS2 ULSCAT ULSCCAT ULSCONS ULS UNISEG2 UNISEG UNTYPED UP2 UPCDEN UPDECOMP UPDIVP UPMP UPOLYC2 UPOLYC UPSCAT UP UPSQFREE UPXS2 UPXSCAT UPXSCCA UPXSCONS UPXSSING UPXS URAGG UTS2 UTSCAT UTSODE UTSODETL UTS VARCAT VARIABLE VECTCAT VECTOR2 VECREC1 VECREC2 VECTOR VHPSOLV VIEW2D VIEW3D VIEWDEF VIEW VOID VSBASIS VSPACE WEIER WGRPH WP WUTSET XALG XDPOLY XDPOLYF XEXPPKG XFALG XF XHASHTBL XML XMLAT XMLEL XPFACT XPOLYC XPOLY XPR XRPOLY YSTREAM ZDSOLVE ZLINDEP ZMOD ; do \
   echo ')lisp (fricas_compile_fasl' \
                ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/'$A'.lsp"' \
                '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/'$A'.fas")' ; \
done ; \
echo '(quit)' ) | \
DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STBL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STBL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STBL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STEP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STEP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STEP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STRANS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRANS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRANS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STREAM1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STREAM1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STREAM1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STREAM2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STREAM2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STREAM2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STREAM3.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STREAM3.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STREAM3.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STREAM.lsp ...
WARNING: in |STREAM;frst;$S;4| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STREAM;rst;2$;5| in line 17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STREAM;setfrst!| in lines 19..20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STREAM;setrst!| in lines 22..23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STREAM;showAll?;B;14| in line 207 : |$streamsShowAll| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |STREAM;showAll?;B;14| in line 207 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STREAM;concat;S2$;40| in line 602 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STREAM;setelt!;$first2S;48| in lines 762..763 : variable T5 is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STREAM;setelt!;$rest2$;50| in lines 770..771 : variable T6 is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STREAM;setelt!;$last2S;52| in lines 778..779 : variable T7 is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |Stream;| in lines 1095..1177 : |$NullStream| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Stream;| in lines 1095..1177 : |$NonNullStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |Stream;| in lines 1095..1177 : |$UninitializedStream| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STREAM.fas
The following special variables were not defined:
 |$streamsShowAll| |$NullStream| |$NonNullStream| |$UninitializedStream|
0 errors, 13 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STREAM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STRICAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRICAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRICAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STRING.lsp ...
WARNING: in |STRING;ucodeToString;I$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STRING;uentries;$L;2| in lines 8..9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STRING;string;I$;3| in line 13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STRING;convert;$If;5| in line 23 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STRING;qelt;$IC;6| in lines 27..28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STRING;qsetelt!;$I2C;7| in lines 32..34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRING.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STRTBL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRTBL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRTBL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STTAYLOR.lsp ...
WARNING: in |STTAYLOR;exquo;2SU;9| in lines 202..261 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |STTAYLOR;stmult!0| in lines 408..511 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |STTAYLOR;powern;F2S;55| in lines 1200..1320 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STTAYLOR.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STTAYLOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STTFNC.lsp ...
WARNING: in |STTFNC;acos;2S;12| in lines 164..165 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acos;2S;12| in lines 164..165 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acot;2S;13| in lines 170..171 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acot;2S;13| in lines 170..171 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;asec;2S;14| in lines 176..177 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;asec;2S;14| in lines 176..177 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acsc;2S;15| in lines 182..183 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acsc;2S;15| in lines 182..183 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acosh;2S;24| in lines 301..302 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acosh;2S;24| in lines 301..302 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acoth;2S;25| in lines 308..309 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acoth;2S;25| in lines 308..309 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;asech;2S;26| in lines 315..316 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;asech;2S;26| in lines 315..316 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acsch;2S;27| in lines 322..323 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |STTFNC;acsch;2S;27| in lines 322..323 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STTFNC.fas
0 errors, 16 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STTFNC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STTF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STTF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STTF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SUBRESP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUBRESP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUBRESP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SUBSPACE.lsp ...
WARNING: in |SUBSPACE;root?;$B;2| in lines 5..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUBSPACE;children;$L;8| in line 54 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUBSPACE;numberOfChildren;$Nni;9| in lines 59..60 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUBSPACE;extractIndex;$Nni;27| in lines 443..444 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUBSPACE;extractProperty;$Sscp;29| in lines 452..453 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUBSPACE;pointData;$L;31| in lines 464..465 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUBSPACE;level;$Nni;32| in lines 470..471 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUBSPACE.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUBSPACE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SUCH.lsp ...
WARNING: in |SUCH;construct;S1S2$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUCH;lhs;$S1;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUCH;rhs;$S2;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUCH.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUCH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SULS.lsp ...
WARNING: in |SULS;variable;$S;1| in line 2 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SULS;center;$Coef;2| in line 4 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SULS;coerce;V$;3| in lines 6..12 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SULS;coerce;Suts$;5| in lines 19..20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SULS;removeZeroes;2$;10| in line 56 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SULS;removeZeroes;I2$;11| in line 60 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SULS;removeZeroes;I2$;11| in line 60 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SULS;differentiate;$V$;22| in lines 118..119 : variable |v| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SULS;integrate;$V$;27| in lines 218..219 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SULS.fas
0 errors, 9 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SULS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SUMFS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUMFS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUMFS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SUMRF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUMRF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUMRF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SUP2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUP2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUP2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SUP.lsp ...
WARNING: in |SUP;makeSUP;2$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUP;unmakeSUP;2$;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUP;zero?;$B;5| in line 97 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUP;ground?;$B;7| in lines 108..110 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUP;multiplyExponents;$Nni$;8| in lines 112..128 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUP;karatsubaDivide;$NniR;10| in lines 160..201 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SUP;karatsubaDivide;$NniR;10| in lines 160..201 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SUP;shiftLeft;$Nni$;12| in lines 233..248 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUP;univariate;2$;13| in line 252 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUP;multivariate;$Saos$;14| in lines 256..259 : variable |v| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUP;multivariate;$Saos$;14| in lines 256..259 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUP;monicDivide;2$R;28| in lines 487..541 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SUP;divide;2$R;35| in lines 593..642 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 13 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SUPXS.lsp ...
WARNING: in |SUPXS;getExpon| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUPXS;variable;$S;2| in line 6 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUPXS;center;$Coef;3| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUPXS;coerce;V$;4| in lines 10..20 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUPXS;differentiate;$V$;7| in lines 39..40 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUPXS;integrate;$V$;8| in lines 42..43 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUPXS.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUPXS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SUTS.lsp ...
WARNING: in |SUTS;makeTerm| in lines 4..7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;getCoef| in lines 11..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;getExpon| in lines 17..20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;differentiate;$V$;11| in lines 43..44 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;coerce;V$;12| in lines 46..52 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;variable;$S;25| in line 355 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;center;$Coef;26| in line 357 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;pole?;$B;29| in line 368 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;pole?;$B;29| in line 368 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;integrate;$V$;33| in lines 391..392 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acos;2$;73| in lines 609..610 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acos;2$;73| in lines 609..610 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acot;2$;74| in lines 615..616 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acot;2$;74| in lines 615..616 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;asec;2$;75| in lines 621..622 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;asec;2$;75| in lines 621..622 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acsc;2$;76| in lines 627..628 : variable |z| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acsc;2$;76| in lines 627..628 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acosh;2$;85| in lines 728..729 : variable |uts| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acosh;2$;85| in lines 728..729 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acoth;2$;86| in lines 735..736 : variable |uts| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acoth;2$;86| in lines 735..736 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;asech;2$;87| in lines 742..743 : variable |uts| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;asech;2$;87| in lines 742..743 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acsch;2$;88| in lines 749..750 : variable |uts| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SUTS;acsch;2$;88| in lines 749..750 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUTS.fas
0 errors, 26 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUTS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SWITCH.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SWITCH.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SWITCH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SYMANA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMANA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMANA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SYMBOL.lsp ...
WARNING: in |SYMBOL;convert;2$;4| in line 129 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SYMBOL;coerce;S$;5| in line 131 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SYMBOL;=;2$B;6| in line 135 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SYMBOL;hashUpdate!;Hs$Hs;7| in lines 137..139 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SYMBOL;<;2$B;8| in line 143 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SYMBOL;scripted?;$B;28| in line 514 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |SYMBOL;of_list| in line 518 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMBOL.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMBOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SYMFUNC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMFUNC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMFUNC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SYMPOLY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMPOLY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMPOLY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SYMS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SYMTAB.lsp ...
WARNING: in |SYMTAB;coerce;$T;2| in lines 7..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMTAB.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMTAB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SYSSOLP.lsp ...
WARNING: in |SYSSOLP;makeEq| in lines 26..62 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |SYSSOLP;newInF| in lines 67..68 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYSSOLP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYSSOLP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TABLBUMP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TABLBUMP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TABLBUMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TABLEAU.lsp ...
WARNING: in |TABLEAU;tableau;L$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TABLEAU;listOfLists;$L;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TABLEAU.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TABLEAU.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TABLE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TABLE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TABLE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TANEXP.lsp ...
WARNING: in |TANEXP;m1toN| in lines 2..3 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TANEXP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TANEXP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TBAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TBAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TBAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TBCMPPK.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TBCMPPK.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TBCMPPK.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TEMUTL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TEMUTL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TEMUTL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TENSCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TENSOR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSOR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TENSPC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TENSPOW.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPOW.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPOW.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TENSPO2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPO2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPO2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TENSPRP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPRP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPRP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TEX1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TEX1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TEX1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TEX.lsp ...
WARNING: in |TEX;new;$;1| in line 2 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;newWithNum| in lines 4..10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;sayExpr| in line 39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;display;$V;7| in lines 71..72 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |TEX;prologue;$L;8| in line 76 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;tex;$L;9| in line 80 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;epilogue;$L;10| in line 84 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;setPrologue!;$2L;11| in lines 89..91 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;setTex!;$2L;12| in lines 96..98 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;setEpilogue!;$2L;13| in lines 103..105 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;coerce;$Of;14| in lines 107..139 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |TEX;stringify| in lines 196..197 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TEX;splitLong| in lines 225..228 : $LINELENGTH is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |TEX;formatFunction| in lines 745..759 : variable |prec| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TEX.fas
The following special variables were not defined:
 $LINELENGTH
0 errors, 14 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TEX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TEXTFILE.lsp ...
WARNING: in |TEXTFILE;endOfFile?;$B;8| in lines 56..57 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TEXTFILE.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TEXTFILE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TMFORM.lsp ...
WARNING: in |TMFORM;sayExpr| in line 812 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TMFORM;ungroup| in line 832 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TMFORM;stringify| in lines 859..860 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TMFORM;formatFunction| in lines 1292..1306 : variable |prec| is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TMFORM.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TMFORM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TOOLSIGN.lsp ...
WARNING: in |TOOLSIGN;nonQsign;RU;2| in lines 7..8 : variable |r| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TOOLSIGN;nonQsign;RU;2| in lines 7..8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TOOLSIGN;direction;SI;6| in lines 37..39 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TOOLSIGN.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TOOLSIGN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TOPSP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TOPSP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TOPSP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TRANFUN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRANFUN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRANFUN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TREE.lsp ...
WARNING: in |TREE;empty?;$B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TREE;empty;$;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TREE;children;$L;3| in lines 10..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TREE;setchildren!;$L$;4| in lines 15..19 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TREE;setvalue!;$2S;5| in lines 21..26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TREE;tree;SL$;10| in lines 141..142 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TREE;tree;S$;11| in line 144 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TREE;value;$S;13| in lines 170..173 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TREE.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TREE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TRIGCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRIGCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRIGCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TRIGMNIP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRIGMNIP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRIGMNIP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TRIMAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRIMAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRIMAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TRMANIP.lsp ...
WARNING: in |TRMANIP;simplifyExp;2F;48| in lines 686..812 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |TRMANIP;simplifyExp;2F;48| in lines 686..812 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRMANIP.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRMANIP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TSEREXP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TSEREXPG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXPG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXPG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TSEREXPL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXPL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXPL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TSEREXPP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXPP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXPP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TSEREXPT.lsp ...
WARNING: in |TSEREXPT;applyTaylor;M2UTS;4| in lines 141..142 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXPT.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXPT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TSETCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSETCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSETCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TUBE.lsp ...
WARNING: in |TUBE;getCurve;$Curve;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TUBE;listLoops;$L;2| in lines 8..10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TUBE;closed?;$B;3| in line 14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TUBE;open?;$B;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TUBE;setClosed;$2B;5| in lines 21..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TUBE;tube;CurveLB$;6| in lines 26..29 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TUBE.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TUBE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TUBETOOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TUBETOOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TUBETOOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TUPLE.lsp ...
WARNING: in |TUPLE;coerce;Pa$;1| in lines 2..3 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TUPLE;coerce;$Pa;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TUPLE;#;$Nni;3| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TUPLE;select;$NniS;4| in lines 13..15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TUPLE.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TUPLE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TWOFACT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TWOFACT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TWOFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TYPE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TYPE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TYPE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TYPED.lsp ...
WARNING: in |TYPED;var;SIl$;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TYPED;getName;$S;3| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TYPED;getType;$Il;4| in line 15 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TYPED.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TYPED.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/U16MAT.lsp ...
WARNING: in |U16MAT;minRowIndex;$I;1| in line 4 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;minRowIndex;$I;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;minColIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;minColIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;nrows;$Nni;3| in lines 12..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;ncols;$Nni;4| in lines 17..18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;maxRowIndex;$I;5| in lines 20..21 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;maxColIndex;$I;6| in lines 23..24 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;qelt;$3I;7| in lines 28..30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;elt;$3I;8| in lines 34..36 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;qsetelt!;$4I;9| in lines 40..43 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;setelt!;$4I;10| in lines 47..50 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;empty;$;11| in line 54 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;qnew;2Nni$;12| in lines 58..60 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16MAT;new;2NniI$;13| in lines 64..67 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U16MAT.fas
0 errors, 15 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U16MAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/U16VEC.lsp ...
WARNING: in |U16VEC;#;$Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16VEC;minIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16VEC;minIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16VEC;empty;$;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16VEC;new;NniI$;4| in lines 16..17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16VEC;qelt;$2I;5| in lines 21..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16VEC;elt;$2I;6| in lines 26..27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16VEC;qsetelt!;$3I;7| in lines 31..33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16VEC;setelt!;$3I;8| in lines 37..39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U16VEC;fill!;$I$;9| in lines 41..48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U16VEC.fas
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U16VEC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/U32MAT.lsp ...
WARNING: in |U32MAT;minRowIndex;$I;1| in line 4 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;minRowIndex;$I;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;minColIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;minColIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;nrows;$Nni;3| in lines 12..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;ncols;$Nni;4| in lines 17..18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;maxRowIndex;$I;5| in lines 20..21 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;maxColIndex;$I;6| in lines 23..24 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;qelt;$3I;7| in lines 28..30 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;elt;$3I;8| in lines 34..36 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;qsetelt!;$4I;9| in lines 40..43 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;setelt!;$4I;10| in lines 47..50 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;empty;$;11| in line 54 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;qnew;2Nni$;12| in lines 58..60 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32MAT;new;2NniI$;13| in lines 64..67 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U32MAT.fas
0 errors, 15 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U32MAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/U32VEC.lsp ...
WARNING: in |U32VEC;#;$Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32VEC;minIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32VEC;minIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32VEC;empty;$;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32VEC;new;NniI$;4| in lines 16..17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32VEC;qelt;$2I;5| in lines 21..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32VEC;elt;$2I;6| in lines 26..27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32VEC;qsetelt!;$3I;7| in lines 31..33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32VEC;setelt!;$3I;8| in lines 37..39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U32VEC;fill!;$I$;9| in lines 41..48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U32VEC.fas
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U32VEC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/U8MAT.lsp ...
WARNING: in |U8MAT;minRowIndex;$I;1| in line 4 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;minRowIndex;$I;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;minColIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;minColIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;nrows;$Nni;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;ncols;$Nni;4| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;maxRowIndex;$I;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;maxColIndex;$I;6| in line 20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;qelt;$3I;7| in lines 24..26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;elt;$3I;8| in lines 30..32 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;qsetelt!;$4I;9| in lines 36..39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;setelt!;$4I;10| in lines 43..46 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;empty;$;11| in line 50 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;qnew;2Nni$;12| in lines 54..56 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8MAT;new;2NniI$;13| in lines 60..63 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U8MAT.fas
0 errors, 15 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U8MAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/U8VEC.lsp ...
WARNING: in |U8VEC;#;$Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8VEC;minIndex;$I;2| in line 8 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8VEC;minIndex;$I;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8VEC;empty;$;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8VEC;new;NniI$;4| in lines 16..17 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8VEC;qelt;$2I;5| in lines 21..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8VEC;elt;$2I;6| in lines 26..27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8VEC;qsetelt!;$3I;7| in lines 31..33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8VEC;setelt!;$3I;8| in lines 37..39 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |U8VEC;fill!;$I$;9| in lines 41..48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U8VEC.fas
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/U8VEC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UDGRPH.lsp ...
WARNING: in |UDGRPH;isDirected?;B;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UDGRPH;undirectedGraph;L$;2| in lines 6..24 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UDGRPH;undirectedGraph;L$;3| in lines 29..34 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UDGRPH;undirectedGraph;LL$;4| in lines 38..50 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UDGRPH;getVertices;$L;13| in lines 293..298 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UDGRPH;initial;$;15| in line 347 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UDGRPH;terminal;S$;16| in lines 349..363 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UDGRPH;indexProd| in lines 730..739 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UDGRPH.fas
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UDGRPH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UDPO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UDPO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UDPO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UDVO.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UDVO.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UDVO.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UFD.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFD.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFD.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UGAUSS.lsp ...
WARNING: in |UGAUSS;pre_gauss0| in lines 2..87 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |UGAUSS;pre_lr;M2VM;2| in lines 89..203 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UGAUSS.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UGAUSS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ULS2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULS2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULS2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ULSCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ULSCCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ULSCONS.lsp ...
WARNING: in |ULSCONS;getExpon| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULSCONS;getUTS| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULSCONS;laurent;IUTS$;3| in lines 12..13 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULSCONS;termExpon| in lines 75..78 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULSCONS;termCoef| in lines 82..84 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULSCONS;rec| in lines 88..91 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULSCONS;showAll?| in line 1129 : |$streamsShowAll| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |ULSCONS;showAll?| in line 1129 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCONS.fas
The following special variables were not defined:
 |$streamsShowAll|
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCONS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ULS.lsp ...
WARNING: in |ULS;variable;$S;1| in line 2 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULS;center;$Coef;2| in line 4 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULS;coerce;V$;3| in lines 6..12 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULS;differentiate;$V$;4| in lines 14..15 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ULS;integrate;$V$;5| in lines 17..18 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULS.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UNISEG2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UNISEG2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UNISEG2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UNISEG.lsp ...
WARNING: in |UNISEG;segment;S$;1| in line 2 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UNISEG;hasHi;$B;5| in line 18 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UNISEG.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UNISEG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UNTYPED.lsp ...
WARNING: in |UNTYPED;var;S$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UNTYPED;var;SIl$;2| in line 8 : variable |t| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UNTYPED;var;SIl$;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UNTYPED;getName;$S;3| in line 12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UNTYPED;getType;$Il;4| in lines 14..15 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UNTYPED;toString;$S;5| in line 19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UNTYPED;=;2$B;8| in lines 58..59 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UNTYPED.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UNTYPED.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UP2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UP2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UP2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPCDEN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPCDEN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPCDEN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPDECOMP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPDECOMP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPDECOMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPDIVP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPDIVP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPDIVP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPMP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPMP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPMP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPOLYC2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPOLYC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPSCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPSCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPSCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UP.lsp ...
WARNING: in |UP;coerce;V$;2| in lines 5..6 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPSQFREE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPSQFREE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPSQFREE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPXS2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXS2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXS2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPXSCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPXSCCA.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSCCA.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSCCA.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPXSCONS.lsp ...
WARNING: in |UPXSCONS;getExpon| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXSCONS;getULS| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXSCONS;puiseux;FULS$;3| in lines 12..13 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSCONS.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSCONS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPXSSING.lsp ...
WARNING: in |UPXSSING;makeTerm| in lines 26..35 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXSSING;coeff| in lines 39..48 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXSSING;exponent| in lines 52..61 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXSSING;exponentTerms| in lines 65..74 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXSSING;setExponentTerms!| in lines 79..90 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXSSING;sortAndDiscardTerms| in lines 126..262 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |UPXSSING;sortAndDiscardTerms| in lines 126..262 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSSING.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSSING.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPXS.lsp ...
WARNING: in |UPXS;getExpon| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXS;variable;$S;2| in line 6 : variable |upxs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXS;center;$Coef;3| in line 8 : variable |upxs| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXS;coerce;V$;6| in lines 25..35 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXS;differentiate;$V$;7| in lines 37..38 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXS;integrate;$V$;8| in lines 40..41 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPXS;showAll?| in line 149 : |$streamsShowAll| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |UPXS;showAll?| in line 149 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXS.fas
The following special variables were not defined:
 |$streamsShowAll|
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/URAGG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/URAGG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/URAGG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UTS2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTS2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTS2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UTSCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UTSODE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSODE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSODE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UTSODETL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSODETL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSODETL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UTS.lsp ...
WARNING: in |UTS;stream| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UTS;coerce;V$;2| in lines 6..12 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UTS;getExpon| in lines 25..28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UTS;getCoef| in lines 32..35 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UTS;rec| in lines 39..42 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UTS;variable;$S;20| in line 316 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UTS;center;$Coef;21| in line 318 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UTS;differentiate;$V$;27| in lines 357..358 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UTS;integrate;$V$;50| in lines 473..474 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTS.fas
0 errors, 9 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VARCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VARCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VARCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VARIABLE.lsp ...
WARNING: in |VARIABLE;coerce;$S;1| in line 2 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VARIABLE;coerce;$Of;2| in lines 4..5 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VARIABLE;=;2$B;4| in line 11 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VARIABLE;=;2$B;4| in line 11 : variable |y| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VARIABLE;=;2$B;4| in line 11 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VARIABLE;latex;$S;5| in lines 13..14 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VARIABLE.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VARIABLE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VECTCAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTCAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTCAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VECTOR2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTOR2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTOR2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VECREC1.lsp ...
WARNING: in |VECREC1;empty;2I$;1| in lines 2..20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VECREC1;rational_reconstruction;2Uv2IU;5| in lines 147..237 :
         |$NoValue| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECREC1.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECREC1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VECREC2.lsp ...
WARNING: in |VECREC2;empty;I$;2| in lines 16..27 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VECREC2;hensel_update;UvI$V;4| in lines 148..163 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VECREC2;rational_reconstruction2| in lines 192..387 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |VECREC2;gcd| in lines 412..422 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECREC2.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECREC2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VECTOR.lsp ...
WARNING: in |VECTOR;qelt;$IR;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VECTOR;qsetelt!;$I2R;2| in lines 9..10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTOR.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTOR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VHPSOLV.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VHPSOLV.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VHPSOLV.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VIEW2D.lsp ...
WARNING: in |VIEW2D;checkViewport| in lines 2..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW2D;options;$L;3| in lines 21..22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW2D;options;$L$;4| in lines 24..26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW2D;graphStates;$V;7| in lines 66..77 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW2D;graphs;$V;8| in lines 82..84 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW2D;key;$I;9| in line 89 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW2D;dimensions;$2Nni2PiV;10| in lines 91..96 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VIEW2D.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VIEW2D.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VIEW3D.lsp ...
WARNING: in |VIEW3D;checkViewport| in lines 2..13 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW3D;subspace;$Ts;4| in lines 63..64 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW3D;subspace;$Ts$;5| in lines 66..68 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW3D;options;$L;6| in lines 73..74 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW3D;options;$L$;7| in lines 76..78 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW3D;dimensions;$2Nni2PiV;38| in lines 826..831 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VIEW3D;key;$I;42| in line 909 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VIEW3D.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VIEW3D.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VIEWDEF.lsp ...
WARNING: in |VIEWDEF;viewWriteAvailable;L;24| in lines 111..112 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VIEWDEF.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VIEWDEF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VIEW.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VIEW.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VIEW.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VOID.lsp ...
WARNING: in |VOID;void;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VOID;coerce;$Of;2| in lines 6..7 : variable |v| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VOID.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VOID.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VSBASIS.lsp ...
WARNING: in |VSBASIS;Zero;$;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VSBASIS;coerce;$L;2| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |VSBASIS;rank;$Nni;21| in line 258 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VSBASIS.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VSBASIS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VSPACE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VSPACE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VSPACE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/WEIER.lsp ...
WARNING: in |WEIER;weier| in lines 115..170 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WEIER.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WEIER.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/WGRPH.lsp ...
WARNING: in |WGRPH;weightedGraph;L$;2| in lines 28..33 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |WGRPH;weightedGraph;LL$;3| in lines 37..48 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |WGRPH;addObject!;$R$;9| in lines 289..297 : variable |s| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |WGRPH;addObject!;$R$;9| in lines 289..297 : variable |n| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |WGRPH;addObject!;$R$;9| in lines 289..297 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |WGRPH;initial;$;15| in line 412 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |WGRPH;indexProd| in lines 798..807 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WGRPH.fas
0 errors, 7 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WGRPH.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/WP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/WUTSET.lsp ...
WARNING: in |WUTSET;rep| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |WUTSET;per| in line 8 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WUTSET.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WUTSET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XDPOLY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XDPOLY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XDPOLY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XDPOLYF.lsp ...
WARNING: in |XDPOLYF;findNonZeroEntry;M2NniL;6| in lines 404..442 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |XDPOLYF;findNonZeroEntry;M2NniL;6| in lines 404..442 : |$NoValue|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XDPOLYF.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XDPOLYF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XEXPPKG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XEXPPKG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XEXPPKG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XFALG.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XFALG.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XFALG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XHASHTBL.lsp ...
WARNING: in |XHASHTBL;localSearch| in lines 2..61 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |XHASHTBL;#;$Nni;9| in lines 156..160 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |XHASHTBL;removeDuplicates;2$;21| in line 369 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XHASHTBL.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XHASHTBL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XML.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XML.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XML.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XMLAT.lsp ...
WARNING: in |XMLAT;xmlAttribute;2S$;1| in lines 2..3 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |XMLAT;xmlAttribute;SL$;2| in lines 7..9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XMLAT.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XMLAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XMLEL.lsp ...
WARNING: in |XMLEL;xmlElement;SLL$;1| in lines 6..9 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |XMLEL;xmlElement;2SL$;2| in lines 14..17 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |XMLEL;empty?;$B;6| in lines 99..100 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XMLEL.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XMLEL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XPFACT.lsp ...
WARNING: in |XPFACT;homo_fact1| in lines 197..302 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |XPFACT;factor;XdpL;25| in lines 1523..1702 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |XPFACT;factor;XdpL;25| in lines 1523..1702 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPFACT.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPFACT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XPOLYC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPOLYC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPOLYC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XPOLY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPOLY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPOLY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XPR.lsp ...
WARNING: in |XPR;#;$Nni;3| in line 10 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |XPR;maxdeg;$E;4| in lines 12..14 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPR.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XRPOLY.lsp ...
WARNING: in |XRPOLY;construct| in lines 4..7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |XRPOLY;constant?;$B;18| in line 388 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |XRPOLY;constant;$R;19| in lines 390..391 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |XRPOLY;coerce;R$;22| in line 406 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XRPOLY.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XRPOLY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/YSTREAM.lsp ...
WARNING: in |ParadoxicalCombinatorsForStreams;| in lines 61..75 :
         |$UninitializedStream| is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/YSTREAM.fas
The following special variables were not defined:
 |$UninitializedStream|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/YSTREAM.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ZDSOLVE.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ZDSOLVE.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ZDSOLVE.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ZLINDEP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ZLINDEP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ZLINDEP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ZMOD.lsp ...
WARNING: in |ZMOD;convert;$I;5| in line 19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;Zero;$;8| in line 29 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;One;$;9| in line 33 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;init;$;10| in line 37 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;=;2$B;12| in line 51 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;hashUpdate!;Hs$Hs;22| in lines 105..107 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;convert;$I;23| in line 111 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;Zero;$;26| in line 121 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;One;$;27| in line 125 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;init;$;28| in line 129 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;=;2$B;30| in line 143 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ZMOD;hashUpdate!;Hs$Hs;40| in lines 188..190 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ZMOD.fas
0 errors, 12 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ZMOD.fas"
(1) -> 
   (1)  quit
                                                         Type: Variable(quit)
(2) -> 
echo timestamp > stamp-fasls8
( for A in BPADIC BPADICRT COMMONOP GALUTIL MKFLCFN PADIC PADICRAT SET WFFINTBS XPBWPOLY SMPEXPR FAMR2 NEWTON UFPS GOPT GUESSF1 GUESSP1 UTSSOL FFFG UFPS1 GOPT0 EXPRSOL FFFGF RECOP STNSR GUESS GUESSEB  GUESSINT GUESSF GUESSP GUESSPI GUESSAN TESTCNT TESTAUX TESTUNIT  A1AGG-  ABELGRP-  ABELMON-  ABELSG-  ACF-  ACFS-  AGG-  ALAGG-  ALGEBRA-  AMR-  ARR2CAT-  ATRIG-  BASTYPE-  BGAGG-  BRAGG-  BTAGG-  BTCAT-  CLAGG-  COMPCAT-  DIAGG-  DIFEXT-  DIFRING-  DIOPS-  DIRPCAT-  DIVRING-  DPOLCAT-  DVARCAT-  ELAGG-  ELEMFUN-  ELTAGG-  ENTIRER-  ES-  EUCDOM-  EVALAB-  FACTCAT-  FAMR-  FAXF-  FDIVCAT-  FEVALAB-  FFCAT-  FFIELDC-  FGRPH-  FIELD-  FINAALG-  FINGRP-  FINITE-  FINRALG-  FLINEXP-  FMCAT-  FPC-  FPS-  FRAMALG-  FRETRCT-  FRMOD-  FRNAALG-  FSAGG-  FS-  GCDDOM-  GPOLCAT-  GRALG-  GRMOD-  GROUP-  HOAGG-  HYPCAT-  IEVALAB-  INS-  IXAGG-  JBBFC-  JBC-  JBFC-  KDAGG-  LALG-  LIECAT-  LNAGG-  LODOCAT-  LOGIC-  LSAGG-  LZSTAGG-  MAGMA-  MAGMAWU-  MATCAT-  MODULE-  MONOGEN-  MTSCAT-  NAALG-  NARING-  NARNG-  NASRNG-  OC-  OM-  ORDRING-  ORDSET-  OREPCAT-  PDRING-  PFECAT-  POLYCAT-  PORDER-  POSET-  PSCAT-  PSETCAT-  QFCAT-  QUATCAT-  RADCAT-  RCAGG-  RCFIELD-  RETFROM-  RETRACT-  RMATCAT-  RNG-  RNS-  RPOLCAT-  RRCC-  RSETCAT-  SETAGG-  SETCAT-  SMATCAT-  SPTCAT-  SRAGG-  STAGG-  TBAGG-  TENSPC-  TRANFUN-  TRIGCAT-  TSEREXP-  TSETCAT-  UFD-  ULSCAT-  ULSCCAT-  UPOLYC-  UPSCAT-  UPXSCCA-  URAGG-  UTSCAT-  VECTCAT-  VSPACE-  XF- ; do \
   echo ')lisp (fricas_compile_fasl' \
                ' "/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/'$A'.lsp"' \
                '"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/'$A'.fas")' ; \
done ; \
echo '(quit)' ) | \
DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BPADIC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BPADIC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BPADIC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BPADICRT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BPADICRT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BPADICRT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMMONOP.lsp ...
WARNING: in |COMMONOP;dpi| in lines 31..32 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMMONOP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMMONOP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GALUTIL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GALUTIL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GALUTIL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MKFLCFN.lsp ...
WARNING: in |MKFLCFN;mkDefun| in lines 32..49 : |$compileDontDefineFunctions|
         is neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKFLCFN.fas
The following special variables were not defined:
 |$compileDontDefineFunctions|
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MKFLCFN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PADIC.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADIC.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADIC.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PADICRAT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADICRAT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PADICRAT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SET.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SET.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SET.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/WFFINTBS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WFFINTBS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/WFFINTBS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XPBWPOLY.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPBWPOLY.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XPBWPOLY.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SMPEXPR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMPEXPR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMPEXPR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FAMR2.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAMR2.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAMR2.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NEWTON.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NEWTON.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NEWTON.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UFPS.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFPS.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFPS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GOPT.lsp ...
WARNING: in |GOPT;option;LSU;23| in lines 90..115 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GOPT.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GOPT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GUESSF1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSF1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSF1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GUESSP1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSP1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSP1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UTSSOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSSOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSSOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFFG.lsp ...
WARNING: in |FFFG;initialVector| in lines 345..380 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFFG.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFFG.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UFPS1.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFPS1.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFPS1.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GOPT0.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GOPT0.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GOPT0.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EXPRSOL.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPRSOL.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EXPRSOL.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFFGF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFFGF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFFGF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RECOP.lsp ...
WARNING: in |RECOP;getShiftRec| in lines 50..95 : variable |op| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RECOP.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RECOP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STNSR.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STNSR.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STNSR.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GUESS.lsp ...
WARNING: in |GUESS;multiplyExponents| in lines 892..905 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;ADEguessModOptimisedGen!0| in lines 1104..1112 : variable
         |q| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;FEguessModOptimisedGen!0| in lines 1127..1135 : variable
         |q| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;DEPguessModOptimisedGen!0| in lines 1151..1159 : variable
         |q| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;ADEguessModGen2!0| in lines 1170..1203 : variable |q| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;diff1X| in line 1377 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;algDepHP;LLR;47!6| in lines 1701..1706 : variable |z1| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;algDepHP;LLR;47!6| in lines 1701..1706 : variable |z2| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;algDepHP;LLR;47!2| in line 1757 : variable |c| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;algDepHP;LLR;47!1| in lines 1759..1769 : variable |w1| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;algDepHP;LLR;47!0| in lines 1771..1781 : variable |w1| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;substHP;LR;51!0| in line 1931 : variable |c| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;qDiffDSV| in lines 1965..2000 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;diffHP;SM;58!0| in line 2312 : variable |c| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;guessInterpolateModular!1| in line 3661 : variable |x| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;guessInterpolateModular!1| in line 3661 : variable $$ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |GUESS;checkInterpolant| in lines 4585..4805 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GUESS;checkInterpolant| in lines 4585..4805 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GUESS;checkInterpolant| in lines 4585..4805 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GUESS;guessHPaux| in lines 4921..5283 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GUESS;guessHPaux| in lines 4921..5283 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |GUESS;guessHPaux| in lines 4921..5283 : |$NoValue| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESS.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 22 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESS.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GUESSEB.lsp ...
WARNING: in |GUESSEB;defaultD| in line 396 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSEB.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSEB.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GUESSINT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSINT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSINT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GUESSF.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSF.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSF.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GUESSP.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSP.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSP.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GUESSPI.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSPI.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSPI.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GUESSAN.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSAN.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GUESSAN.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TESTCNT.lsp ...
WARNING: in |TESTCNT;incXfLibraryError;SLV;8| in lines 116..142 : variable
         |inp| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TESTCNT;incXfLibraryError;SLV;8| in lines 116..142 : variable
         |out| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TESTCNT;incXfFatal;SV;15| in lines 325..351 : variable |inp| is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TESTCNT.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TESTCNT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TESTAUX.lsp ...
WARNING: in |TESTAUX;nPassInc| in lines 2..4 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TESTAUX;nPassInc| in lines 2..4 : variable |o| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TESTAUX;xFailInc| in lines 14..16 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |TESTAUX;xFailInc| in lines 14..16 : variable |o| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TESTAUX.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TESTAUX.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TESTUNIT.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TESTUNIT.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TESTUNIT.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/A1AGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/A1AGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/A1AGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ABELGRP-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELGRP-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELGRP-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ABELMON-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELMON-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELMON-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ABELSG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELSG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELSG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ACF-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACF-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACF-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ACFS-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACFS-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ACFS-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/AGG-.lsp ...
WARNING: in |AGG-;eq?;2SB;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AGG-.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ALGEBRA-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGEBRA-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGEBRA-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/AMR-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AMR-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AMR-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ARR2CAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARR2CAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ARR2CAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ATRIG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATRIG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ATRIG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BASTYPE-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BASTYPE-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BASTYPE-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BGAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BGAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BGAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BRAGG-.lsp ...
WARNING: in |BRAGG-;elt;AleftA;1| in lines 2..3 : variable T1 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BRAGG-;elt;ArightA;2| in lines 5..6 : variable T2 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BRAGG-;setelt!;Aleft2A;16| in lines 215..216 : variable T5 is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |BRAGG-;setelt!;Aright2A;17| in lines 218..219 : variable T6 is
         not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BRAGG-.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BRAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BTAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/BTCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BTCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/CLAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/COMPCAT-.lsp ...
WARNING: in |COMPCAT-;myNextPrime| in lines 17..32 : variable |n| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;rank;Pi;10| in line 183 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;exp;2S;66| in line 873 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;log;2S;67| in line 875 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;sin;2S;68| in line 877 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;cos;2S;69| in line 879 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;tan;2S;70| in line 881 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;asin;2S;71| in line 883 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;acos;2S;72| in line 885 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;atan;2S;73| in line 887 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;sinh;2S;74| in line 889 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;cosh;2S;75| in line 891 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;tanh;2S;76| in line 893 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;asinh;2S;77| in lines 895..896 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;acosh;2S;78| in lines 898..899 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |COMPCAT-;atanh;2S;79| in lines 901..902 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPCAT-.fas
0 errors, 16 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/COMPCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIFEXT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFEXT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFEXT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIFRING-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFRING-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFRING-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIOPS-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIOPS-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIOPS-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIRPCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRPCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIRPCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DIVRING-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIVRING-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIVRING-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DPOLCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DPOLCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DPOLCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/DVARCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DVARCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DVARCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELEMFUN-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELEMFUN-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELEMFUN-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ELTAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELTAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELTAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ENTIRER-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ENTIRER-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ENTIRER-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ES-.lsp ...
WARNING: in |ExpressionSpace&!1| in line 652 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |ExpressionSpace&!0| in line 654 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ES-.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ES-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EUCDOM-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EUCDOM-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EUCDOM-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/EVALAB-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EVALAB-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EVALAB-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FACTCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FACTCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FACTCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FAMR-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAMR-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAMR-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FAXF-.lsp ...
WARNING: in |FAXF-;transcendenceDegree;Nni;2| in line 22 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FAXF-;algebraic?;SB;7| in line 61 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FAXF-;algebraic?;SB;7| in line 61 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FAXF-;transcendent?;SB;8| in line 65 : variable |a| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FAXF-;transcendent?;SB;8| in line 65 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAXF-.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAXF-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FDIVCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDIVCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FDIVCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FEVALAB-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FEVALAB-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FEVALAB-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FFIELDC-.lsp ...
WARNING: in |FFIELDC-;differentiate;2S;1| in line 2 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFIELDC-.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FFIELDC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FGRPH-.lsp ...
WARNING: in |FGRPH-;isDirected?;B;3| in line 34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FGRPH-;createWidth;2Nni;46| in lines 1128..1143 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FGRPH-;hash;ASi;56| in line 1716 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FGRPH-;hash;ASi;56| in line 1716 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FGRPH-.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FGRPH-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FIELD-.lsp ...
WARNING: in |FIELD-;euclideanSize;SNni;7| in line 42 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FIELD-;euclideanSize;SNni;7| in line 42 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FIELD-;prime?;SB;8| in line 46 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FIELD-;prime?;SB;8| in line 46 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FIELD-.fas
0 errors, 4 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FIELD-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINAALG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINAALG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINAALG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINGRP-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINGRP-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINGRP-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINITE-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINITE-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINITE-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FINRALG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINRALG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FINRALG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FLINEXP-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLINEXP-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FLINEXP-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FMCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FMCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FPC-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPC-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FPS-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPS-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FPS-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRAMALG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAMALG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAMALG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRETRCT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRETRCT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRETRCT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRMOD-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRMOD-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRMOD-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FRNAALG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRNAALG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRNAALG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FSAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FSAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/FS-.lsp ...
WARNING: in |FS-;symsub| in lines 172..173 : variable |sy| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS-;symsub| in lines 172..173 : variable |i| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS-;insert_sub| in lines 555..575 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS-;pos_diff| in lines 577..616 : |$NoValue| is neither declared
         nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |FS-;pos_diff| in lines 577..616 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS-;debugA| in lines 1208..1209 : variable |a1| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS-;debugA| in lines 1208..1209 : variable |a2| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |FS-;debugA| in lines 1208..1209 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS-.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 8 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FS-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GCDDOM-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCDDOM-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCDDOM-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GPOLCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GPOLCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GPOLCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GRALG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRALG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRALG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GRMOD-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRMOD-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GRMOD-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/GROUP-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROUP-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GROUP-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HOAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/HYPCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HYPCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HYPCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IEVALAB-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IEVALAB-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IEVALAB-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/INS-.lsp ...
WARNING: in |INS-;characteristic;Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INS-;differentiate;2S;2| in line 6 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INS-;copy;2S;5| in line 16 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INS-;rational?;SB;8| in line 28 : variable |x| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |INS-;rational?;SB;8| in line 28 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INS-.fas
0 errors, 5 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INS-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/IXAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IXAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IXAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBBFC-.lsp ...
WARNING: in |JBBFC-;U;PiS;1| in lines 5..6 : variable |i| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;U;PiS;1| in lines 5..6 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;U;S;2| in lines 11..12 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;PiLS;3| in lines 18..20 : variable |i| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;PiLS;3| in lines 18..20 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;PiLS;3| in lines 18..20 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;LS;4| in lines 25..26 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;LS;4| in lines 25..26 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;PiNniS;5| in lines 32..34 : variable |i| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;PiNniS;5| in lines 32..34 : variable |l| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;PiNniS;5| in lines 32..34 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;NniS;6| in lines 39..40 : variable |i| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBBFC-;P;NniS;6| in lines 39..40 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBBFC-.fas
0 errors, 13 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBBFC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBC-.lsp ...
WARNING: in |JBC-;m2r;LL;1| in lines 2..19 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBC-;class;LNni;5| in lines 96..107 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBC-.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/JBFC-.lsp ...
WARNING: in |JBFC-;gcd;3S;13| in line 39 : variable |f1| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBFC-;gcd;3S;13| in line 39 : variable |f2| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBFC-;characteristic;Nni;20| in line 83 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBFC-;dimension;LSem2Nni;22| in lines 124..131 : variable |jm| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBFC-;orderDim;LSem2Nni;23| in lines 133..140 : variable |jm| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |JBFC-;autoReduce;2L;41| in lines 1368..1655 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBFC-.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/JBFC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/KDAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KDAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/KDAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LALG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LALG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LALG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LIECAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIECAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIECAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LNAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LNAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LNAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LODOCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LODOCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LOGIC-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LOGIC-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LOGIC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LSAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/LZSTAGG-.lsp ...
WARNING: in |LZSTAGG-;elt;AfirstS;36| in lines 724..725 : variable T5 is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LZSTAGG-;elt;ArestA;39| in lines 748..749 : variable T6 is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |LZSTAGG-;elt;AlastS;43| in lines 827..828 : variable T7 is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LZSTAGG-.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LZSTAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGMA-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGMA-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGMA-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MAGMAWU-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGMAWU-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MAGMAWU-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MATCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MATCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MODULE-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODULE-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODULE-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MONOGEN-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MONOGEN-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MONOGEN-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/MTSCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MTSCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MTSCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NAALG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NAALG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NAALG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NARING-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NARING-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NARING-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NARNG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NARNG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NARNG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/NASRNG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NASRNG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NASRNG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OC-.lsp ...
WARNING: in |OC-;rank;Pi;2| in line 7 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OC-.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OM-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OM-.fas
The following functions were used but not defined:
 OM-STRINGTOSTRINGPTR OM-STRINGPTRTOSTRING
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OM-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORDRING-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDRING-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDRING-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ORDSET-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDSET-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDSET-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/OREPCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREPCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OREPCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PDRING-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDRING-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDRING-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PFECAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFECAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PFECAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POLYCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PORDER-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PORDER-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PORDER-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/POSET-.lsp ...
WARNING: in |POSET-;addArrow!;AS2NniA;8| in lines 198..211 : variable |name|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;addArrow!;AS2NniLA;9| in lines 213..217 : variable |mp| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;flatten;DgA;12| in lines 290..291 : variable |n| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;cycleOpen;LSA;15| in lines 298..300 : variable |objs| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;cycleOpen;LSA;15| in lines 298..300 : variable |arrowName|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;cycleClosed;LSA;16| in lines 302..304 : variable |objs| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;cycleClosed;LSA;16| in lines 302..304 : variable
         |arrowName| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;unit;LSA;17| in lines 306..327 : variable |arrowName| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;kgraph;LSA;18| in lines 329..330 : variable |objs| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;kgraph;LSA;18| in lines 329..330 : variable |arrowName| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;isFixPoint?;ANniB;25| in lines 452..453 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;isFixPoint?;ANniB;25| in lines 452..453 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;isFixPoint?;ANniB;25| in lines 452..453 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowName;A2NniS;26| in lines 457..460 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowName;A2NniS;26| in lines 457..460 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowName;A2NniS;26| in lines 457..460 : variable |b| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowName;A2NniS;26| in lines 457..460 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;getArrowIndex;A3Nni;27| in lines 464..467 : variable |s|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;getArrowIndex;A3Nni;27| in lines 464..467 : variable |a|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;getArrowIndex;A3Nni;27| in lines 464..467 : variable |b|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;getArrowIndex;A3Nni;27| in lines 464..467 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;inDegree;A2Nni;28| in lines 471..472 : variable |s| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;inDegree;A2Nni;28| in lines 471..472 : variable |a| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;inDegree;A2Nni;28| in lines 471..472 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;outDegree;A2Nni;29| in lines 476..477 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;outDegree;A2Nni;29| in lines 476..477 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;outDegree;A2Nni;29| in lines 476..477 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeFromNode;ANniL;30| in lines 481..483 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeFromNode;ANniL;30| in lines 481..483 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeFromNode;ANniL;30| in lines 481..483 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeToNode;ANniL;31| in lines 487..489 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeToNode;ANniL;31| in lines 487..489 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeToNode;ANniL;31| in lines 487..489 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsFromNode;ANniL;32| in lines 494..496 : variable |s|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsFromNode;ANniL;32| in lines 494..496 : variable |a|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsFromNode;ANniL;32| in lines 494..496 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsToNode;ANniL;33| in lines 500..502 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsToNode;ANniL;33| in lines 500..502 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsToNode;ANniL;33| in lines 500..502 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeFromArrow;ANniL;34| in lines 506..508 : variable |s|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeFromArrow;ANniL;34| in lines 506..508 : variable |a|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeFromArrow;ANniL;34| in lines 506..508 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeToArrow;ANniL;35| in lines 512..514 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeToArrow;ANniL;35| in lines 512..514 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;nodeToArrow;ANniL;35| in lines 512..514 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsFromArrow;ANniL;36| in lines 519..521 : variable |s|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsFromArrow;ANniL;36| in lines 519..521 : variable |a|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsFromArrow;ANniL;36| in lines 519..521 : variable $
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsToArrow;ANniL;37| in lines 525..527 : variable |s|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsToArrow;ANniL;37| in lines 525..527 : variable |a|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;arrowsToArrow;ANniL;37| in lines 525..527 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;routeNodes;A2NniL;38| in lines 532..535 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;routeNodes;A2NniL;38| in lines 532..535 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;routeNodes;A2NniL;38| in lines 532..535 : variable |b| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;routeNodes;A2NniL;38| in lines 532..535 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;routeArrows;A2NniL;39| in lines 540..543 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;routeArrows;A2NniL;39| in lines 540..543 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;routeArrows;A2NniL;39| in lines 540..543 : variable |b| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;routeArrows;A2NniL;39| in lines 540..543 : variable $ is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;distance;A2NniI;40| in lines 547..550 : variable |s| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;distance;A2NniI;40| in lines 547..550 : variable |a| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;distance;A2NniI;40| in lines 547..550 : variable |b| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;distance;A2NniI;40| in lines 547..550 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;+| in line 554 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;+| in line 554 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;merge;3A;42| in line 558 : variable |b| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;merge;3A;42| in line 558 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;isDirected?;B;43| in line 562 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;createWidth;2Nni;44| in lines 566..567 : variable |x| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;createWidth;2Nni;44| in lines 566..567 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;createX;3Nni;45| in lines 571..574 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;createX;3Nni;45| in lines 571..574 : variable |n| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;createX;3Nni;45| in lines 571..574 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;createY;3Nni;46| in lines 578..581 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;createY;3Nni;46| in lines 578..581 : variable |n| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;createY;3Nni;46| in lines 578..581 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;looseEquals;2AB;47| in line 585 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;looseEquals;2AB;47| in line 585 : variable |y| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;looseEquals;2AB;47| in line 585 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;map;ALL2IA;48| in lines 590..593 : variable |m| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;map;ALL2IA;48| in lines 590..593 : variable |newOb| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;map;ALL2IA;48| in lines 590..593 : variable |offsetX| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;map;ALL2IA;48| in lines 590..593 : variable |offsetY| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;map;ALL2IA;48| in lines 590..593 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;mapContra;ALL2IA;49| in lines 598..601 : variable |m| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;mapContra;ALL2IA;49| in lines 598..601 : variable |newOb|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;mapContra;ALL2IA;49| in lines 598..601 : variable
         |offsetX| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;mapContra;ALL2IA;49| in lines 598..601 : variable
         |offsetY| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;mapContra;ALL2IA;49| in lines 598..601 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;hash;ASi;66| in line 1159 : variable |s| is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |POSET-;hash;ASi;66| in line 1159 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POSET-.fas
0 errors, 91 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POSET-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PSCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/PSETCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSETCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PSETCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QFCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/QUATCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUATCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QUATCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RADCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RADCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RCAGG-.lsp ...
WARNING: in |RCAGG-;elt;AvalueS;1| in lines 2..3 : variable T1 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RCAGG-;setelt!;Avalue2S;5| in lines 59..60 : variable T5 is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCAGG-.fas
0 errors, 2 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RCFIELD-.lsp ...
WARNING: in |RCFIELD-;characteristic;Nni;4| in line 12 : variable $ is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCFIELD-.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCFIELD-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RETFROM-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETFROM-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETFROM-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RETRACT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETRACT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETRACT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RMATCAT-.lsp ...
WARNING: in |RMATCAT-;nrows;SNni;5| in lines 95..96 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RMATCAT-;ncols;SNni;6| in lines 98..99 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |RMATCAT-;square?;SB;7| in lines 101..102 : variable |x| is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMATCAT-.fas
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RMATCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RNG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RNG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RNG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RNS-.lsp ...
WARNING: in |RNS-;characteristic;Nni;1| in line 4 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RNS-.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RNS-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RPOLCAT-.lsp ...
WARNING: in #:|1796 1796 (SDEFUN RPOLCAT-;ZToR (# #) ...)-107| in line 1796 :
         Function |RPOLCAT-;ZToR|
         was already definedin line 1638
WARNING: in #:|1798 1799 (SDEFUN RPOLCAT-;PZToPR (# #) ...)-108| in lines
         1798..1799 : Function |RPOLCAT-;PZToPR|
         was already definedin lines 1640..1641
WARNING: in #:|1801 1802 (SDEFUN RPOLCAT-;QToR (# #) ...)-109| in lines
         1801..1802 : Function |RPOLCAT-;QToR|
         was already definedin lines 1643..1644
WARNING: in #:|1804 1806 (SDEFUN RPOLCAT-;PQToPR (# #) ...)-110| in lines
         1804..1806 : Function |RPOLCAT-;PQToPR|
         was already definedin lines 1646..1648
WARNING: in #:|1822 1823 (SDEFUN RPOLCAT-;ZToQ (# #) ...)-113| in lines
         1822..1823 : Function |RPOLCAT-;ZToQ|
         was already definedin lines 1664..1665
WARNING: in #:|1825 1826 (SDEFUN RPOLCAT-;RToQ (# #) ...)-114| in lines
         1825..1826 : Function |RPOLCAT-;RToQ|
         was already definedin lines 1667..1668
WARNING: in #:|1828 1831 (SDEFUN RPOLCAT-;PZToPQ (# #) ...)-115| in lines
         1828..1831 : Function |RPOLCAT-;PZToPQ|
         was already definedin lines 1670..1673
WARNING: in #:|1833 1835 (SDEFUN RPOLCAT-;PRToPQ (# #) ...)-116| in lines
         1833..1835 : Function |RPOLCAT-;PRToPQ|
         was already definedin lines 1675..1677
WARNING: in #:|1905 1905 (SDEFUN RPOLCAT-;RToZ (# #) ...)-129| in line 1905 :
         Function |RPOLCAT-;RToZ|
         was already definedin line 1747
WARNING: in #:|1907 1908 (SDEFUN RPOLCAT-;PRToPZ (# #) ...)-130| in lines
         1907..1908 : Function |RPOLCAT-;PRToPZ|
         was already definedin lines 1749..1750
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RPOLCAT-.fas
0 errors, 10 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RPOLCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RRCC-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RRCC-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RRCC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/RSETCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RSETCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RSETCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SETAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SETCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SMATCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMATCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMATCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SPTCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPTCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SPTCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/SRAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/STAGG-.lsp ...
WARNING: in |STAGG-;c2| in lines 27..29 : variable |r| is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STAGG-.fas
0 errors, 1 warning
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TBAGG-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TBAGG-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TBAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TENSPC-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPC-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TENSPC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TRANFUN-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRANFUN-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRANFUN-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TRIGCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRIGCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TRIGCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TSEREXP-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXP-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSEREXP-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/TSETCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSETCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TSETCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UFD-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFD-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFD-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ULSCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/ULSCCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ULSCCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPOLYC-.lsp ...
WARNING: in |UPOLYC-;degree;SSaosNni;2| in lines 9..11 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPOLYC-;eval;SSaos2S;6| in lines 32..34 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPOLYC-;eval;SSaosRS;8| in lines 45..47 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPOLYC-;minimumDegree;SSaosNni;11| in lines 69..71 : variable |v|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPOLYC-;monomial;SSaosNniS;13| in lines 78..84 : variable |v| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPOLYC-;coerce;SaosS;14| in lines 92..93 : variable |v| is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPOLYC-;content;SSaosS;28| in lines 311..313 : variable |v| is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPOLYC-;differentiate;SSaosS;36| in lines 463..465 : variable |v|
         is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UPOLYC-;pseudoRemainder;3S;37| in lines 467..521 : |$NoValue| is
         neither declared nor bound,
         it will be treated as if it were declared SPECIAL.
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC-.fas
The following special variables were not defined:
 |$NoValue|
0 errors, 9 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPSCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPSCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPSCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UPXSCCA-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSCCA-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPXSCCA-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/URAGG-.lsp ...
WARNING: in |URAGG-;elt;AfirstS;1| in lines 2..3 : variable T1 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |URAGG-;elt;AlastS;2| in lines 5..6 : variable T2 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |URAGG-;elt;ArestA;3| in lines 8..9 : variable T3 is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |URAGG-;setelt!;Afirst2S;26| in lines 358..359 : variable T5 is
         not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |URAGG-;setelt!;Alast2S;27| in lines 361..362 : variable T6 is not
         used.
         Misspelled or missing IGNORE declaration?
WARNING: in |URAGG-;setelt!;Arest2A;28| in lines 364..365 : variable T7 is not
         used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/URAGG-.fas
0 errors, 6 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/URAGG-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/UTSCAT-.lsp ...
WARNING: in |UTSCAT-;factorials?| in line 22 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
WARNING: in |UTSCAT-;showAll?| in line 52 : |$streamsShowAll| is neither
         declared nor bound,
         it will be treated as if it were declared SPECIAL.
WARNING: in |UTSCAT-;showAll?| in line 52 : variable $ is not used.
         Misspelled or missing IGNORE declaration?
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSCAT-.fas
The following special variables were not defined:
 |$streamsShowAll|
0 errors, 3 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UTSCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VECTCAT-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTCAT-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTCAT-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/VSPACE-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VSPACE-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VSPACE-.fas"
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/src/algebra/XF-.lsp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XF-.fas
0 errors, 0 warnings
Value = #P"/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/XF-.fas"
(1) -> 
   (1)  quit
                                                         Type: Variable(quit)
(2) -> 
echo timestamp > stamp-fasls99
cp acplot.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/acplot.spad
cp aggcat2.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/aggcat2.spad
cp aggcat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/aggcat.spad
cp algcat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/algcat.spad
cp algext.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/algext.spad
cp algfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/algfact.spad
cp algfunc.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/algfunc.spad
cp alg_top.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/alg_top.spad
cp allfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/allfact.spad
cp alql.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/alql.spad
cp amodgcd.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/amodgcd.spad
cp any.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/any.spad
cp array1.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/array1.spad
cp array2.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/array2.spad
cp attribs.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/attribs.spad
cp bags.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/bags.spad
cp bezout.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/bezout.spad
cp boolean.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/boolean.spad
cp brill.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/brill.spad
cp card.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/card.spad
cp carten.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/carten.spad
cp catdef.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/catdef.spad
cp cden.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/cden.spad
cp charpol.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/charpol.spad
cp clifford.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/clifford.spad
cp clip.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/clip.spad
cp coerce.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/coerce.spad
cp color.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/color.spad
cp combfunc.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/combfunc.spad
cp combinat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/combinat.spad
cp complet.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/complet.spad
cp computation.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/computation.spad
cp computil.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/computil.spad
cp constant.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/constant.spad
cp contfrac.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/contfrac.spad
cp coordsys.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/coordsys.spad
cp cra.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/cra.spad
cp crfp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/crfp.spad
cp curve.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/curve.spad
cp cycles.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/cycles.spad
cp cyclotom.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/cyclotom.spad
cp cyldec.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/cyldec.spad
cp ddfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ddfact.spad
cp defaults.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/defaults.spad
cp defintef.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/defintef.spad
cp defintrf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/defintrf.spad
cp derham.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/derham.spad
cp dhmatrix.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/dhmatrix.spad
cp dirichlet.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/dirichlet.spad
cp discrgrp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/discrgrp.spad
cp distro.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/distro.spad
cp divisor.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/divisor.spad
cp dpolcat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/dpolcat.spad
cp drawopt.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/drawopt.spad
cp drawpak.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/drawpak.spad
cp draw.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/draw.spad
cp efstruc.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/efstruc.spad
cp efuls.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/efuls.spad
cp efupxs.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/efupxs.spad
cp eigen.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/eigen.spad
cp elemntry.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/elemntry.spad
cp elfuts.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/elfuts.spad
cp equation1.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/equation1.spad
cp error.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/error.spad
cp evalut.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/evalut.spad
cp expexpan.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/expexpan.spad
cp export3D.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/export3D.spad
cp expps.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/expps.spad
cp expr2ups.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/expr2ups.spad
cp exprode.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/exprode.spad
cp expr.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/expr.spad
cp extred.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/extred.spad
cp facutil.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/facutil.spad
cp fdalg.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fdalg.spad
cp ffact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ffact.spad
cp ffcat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ffcat.spad
cp ffcg.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ffcg.spad
cp fffg.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fffg.spad
cp fff.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fff.spad
cp ffhom.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ffhom.spad
cp ffnb.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ffnb.spad
cp ffpoly.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ffpoly.spad
cp ffp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ffp.spad
cp ffx.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ffx.spad
cp files.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/files.spad
cp float.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/float.spad
cp fmod.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fmod.spad
cp fname.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fname.spad
cp fnla.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fnla.spad
cp formula.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/formula.spad
cp fortcat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fortcat.spad
cp fortmac.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fortmac.spad
cp fortout.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fortout.spad
cp fortpak.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fortpak.spad
cp fortran.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fortran.spad
cp forttyp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/forttyp.spad
cp fourier.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fourier.spad
cp fparfrac.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fparfrac.spad
cp fraction.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fraction.spad
cp free.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/free.spad
cp fr.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fr.spad
cp fs2expxp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fs2expxp.spad
cp fs2ups.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fs2ups.spad
cp fspace.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/fspace.spad
cp galfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/galfact.spad
cp gaussfac.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gaussfac.spad
cp gaussian.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gaussian.spad
cp gbeuclid.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gbeuclid.spad
cp gbintern.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gbintern.spad
cp gb.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gb.spad
cp gdirprod.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gdirprod.spad
cp gdpoly.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gdpoly.spad
cp geneez.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/geneez.spad
cp generic.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/generic.spad
cp genser.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/genser.spad
cp genups.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/genups.spad
cp ghensel.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ghensel.spad
cp gnudraw.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gnudraw.spad
cp gpgcd.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gpgcd.spad
cp gpol.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gpol.spad
cp gpresent.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gpresent.spad
cp graph.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/graph.spad
cp grdef.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/grdef.spad
cp groebf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/groebf.spad
cp groebsol.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/groebsol.spad
cp gseries.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/gseries.spad
cp hashstate.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/hashstate.spad
cp html.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/html.spad
cp ideal.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ideal.spad
cp idecomp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/idecomp.spad
cp indexedp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/indexedp.spad
cp intaf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intaf.spad
cp intalg.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intalg.spad
cp intaux.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intaux.spad
cp intclos.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intclos.spad
cp intden.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intden.spad
cp intef.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intef.spad
cp integer.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/integer.spad
cp integrat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/integrat.spad
cp interval.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/interval.spad
cp intfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intfact.spad
cp intlocp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intlocp.spad
cp intpar.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intpar.spad
cp intpm.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intpm.spad
cp intrf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/intrf.spad
cp irexpand.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/irexpand.spad
cp irsn.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/irsn.spad
cp ituple.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ituple.spad
cp jet.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/jet.spad
cp kl.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/kl.spad
cp kovacic.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/kovacic.spad
cp laplace.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/laplace.spad
cp laurent.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/laurent.spad
cp leadcdet.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/leadcdet.spad
cp lie.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/lie.spad
cp limitps.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/limitps.spad
cp lindep.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/lindep.spad
cp lingrob.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/lingrob.spad
cp linpen.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/linpen.spad
cp liouv.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/liouv.spad
cp listgcd.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/listgcd.spad
cp list.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/list.spad
cp lll.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/lll.spad
cp lmdict.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/lmdict.spad
cp lodof.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/lodof.spad
cp lodof2.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/lodof2.spad
cp lodo.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/lodo.spad
cp logic.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/logic.spad
cp mama.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mama.spad
cp manip.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/manip.spad
cp mantepse.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mantepse.spad
cp mappkg.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mappkg.spad
cp matcat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/matcat.spad
cp matfuns.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/matfuns.spad
cp matrix.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/matrix.spad
cp matstor.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/matstor.spad
cp mesh.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mesh.spad
cp mfinfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mfinfact.spad
cp mkfunc.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mkfunc.spad
cp mkrecord.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mkrecord.spad
cp mlift.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mlift.spad
cp moddfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/moddfact.spad
cp modgcd.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/modgcd.spad
cp modhpsol.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/modhpsol.spad
cp modmonom.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/modmonom.spad
cp modmon.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/modmon.spad
cp modring.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/modring.spad
cp moebius.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/moebius.spad
cp mring.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mring.spad
cp mrv_limit.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mrv_limit.spad
cp mset.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mset.spad
cp mts.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/mts.spad
cp muldep.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/muldep.spad
cp multfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/multfact.spad
cp multpoly.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/multpoly.spad
cp multsqfr.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/multsqfr.spad
cp naalgc.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/naalgc.spad
cp naalg.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/naalg.spad
cp newdata.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/newdata.spad
cp newpoint.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/newpoint.spad
cp newpoly.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/newpoly.spad
cp nlinsol.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/nlinsol.spad
cp nlode.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/nlode.spad
cp npcoef.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/npcoef.spad
cp nregset.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/nregset.spad
cp nsregset.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/nsregset.spad
cp numarr.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/numarr.spad
cp numeigen.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/numeigen.spad
cp numeric.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/numeric.spad
cp numode.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/numode.spad
cp numquad.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/numquad.spad
cp numsolve.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/numsolve.spad
cp numtheor.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/numtheor.spad
cp oct.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/oct.spad
cp odealg.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/odealg.spad
cp odeef.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/odeef.spad
cp oderf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/oderf.spad
cp omcat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/omcat.spad
cp omdev.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/omdev.spad
cp omerror.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/omerror.spad
cp omserver.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/omserver.spad
cp opalg.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/opalg.spad
cp openmath.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/openmath.spad
cp op.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/op.spad
cp ordinal.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ordinal.spad
cp ore.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ore.spad
cp outform.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/outform.spad
cp outform2.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/outform2.spad
cp out.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/out.spad
cp pade.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pade.spad
cp padiclib.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/padiclib.spad
cp padic.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/padic.spad
cp paramete.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/paramete.spad
cp partperm.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/partperm.spad
cp patmatch1.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/patmatch1.spad
cp pattern.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pattern.spad
cp pcurve.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pcurve.spad
cp perman.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/perman.spad
cp permgrps.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/permgrps.spad
cp perm.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/perm.spad
cp pfbr.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pfbr.spad
cp pfo.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pfo.spad
cp pfr.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pfr.spad
cp pf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pf.spad
cp pgcd.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pgcd.spad
cp pgrobner.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pgrobner.spad
cp pinterp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pinterp.spad
cp pleqn.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pleqn.spad
cp plot3d.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/plot3d.spad
cp plot.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/plot.spad
cp plottool.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/plottool.spad
cp polset.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/polset.spad
cp poltopol.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/poltopol.spad
cp polycat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/polycat.spad
cp poly.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/poly.spad
cp primelt.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/primelt.spad
cp product.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/product.spad
cp prs.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/prs.spad
cp prtition.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/prtition.spad
cp pscat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pscat.spad
cp pseudolin.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/pseudolin.spad
cp ptranfn.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ptranfn.spad
cp puiseux.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/puiseux.spad
cp qalgset.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/qalgset.spad
cp quat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/quat.spad
cp radeigen.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/radeigen.spad
cp radix.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/radix.spad
cp random.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/random.spad
cp ratfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ratfact.spad
cp rdeefx.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/rdeefx.spad
cp rdesys.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/rdesys.spad
cp real0q.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/real0q.spad
cp realzero.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/realzero.spad
cp reclos.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/reclos.spad
cp rec.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/rec.spad
cp regset.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/regset.spad
cp rep1.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/rep1.spad
cp rep2.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/rep2.spad
cp resring.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/resring.spad
cp retract.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/retract.spad
cp rf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/rf.spad
cp riccati.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/riccati.spad
cp rinterp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/rinterp.spad
cp rule.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/rule.spad
cp scene.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/scene.spad
cp seg.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/seg.spad
cp serexp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/serexp.spad
cp setorder.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/setorder.spad
cp sets.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sets.spad
cp sex.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sex.spad
cp sf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sf.spad
cp sgcf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sgcf.spad
cp sign.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sign.spad
cp si.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/si.spad
cp skpol.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/skpol.spad
cp smith.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/smith.spad
cp smith2.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/smith2.spad
cp solvedio.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/solvedio.spad
cp solvefor.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/solvefor.spad
cp solvelin.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/solvelin.spad
cp solverad.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/solverad.spad
cp sortpak.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sortpak.spad
cp space.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/space.spad
cp special.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/special.spad
cp special2.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/special2.spad
cp sregset.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sregset.spad
cp ssolve.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ssolve.spad
cp stream.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/stream.spad
cp string.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/string.spad
cp sttaylor.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sttaylor.spad
cp sttf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sttf.spad
cp sturm.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sturm.spad
cp suchthat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/suchthat.spad
cp sum.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sum.spad
cp sups.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/sups.spad
cp symbol.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/symbol.spad
cp syssolp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/syssolp.spad
cp system.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/system.spad
cp tableau.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/tableau.spad
cp table.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/table.spad
cp taylor.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/taylor.spad
cp tensor.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/tensor.spad
cp tex.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/tex.spad
cp texmacs.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/texmacs.spad
cp transsolve.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/transsolve.spad
cp tree.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/tree.spad
cp trigcat.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/trigcat.spad
cp triset.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/triset.spad
cp tube.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/tube.spad
cp twofact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/twofact.spad
cp u32vec.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/u32vec.spad
cp unittest.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/unittest.spad
cp updecomp.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/updecomp.spad
cp utsode.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/utsode.spad
cp variable.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/variable.spad
cp vector.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/vector.spad
cp view2D.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/view2D.spad
cp view3D.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/view3D.spad
cp viewDef.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/viewDef.spad
cp vecrec.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/vecrec.spad
cp viewpack.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/viewpack.spad
cp vsbasis.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/vsbasis.spad
cp weier.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/weier.spad
cp wtpol.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/wtpol.spad
cp xdpolyf.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/xdpolyf.spad
cp xhash.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/xhash.spad
cp xlpoly.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/xlpoly.spad
cp xpfact.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/xpfact.spad
cp xpoly.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/xpoly.spad
cp ystream.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/ystream.spad
cp zerodim.spad /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/src/algebra/zerodim.spad
touch stamp-spadsrc
gmake[3]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/algebra'
finished .
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/algebra'
cd etc && /usr/pkg/bin/gmake
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/etc'
4 making /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/asq from asq.c
cc -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/asq asq.c
cp summary /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/summary
cp copyright /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/copyright
cp fricas /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/fricas
chmod +x /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/fricas
cp SPADEDIT /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/SPADEDIT
chmod +x /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/SPADEDIT
test -d /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target/algebra && echo timestamp > stamp-databases \
          || /usr/pkg/bin/gmake do-stamp-databases
echo ")read ./gen-cpl.lisp" > gen-cpl.in
echo ')lisp (do_command_list "'/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/command.list'")' >> gen-cpl.in
(DD=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu; \
        if test -d /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target/algebra ; then \
            DD=/home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target/ ; \
        fi ; \
cat gen-cpl.in | \
        DAASE=$DD AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu \
        FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/interpsys )
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target//algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target//algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target//algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target//algebra/category.daase..   Re-reading category.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target//algebra/browse.daase..   Re-reading browse.daase
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/etc/gen-cpl.lisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/etc/gen-cpl.fas
0 errors, 0 warnings
(1) -> 
Value = NIL
(1) -> 
echo timestamp > stamp
finished .
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/etc'
cd interp && /usr/pkg/bin/gmake all-axiomsys
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp'
echo '(defparameter FRICAS-LISP::*building-axiomsys* t)' \
   '(load "makeint.lisp") #-:ecl(BOOT::reclaim)' \
   '#+:cmu (setf (ext:search-list "libspad:")' \
   '(list "/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/" "/usr/pkg/lib/fricas/target/x86_64-redhat-linux-gnu/lib/"))' \
   '#+:cmu (setq ext:*top-level-auto-declare* t)' \
   '#+:cmu (setq *compile-verbose* nil)' \
   '#+:cmu (setq *compile-print* nil)' \
   '#+:cmu (declaim (optimize (ext:inhibit-warnings 3)))' \
   '#+:ecl(FRICAS-LISP::make-program "/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/AXIOMsys" nil)' \
   '#-:ecl(BOOT::spad-save "/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/AXIOMsys" t)' \
             | DAASE="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu" /home/pbulk/build/math/fricas/work/fricas-1.3.5/build/x86_64-redhat-linux-gnu/bin/bootsys
[1]> 
*BUILDING-AXIOMSYS*
[2]>    Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   FriCAS initialization: interpreter 
   FriCAS initialization: database 
   FriCAS initialization: constructors 
   FriCAS initialization: history 
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Re-reading compress.daase   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..   Re-reading interp.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..   Re-reading operation.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..   Re-reading browse.daase
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..   Re-reading category.daase
Initial getdatabase
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FR.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Factored| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FR.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUP2.fas..
WARNING: DEFUN/DEFMACRO: redefining function
         |SparseUnivariatePolynomialFunctions2| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUP2.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TBAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |TableAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/TBAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETRACT-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |RetractableTo&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RETRACT-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |RecursiveAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/RCAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UDPO.fas..
WARNING: DEFUN/DEFMACRO: redefining function |UserDefinedPartialOrdering| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UDPO.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NONE.fas..
WARNING: DEFUN/DEFMACRO: redefining function |None| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NONE.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC2.fas..
WARNING: DEFUN/DEFMACRO: redefining function
         |UnivariatePolynomialCategoryFunctions2| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC2.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMES.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IntegerPrimesPackage| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMES.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETCAT-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |SetCategory&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SETCAT-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INDE.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IndexedExponents| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INDE.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFCAT-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |QuotientFieldCategory&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/QFCAT-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLY.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Polynomial| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLY.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELTAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |EltableAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELTAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDRING-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |PartialDifferentialRing&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PDRING-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SET.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Set| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SET.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |UnivariatePolynomialCategory&|
         in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UPOLYC-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FARRAY.fas..
WARNING: DEFUN/DEFMACRO: redefining function |FlexibleArray| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FARRAY.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMP.fas..
WARNING: DEFUN/DEFMACRO: redefining function |SparseMultivariatePolynomial| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SMP.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYCAT-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |PolynomialCategory&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/POLYCAT-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFEXT-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |DifferentialExtension&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFEXT-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IFARRAY.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IndexedFlexibleArray| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IFARRAY.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AMR-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |AbelianMonoidRing&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AMR-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAMR-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |FiniteAbelianMonoidRing&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FAMR-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIVRING-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |DivisionRing&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIVRING-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IVECTOR.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IndexedVector| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IVECTOR.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IARRAY1.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IndexedOneDimensionalArray| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IARRAY1.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LA.fas..
WARNING: DEFUN/DEFMACRO: redefining function |LocalAlgebra| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LA.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LO.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Localize| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LO.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOOLEAN.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Boolean| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/BOOLEAN.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FIELD-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Field&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FIELD-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTOR.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Vector| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/VECTOR.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDPO.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IndexedDirectProductObject| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IDPO.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Aggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/AGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PR.fas..
WARNING: DEFUN/DEFMACRO: redefining function |PolynomialRing| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PR.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FM.fas..
WARNING: DEFUN/DEFMACRO: redefining function |FreeModule| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FM.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SAOS.fas..
WARNING: DEFUN/DEFMACRO: redefining function |SingletonAsOrderedSet| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SAOS.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUP.fas..
WARNING: DEFUN/DEFMACRO: redefining function |SparseUnivariatePolynomial| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SUP.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAC.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Fraction| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/FRAC.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Collection&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CLAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |HomogeneousAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/HOAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REPSQ.fas..
WARNING: DEFUN/DEFMACRO: redefining function |RepeatedSquaring| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REPSQ.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INS-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IntegerNumberSystem&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INS-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELSG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |AbelianSemiGroup&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELSG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALIST.fas..
WARNING: DEFUN/DEFMACRO: redefining function |AssociationList| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALIST.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDRING-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |OrderedRing&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDRING-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMBOL.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Symbol| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SYMBOL.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFD-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |UniqueFactorizationDomain&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/UFD-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EUCDOM-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |EuclideanDomain&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/EUCDOM-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IXAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IndexedAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/IXAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCDDOM-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |GcdDomain&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/GCDDOM-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFRING-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |DifferentialRing&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/DIFRING-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REF.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Reference| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/REF.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/URAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |UnaryRecursiveAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/URAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDSET-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |OrderedSet&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ORDSET-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELGRP-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |AbelianGroup&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELGRP-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGEBRA-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Algebra&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ALGEBRA-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODULE-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Module&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/MODULE-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |StringAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SRAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELMON-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |AbelianMonoid&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ABELMON-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |ExtensibleLinearAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ELAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PI.fas..
WARNING: DEFUN/DEFMACRO: redefining function |PositiveInteger| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PI.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |StreamAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISTRING.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IndexedString| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ISTRING.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ILIST.fas..
WARNING: DEFUN/DEFMACRO: redefining function |IndexedList| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/ILIST.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |ListAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LSAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LNAGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |LinearAggregate&| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LNAGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHAR.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Character| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/CHAR.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRING.fas..
WARNING: DEFUN/DEFMACRO: redefining function |String| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/STRING.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NNI.fas..
WARNING: DEFUN/DEFMACRO: redefining function |NonNegativeInteger| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NNI.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SINT.fas..
WARNING: DEFUN/DEFMACRO: redefining function |SingleInteger| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/SINT.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/A1AGG-.fas..
WARNING: DEFUN/DEFMACRO: redefining function |OneDimensionalArrayAggregate&|
         in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/A1AGG-.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/NIL.fas..skipped.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMARR.fas..
WARNING: DEFUN/DEFMACRO: redefining function |PrimitiveArray| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/PRIMARR.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INT.fas..
WARNING: DEFUN/DEFMACRO: redefining function |Integer| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/INT.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST.fas..
WARNING: DEFUN/DEFMACRO: redefining function |List| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/LIST.fas,
         was defined in top-level
loaded.
   preloading /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OUTFORM.fas..
WARNING: DEFUN/DEFMACRO: redefining function |OutputForm| in
         /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/OUTFORM.fas,
         was defined in top-level
loaded.

T
[3]> 
12658504 ;
25688 ;
164528 ;
17 ;
20704904 ;
247018
[4]> 
Bytes permanently allocated:            164,528
Bytes currently in use:              12,662,272
Bytes available until next GC:           87,440
12662272 ;
87440 ;
164528 ;
18 ;
20719320 ;
276867
6a /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/AXIOMsys created
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/interp'
../config/mkinstalldirs /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin
../config/mkinstalldirs /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib
cd sman && /usr/pkg/bin/gmake
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/sman'
cc -c -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -I. -o session.o session.c
session.c:89:1: warning: 'pr' defined but not used [-Wunused-function]
 pr()
 ^~
cc session.o -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -lutil -g -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/session
cc -c -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -I. -o spadclient.o spadclient.c
cc spadclient.o -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -lutil -g -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/spadclient
cc -c -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -I. -o sman.o sman.c
sman.c: In function 'clean_up_old_sockets':
sman.c:394:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
   system(com);
   ^~~~~~~~~~~
cc sman.o -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -lutil -g -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/sman
rm -f stamp
echo timestamp > stamp
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/sman'
cd clef && /usr/pkg/bin/gmake
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/clef'
cc -c -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o edible.o edible.c
edible.c: In function 'main':
edible.c:303:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
           write(1,out_buff, num_read);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
edible.c:306:14: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         else write(1,out_buff, num_read);
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~
edible.c:319:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
           write(contNum, in_buff, num_read);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc edible.o -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -lutil -g -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/clef
rm -f stamp
echo timestamp > stamp
finished .
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/clef'
cd graph && /usr/pkg/bin/gmake
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph'
rm -f stamp
mkdir -p -- /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph
cd Gdraws && /usr/pkg/bin/gmake
gmake[3]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/Gdraws'
cc -c  -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/hyper -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  -o Gfun.o Gfun.c
cp ps_files/colorpoly.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/colorpoly.ps
cp ps_files/colorwol.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/colorwol.ps
cp ps_files/draw.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/draw.ps
cp ps_files/drawIstr.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/drawIstr.ps
cp ps_files/drawarc.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/drawarc.ps
cp ps_files/drawcolor.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/drawcolor.ps
cp ps_files/drawline.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/drawline.ps
cp ps_files/drawlines.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/drawlines.ps
cp ps_files/drawpoint.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/drawpoint.ps
cp ps_files/drawrect.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/drawrect.ps
cp ps_files/drawstr.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/drawstr.ps
cp ps_files/drwfilled.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/drwfilled.ps
cp ps_files/end.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/end.ps
cp ps_files/fillarc.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/fillarc.ps
cp ps_files/fillpoly.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/fillpoly.ps
cp ps_files/fillwol.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/fillwol.ps
cp ps_files/header.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/header.ps
cp ps_files/setup.ps /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/graph/setup.ps
echo timestamp > stamp
finished making /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/Gdraws
gmake[3]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/Gdraws'
cd viewman && /usr/pkg/bin/gmake
gmake[3]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/viewman'
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o cleanup.o cleanup.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o fun2D.o fun2D.c
fun2D.c: In function 'funView2D':
fun2D.c:59:7: warning: variable 'code' set but not used [-Wunused-but-set-variable]
   int code;
       ^~~~
fun2D.c: In function 'forkView2D':
fun2D.c:282:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&i,sizeof(int));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:284:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&doView2D,sizeof(view2DStruct));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:286:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&i,intSize); /* send length of the title child */
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:287:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,doView2D.title,i);  /* send title to the child */
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:290:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&there,intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c: In function 'sendGraphToView2D':
fun2D.c:337:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->xmin),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:338:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->xmax),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:339:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->ymin),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:340:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->ymax),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:341:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->xNorm),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:342:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->yNorm),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:343:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->spadUnitX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:344:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->spadUnitY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:345:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->unitX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:346:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->unitY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:347:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->originX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:348:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->originY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:349:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(gPtr->numberOfLists),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:356:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(llPtr->numberOfPoints),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:359:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewport->viewOut,&(p->x),floatSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:360:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewport->viewOut,&(p->y),floatSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:361:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewport->viewOut,&(p->hue),floatSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:362:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewport->viewOut,&(p->shade),floatSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:365:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(llPtr->pointColor),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:366:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(llPtr->lineColor),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:367:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(llPtr->pointSize),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:372:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].scaleX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:373:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].scaleY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:374:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].deltaX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:375:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].deltaY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:376:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].pointsOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:377:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].connectOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:378:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].splineOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:379:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].axesOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:380:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].axesColor),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:381:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].unitsOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:382:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].unitsColor),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun2D.c:383:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doGraphStateArray[i].showing),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o fun3D.o fun3D.c
fun3D.c: In function 'funView3D':
fun3D.c:56:7: warning: variable 'code' set but not used [-Wunused-but-set-variable]
   int code;
       ^~~~
fun3D.c: In function 'forkView3D':
fun3D.c:370:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&i,sizeof(int));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:372:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&doView3D,sizeof(view3DStruct));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:375:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&i,intSize);        /* tell the length of the title to child */
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:376:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,doView3D.title,i);  /* tell the title to the child */
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:377:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doView3D.lightVec[0]),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:378:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doView3D.lightVec[1]),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:379:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doView3D.lightVec[2]),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:382:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doView3D.numOfPoints),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:384:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(refPt(doView3D,i)->x),floatSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:385:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(refPt(doView3D,i)->y),floatSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:386:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(refPt(doView3D,i)->z),floatSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:387:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(refPt(doView3D,i)->c),floatSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:389:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewport->viewOut,&(doView3D.lllp.numOfComponents),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:392:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(anLLPoint->prop.closed),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:393:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(anLLPoint->prop.solid),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:394:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewport->viewOut,&(anLLPoint->numOfLists),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:397:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewport->viewOut,&(anLPoint->prop.closed),intSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:398:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewport->viewOut,&(anLPoint->prop.solid),intSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:399:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewport->viewOut,&(anLPoint->numOfPoints),intSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fun3D.c:402:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
           write(viewport->viewOut,anIndex,intSize);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o make2D.o make2D.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o make3D.o make3D.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o makeGraph.o makeGraph.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o readView.o readView.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o sselect.o sselect.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o viewman.o viewman.c
viewman.c: In function 'main':
viewman.c:161:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
             write(slot->viewOut,&viewOkay,intSize);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
viewman.c:162:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
             write(slot->viewOut,&currentGraph,intSize);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
viewman.c:165:13: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
             write(slot->viewOut,&viewError,intSize);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc cleanup.o fun2D.o fun3D.o make2D.o make3D.o makeGraph.o readView.o sselect.o viewman.o -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/viewman -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -lutil \
	-Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lXpm  -lSM -lICE -lX11 
rm -f stamp
echo timestamp > stamp
30 finished .
gmake[3]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/viewman'
cd view2D && /usr/pkg/bin/gmake
gmake[3]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view2D'
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o buttons2d.o buttons2d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o control2d.o control2d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o graph2d.o graph2d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o main2d.o main2d.c
main2d.c: In function 'main':
main2d.c:155:21: warning: variable 'code' set but not used [-Wunused-but-set-variable]
   int             i,code;
                     ^~~~
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o pot2d.o pot2d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o process2d.o process2d.c
process2d.c: In function 'processEvents':
process2d.c:789:56: warning: 'mouseXY.y' may be used uninitialized in this function [-Wmaybe-uninitialized]
                   graphStateArray[i].centerY -= mouseXY.y * 0.1;
                                                 ~~~~~~~^~
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o spadAction2d.o spadAction2d.c
spadAction2d.c: In function 'spadAction':
spadAction2d.c:70:7: warning: variable 'code' set but not used [-Wunused-but-set-variable]
   int code,viewCommand;
       ^~~~
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o stuff2d.o stuff2d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o viewport2D.o viewport2D.c
viewport2D.c: In function 'do_y_tick':
viewport2D.c:150:9: warning: variable 'halflength' set but not used [-Wunused-but-set-variable]
     int halflength;
         ^~~~~~~~~~
viewport2D.c: In function 'drawTheViewport':
viewport2D.c:210:33: warning: variable 'halfheight' set but not used [-Wunused-but-set-variable]
   int               charlength, halfheight;
                                 ^~~~~~~~~~
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o write2d.o write2d.c
write2d.c: In function 'writeViewport':
write2d.c:59:27: warning: variable 'code' set but not used [-Wunused-but-set-variable]
   int               i,j,k,code,ii;
                           ^~~~
cc buttons2d.o control2d.o graph2d.o main2d.o pot2d.o process2d.o spadAction2d.o stuff2d.o viewport2D.o write2d.o ../Gdraws/Gfun.o -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/view2D \
    -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lXpm  -lSM -lICE -lX11  -lm
../Gdraws/Gfun.o: In function `PSInit':
Gfun.c:(.text+0x1139): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
../Gdraws/Gfun.o: In function `PSGlobalInit':
Gfun.c:(.text+0x313): warning: the use of `tempnam' is dangerous, better use `mkstemp'
rm -f stamp
echo timestamp > stamp
finished .
gmake[3]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view2D'
cd view3D && /usr/pkg/bin/gmake
gmake[3]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D'
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o buttons3d.o buttons3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o closeView3d.o closeView3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o component3d.o component3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o control3d.o control3d.c
control3d.c: In function 'makeControlPanel':
control3d.c:874:28: warning: variable 'num' set but not used [-Wunused-but-set-variable]
   int                   i, num;
                            ^~~
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o illuminate3d.o illuminate3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o lightbut3d.o lightbut3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o lighting3d.o lighting3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o main3d.o main3d.c
main3d.c: In function 'main':
main3d.c:253:20: warning: variable 'code' set but not used [-Wunused-but-set-variable]
   int           i, code;
                    ^~~~
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o mesh3d.o mesh3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o msort3d.o msort3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o pot3d.o pot3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o process3d.o process3d.c
process3d.c: In function 'processEvents':
process3d.c:1397:17: warning: 'linearMouseXY.y' may be used uninitialized in this function [-Wmaybe-uninitialized]
             if (lessThan(linearMouseXY.y,0.0)) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
process3d.c:1433:17: warning: 'linearMouseXY.x' may be used uninitialized in this function [-Wmaybe-uninitialized]
             if (lessThan(linearMouseXY.x,0.0)) {
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
process3d.c:1294:61: warning: 'mouseXY.y' may be used uninitialized in this function [-Wmaybe-uninitialized]
               if (viewport->zoomYOn) viewport->scaleY *= (1 - mouseXY.y);
                                                          ~~~^~~~~~~~~~~~
process3d.c:1248:43: warning: 'mouseXY.x' may be used uninitialized in this function [-Wmaybe-uninitialized]
                 viewport->theta += mouseXY.x * rotateFactor;
                                    ~~~~~~~^~
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o project3d.o project3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o quitbut3d.o quitbut3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o quit3d.o quit3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o save3d.o save3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o savebut3d.o savebut3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o smoothShade3d.o smoothShade3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o spadAction3d.o spadAction3d.c
spadAction3d.c: In function 'spadAction':
spadAction3d.c:83:7: warning: variable 'code' set but not used [-Wunused-but-set-variable]
   int code, viewCommand;
       ^~~~
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o stuff3d.o stuff3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o surface3d.o surface3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o transform3d.o transform3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o viewport3d.o viewport3d.c
In file included from viewport3d.c:54:
static.h:42:14: warning: 'labels' defined but not used [-Wunused-variable]
 static float labels[basicScreen][7] = {
              ^~~~~~
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o volume3d.o volume3d.c
cc -c -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -o write3d.o write3d.c
write3d.c: In function 'writeViewport':
write3d.c:60:34: warning: variable 'code' set but not used [-Wunused-but-set-variable]
   int               i, j, k, ii, code, *anIndex;
                                  ^~~~
write3d.c:77:3: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
   system(command);
   ^~~~~~~~~~~~~~~
cc ./buttons3d.o ./closeView3d.o ./component3d.o ./control3d.o ./illuminate3d.o ./lightbut3d.o ./lighting3d.o ./main3d.o ./mesh3d.o ./msort3d.o ./pot3d.o ./process3d.o ./project3d.o ./quitbut3d.o ./quit3d.o ./save3d.o ./savebut3d.o ./smoothShade3d.o ./spadAction3d.o ./stuff3d.o ./surface3d.o ./transform3d.o ./viewport3d.o ./volume3d.o ./write3d.o ../Gdraws/Gfun.o -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/view3D \
	-L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lXpm  -lSM -lICE -lX11  -lm
../Gdraws/Gfun.o: In function `PSInit':
Gfun.c:(.text+0x1139): warning: the use of `tmpnam' is dangerous, better use `mkstemp'
../Gdraws/Gfun.o: In function `PSGlobalInit':
Gfun.c:(.text+0x313): warning: the use of `tempnam' is dangerous, better use `mkstemp'
rm -f stamp
echo timestamp > stamp
finished .
gmake[3]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/view3D'
cd viewAlone && /usr/pkg/bin/gmake
gmake[3]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/viewAlone'
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o viewAlone.o viewAlone.c
viewAlone.c: In function 'main':
viewAlone.c:94:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
         fscanf(viewFile,"%d\n",&viewType);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o spoonComp.o spoonComp.c
spoonComp.c: In function 'spoonView3D':
spoonComp.c:132:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&i,intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:133:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&doView3D,sizeof(view3DStruct));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:135:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&i,intSize);  /* tell the length of
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:137:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,doView3D.title,i);  /* tell the title
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:139:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&(doView3D.lightVec[0]),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:140:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&(doView3D.lightVec[1]),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:141:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&(doView3D.lightVec[2]),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:143:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&(doView3D.numOfPoints),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:145:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP.viewOut,&(refPt(doView3D,i)->x),floatSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:146:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP.viewOut,&(refPt(doView3D,i)->y),floatSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:147:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP.viewOut,&(refPt(doView3D,i)->z),floatSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:148:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP.viewOut,&(refPt(doView3D,i)->c),floatSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:152:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&(doView3D.lllp.numOfComponents),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:155:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP.viewOut,&(anLLPoint->prop.closed),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:156:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP.viewOut,&(anLLPoint->prop.solid),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:157:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP.viewOut,&(anLLPoint->numOfLists),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:160:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewP.viewOut,&(anLPoint->prop.closed),intSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:161:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewP.viewOut,&(anLPoint->prop.solid),intSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:162:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewP.viewOut,&(anLPoint->numOfPoints),intSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:165:11: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
           write(viewP.viewOut,anIndex,intSize);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c: In function 'makeView3DFromFileData':
spoonComp.c:196:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(viewFile,"%f %f %f %f %f %f\n",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.xmin),
          ~~~~~~~~~~~~~~~~~
          &(doView3D.xmax),
          ~~~~~~~~~~~~~~~~~
          &(doView3D.ymin),
          ~~~~~~~~~~~~~~~~~
          &(doView3D.ymax),
          ~~~~~~~~~~~~~~~~~
          &(doView3D.zmin),
          ~~~~~~~~~~~~~~~~~
          &(doView3D.zmax));
          ~~~~~~~~~~~~~~~~~
spoonComp.c:204:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
   fgets(title,256,viewFile);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:215:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(viewFile,"%f %f %f %f %f %f %f %f\n",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.deltaX),
          ~~~~~~~~~~~~~~~~~~~
          &(doView3D.deltaY),
          ~~~~~~~~~~~~~~~~~~~
          &(doView3D.scale),
          ~~~~~~~~~~~~~~~~~~
          &(doView3D.scaleX),
          ~~~~~~~~~~~~~~~~~~~
          &(doView3D.scaleY),
          ~~~~~~~~~~~~~~~~~~~
          &(doView3D.scaleZ),
          ~~~~~~~~~~~~~~~~~~~
          &(doView3D.theta),
          ~~~~~~~~~~~~~~~~~~
          &(doView3D.phi));
          ~~~~~~~~~~~~~~~~
spoonComp.c:225:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(viewFile,"%d %d %d %d\n",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.vX),
          ~~~~~~~~~~~~~~~
          &(doView3D.vY),
          ~~~~~~~~~~~~~~~
          &(doView3D.vW),
          ~~~~~~~~~~~~~~~
          &(doView3D.vH));
          ~~~~~~~~~~~~~~~
spoonComp.c:230:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(viewFile,"%d %d %d %d %d %d %d\n",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.showCP),
          ~~~~~~~~~~~~~~~~~~~
          &(doView3D.style),
          ~~~~~~~~~~~~~~~~~~
          &(doView3D.AxesOn),
          ~~~~~~~~~~~~~~~~~~~
          &(doView3D.hueOff),
          ~~~~~~~~~~~~~~~~~~~
          &(doView3D.numOfHues),
          ~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.diagonals),
          ~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.outlineRenderOn));
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:238:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(viewFile,"%f %f %f %f\n",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.lightVec[0]),
          ~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.lightVec[1]),
          ~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.lightVec[2]),
          ~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.translucency));
          ~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:243:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(viewFile,"%d %f\n",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.perspective),
          ~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.eyeDistance));
          ~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:249:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(viewFile,"%d\n",
   ^~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.numOfPoints));
          ~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:254:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(viewFile,"%g %g %g %g\n",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(aPoint->x),
            ~~~~~~~~~~~~~
            &(aPoint->y),
            ~~~~~~~~~~~~~
            &(aPoint->z),
            ~~~~~~~~~~~~~
            &(aPoint->c));
            ~~~~~~~~~~~~~
spoonComp.c:259:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(viewFile,"%d\n",
   ^~~~~~~~~~~~~~~~~~~~~~~
          &(doView3D.lllp.numOfComponents));
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:264:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(viewFile,"%d %d\n",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
            &(anLLPoint->prop.closed),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(anLLPoint->prop.solid));
            ~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:267:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(viewFile,"%d\n",
     ^~~~~~~~~~~~~~~~~~~~~~~
            &(anLLPoint->numOfLists));
            ~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:272:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(viewFile,"%d %d\n",
       ^~~~~~~~~~~~~~~~~~~~~~~~~~
              &(anLPoint->prop.closed),
              ~~~~~~~~~~~~~~~~~~~~~~~~~
              &(anLPoint->prop.solid));
              ~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:275:7: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
       fscanf(viewFile,"%d\n",
       ^~~~~~~~~~~~~~~~~~~~~~~
              &(anLPoint->numOfPoints));
              ~~~~~~~~~~~~~~~~~~~~~~~~~
spoonComp.c:280:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
         fscanf(viewFile,"%dn",anIndex);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE  -I. -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config -c -o spoon2D.o spoon2D.c
spoon2D.c: In function 'spoonView2D':
spoon2D.c:136:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&i,intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:138:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&doView2D,sizeof(view2DStruct));
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:140:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,&i,intSize);        /* tell the length of the title to child */
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:141:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP.viewOut,doView2D.title,i);  /* tell the title to the child, child */
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:144:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP.viewOut,&there,intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c: In function 'sendGraphToView2D':
spoon2D.c:175:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->xmin),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:176:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->xmax),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:177:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->ymin),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:178:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->ymax),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:179:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->xNorm),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:180:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->yNorm),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:181:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->spadUnitX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:182:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->spadUnitY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:183:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->unitX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:184:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->unitY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:185:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->originX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:186:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->originY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:187:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(gPtr->numberOfLists),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:191:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP->viewOut,&(llPtr->numberOfPoints),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:194:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewP->viewOut,&(p->x),floatSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:195:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewP->viewOut,&(p->y),floatSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:196:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewP->viewOut,&(p->hue),floatSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:197:9: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
         write(viewP->viewOut,&(p->shade),floatSize);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:200:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP->viewOut,&(llPtr->pointColor),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:201:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP->viewOut,&(llPtr->lineColor),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:202:7: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
       write(viewP->viewOut,&(llPtr->pointSize),intSize);
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:207:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].scaleX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:208:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].scaleY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:209:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].deltaX),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:210:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].deltaY),floatSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:211:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].pointsOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:212:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].connectOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:213:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].splineOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:214:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].axesOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:215:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].axesColor),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:216:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].unitsOn),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:217:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].unitsColor),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:218:5: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
     write(viewP->viewOut,&(graphStateArray[i].showing),intSize);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c: In function 'makeView2DFromFileData':
spoon2D.c:237:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
   fgets(title,256,viewFile);
   ^~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:249:3: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
   fscanf(viewFile,"%d %d %d %d\n",
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
          &(doView2D->vX),
          ~~~~~~~~~~~~~~~~
          &(doView2D->vY),
          ~~~~~~~~~~~~~~~~
          &(doView2D->vW),
          ~~~~~~~~~~~~~~~~
          &(doView2D->vH));
          ~~~~~~~~~~~~~~~~
spoon2D.c:257:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(viewFile,"%d\n",
     ^~~~~~~~~~~~~~~~~~~~~~~
            &(graphArray[i].key));
            ~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:261:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(viewFile,"%g %g\n",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].scaleX),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].scaleY));
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:266:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(viewFile,"%g %g\n",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].deltaX),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].deltaY));
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:271:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(viewFile,"%g %g\n",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].centerX),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].centerY));
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:276:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(viewFile,"%d %d %d %d %d %d %d\n",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].pointsOn),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].connectOn),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].splineOn),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].axesOn),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].axesColor),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].unitsOn),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].unitsColor));
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:291:5: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
     fscanf(viewFile,"%d %d\n",
     ^~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].showing),
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            &(graphStateArray[i].selected));
            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:310:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
         fscanf(graphFile,"%g %g %g %g\n",
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].xmin),
                ~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].ymin),
                ~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].xmax),
                ~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].ymax));
                ~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:318:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
         fscanf(graphFile,"%g %g\n",
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].xNorm),
                ~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].yNorm));
                ~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:323:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
         fscanf(graphFile,"%g %g\n",
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].originX),
                ~~~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].originY));
                ~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:328:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
         fscanf(graphFile,"%g %g\n",
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].spadUnitX),
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].spadUnitY));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:333:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
         fscanf(graphFile,"%g %g\n",
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].unitX),
                ~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].unitY));
                ~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:338:9: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
         fscanf(graphFile,"%d\n",
         ^~~~~~~~~~~~~~~~~~~~~~~~
                &(graphArray[i].numberOfLists));
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:353:11: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
           fscanf(graphFile,"%d\n",&(aList->numberOfPoints));
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
spoon2D.c:356:11: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
           fscanf(graphFile,"%d %d %d\n",
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                  &(aList->pointColor),
                  ~~~~~~~~~~~~~~~~~~~~~
                  &(aList->lineColor),
                  ~~~~~~~~~~~~~~~~~~~~
                  &(aList->pointSize));
                  ~~~~~~~~~~~~~~~~~~~~
spoon2D.c:371:14: warning: ignoring return value of 'fscanf', declared with attribute warn_unused_result [-Wunused-result]
           {  fscanf(graphFile,"%g %g %g %g\n",
              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                    &(aPoint->x),
                    ~~~~~~~~~~~~~
                    &(aPoint->y),
                    ~~~~~~~~~~~~~
                    &(aPoint->hue),
                    ~~~~~~~~~~~~~~~
                    &(aPoint->shade));
                    ~~~~~~~~~~~~~~~~~
cc viewAlone.o spoonComp.o spoon2D.o -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/viewAlone -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad \
	-Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lXpm  -lSM -lICE -lX11 
rm -f stamp
echo timestamp > stamp
finished .
gmake[3]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph/viewAlone'
echo timestamp > stamp
24 finished
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/graph'
../config/mkinstalldirs /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin
../config/mkinstalldirs /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share
cd hyper && /usr/pkg/bin/gmake
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/hyper'
cp htsearch /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/htsearch
chmod a+x /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/htsearch
sed 's,@TARGET_AWK@,/bin/gawk,' presea.in > /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/presea
chmod a+x /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/presea
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o addfile.o addfile.c
addfile.c: In function 'build_ht_filename':
addfile.c:163:17: warning: ignoring return value of 'getcwd', declared with attribute warn_unused_result [-Wunused-result]
                 getcwd(fname, 256);
                 ^~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o cond.o cond.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o dialog.o dialog.c
In file included from /usr/include/string.h:495,
                 from /home/pbulk/build/math/fricas/work/.buildlink/include/X11/Xos.h:62,
                 from hyper.h:45,
                 from dialog.c:46:
In function 'strncpy',
    inlined from 'move_rest_back.part.0' at dialog.c:642:9:
/usr/include/bits/string_fortified.h:110:10: warning: '__builtin_strncpy' accessing between 0 and 2147483647 bytes at offsets 0 and 1 may overlap up to 2147483646 bytes at offset [2147483646, 1] [-Wrestrict]
   return __builtin___strncpy_chk (__dest, __src, __len,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__dest));
       ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'move_rest_back.part.0' at dialog.c:655:13:
/usr/include/bits/string_fortified.h:110:10: warning: '__builtin_strncpy' accessing between 0 and 2147483646 bytes at offsets 0 and 1 may overlap up to 2147483645 bytes at offset [2147483645, 1] [-Wrestrict]
   return __builtin___strncpy_chk (__dest, __src, __len,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__dest));
       ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'move_sym_forward.constprop' at dialog.c:218:13:
/usr/include/bits/string_fortified.h:110:10: warning: '__builtin_strncpy' accessing 0 or more bytes at offsets 1 and 0 may overlap up to 18446744073709551614 bytes at offset 1 [-Wrestrict]
   return __builtin___strncpy_chk (__dest, __src, __len,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__dest));
       ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'move_back_one_char' at dialog.c:846:17,
    inlined from 'back_over_char' at dialog.c:910:9,
    inlined from 'dialog' at dialog.c:1303:17:
/usr/include/bits/string_fortified.h:110:10: warning: '__builtin_strncpy' accessing between 0 and 2147483644 bytes at offsets 0 and 1 may overlap up to 2147483643 bytes at offset [2147483643, 1] [-Wrestrict]
   return __builtin___strncpy_chk (__dest, __src, __len,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__dest));
       ~~~~~~~~~~~~~~~~~~~~~~~~~
In function 'strncpy',
    inlined from 'move_back_one_char' at dialog.c:837:17,
    inlined from 'back_over_char' at dialog.c:910:9,
    inlined from 'dialog' at dialog.c:1303:17:
/usr/include/bits/string_fortified.h:110:10: warning: '__builtin_strncpy' accessing between 0 and 2147483647 bytes at offsets 0 and 1 may overlap up to 2147483646 bytes at offset [2147483646, 1] [-Wrestrict]
   return __builtin___strncpy_chk (__dest, __src, __len,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__dest));
       ~~~~~~~~~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o display.o display.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o event.o event.c
event.c: In function 'handle_event':
event.c:247:34: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign]
                     for (pBuffer = pSelection; *pBuffer; ++pBuffer)
                                  ^
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o extent1.o extent1.c
extent1.c: In function 'compute_header_extent':
extent1.c:1310:9: warning: variable 'ty' set but not used [-Wunused-but-set-variable]
     int ty; /* UNUSED */
         ^~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o extent2.o extent2.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o form-ext.o form-ext.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o group.o group.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o halloc.o halloc.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o hash.o hash.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o hterror.o hterror.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o htinp.o htinp.c
htinp.c: In function 'send_command':
htinp.c:443:58: warning: '%s' directive writing up to 511 bytes into a region of size 478 [-Wformat-overflow=]
         sprintf(str, "(|parseAndEvalToHypertex| '\")read %s\")", name);
                                                          ^~      ~~~~
In file included from /usr/include/stdio.h:873,
                 from hyper.h:38,
                 from htinp.c:41:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 37 and 548 bytes into a destination of size 512
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__s), __fmt,
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o hyper.o hyper.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o initx.o initx.c
initx.c: In function 'is_it_850':
initx.c:1005:30: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context]
     val = !( strcmp("850",s) * strcmp("ibm-850",s));
            ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o input.o input.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o item.o item.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o keyin.o keyin.c
keyin.c: In function 'handle_key':
keyin.c:125:7: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
       system(buffer);
       ^~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o lex.o lex.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o macro.o macro.c
macro.c: In function 'load_macro':
macro.c:103:9: warning: variable 'ret_val' set but not used [-Wunused-but-set-variable]
     int ret_val;
         ^~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o mem.o mem.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o parse.o parse.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o parse-aux.o parse-aux.c
parse-aux.c: In function 'get_filename':
parse-aux.c:507:16: warning: variable 'seen_white' set but not used [-Wunused-but-set-variable]
     static int seen_white = 0; /*UNUSED */
                ^~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o parse-input.o parse-input.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o parse-paste.o parse-paste.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o parse-types.o parse-types.c
parse-types.c: In function 'parse_condnode':
parse-types.c:160:21: warning: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Wrestrict]
             sprintf(eb, "Unexpected Token %s\n", eb);
                     ^~                           ~~
parse-types.c: In function 'parse_ifcond':
parse-types.c:160:43: warning: '%s' directive writing up to 127 bytes into a region of size 111 [-Wformat-overflow=]
             sprintf(eb, "Unexpected Token %s\n", eb);
                                           ^~     ~~
In file included from /usr/include/stdio.h:873,
                 from hyper.h:38,
                 from parse.h:44,
                 from parse-types.c:45:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 19 and 146 bytes into a destination of size 128
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__s), __fmt,
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o ReadBitmap.o ReadBitmap.c
ReadBitmap.c: In function 'HTReadBitmapFile':
ReadBitmap.c:61:9: warning: variable 'num_chars' set but not used [-Wunused-but-set-variable]
     int num_chars;
         ^~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o scrollbar.o scrollbar.c
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o show-types.o show-types.c
show-types.c: In function 'show_input':
show-types.c:465:11: warning: variable 'inpbuffer' set but not used [-Wunused-but-set-variable]
     char *inpbuffer;
           ^~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o spadint.o spadint.c
spadint.c: In function 'issue_unixcommand':
spadint.c:703:5: warning: ignoring return value of 'system', declared with attribute warn_unused_result [-Wunused-result]
     system(copy);
     ^~~~~~~~~~~~
spadint.c: In function 'send_pile':
spadint.c:124:29: warning: '%s' directive writing up to 511 bytes into a region of size 506 [-Wformat-overflow=]
     sprintf(command, ")read %s\n", name);
                             ^~     ~~~~
In file included from /usr/include/stdio.h:873,
                 from hyper.h:38,
                 from spadint.c:43:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 8 and 519 bytes into a destination of size 512
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__s), __fmt,
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o titlebar.o titlebar.c
cc -g addfile.o cond.o dialog.o display.o event.o extent1.o extent2.o form-ext.o group.o halloc.o hash.o hterror.o htinp.o hyper.o initx.o input.o item.o keyin.o lex.o macro.o mem.o parse.o parse-aux.o parse-input.o parse-paste.o parse-types.o ReadBitmap.o scrollbar.o show-types.o spadint.o titlebar.o -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/hypertex -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -lutil \
	-Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lXpm  -lSM -lICE -lX11  -lm
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o htadd.o htadd.c
htadd.c: In function 'main':
htadd.c:222:33: warning: '%s' directive writing 5 bytes into a region of size between 0 and 2047 [-Wformat-overflow=]
         sprintf(dbfilename, "%s/%s", db_dir, db_file_name);
                                 ^~
In file included from /usr/include/stdio.h:873,
                 from hyper.h:38,
                 from htadd.c:38:
/usr/include/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 7 and 2054 bytes into a destination of size 2048
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __glibc_objsize (__s), __fmt,
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~
cc addfile.o halloc.o hash.o htadd.o hterror.o lex.o -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/htadd -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -lutil -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lXpm  -lSM -lICE -lX11  -lm
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o spadbuf.o spadbuf.c
spadbuf.c: In function 'interp_io':
spadbuf.c:133:17: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
                 write(1, buf, len);
                 ^~~~~~~~~~~~~~~~~~
cc spadbuf.o -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/spadbuf -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -lutil \
	-Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lXpm  -lSM -lICE -lX11  -lm
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o hthits.o hthits.c
hthits.c: In function 'handleFile':
hthits.c:151:5: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
     fgets(htdbLine, MAX_HTDB_LINE, htdbFile);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hthits.c: In function 'handlePage':
hthits.c:280:5: warning: ignoring return value of 'fread', declared with attribute warn_unused_result [-Wunused-result]
     fread(pgBuf, pg->size, 1, infile);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc hthits.o -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/hthits -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lXpm  -lSM -lICE -lX11  -lm
cc -pipe -O2 -I/usr/pkg/include -O2 -Wall -D_GNU_SOURCE -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/include -I/home/pbulk/build/math/fricas/work/fricas-1.3.5/config  \
    -I. -c -o ex2ht.o ex2ht.c
cc ex2ht.o -o /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/ex2ht -L/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/lib -lspad -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -lXpm  -lSM -lICE -lX11  -lm
rm -f stamp
echo timestamp > stamp
finished .
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/hyper'
cd doc && /usr/pkg/bin/gmake
gmake[2]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/doc'
mkdir -p /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share/hypertex/bitmaps
cp -r /home/pbulk/build/math/fricas/work/fricas-1.3.5/src/doc/bitmaps/* /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/share/hypertex/bitmaps
test -d /home/pbulk/build/math/fricas/work/fricas-1.3.5/pre-generated/target/share \
  || /usr/pkg/bin/gmake make-then-copy-to-target
gmake[2]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src/doc'
rm -f stamp
echo timestamp > stamp
finished .
gmake[1]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/src'
cd contrib/emacs && /usr/pkg/bin/gmake
gmake[1]: Entering directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/contrib/emacs'
echo "#!/bin/sh -" > efricas
echo "AXIOMEDITOR='emacsclient +\$line \$name >/dev/null 2>&1'" >> efricas
echo "export AXIOMEDITOR" >> efricas
echo "FRICASCMD='/usr/pkg/lib/fricas/target/x86_64-redhat-linux-gnu/bin/fricas'" >> efricas
echo "export FRICASCMD" >> efricas
echo "if which emacs; then" >> efricas
echo "  emacs --eval '(progn (server-start) (setq load-path (cons (quote \"/usr/pkg/lib/fricas/emacs\") load-path)) (setq auto-mode-alist (cons (quote (\"\\\\.fri\$\" . fricas-mode)) auto-mode-alist)) (require (quote fricas)))' -f fricas \$@;" >> efricas
echo "else " >> efricas
echo "  echo You must have installed emacs to run efricas.;" >> efricas
echo "fi" >> efricas
gmake[1]: Circular gen-cpl.lisp <- gen-cpl.lisp dependency dropped.
echo ')read gen-cpl.lisp' | \
            AXIOM=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu DAASE=/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu \
            FRICAS_INITFILE='' /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/bin/AXIOMsys
Checking for foreign routines
AXIOM="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu"
spad-lib="/home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/lib/libspad.so"
foreign routines found
openServer result -2
                       FriCAS Computer Algebra System 
                            Version: FriCAS 1.3.5
                   Timestamp: Wed Dec 18 12:16:16 GMT 2024
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave FriCAS and return to shell.
-----------------------------------------------------------------------------
 
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/compress.daase..   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/interp.daase..
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/operation.daase..
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/category.daase..
   Using local database /home/pbulk/build/math/fricas/work/fricas-1.3.5/target/x86_64-redhat-linux-gnu/algebra/browse.daase..
(1) -> 
;; Compiling file /home/pbulk/build/math/fricas/work/fricas-1.3.5/contrib/emacs/gen-cpl.lisp ...
;; Wrote file /home/pbulk/build/math/fricas/work/fricas-1.3.5/contrib/emacs/gen-cpl.fas
0 errors, 0 warnings
(1) -> 
cat ./fricas-cpl.hd fricas-cpl.in ./fricas-cpl.tl > fricas-cpl.el
gmake[1]: Leaving directory '/home/pbulk/build/math/fricas/work/fricas-1.3.5/contrib/emacs'