Build failure with 21.5.31 on sparc
Raymond Toy
toy.raymond at gmail.com
Thu May 5 16:05:48 EDT 2011
I just tried building xemacs on sparc using gcc 4.5.2. Everything
actually compiles ok, but while dumping, I get the following:
Dumping under the name xemacs
./xemacs -no-packages -batch -no-autoloads -l update-elc-2.el -f batch-update-elc-2 /net/gondor/Volumes/share2/src/xemacs/hg/xemacs-21.5/src/../lisp
Loading autoload...
Loading bytecomp...
Loading cl-macs...
# bind (stack-trace-on-signal debug-on-signal stack-trace-on-error debug-on-error)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
(load-internal "[internal]")
load-internal("cl-macs" nil t nil binary)
# bind (handler path nosuffix nomessage noerror filename)
load("cl-macs" nil t)
cl-hack-byte-compiler()
run-hooks(cl-hack-byte-compiler)
byte-code("..." [make-obsolete elisp-compile-defun compile-defun byte-compile-report-call-tree display-call-tree provide byte-compile bytecomp boundp byte-code-meter byte-compile-report-ops #<compiled-function (from "/net/gondor/Volumes/share2/src/xemacs/hg/xemacs-21.5/build-sol10/lisp/bytecomp.elc") nil "...(105)" [byte-code-meter byte-constant n i off op "*Meter*" 0 nil 256 logand 7 248 format "%-4d" symbol-name " [" int-to-string "]" 40 "\n" byte-nth byte-code-vector] 6 0xc4d> run-hooks bytecomp-load-hook] 3)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
(load-internal "[internal]")
load-internal("bytecomp" nil nil nil binary)
# bind (handler path nosuffix nomessage noerror filename)
load("bytecomp")
# bind (dir)
(let ((dir (car command-line-args-left))) (load "autoload") (load "bytecomp") (load "byte-optimize") (when (file-exists-p (expand-file-name "REBUILD_AUTOLOADS" invocation-directory)) (update-autoload-files dir "auto" nil t) (byte-recompile-file (expand-file-name "auto-autoloads.el" dir) 0) (when (featurep (quote mule)) (let ((muledir (expand-file-name "../lisp/mule" (file-truename dir)))) (update-autoload-files muledir "mule" nil t) (byte-recompile-file (expand-file-name "auto-autoloads.el" dir) 0)))) (when (featurep (quote modules)) (let* ((moddir (expand-file-name "../modules" (file-truename dir))) (autofile (expand-file-name "auto-autoloads.el" moddir))) (update-autoload-files (delete (concat (file-name-as-directory moddir) ".") (delete (concat (file-name-as-directory moddir) "..") (directory-files moddir t nil nil 0))) "modules" autofile) (byte-recompile-file autofile 0))) (load (expand-file-name "auto-autoloads" lisp-directory)) (when (featurep (quote mule)) (load (expand-file-name "mule/auto-autoloads" lisp-directory))) (message "Removing old or spurious .elcs in directory tree `%s'..." dir) (do-update-elc-2 dir nil nil) (message "Removing old or spurious .elcs in directory tree `%s'...done" dir) (message "Recompiling updated .els in directory tree `%s'..." dir) (do-update-elc-2 dir t nil) (message "Recompiling updated .els in directory tree `%s'...done" dir) (load "cus-dep") (Custom-make-dependencies dir) (byte-recompile-file (expand-file-name "custom-load.el" dir) 0) (when (featurep (quote mule)) (Custom-make-dependencies (expand-file-name "mule" dir)) (byte-recompile-file (expand-file-name "mule/custom-load.el" dir) 0) (byte-recompile-file (expand-file-name "version.el" dir) 0)))
batch-update-elc-2()
# 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()
# bind (error-data)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
xemacs exiting.
Invalid read syntax: Integer constant overflow in reader, "1073741824", 10gmake[2]: *** [update-elc-2] Error 255
With the same sources, the build is fine on linux and OSX. The
installation file is appended below.
Ray
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: Installation
Url: http://lists.xemacs.org/pipermail/xemacs-beta/attachments/20110505/34497bc8/attachment.pl
More information about the XEmacs-Beta
mailing list