Using a non-mule 21.4 XEmacs, I cannot build the latest ecb package
from CVS. Here's what happens on a 'make bindist':
Compiling /opt/build/xemacs-packages-2003-02-13/xemacs-packages/ecb/ecb-tod.el...
While compiling toplevel forms in file
/opt/build/xemacs-packages-2003-02-13/xemacs-packages/ecb/ecb-tod.el:
!! End of file or stream ((#<buffer " *Compiler Input*">))
backtrace(nil t)
# bind (error-info)
byte-compile-report-error((end-of-file #<buffer " *Compiler Input*">))
# bind (error-info)
#<compiled-function (error-info) "...(4)" [error-info
byte-compile-report-error] 2>((end-of-file #<buffer " *Compiler
Input*">))
read(#<buffer " *Compiler Input*">)
# (unwind-protect ...)
#<compiled-function nil "...(43)" [byte-compile-unresolved-functions
byte-compile-inbuffer 1 " \n" nil looking-at ";" byte-compile-file-form read byte-compile-flush-pending
byte-compile-warn-about-unresolved-functions] 3>()
# (unwind-protect ...)
call-with-condition-handler(#<compiled-function (error-info) "...(4)"
[error-info byte-compile-report-error] 2> #<compiled-function nil
"...(43)" [byte-compile-unresolved-functions byte-compile-inbuffer 1 " \n" nil looking-at ";" byte-compile-file-form read byte-compile-flush-pending
byte-compile-warn-about-unresolved-functions] 3>)
# (unwind-protect ...)
# bind (byte-compile-warnings-beginning byte-compile-point-max-prev
byte-compile-log-buffer byte-compile-macro-environment byte-compile-function-environment
byte-compile-autoload-environment byte-compile-unresolved-functions
byte-compile-bound-variables byte-compile-free-references byte-compile-free-assignments
byte-compile-verbose byte-optimize byte-compile-emacs19-compatibility byte-compile-dynamic
byte-compile-dynamic-docstrings byte-compile-warnings byte-compile-file-domain
byte-compile-outbuffer float-output-format case-fold-search print-length print-level
byte-compile-constants byte-compile-variables byte-compile-tag-number byte-compile-depth
byte-compile-maxdepth byte-compile-output eval filename byte-compile-inbuffer)
byte-compile-from-buffer(#<buffer " *Compiler Input*">
"/opt/build/xemacs-packages-2003-02-13/xemacs-packages/ecb/ecb-tod.el")
# bind (byte-compile-current-file target-file input-buffer output-buffer
byte-compile-dest-file load filename)
byte-compile-file("ecb-tod.el")
byte-code("..." [file byte-compile-file t] 2)
# (condition-case ... . ((error (byte-code
"ÂÃ!Â!ÂÄ!ÅÆ!«Æ Ç\"ªÂ @ÈN® @!ÉÊ A\"ÂË!Ç" ... 3))))
# bind (file)
batch-byte-compile-1("ecb-tod.el")
# bind (error file-to-process)
batch-byte-compile-one-file()
# bind (error)
batch-byte-compile()
# bind (arg)
command-line-do-funcall("-f")
# bind (dir file-count line end-of-options file-p arg tem)
command-line-1()
# bind (command-line-args-left)
command-line()
# (condition-case ... . ((t (byte-code " Â" ... 1))))
# bind (error-data)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
>Error occurred processing ecb-tod.el:
End of file or
stream: #<buffer " *Compiler Input*">
Done
make: *** [ecb-tod.elc] Error 1
When I run with a mule-enabled XEmacs, I can run make bindist
successfully.
- Vin