Mark Diekhans wrote:
looks like the spurious &optional on vmpc-none-true-yet is the problem, just delete it should get you by this; === modified file 'lisp/vm-pcrisis.el' --- lisp/vm-pcrisis.el 2016-10-29 23:36:16 +0000 +++ lisp/vm-pcrisis.el 2018-06-04 04:58:57 +0000 @@ -1246,7 +1246,7 @@ ;; Functions for vmpc-conditions: ;; --------------------------------------------------------------------(defun vmpc-none-true-yet (&optional &rest exceptions) +(defun vmpc-none-true-yet (&rest exceptions) "True if none of the previous evaluated conditions was true. This is a condition that can appear in `vmpc-conditions'. If EXCEPTIONS are specified, it means none were true except those. For example, if you wanted
I applied the patch and now get: huff@> gmake clean gmake[1]: Entering directory '/data/vm-8.2.0b/lisp' /bin/rm -f version.txt *.elc vm-autoloads.el auto-autoloads.el custom-load.el gmake[1]: Leaving directory '/data/vm-8.2.0b/lisp' gmake[1]: Entering directory '/data/vm-8.2.0b/info' /bin/rm -f version.texinfo *.info *.info-[0-9] gmake[1]: Leaving directory '/data/vm-8.2.0b/info' gmake[1]: Entering directory '/data/vm-8.2.0b/src' /bin/rm -f base64-decode base64-encode qp-decode qp-encode gmake[1]: Leaving directory '/data/vm-8.2.0b/src' gmake[1]: Entering directory '/data/vm-8.2.0b/pixmaps' /bin/rm -f *~ gmake[1]: Leaving directory '/data/vm-8.2.0b/pixmaps' huff@> gmake gmake[1]: Entering directory '/data/vm-8.2.0b/lisp' /bin/rm -f vm-autoloads.el echo > vm-autoloads.el (build_dir="`pwd`"; cd "."; \ "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -l autoload \ -f vm-built-autoloads "/data/vm-8.2.0b/lisp/vm-autoloads.el" "`pwd`") Building autoloads file "/data/vm-8.2.0b/lisp/vm-autoloads.el" in directory "/data/vm-8.2.0b/lisp". Loading autoload... ls does not support --dired; see `dired-use-ls-dired' for more details. echo "(custom-add-load 'vm 'vm-cus-load)" | tr -d '\015' >> vm-autoloads.el echo "(setq vm-configure-datadir \"/usr/local/share/vm\")" | tr -d '\015' >> vm-autoloads.el echo "(setq vm-configure-pixmapdir \"/usr/local/share/vm/pixmaps\")" | tr -d '\015' >> vm-autoloads.el echo "(setq vm-configure-docdir \"\")" | tr -d '\015' >> vm-autoloads.el echo "(setq vm-configure-infodir \"\")" | tr -d '\015' >> vm-autoloads.el echo "(require 'vm-vars)" | tr -d '\015' >> vm-autoloads.el echo "(provide 'vm-autoloads)" | tr -d '\015' >> vm-autoloads.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-autoloads.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f vm-custom-make-dependencies . Loading cus-dep... Scanning . for custom Generating vm-cus-load.el... Generating vm-cus-load.el...done "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-cus-load.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm.el In vm-compose-mail: vm.el:1246:20:Warning: `mail-yank-hooks' is an obsolete variable (as of 19.34); use `mail-citation-hook' instead. In end of data: vm.el:1530:1:Warning: the following functions might not be defined at runtime: vm-pop-find-name-for-spec, vm-pop-find-cache-file-for-spec, vm-imap-parse-spec-to-list, vm-imap-account-name-for-spec, vm-imap-make-filename-for-spec, vm-read-folder, vm-check-for-killed-summary, vm-check-for-killed-presentation, vm-fsfemacs-nonmule-display-8bit-chars, vm-mode-internal, vm-register-folder-garbage, vm-read-index-file-maybe, vm-assimilate-new-messages, vm-gobble-visible-header-variables, vm-gobble-bookmark, vm-gobble-pop-retrieved, vm-gobble-imap-retrieved, vm-gobble-summary, vm-gobble-labels, vm-imap-recorded-uid-validity, vm-start-itimers-if-needed, vm-display, vm-emit-totals-blurb, vm-store-folder-totals, vm-thoughtfully-select-message, vm-update-summary-and-mode-line, vm-toolbar-install-or-uninstall-toolbar, vm-menu-install-visited-folders-menu, vm-should-generate-summary, vm-summarize, vm-present-current-message, vm-inform, vm-get-spooled-mail, vm-display-startup-message, vm-goto-new-frame, vm-set-hooks-for-frame-deletion, vm-check-for-killed-folder, vm-read-file-name, vm-read-string, vm-pop-find-spec-for-name, vm-read-imap-folder-name, vm-find, vm-error-if-folder-empty, vm-folder-name, vm-build-virtual-message-list, vm-menu-install-menus, vm-menu-mode-menu, vm-sort-messages, vm-record-and-change-message-pointer, vm-goto-new-folder-frame-maybe, vm-select-recipient-from-sender, vm-mail-internal, vm-generate-new-multibyte-buffer, vm-folders-summary-mode-internal, vm-make-folders-summary-associative-hashes, vm-do-folders-summary, vm-make-folders-summary-key, vm-mark-for-folders-summary-update, vm-goto-new-folders-summary-frame-maybe, vm-continue-composing-message, vm-truncate-roman-string, vm-mail-yank-default, vm-mapcar, vm-maildrop-sans-personal-info, vm-maildrop-alist-sans-personal-info, vm-count-messages-in-file, vm-load-window-configurations, vm-mouse-install-mouse, vm-menu-initialize-vm-mode-menu-map, vm-mail-send-and-exit "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-autoload.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-avirtual.el Could not load feature bbdb. Related functions may not work correctly! Could not load feature bbdb-autoloads. Related functions may not work correctly! Could not load feature bbdb-com. Related functions may not work correctly! "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-biff.el In end of data: vm-biff.el:524:1:Warning: the following functions might not be defined at runtime: vm-get-buffer-window, vm-select-frame-set-input-focus, vm-check-for-killed-summary, vm-check-for-killed-presentation, vm-error-if-folder-empty, vm-tokenized-summary-insert, vm-summary-sprintf, vm-summary-highlight-region "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-crypto.el In end of data: vm-crypto.el:231:1:Warning: the following functions might not be defined at runtime: vm-make-work-buffer, vm-make-multibyte-work-buffer, vm-process-kill-without-query, vm-make-tempfile, vm-error-free-call, vm-register-global-garbage-files "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-delete.el In end of data: vm-delete.el:582:1:Warning: the following functions might not be defined at runtime: vm-follow-summary-cursor, vm-check-for-killed-summary, vm-check-for-killed-presentation, vm-error-if-folder-empty, vm-select-operable-messages, vm-set-deleted-flag, vm-thread-count, vm-expand-thread, vm-thread-root, vm-display, vm-inform, vm-update-summary-and-mode-line, vm-next-message, vm-set-flagged-flag, vm-so-sortable-subject, vm-build-threads, vm-thread-subtree, vm-thread-symbol, vm-su-message-id, vm-md5-region, vm-unthread-message-and-mirrors, vm-unregister-fetched-message, vm-set-numbering-redo-start-point, vm-set-summary-redo-start-point, vm-set-deleted-flag-of, vm-mark-folder-modified-p, vm-garbage-collect-message, vm-present-current-message, vm-clear-expunge-invalidated-undos, vm-sort-messages, vm-check-thread-integrity "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-digest.el In end of data: vm-digest.el:848:1:Warning: the following functions might not be defined at runtime: vm-decode-mime-message-headers, vm-reorder-message-headers, vm-insert-region-from-buffer, vm-match-header, vm-matched-header-end, vm-mime-make-multipart-boundary, vm-mime-find-digests-in-layout, vm-mm-layout, vm-summary-sprintf, vm-make-work-buffer, vm-mime-types-match, vm-mm-layout-type, vm-leading-message-separator, vm-mime-insert-mime-body, vm-munge-message-separators, vm-trailing-message-separator, vm-mm-layout-parts, vm-find-leading-message-separator, vm-skip-past-leading-message-separator, vm-convert-folder-type-headers, vm-find-trailing-message-separator, vm-skip-past-trailing-message-separator, vm-restore-buffer-modified-p, vm-follow-summary-cursor, vm-check-for-killed-summary, vm-check-for-killed-presentation, vm-error-if-folder-empty, vm-select-operable-messages, vm-retrieve-operable-messages, vm-inform, vm-clear-modification-flag-undos, vm-mark-folder-modified-p, vm-delete-message, vm-assimilate-new-messages, vm-update-summary-and-mode-line, vm-emit-totals-blurb, vm-display, vm-thoughtfully-select-message, vm-present-current-message, vm-goto-new-folder-frame-maybe, vm-should-generate-summary, vm-summarize, vm-mime-layout-contains-type, vm-matched-header-contents "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-edit.el In end of data: vm-edit.el:332:1:Warning: the following functions might not be defined at runtime: vm-follow-summary-cursor, vm-check-for-killed-summary, vm-check-for-killed-presentation, vm-error-if-folder-empty, vm-update-summary-and-mode-line, vm-retrieve-operable-messages, vm-su-full-name, vm-su-subject, vm-inform, vm-get-buffer-window, vm-goto-new-frame, vm-set-hooks-for-frame-deletion, vm-warp-mouse-to-frame-maybe, vm-display, vm-select-operable-messages, vm-garbage-collect-message, vm-unthread-message-and-mirrors, vm-build-threads, vm-check-thread-integrity, vm-present-current-message, vm-mark-for-summary-update, vm-sort-messages, vm-munge-message-separators, vm-match-header, vm-matched-header-start, vm-matched-header-end, vm-get-visible-buffer-window "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-folder.el In end of data: vm-folder.el:5420:1:Warning: the following functions might not be defined at runtime: vm-warn, vm-copy-local-variables, vm-su-labels, vm-force-mode-line-update, vm-check-for-killed-summary, vm-toolbar-update-toolbar, vm-build-threads, vm-do-needed-summary-rebuild, vm-update-message-summary, vm-inform, vm-do-needed-folders-summary-update, vm-get-file-buffer, vm-make-work-buffer, vm-abs, vm-get-header-contents, vm-set-unread-flag-of, vm-set-replied-flag-of, vm-set-flagged-flag-of, vm-set-deleted-flag-of, vm-set-folded-flag-of, vm-set-watched-flag-of, vm-set-forwarded-flag-of, vm-set-new-flag-of, vm-set-ignored-flag-of, vm-set-read-receipt-flag-of, vm-set-read-receipt-sent-flag-of, vm-set-attachments-flag-of, vm-set-new-flag-in-vector, vm-extend-vector, vm-set-unread-flag, vm-set-filed-flag-of, vm-set-redistributed-flag-of, vm-imap-set-default-attributes, vm-pop-set-default-attributes, vm-check-for-killed-presentation, vm-error-if-folder-empty, vm-vector-to-list, vm-parse, vm-record-and-change-message-pointer, vm-su-summary, vm-set-deleted-flag-in-vector, vm-sort-messages, vm-time-difference, vm-sort-compare-physical-order, vm-error-free-call, vm-set-new-flag, vm-follow-summary-cursor, vm-display, vm-bury-buffer, vm-iconify-frame, vm-expunge-folder, vm-virtual-quit, vm-pop-end-session, vm-imap-end-session, vm-mark-for-folders-summary-update, vm-delete-auto-save-file-if-necessary, vm-thoughtfully-select-message, vm-present-current-message, vm-store-folder-totals, vm-virtual-save-folder, vm-pop-synchronize-folder, vm-imap-synchronize-folder, vm-clear-modification-flag-undos, vm-pop-find-name-for-buffer, vm-imap-find-spec-for-buffer, vm-find-file-name-handler, vm-display-buffer, vm-pop-folder-check-mail, vm-imap-folder-check-mail, vm-imap-account-name-for-spec, vm-pop-find-name-for-spec, vm-mapcar, vm-virtual-get-new-mail, vm-last, vm-modify-folder-totals, vm-run-hook-on-message, vm-build-virtual-message-list, vm-marked-messages, vm-check-count, vm-move-message-pointer, vm-thread-root-p, vm-thread-subtree, vm-menu-mode-menu, vm-make-local-hook, vm-menu-install-menus, vm-delqual, vm-read-string, vm-add-write-file-hook, vm-add-find-file-hook, vm-mime-parse-entity-safe, vm-set-body-to-be-retrieved-flag, vm-set-body-to-be-discarded-flag "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-grepmail.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-imap.el In end of data: vm-imap.el:4627:1:Warning: the following functions might not be defined at runtime: vm-inform, vm-warn, vm-find-file-name-handler, vm-safe-imapdrop-string, vm-imapdrop-sans-password, vm-stuff-imap-retrieved, vm-mark-folder-modified-p, vm-parse, vm-store-folder-totals, vm-follow-summary-cursor, vm-check-for-killed-summary, vm-check-for-killed-presentation, vm-error-if-folder-empty, vm-display, vm-update-summary-and-mode-line, vm-find, vm-imapdrop-sans-personal-info, vm-make-work-buffer, vm-tear-down-stunnel-random-data, vm-setup-stunnel-random-data-if-needed, vm-stunnel-configuration-args, vm-setup-ssh-tunnel, vm-process-kill-without-query, vm-delete, vm-mime-base64-decode-string, vm-md5-string, vm-xor-string, vm-md5-raw-string, vm-mime-base64-encode-string, vm-keep-some-buffers, vm-display-buffer, vm-reorder-message-headers, vm-munge-message-separators, vm-convert-folder-header, vm-skip-past-folder-header, vm-leading-message-separator, vm-convert-folder-type-headers, vm-trailing-message-separator, vm-make-multibyte-work-buffer, vm-set-replied-flag, vm-set-deleted-flag, vm-set-flagged-flag, vm-set-unread-flag, vm-set-new-flag, vm-set-forwarded-flag, vm-set-redistributed-flag, vm-set-filed-flag, vm-set-written-flag, vm-mark-for-summary-update, vm-assimilate-new-messages, vm-expunge-folder, vm-add-or-delete-message-labels, vm-run-hook-on-message, vm-last, vm-imapdrop-sans-password-and-mailbox, vm-mail-get-header-contents, vm-mail-mode-remove-header "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-license.el In end of data: vm-license.el:62:1:Warning: the function `vm-display' might not be defined at runtime. "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-macro.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-mark.el In end of data: vm-mark.el:477:1:Warning: the following functions might not be defined at runtime: vm-inform, vm-mark-for-summary-update, vm-display, vm-update-summary-and-mode-line, vm-follow-summary-cursor, vm-abs, vm-move-message-pointer, vm-select-operable-messages, vm-read-virtual-selector, vm-thread-subtree, vm-thread-symbol, vm-so-sortable-subject, vm-su-from, vm-string-equal-ignore-case, vm-copy, vm-build-virtual-message-list "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-menu.el In end of data: vm-menu.el:1773:1:Warning: the following functions might not be defined at runtime: vm-mm-layout-type, vm-mime-can-convert, vm-mm-layout-parts, vm-check-for-killed-summary, vm-check-for-killed-presentation, vm-delete-duplicates, vm-inform "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-message.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-message-history.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-mime.el In end of data: vm-mime.el:8305:1:Warning: the following functions might not be defined at runtime: vm-emit-mime-decoding-message, vm-match-header, vm-matched-header-contents, vm-get-header-contents, vm-menu-mode-menu, vm-set-hooks-for-frame-deletion, vm-toolbar-install-or-uninstall-toolbar, vm-menu-install-menus, vm-reset-buffer-modified-p, vm-register-message-garbage, vm-follow-summary-cursor, vm-present-current-message, vm-expose-hidden-headers, vm-show-current-message, vm-energize-urls, vm-highlight-headers-maybe, vm-energize-headers-and-xfaces, vm-update-summary-and-mode-line, vm-display, vm-energize-urls-in-message-region, vm-register-message-garbage-files, vm-summary-sprintf, vm-mime-burst-layout, vm-goto-new-folder-frame-maybe, vm-goto-new-summary-frame-maybe, vm-summarize, vm-reorder-message-headers, vm-register-folder-garbage, vm-mail-internal, vm-mail-send, vm-run-command-on-region, vm-munge-message-separators, vm-leading-message-separator, vm-trailing-message-separator, vm-register-folder-garbage-files, vm-select-operable-messages, vm-retrieve-operable-messages, vm-discard-cached-data, vm-read-file-name, vm-quit-no-change, vm-read-folder-name, vm-mime-encapsulate-messages, vm-mail-mode-get-header-contents, vm-matched-header-start, vm-matched-header-end, vm-mark-for-summary-update, vm-mail-mode-show-headers, vm-su-subject "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-minibuf.el In end of data: vm-minibuf.el:378:1:Warning: the following functions might not be defined at runtime: vm-delete-non-matching-strings, vm-get-buffer-window, vm-mouse-set-mouse-track-highlight, vm-mouse-read-string, vm-mouse-read-file-name "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-misc.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-motion.el In end of data: vm-motion.el:579:1:Warning: the following functions might not be defined at runtime: vm-garbage-collect-message, vm-follow-folders-summary-cursor, vm-read-number, vm-display, vm-present-current-message, vm-expand-thread, vm-thread-root, vm-thread-list, vm-inform, vm-message-position, vm-abs, vm-last, vm-thread-indentation, vm-thread-root-p, vm-thread-count, vm-collapse-thread "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-mouse.el In end of data: vm-mouse.el:692:1:Warning: the following functions might not be defined at runtime: vm-follow-summary-cursor, vm-follow-folders-summary-cursor, vm-menu-popup-mode-menu, vm-menu-popup-context-menu, vm-extent-at, vm-inform, vm-warn, vm-error-free-call, vm-make-tempfile-name, vm-make-work-buffer, vm-goto-new-frame, vm-keyboard-read-file-name, vm-set-region-face, vm-delete-backup-file-names, vm-delete-auto-save-file-names, vm-delete-index-file-names, vm-delete, vm-show-list, vm-maybe-delete-windows-or-frames-on, vm-keyboard-read-string "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-page.el In end of data: vm-page.el:1200:1:Warning: the following functions might not be defined at runtime: vm-follow-summary-cursor, vm-get-visible-buffer-window, vm-frame-totally-visible-p, vm-display, vm-next-message, vm-display-startup-message, vm-inform, vm-su-from, vm-summary-sprintf, vm-match-header, vm-matched-header-contents-start, vm-matched-header-contents-end, vm-matched-header-end, vm-mouse-send-url-at-position, vm-matched-header-contents, vm-make-work-buffer, vm-retrieve-real-message-body, vm-run-hook-on-message, vm-mm-layout, vm-mime-parse-entity-safe, vm-mime-layouts-equal, vm-replace-buffer-in-windows, vm-unbury-buffer, vm-decode-mime-message-headers, vm-set-mm-layout-display-error, vm-warn, vm-update-summary-and-mode-line, vm-folder-buffer-value, vm-fill-paragraphs-containing-long-lines, vm-set-new-flag, vm-set-unread-flag, vm-abs, vm-extent-at "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-pcrisis.el (file-missing "Cannot open load file" "No such file or directory" "bbdb") Could not load bbdb.el. Related functions may not work correctly! In toplevel form: vm-pcrisis.el:86:1:Warning: defcustom for `vmpc-conditions' fails to specify type vm-pcrisis.el:86:1:Warning: defcustom for `vmpc-conditions' fails to specify type vm-pcrisis.el:228:35:Warning: make-face called with 2 arguments, but accepts only 1 vm-pcrisis.el:235:31:Warning: make-face called with 2 arguments, but accepts only 1 In end of data: vm-pcrisis.el:1589:1:Warning: the following functions are not known to be defined: bbdb-with-db-buffer, bbdb-get-field, bbdb-record-net, bbdb-save-db, bbdb-search, bbdb-create-internal, bbdb-record-putprop "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-pgg.el In toplevel form: vm-pgg.el:90:1:Warning: Package pgg-def is obsolete! vm-pgg.el:90:1:Warning: Package pgg-parse is obsolete! vm-pgg.el:90:1:Warning: Package pgg is obsolete! vm-pgg.el:528:1:Warning: defcustom for `vm-pgg-cleartext-search-limit' fails to specify type vm-pgg.el:528:1:Warning: defcustom for `vm-pgg-cleartext-search-limit' fails to specify type "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-pine.el In end of data: vm-pine.el:1116:1:Warning: the following functions might not be defined at runtime: vm-get-header-contents, vm-decode-mime-encoded-words-in-string, vm-follow-summary-cursor, vm-show-current-message, vm-mail-internal, vm-make-local-hook, vm-mime-plain-message-p, vm-reorder-message-headers, vm-decode-mime-encoded-words, vm-mime-convert-to-attachment-buttons, vm-reply, vm-add-reply-subject-prefix, vm-set-deleted-flag, vm-update-summary-and-mode-line, vm-expunge-folder, vm-save-folder, vm-quit, vm-read-file-name, vm-mail-mode-show-headers, vm-mail-mode-get-header-contents, vm-mime-encode-composition, vm-mail-mode-remove-header, vm-get-file-buffer, vm-write-string, vm-leading-message-separator, vm-trailing-message-separator, vm-clear-modification-flag-undos, vm-check-for-killed-summary, vm-assimilate-new-messages, vm-get-folder-type, vm-display, vm-find-composition-buffer, vm-check-for-killed-folder, vm-continue-composing-message, vm-mail-get-header-contents, vm-abbreviate-file-name, vm-match-data "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-pop.el In end of data: vm-pop.el:1297:1:Warning: the following functions might not be defined at runtime: vm-find-file-name-handler, vm-safe-popdrop-string, vm-popdrop-sans-password, vm-warn, vm-stuff-pop-retrieved, vm-parse, vm-inform, vm-store-folder-totals, vm-follow-summary-cursor, vm-tear-down-stunnel-random-data, vm-make-work-buffer, vm-setup-stunnel-random-data-if-needed, vm-stunnel-configuration-args, vm-setup-ssh-tunnel, vm-process-kill-without-query, vm-delete, vm-keep-some-buffers, vm-display-buffer, vm-reorder-message-headers, vm-get-folder-type, vm-munge-message-separators, vm-convert-folder-header, vm-skip-past-folder-header, vm-leading-message-separator, vm-convert-folder-type-headers, vm-trailing-message-separator, vm-assimilate-new-messages, vm-update-summary-and-mode-line, vm-expunge-folder, vm-get-file-buffer, vm-last, vm-md5-string "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-ps-print.el In end of data: vm-ps-print.el:450:1:Warning: the following functions might not be defined at runtime: vm-decode-mime-encoded-words-in-string, vm-su-mark, vm-thread-indentation, vm-follow-summary-cursor, vm-select-operable-messages, vm-retrieve-operable-messages, vm-tokenized-summary-insert, vm-summary-sprintf, vm-insert-region-from-buffer, vm-reorder-message-headers, vm-decode-mime-encoded-words, vm-mime-plain-message-p, vm-decode-mime-layout, vm-mm-layout, vm-energize-urls, vm-highlight-headers, ps-print-preprint "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-reply.el In vm-yank-message: vm-reply.el:474:14:Warning: `mail-yank-hooks' is an obsolete variable (as of 19.34); use `mail-citation-hook' instead. In end of data: vm-reply.el:2165:1:Warning: the following functions might not be defined at runtime: vm-summary-sprintf, vm-fill-paragraphs-containing-long-lines, vm-select-operable-messages, vm-retrieve-operable-messages, vm-get-header-contents, vm-grok-From_-author, vm-parse-addresses, vm-delete-duplicates, vm-parse, vm-su-full-name, vm-reorder-message-headers, vm-get-file-buffer, vm-bury-buffer, vm-summarize, vm-display, vm-mm-layout, vm-mime-plain-message-p, vm-decode-mime-encoded-words, vm-insert-region-from-buffer, vm-present-current-message, vm-show-current-message, vm-decode-mime-message-headers, vm-decode-mime-layout, vm-mime-convert-to-attachment-buttons, vm-mm-layout-type, vm-mime-text-type-layout-p, vm-mime-types-match, vm-mime-display-internal-text/plain, vm-mime-display-internal-text/enriched, vm-mime-display-internal-message/rfc822, vm-mm-layout-is-converted, vm-mime-can-convert, vm-mime-convert-undisplayable-layout, vm-mime-insert-mime-body, vm-mime-transfer-decode-region, vm-mime-composite-type-p, vm-mm-layout-parts, vm-check-for-killed-folder, vm-keep-some-buffers, vm-match-header, vm-matched-header-end, vm-matched-header-contents-start, vm-matched-header-contents-end, vm-make-message-id, vm-matched-header-contents, vm-mime-encode-composition, vm-mime-fragment-composition, vm-get-file-line-ending-coding-system, vm-matched-header-start, vm-set-replied-flag, vm-update-summary-and-mode-line, vm-set-forwarded-flag, vm-set-redistributed-flag, vm-follow-summary-cursor, vm-su-subject, vm-make-work-buffer, vm-no-frills-encapsulate-message, vm-mime-encapsulate-messages, vm-determine-proper-content-transfer-encoding, vm-rfc934-encapsulate-messages, vm-rfc1153-encapsulate-messages, vm-attach-object, vm-mime-layout-contains-type, vm-su-from, vm-find, vm-inform, vm-find-composition-buffer, vm-unbury-buffer, vm-get-buffer-window, vm-goto-new-frame, vm-warp-mouse-to-frame-maybe, vm-set-hooks-for-frame-deletion, vm-check-for-killed-summary, vm-url-decode-string, vm-replace-in-string, vm-make-local-hook, vm-decode-mime-encoded-words-in-string, vm-menu-mode-menu, vm-menu-install-mail-mode-menu, vm-warn, vm-remove-mail-mode-header-separator, vm-munge-message-separators, vm-leading-message-separator, vm-trailing-message-separator, vm-goto-new-folder-frame-maybe, vm-mime-default-type-from-filename, vm-attach-file "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-dired.el In end of data: vm-dired.el:128:1:Warning: the following functions might not be defined at runtime: vm-find-composition-buffer, vm-mime-default-type-from-filename, vm-attach-file "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-rfaddons.el WARNING: Could not load feature bbdb. WARNING: Related functions may not work correctly! WARNING: Could not load feature bbdb-vm. WARNING: Related functions may not work correctly! In vm-attach-files-in-directory: vm-rfaddons.el:891:4:Warning: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'. vm-rfaddons.el:1503:1:Warning: defcustom for `vm-mail-mode-open-line-regexp' fails to specify type vm-rfaddons.el:1503:1:Warning: defcustom for `vm-mail-mode-open-line-regexp' fails to specify type vm-rfaddons.el:1831:1:Warning: defcustom for `vm-delete-message-action' fails to specify type vm-rfaddons.el:1831:1:Warning: defcustom for `vm-delete-message-action' fails to specify type In end of data: vm-rfaddons.el:1948:1:Warning: the following functions might not be defined at runtime: vm-follow-summary-cursor, vm-followup-include-text, vm-reply-include-text, vm-do-reply, vm-edit-message, vm-edit-message-end, vm-next-message, vm-display, vm-select-operable-messages, vm-mark-for-summary-update, vm-update-summary-and-mode-line, vm-set-deleted-flag, vm-mail-mode-get-header-contents, vm-get-header-contents, vm-reply, vm-mail-mode-remove-header, vm-mail-send-and-exit, vm-read-file-name, vm-mime-default-type-from-filename, vm-mime-types-match, vm-determine-proper-charset, vm-attach-file, vm-reencode-mime-encoded-words-in-string, vm-su-full-name, vm-summary-sprintf, vm-su-year, vm-su-month-number, vm-su-monthday, vm-su-hour, vm-su-subject, vm-replace-in-string, vm-check-for-killed-folder, vm-save-all-attachments, vm-discard-cached-data, vm-present-current-message, vm-mm-layout, vm-mm-layout-type, vm-mm-layout-parts, vm-mime-composite-type-p, vm-mime-get-parameter, widget-toggle-action, vm-mime-make-multipart-boundary, vm-mime-qp-decode-region, vm-mime-action-on-all-attachments, vm-set-labels, vm-expunge-folder, vm-quit, vm-make-local-hook, vm-save-folder, vm-get-new-mail, vm-read-string, vm-mime-run-display-function-at-point, vm-delete-mime-object, vm-continue-postponed-message, vm-postpone-message, vm-decode-mime-message "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-save.el In end of data: vm-save.el:1031:1:Warning: the following functions might not be defined at runtime: vm-get-header-contents, vm-match-data, vm-update-summary-and-mode-line, vm-select-operable-messages, vm-inform, vm-last, vm-get-file-buffer, vm-error-if-folder-empty, vm-read-imap-folder-name, vm-read-file-name, vm-imap-folder-for-spec, vm-safe-imapdrop-string, vm-follow-summary-cursor, vm-display, vm-retrieve-operable-messages, vm-get-file-line-ending-coding-system, vm-new-folder-line-ending-coding-system, vm-get-folder-type, vm-write-string, vm-folder-header, vm-stuff-message-data, vm-leading-message-separator, vm-su-byte-count, vm-trailing-message-separator, vm-clear-modification-flag-undos, vm-set-filed-flag, vm-modify-folder-totals, vm-check-for-killed-summary, vm-assimilate-new-messages, vm-present-current-message, vm-delete-message, vm-set-written-flag, vm-warn, vm-make-tempfile-name, vm-mm-layout, vm-make-work-buffer, vm-insert-region-from-buffer, vm-decode-mime-encoded-words, vm-decode-mime-layout, vm-error-free-call, vm-imap-parse-spec-to-list, vm-imap-end-session, vm-re-establish-folder-imap-session, vm-imap-copy-message, vm-imap-make-session, vm-imap-save-message, vm-run-hook-on-message-with-args, vm-set-deleted-flag "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-search.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-serial.el In vm-serial-send-mail: vm-serial.el:789:20:Warning: `flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'. In end of data: vm-serial.el:911:1:Warning: the following functions might not be defined at runtime: vm-decode-mime-encoded-words-in-string, vm-make-local-hook vm-serial.el:911:1:Warning: the function `read-expression' is not known to be defined. "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-sort.el In end of data: vm-sort.el:819:1:Warning: the following functions might not be defined at runtime: vm-follow-summary-cursor, vm-display, vm-abs, vm-move-message-pointer, vm-last, vm-mark-folder-modified-p, vm-clear-modification-flag-undos, vm-copy-local-variables, vm-mark-for-summary-update, vm-mapc, vm-present-current-message, vm-update-summary-and-mode-line, vm-timezone-make-date-sortable, vm-get-header-contents, vm-grok-From_-date, vm-su-subject, vm-collapse-whitespace, vm-read-string, vm-error-if-folder-empty, vm-parse, vm-build-thread-lists, vm-inform, vm-has-message-order, vm-remove-message-order, vm-reverse-link-messages, vm-thread-root-sym, vm-thread-list, vm-thread-symbol, vm-su-from, vm-su-full-name, vm-su-to, vm-su-line-count, vm-su-byte-count, vm-su-spam-score "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-startup.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-summary.el In end of data: vm-summary.el:2234:1:Warning: the following functions might not be defined at runtime: vm-thread-count, vm-thread-root-p, vm-menu-mode-menu, vm-menu-install-menus, vm-set-hooks-for-frame-deletion, vm-generate-new-multibyte-buffer, vm-fsfemacs-nonmule-display-8bit-chars, vm-set-summary-redo-start-point, vm-goto-new-summary-frame-maybe, vm-display, vm-toolbar-install-or-uninstall-toolbar, vm-update-summary-and-mode-line, vm-goto-new-frame, vm-mouse-set-mouse-track-highlight, vm-summary-faces-add, vm-inform, vm-thread-root, vm-follow-summary-cursor, vm-mark-for-summary-update, vm-thread-subtree, vm-thread-symbol, vm-copy-local-variables, vm-reset-buffer-modified-p, vm-get-visible-buffer-window, vm-decode-mime-encoded-words-in-string, vm-abs, vm-thread-indentation, vm-reencode-mime-encoded-words-in-string, vm-match-header, vm-matched-header-contents, vm-mime-operate-on-attachments, vm-parse-date, vm-warn, vm-parse-addresses, vm-parse, vm-md5-string, vm-check-thread-integrity, vm-pop-find-name-for-spec, vm-safe-popdrop-string, vm-safe-imapdrop-string, vm-delete-backup-file-names, vm-delete-auto-save-file-names, vm-delete-index-file-names, vm-delete-directory-names, vm-count-messages-in-file, vm-nonneg-string, vm-check-for-killed-summary, vm-compute-spool-files, vm-get-file-buffer vm-summary.el:2234:1:Warning: the following functions are not known to be defined: vm-imap-folder-for-spec, open-database, get-database, close-database, put-database "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-summary-faces.el In end of data: vm-summary-faces.el:181:1:Warning: the following functions might not be defined at runtime: vm-extent-at, vm-inform "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-thread.el In end of data: vm-thread.el:1492:1:Warning: the following functions might not be defined at runtime: vm-su-message-id, vm-so-sortable-subject, vm-so-sortable-datestring, vm-update-summary-and-mode-line, vm-set-summary-redo-start-point, vm-sort-messages, vm-follow-summary-cursor, vm-abs, vm-inform, vm-mark-for-summary-update, vm-get-header-contents, vm-parse, vm-last-elem, vm-warn "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-toolbar.el In end of data: vm-toolbar.el:729:1:Warning: the following functions might not be defined at runtime: vm-check-for-killed-folder, vm-inform, vm-copy-local-variables, vm-warn, vm-created-this-frame-p "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-undo.el In end of data: vm-undo.el:689:1:Warning: the following functions might not be defined at runtime: vm-menu-set-menubar-dirty-flag, vm-inform, vm-record-and-change-message-pointer, vm-present-current-message, vm-display, vm-update-summary-and-mode-line, vm-follow-summary-cursor, vm-read-string, vm-parse, vm-select-operable-messages, vm-obarray-to-string-list, vm-delqual, vm-delete-duplicates, vm-mark-folder-modified-p, vm-mark-for-summary-update, vm-stuff-virtual-message-data "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-user.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-vars.el In vm-load-init-file: vm-vars.el:7349:40:Warning: `interactive-p' is an obsolete function (as of 23.2); use `called-interactively-p' instead. vm-vars.el:7351:54:Warning: `interactive-p' is an obsolete function (as of 23.2); use `called-interactively-p' instead. vm-vars.el:7351:54:Warning: `interactive-p' is an obsolete function (as of 23.2); use `called-interactively-p' instead. "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-vcard.el In end of data: vm-vcard.el:92:1:Warning: the following functions might not be defined at runtime: vm-mm-layout-body-start, vm-mm-layout-body-end, vm-mime-transfer-decode-region echo "\"8.2.0b\"" > version.txt "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-version.el In vm-version: vm-version.el:43:10:Warning: `interactive-p' is an obsolete function (as of 23.2); use `called-interactively-p' instead. "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-virtual.el In end of data: vm-virtual.el:1161:1:Warning: the following functions might not be defined at runtime: vm-last, vm-delete-backup-file-names, vm-delete-auto-save-file-names, vm-delete-directory-file-names, vm-su-message-id, vm-set-summary-redo-start-point, vm-set-numbering-redo-start-point, vm-menu-install-known-virtual-folders-menu, vm-copy, vm-follow-summary-cursor, vm-so-sortable-subject, vm-su-from, vm-mark-for-summary-update, vm-update-summary-and-mode-line, vm-inform, vm-display, vm-thread-root, vm-thread-subtree, vm-find, vm-for-all, vm-su-full-name, vm-su-to, vm-su-to-names, vm-su-subject, vm-so-sortable-datestring, vm-timezone-make-date-sortable, vm-get-header-contents, vm-su-byte-count, vm-su-line-count, vm-read-string, vm-read-number, vm-obarray-to-string-list, vm-delete, vm-record-and-change-message-pointer, vm-message-position, vm-quit, vm-warn, vm-unthread-message-and-mirrors, vm-garbage-collect-message, vm-clear-virtual-quit-invalidated-undos, vm-reverse-link-messages, vm-present-current-message, vm-save-folder, vm-unmark-folder-modified-p, vm-clear-modification-flag-undos, vm-get-new-mail, vm-emit-totals-blurb "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-window.el In end of data: vm-window.el:718:1:Warning: the following functions might not be defined at runtime: vm-get-buffer-window, vm-get-visible-buffer-window, vm-copy, vm-find-composition-buffer, vm-check-for-killed-presentation, vm-check-for-killed-summary, tapestry-replace-tapestry-element, set-tapestry, tapestry, tapestry-nullify-tapestry-elements, vm-inform, vm-error-free-call "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-w3m.el WARNING: Could not load feature w3m. WARNING: Related functions may not work correctly! In end of data: vm-w3m.el:167:1:Warning: the following functions might not be defined at runtime: vm-mime-cid-retrieve, vm-mm-layout-type, vm-mime-transfer-decode-region "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vm-w3.el WARNING: Could not load feature w3. WARNING: Related functions may not work correctly! In end of data: vm-w3.el:76:1:Warning: the following functions might not be defined at runtime: vm-mime-cid-retrieve, vm-mm-layout-type, vm-mm-layout-encoding, vm-mm-layout-message "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile vcard.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile tapestry.el "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f batch-byte-compile u-vm-color.el In u-vm-color-summary-mode: u-vm-color.el:624:37:Warning: `font-lock-fontify-buffer' is for interactive use only; use `font-lock-ensure' or `font-lock-flush' instead. In end of data: u-vm-color.el:759:1:Warning: the function `vm-restore-buffer-modified-p' might not be defined at runtime. gmake[1]: Leaving directory '/data/vm-8.2.0b/lisp' gmake[1]: Entering directory '/data/vm-8.2.0b/info' echo @set VERSION 8.2.0b > version.texinfo makeinfo vm.texinfo -o vm.info vm.texinfo:917: warning: @end should only appear at the beginning of a line vm.texinfo:2817: warning: superfluous arguments for node vm.texinfo:1210: @ref reference to nonexistent node `maildrop specification' vm.texinfo:2871: raising the section level of @unnumberedsubsubsec which is too low vm.texinfo:3428: raising the section level of @unnumberedsubsec which is too low vm.texinfo:5177: raising the section level of @unnumberedsubsec which is too low vm.texinfo:6024: raising the section level of @unnumberedsubsubsec which is too low vm.texinfo:6072: raising the section level of @unnumberedsubsubsec which is too low vm.texinfo:6182: raising the section level of @unnumberedsubsec which is too low vm.texinfo:6548: raising the section level of @unnumberedsubsubsec which is too low gmake[1]: *** [<builtin>: vm.info] Error 1 gmake[1]: Leaving directory '/data/vm-8.2.0b/info' gmake: *** [Makefile:37: all] Error 1 Respectfully, Robert Huff
