=> 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 gnuserv-3.12.7nb5 --- gnuserv-compat.elc --- --- gnuserv.elc --- --- devices.elc --- --- gnuserv.o --- --- gnuserv-compat.elc --- emacs --no-site-file -batch --eval "(add-to-list 'load-path \".\")" -f batch-byte-compile gnuserv-compat.el --- gnuserv.elc --- emacs --no-site-file -batch --eval "(add-to-list 'load-path \".\")" -l gnuserv-compat -f batch-byte-compile gnuserv.el --- devices.elc --- emacs -batch -f batch-byte-compile devices.el --- gnuserv.o --- gcc -c -I. -I. -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include -O2 -I/usr/pkg/include -I/usr/X11R7/include gnuserv.c --- gnuserv.elc --- Package cl is deprecated devices.el: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2) Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2) --- devices.elc --- In toplevel form: devices.el:34:1: Warning: Package cl is deprecated --- gnuserv-compat.elc --- In toplevel form: gnuserv-compat.el:52:1: Warning: Package cl is deprecated --- gnuclient.o --- --- devices.elc --- devices.el:258:32: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. --- gnuclient.o --- gcc -c -I. -I. -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include -O2 -I/usr/pkg/include -I/usr/X11R7/include gnuclient.c --- devices.elc --- devices.el:316:31: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el:234:8: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el:240:8: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el:246:8: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el:252:8: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. devices.el:258:8: Warning: `case' is an obsolete alias (as of 27.1); use `cl-case' instead. --- gnuserv-compat.elc --- gnuserv-compat.el:67:35: Warning: `pushnew' is an obsolete alias (as of 27.1); use `cl-pushnew' instead. --- devices.elc --- In end of data: devices.el:334:15: Warning: the function `device-type-list' is not known to be defined. devices.el:324:4: Warning: the function `device-or-frame-type' is not known to be defined. devices.el:308:16: Warning: the function `device-class-list' is not known to be defined. devices.el:255:10: Warning: the function `ns-display-planes' is not known to be defined. devices.el:249:10: Warning: the function `ns-display-mm-height' is not known to be defined. devices.el:243:10: Warning: the function `ns-display-mm-width' is not known to be defined. devices.el:237:10: Warning: the function `ns-display-pixel-height' is not known to be defined. devices.el:231:10: Warning: the function `ns-display-pixel-width' is not known to be defined. devices.el:225:10: Warning: the function `ns-display-color-cells' is not known to be defined. devices.el:219:34: Warning: the function `device-frame-list' is not known to be defined. devices.el:198:19: Warning: the function `device-connection' is not known to be defined. devices.el:189:8: Warning: the function `device-list' is not known to be defined. --- gnuserv-compat.elc --- gnuserv-compat.el:195:46: Warning: ``(defvar (,var) (,value) (,doc))' is a malformed function --- devices.elc --- devices.el:141:22: Warning: the function `dfw-device' is not known to be defined. --- gnuserv-compat.elc --- gnuserv-compat.el:197:44: Warning: ``(make-face (,var))' is a malformed function --- devices.elc --- devices.el:116:4: Warning: the function `make-device' is not known to be defined. --- gnuserv-compat.elc --- Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2) Eager macro-expansion failure: (wrong-number-of-arguments (3 . 4) 2) gnuserv-compat.el:203:1: Error: Wrong number of arguments: (3 . 4), 2 --- gnuserv.elc --- Debugger entered--Lisp error: (wrong-number-of-arguments (3 . 4) 2) #f(compiled-function (obsolete-name current-name when &optional docstring) "Make OBSOLETE-NAME a variable alias for CURRENT-NAME and mark it obsolete.\n\nWHEN should be a string indicating when the variable was first\nmade obsolete, for example a date or a release number.\n\nThis macro evaluates all its parameters, and both OBSOLETE-NAME\nand CURRENT-NAME should be symbols, so a typical usage would look like:\n\n (define-obsolete-variable-alias 'foo-thing 'bar-thing \"28.1\")\n\nThis macro uses `defvaralias' and `make-obsolete-variable' (which see).\nSee the Info node `(elisp)Variable Aliases' for more details.\n\nIf CURRENT-NAME is a defcustom or a defvar (more generally, any variable\nwhere OBSOLETE-NAME may be set, e.g. in an init file, before the\nalias is defined), then the define-obsolete-variable-alias\nstatement should be evaluated before the defcustom, if user\ncustomizations are to be respected. The simplest way to achieve\nthis is to place the alias statement before the defcustom (this\nis not necessary for aliases that are autoloaded, or in files\ndumped with Emacs). This is so that any user customizations are\napplied before the defcustom tries to initialize the\nvariable (this is due to the way `defvaralias' works).\n\nFor the benefit of Customize, if OBSOLETE-NAME has\nany of the following properties, they are copied to\nCURRENT-NAME, if it does not already have them:\n`saved-value', `saved-variable-comment'." #)('server-frame 'gnuserv-frame) (define-obsolete-variable-alias 'server-frame 'gnuserv-frame) eval-buffer(# nil "/tmp/editors/gnuserv/work/gnuserv-3.12.7/gnuserv.e..." nil t) ; Reading at buffer position 4313 load-with-code-conversion("/tmp/editors/gnuserv/work/gnuserv-3.12.7/gnuserv.e..." "/tmp/editors/gnuserv/work/gnuserv-3.12.7/gnuserv.e..." nil t) require(gnuserv) eval-buffer(# nil "/tmp/editors/gnuserv/work/gnuserv-3.12.7/gnuserv-c..." nil t) ; Reading at buffer position 7119 load-with-code-conversion("/tmp/editors/gnuserv/work/gnuserv-3.12.7/gnuserv-c..." "/tmp/editors/gnuserv/work/gnuserv-3.12.7/gnuserv-c..." nil t) load("gnuserv-compat" nil t) command-line-1(("--eval" "(add-to-list 'load-path \".\")" "-l" "gnuserv-compat" "-f" "batch-byte-compile" "gnuserv.el")) command-line() normal-top-level() --- getopt.o --- --- gnuserv-compat.elc --- *** [gnuserv-compat.elc] Error code 1 make: stopped in /tmp/editors/gnuserv/work/gnuserv-3.12.7 --- gnuserv.elc --- *** [gnuserv.elc] Error code 255 make: stopped in /tmp/editors/gnuserv/work/gnuserv-3.12.7 --- getopt.o --- gcc -c -I. -I. -DHAVE_CONFIG_H -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include -O2 -I/usr/pkg/include -I/usr/X11R7/include getopt.c 2 errors make: stopped in /tmp/editors/gnuserv/work/gnuserv-3.12.7 *** Error code 2 Stop. make[1]: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/editors/gnuserv *** Error code 1 Stop. make: stopped in /amd/pkgsrc/CHROOT/P/pkgsrc/editors/gnuserv