Steven Elliot Harris <seh(a)panix.com> writes:
I'll try finding where I can tell XEmacs to look elsewhere for
this
file.
I added /usr/include/noX to the site include path and got a lot
farther -- all the way to this crash:
Loading site-load...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
.data and .bss reversed
found bss - keeping 30a5d0 of 30b800 bytes
found data - keeping 85d0 of 2bba00 bytes
writing file header
writing optional header
new data size is 5c7200, >= 5c7200
writing text header (unchanged)
writing .data header
writing following data header
copying executable up to data section ... 2788f8 bytes
dumping .data section... 85d0 bytes
padding .data ... 800 bytes
dumping .bss into executable... 30a5d0 bytes
padding .bss ... a30 bytes
dumping following data section... 2000 bytes
writing rest of file
make[2]: Leaving directory `/mnt/c/Documents and Settings/sharr/My
Documents/temp/xemacs-cvs/xemacs-HEAD/src'
./xemacs -no-packages -batch -no-autoloads -l update-elc-2.el -f batch-update-elc-2
/home/sharr/temp/xemacs-cvs/xemacs-HEAD/src/../lisp
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
[Bug report admonishment...]
Lisp backtrace follows:
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
# (unwind-protect ...)
string-match("\\(^\\(RCS\\|CVS\\|SCCS\\)$\\)\\|\\(^\\(etc\\|info\\|man\\|lisp\\|lib-src\\|bin\\|pkginfo\\)$\\)"
"etc")
# bind (raw-entries reverse-dirs directory path exclude-regexp max-depth directories)
paths-find-recursive-path(("/home/sharr/.xemacs/site-packages/") 1
"\\(^\\(RCS\\|CVS\\|SCCS\\)$\\)\\|\\(^\\(etc\\|info\\|man\\|lisp\\|lib-src\\|bin\\|pkginfo\\)$\\)")
# bind (directories)
packages-find-packages-in-directories(("/home/sharr/.xemacs/site-packages/"))
# bind (name roots)
packages-find-packages-by-name(("/mnt/c/Documents and Settings/sharr/My
Documents/temp/xemacs-cvs/xemacs-HEAD/" "/home/sharr/usr/local/")
"~/.xemacs/site-packages")
# bind (thunk a-time name)
#<compiled-function (name a-time thunk) "...(18)" [name roots thunk a-time
time packages packages-find-packages-by-name] 4>("~/.xemacs/site-packages"
early #<compiled-function nil "...(2)" [t] 1>)
apply(#<compiled-function (name a-time thunk) "...(18)" [name roots thunk
a-time time packages packages-find-packages-by-name] 4>
("~/.xemacs/site-packages" early #<compiled-function nil "...(2)"
[t] 1>))
# bind (consumer list)
packages-deconstruct(("~/.xemacs/site-packages" early #<compiled-function
nil "...(2)" [t] 1>) #<compiled-function (name a-time thunk)
"...(18)" [name roots thunk a-time time packages packages-find-packages-by-name]
4>)
# bind (packages default time package-locations roots)
packages-find-packages-at-time(("/mnt/c/Documents and Settings/sharr/My
Documents/temp/xemacs-cvs/xemacs-HEAD/" "/home/sharr/usr/local/")
(("~/.xemacs/site-packages" early #<compiled-function nil "...(2)"
[t] 1>) ("~/.xemacs/infodock-packages" early #<compiled-function nil
"...(4)" [featurep infodock] 2>) ("~/.xemacs/mule-packages" early
#<compiled-function nil "...(4)" [featurep mule] 2>)
("~/.xemacs/xemacs-packages" early #<compiled-function nil "...(2)"
[t] 1>) ("site-packages" late #<compiled-function nil "...(2)"
[t] 1>) ("infodock-packages" late #<compiled-function nil
"...(4)" [featurep infodock] 2>) ("mule-packages" late
#<compiled-function nil "...(4)" [featurep mule] 2>)
("xemacs-packages" late #<compiled-function nil "...(2)" [t]
1>)) early nil)
# bind (configure-last-packages configure-late-packages configure-early-packages)
#<compiled-function (configure-early-packages configure-late-packages
configure-last-packages) "...(20)" [configure-last-packages
configure-late-packages configure-early-packages package-locations roots
packages-find-packages-at-time early late last] 7>(nil nil nil)
apply(#<compiled-function (configure-early-packages configure-late-packages
configure-last-packages) "...(20)" [configure-last-packages
configure-late-packages configure-early-packages package-locations roots
packages-find-packages-at-time early late last] 7> (nil nil nil))
# bind (consumer list)
packages-deconstruct((nil nil nil) #<compiled-function (configure-early-packages
configure-late-packages configure-last-packages) "...(20)"
[configure-last-packages configure-late-packages configure-early-packages
package-locations roots packages-find-packages-at-time early late last] 7>)
# bind (envvar-value package-locations roots)
packages-find-packages(("/mnt/c/Documents and Settings/sharr/My
Documents/temp/xemacs-cvs/xemacs-HEAD/" "/home/sharr/usr/local/")
(("~/.xemacs/site-packages" early #<compiled-function nil "...(2)"
[t] 1>) ("~/.xemacs/infodock-packages" early #<compiled-function nil
"...(4)" [featurep infodock] 2>) ("~/.xemacs/mule-packages" early
#<compiled-function nil "...(4)" [featurep mule] 2>)
("~/.xemacs/xemacs-packages" early #<compiled-function nil "...(2)"
[t] 1>) ("site-packages" late #<compiled-function nil "...(2)"
[t] 1>) ("infodock-packages" late #<compiled-function nil
"...(4)" [featurep infodock] 2>) ("mule-packages" late
#<compiled-function nil "...(4)" [featurep mule] 2>)
("xemacs-packages" late #<compiled-function nil "...(2)" [t]
1>)))
# bind (earlyp latep lastp earlyp-lp latep-lp lastp-lp set-global-package-paths
inhibit-packages)
startup-find-load-path((early late last) t)
# bind (called-early inhibit-packages)
startup-setup-paths(t nil)
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
Signal 11
make[1]: *** [update-elc-2] Error 139
make[1]: Leaving directory `/mnt/c/Documents and Settings/sharr/My
Documents/temp/xemacs-cvs/xemacs-HEAD/src'
make: *** [src] Error 2
I'll prepare the requested bug report.
--
Steven E. Harris