=> Bootstrap dependency digest>=20211023: found digest-20220214 WARNING: [license.mk] Every package should define a LICENSE. ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for elib-1.0nb8 emacs -batch -l elib-compile-all.el -f compile-elib sed s,ELIB_PATH,\"/usr/local/share/emacs/site-lisp/elib\", < startup-template.el > elib-startup.el /tmp/devel/elib/work/.tools/bin/makeinfo elib.texi elib.texi:648: warning: @strong{Note...} produces a spurious cross-reference in Info; reword to avoid that. Byte-compiling stack-f.el... Byte-compiling stack-m.el... In stack-create: stack-m.el:52:11: Warning: ``(cons 'STACK nil)' is a malformed function In stack-p: stack-m.el:57:20: Warning: ``(eq (car-safe (,stack)) 'STACK)' is a malformed function In stack-push: stack-m.el:62:29: Warning: ``(setcdr (,stack) (cons (,element) (cdr (,stack))))' is a malformed function In stack-pop: stack-m.el:68:22: Warning: ``(prog1 (car-safe (cdr (,stack))) (setcdr (,stack) (cdr-safe (cdr (,stack)))))' is a malformed function In stack-empty: stack-m.el:76:24: Warning: ``(null (cdr (,stack)))' is a malformed function In stack-top: stack-m.el:81:22: Warning: ``(car-safe (cdr (,stack)))' is a malformed function In stack-nth: stack-m.el:86:28: Warning: ``(nth (,n) (cdr (,stack)))' is a malformed function In stack-all: stack-m.el:95:22: Warning: ``(cdr (,stack))' is a malformed function In stack-copy: stack-m.el:101:23: Warning: ``(cons 'STACK (copy-sequence (cdr (,stack))))' is a malformed function In stack-length: stack-m.el:107:25: Warning: ``(length (cdr (,stack)))' is a malformed function In stack-clear: stack-m.el:112:24: Warning: ``(setcdr (,stack) nil)' is a malformed function Byte-compiling queue-f.el... Byte-compiling queue-m.el... In queue-create: queue-m.el:55:11: Warning: ``(cons 'QUEUE (cons nil nil))' is a malformed function In queue-p: queue-m.el:60:20: Warning: ``(eq (car-safe (,queue)) 'QUEUE)' is a malformed function In queue-empty: queue-m.el:92:24: Warning: ``(null (car (cdr (,queue))))' is a malformed function In queue-first: queue-m.el:97:24: Warning: ``(car-safe (car (cdr (,queue))))' is a malformed function In queue-nth: queue-m.el:103:28: Warning: ``(nth (,n) (car (cdr (,queue))))' is a malformed function In queue-last: queue-m.el:112:23: Warning: ``(car-safe (cdr (cdr (,queue))))' is a malformed function In queue-all: queue-m.el:117:22: Warning: ``(car (cdr (,queue)))' is a malformed function In queue-length: queue-m.el:132:25: Warning: ``(length (car (cdr (,queue))))' is a malformed function In queue-clear: queue-m.el:137:24: Warning: ``(setcdr (,queue) (cons nil nil))' is a malformed function Byte-compiling elib-node.el... In elib-node-create: elib-node.el:49:40: Warning: ``(vector (,left) (,right) (,data))' is a malformed function In elib-node-left: elib-node.el:55:27: Warning: ``(aref (,node) 0)' is a malformed function In elib-node-right: elib-node.el:61:28: Warning: ``(aref (,node) 1)' is a malformed function In elib-node-data: elib-node.el:67:27: Warning: ``(aref (,node) 2)' is a malformed function In elib-node-set-left: elib-node.el:73:36: Warning: ``(aset (,node) 0 (,newleft))' is a malformed function In elib-node-set-right: elib-node.el:79:37: Warning: ``(aset (,node) 1 (,newright))' is a malformed function In elib-node-set-data: elib-node.el:85:36: Warning: ``(aset (,node) 2 (,newdata))' is a malformed function In elib-node-branch: elib-node.el:91:34: Warning: ``(aref (,node) (,branch))' is a malformed function In elib-node-set-branch: elib-node.el:100:45: Warning: ``(aset (,node) (,branch) (,newval))' is a malformed function Byte-compiling dll.el... In toplevel form: dll.el:52:1: Error: Invalid function: `(aref (,node) 0) Byte-compiling dll-debug.el... In dll-insert-after: dll-debug.el:74:34: Warning: ``(let (((,node-v) (,node)) ((,element-v) (,element))) (setcdr (,node-v) (cons (,element-v) (cdr (,node-v)))))' is a malformed function In dll-element: dll-debug.el:84:28: Warning: ``(car (,node))' is a malformed function dll-debug.el:108:1: Error: Invalid function: `(let (((,node-v) (,node)) ((,element-v) (,element))) (setcdr (,node-v) (cons (,element-v) (cdr (,node-v))))) Byte-compiling bintree.el... In elib-bintree-root: bintree.el:64:30: Warning: ``(elib-node-left (car (cdr (,tree))))' is a malformed function In elib-bintree-dummyroot: bintree.el:70:35: Warning: ``(car (cdr (,tree)))' is a malformed function In elib-bintree-cmpfun: bintree.el:76:32: Warning: ``(cdr (cdr (,tree)))' is a malformed function bintree.el:83:1: Error: Invalid function: `(aref (,node) 0) Byte-compiling avltree.el... In elib-avl-node-create: avltree.el:69:49: Warning: ``(vector (,left) (,right) (,data) (,balance))' is a malformed function In elib-avl-node-balance: avltree.el:75:34: Warning: ``(aref (,node) 3)' is a malformed function In elib-avl-node-set-balance: avltree.el:81:43: Warning: ``(aset (,node) 3 (,newbal))' is a malformed function In elib-avl-root: avltree.el:96:26: Warning: ``(elib-node-left (car (cdr (,tree))))' is a malformed function In elib-avl-dummyroot: avltree.el:102:31: Warning: ``(car (cdr (,tree)))' is a malformed function In elib-avl-cmpfun: avltree.el:109:28: Warning: ``(cdr (cdr (,tree)))' is a malformed function avltree.el:119:1: Error: Invalid function: `(aref (,node) (,branch)) Byte-compiling cookie.el... Eager macro-expansion failure: (invalid-function `(aref (,node) 0)) Eager macro-expansion failure: (invalid-function `(aset (,node) 0 (,newleft))) Eager macro-expansion failure: (invalid-function `(vector (,left) (,right) (,data))) Eager macro-expansion failure: (invalid-function `(vector (,left) (,right) (,data))) Eager macro-expansion failure: (invalid-function `(vector (,left) (,right) (,data))) Eager macro-expansion failure: (invalid-function `(aref (,node) 1)) Eager macro-expansion failure: (invalid-function `(aref (,node) 0)) Eager macro-expansion failure: (invalid-function `(aset (,node) 1 (,newright))) Eager macro-expansion failure: (invalid-function `(aref (,node) 1)) Eager macro-expansion failure: (invalid-function `(aref (,node) 0)) Eager macro-expansion failure: (invalid-function `(aref (,node) 1)) Eager macro-expansion failure: (invalid-function `(aref (,node) 0)) Eager macro-expansion failure: (invalid-function `(aref (,node) (,branch))) Eager macro-expansion failure: (invalid-function `(aref (,node) 0)) Eager macro-expansion failure: (invalid-function `(aref (,node) 1)) Eager macro-expansion failure: (invalid-function `(elib-node-data (,node))) Eager macro-expansion failure: (invalid-function `(aref (,node) 0)) Eager macro-expansion failure: (invalid-function `(aset (,node) 0 (,newleft))) Eager macro-expansion failure: (invalid-function `(aref (,node) 1)) Eager macro-expansion failure: (invalid-function `(aref (,node) 0)) Eager macro-expansion failure: (invalid-function `(elib-node-data (,node))) Eager macro-expansion failure: (invalid-function `(aref (,node) 1)) In elib-set-buffer-bind-dll: cookie.el:134:54: Warning: ``(let* (((,old-buffer) (current-buffer)) ((,hnd) (,collection)) (dll (elib-collection->dll (,hnd)))) (set-buffer (elib-collection->buffer (,hnd))) (unwind-protect (progn (,@forms)) (set-buffer (,old-buffer))))' is a malformed function In elib-set-buffer-bind-dll-let*: cookie.el:153:67: Warning: ``(let* (((,old-buffer) (current-buffer)) ((,hnd) (,collection)) (dll (elib-collection->dll (,hnd))) (,@varlist)) (set-buffer (elib-collection->buffer (,hnd))) (unwind-protect (progn (,@forms)) (set-buffer (,old-buffer))))' is a malformed function In elib-filter-hf: cookie.el:173:38: Warning: ``(let (((,tempvar) (,tin)) ((,tmpcoll) (,collection))) (if (or (eq (,tempvar) (elib-collection->header (,tmpcoll))) (eq (,tempvar) (elib-collection->footer (,tmpcoll)))) nil (,tempvar)))' is a malformed function cookie.el:344:1: Error: Invalid function: `(elib-node-data (,node)) Byte-compiling string.el... In elib-string-expand-newtext: string.el:104:22: Warning: reference to free variable `newtext' string.el:122:51: Warning: reference to free variable `string' Byte-compiling read.el... In read-number: read.el:39:8: Warning: function read-number used to take 1-3 arguments, now takes 0-2 In end of data: read.el:64:28: Warning: the function `string-to-int' is not known to be defined.