Noticing the recent activity in xemacs-packages, I've been running
daily builds for awhile. As of today, I'm getting the following
failure when I make bindist in dired:
make[2]: Entering directory
`/opt/build/xemacs-packages-2002-02-20/xemacs-packages/dired'
xemacs -no-autoloads -batch -l /opt/build/xemacs-packages-2002-02-20/package-compile.el
-- xemacs-base prog-modes -- -f batch-byte-compile dired.el
Loading /usr/local/xemacs/lib/xemacs-21.4.6/lisp/auto-autoloads...
Loading /opt/build/xemacs-packages-2002-02-20/xemacs-packages/prog-modes/auto-autoloads...
# bind (
stack-trace-on-signal debug-on-signal stack-trace-on-error debug-on-error)
(let ((php-file-patterns-temp php-file-patterns)) (while php-file-patterns-temp
(add-to-list ... ...) (setq php-file-patterns-temp ...)))
# bind (current-load-list)
# (unwind-protect ...)
# bind (load-file-name)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
load-internal("/opt/build/xemacs-packages-2002-02-20/xemacs-packages/prog-modes/auto-autoloads"
nil nil nil nil nil)
# bind (nosuffix nomessage noerror file)
load("/opt/build/xemacs-packages-2002-02-20/xemacs-packages/prog-modes/auto-autoloads")
# bind (etc-dir dir)
(let* ((dir ...) (etc-dir ...)) (when (null dir) (error "%s is not in
`package-directory-map'. See: package-compile.el" dir)) (push dir load-path) (if
(file-directory-p ...) (push ... data-directory-list)) (load (expand-file-name
"auto-autoloads" dir)) (pop depends))
(while depends (let* (... ...) (when ... ...) (push dir load-path) (if ... ...) (load
...) (pop depends)))
# bind (current-load-list)
# (unwind-protect ...)
# bind (load-file-name)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
load-internal("/opt/build/xemacs-packages-2002-02-20/package-compile.el" nil t
nil nil nil)
# bind (nosuffix nomessage noerror file)
load("/opt/build/xemacs-packages-2002-02-20/package-compile.el" nil t)
# bind (file arg)
command-line-do-load("-l")
# bind (dir file-count line end-of-options file-p arg tem)
command-line-1()
# bind (command-line-args-left)
command-line()
# (unwind-protect ...)
normal-top-level()
# (condition-case ... . error)
# (catch top-level
...)
Symbol's value as variable is void: php-file-patterns
xemacs exiting
.
make[2]: *** [dired.elc] Error 255
make[2]: Leaving directory
`/opt/build/xemacs-packages-2002-02-20/xemacs-packages/dired'
make[1]: *** [dired/bindist.target] Error 2
make[1]: Leaving directory `/opt/build/xemacs-packages-2002-02-20/xemacs-packages'
make: *** [xemacs-packages/bindist.target] Error 2
Ville, I notice you made some changes to php autoloads, could this be
related?
I always build with a non-mule XEmacs, in case that's relevant.
- vin