efs package version: 1.29
ftp client: ftp-0.17-6 from the distribution
efs is set up to work through gateway (`efs-gateway-host' is set). It
may loop infinitely when trying to visit (through RET in dired buffer)
a remote file. The file gets downloaded infinite number of times, and
never gets visited.
Installation:
uname -a: Linux host 2.2.19-7.1.asp #1 Tue Oct 23 10:14:04 EDT 2001 i686 unknown
../xemacs-21.4/configure '--cflags=-g -O99 -Wall -Wno-switch -Wpointer-arith -Winline -Wmissing-…
[View More]prototypes -Wshadow' '--with-gpm=no' '--with-sound=native' '--with-pop' '--mail-locking=lockf' '--with-clash-detection' '--debug' '--error-checking=all' '--with-mule=yes' '--with-database=no' '--with-ldap=yes' '--with-hesiod=no' '--with-menubars=lucid' '--with-scrollbars=lucid' '--with-dialogs=lucid' '--with-xim=xlib' '--with-canna=no' '--with-wnn=no' '--with-wnn6=no' '--with-msw=no' '--with-xfs=yes'
XEmacs 21.4.6 "Common Lisp" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /home/gin/xemacs-21.4
Installation prefix: /home/gin
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O99 -Wall -Wno-switch -Wpointer-arith -Winline -Wmissing-prototypes -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11/include
- X Windows libraries location: /usr/X11/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Using Motif native widgets.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: pgsql/libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
- Using XFontSet to provide bilingual menubar.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "lockf" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Compiling in support for extra debugging code.
WARNING: ---------------------------------------------------------
WARNING: Compiling in support for runtime error checking.
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------
[View Less]
[moved to xemacs-beta]
On Mon, 2002-11-04 at 20:45, Martin Stjernholm wrote:
> > Allrighty, here's the packages part of the "move auto-mode-alist and
> > interpreter-mode-alist associations from core to packages" for
> > applicable modes.
[...]
> Marcelo Matus has noted a problem with this approach when a package is
> loaded where the entry isn't equal to any already on auto-mode-alist
> (can e.g. happen when another version of the package than the one
> …
[View More]distributed with XEmacs is installed): add-to-list will then add the
> entry, and it will do that to the beginning of auto-mode-alist which
> causes it to override any user settings that has been made before the
> package is loaded.
True.
> A fix for this would be to append the new entries to the end of
> auto-mode-alist instead, e.g:
>
> ;;;###autoload
> (add-to-list 'auto-mode-alist '("\\.m\\'" . objc-mode) t)
>
> This will work with Emacs 21 and XEmacs in the cvs since add-to-list
> has gotten the third APPEND argument there. To make it work with older
> (X)Emacsen, the package maintainer can add something like this:
[...]
Yep, you're right, the APPEND argument would be better, unfortunately it
cannot be used in XEmacs packages at the moment because of the backwards
compatibility stuff you already mentioned. And I wouldn't like to see
too big workarounds for this in every package.
Your suggestion would be a good candidate to the (yet unstarted)
forward-compat package. Or we could try to make sure these *-mode-alist
associations are only used for generating package autoloads, and not
evaluated when loading the file. I don't know how to do that, though.
Ideas?
--
\/ille Skyttä
scop at xemacs.org
[View Less]
>>>>> "vin" == Vin Shelton <acs(a)xemacs.org> writes:
>> XEmacs Build Report generated by emacs-version 21.4 (patch 10)
>> "Military Intelligence" XEmacs Lucid
vin> uname -a: Linux zion.rcn.com 2.4.19-16mdkacs #8 SMP Mon Oct
vin> 28 22:49:11 EST 2002 i686 unknown unknown GNU/Linux
What version of glibc are you running?
--
Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp
University of Tsukuba …
[View More] Tennodai 1-1-1 Tsukuba 305-8573 JAPAN
Ask not how you can "do" free software business;
ask what your business can "do for" free software.
[View Less]
This bug report will be sent to the XEmacs Development Team,
not to your local site managers!!
Please write in English, because the XEmacs maintainers do not have
translators to read other languages for them.
Please describe as succinctly as possible:
- What happened.
- What you thought should have happened.
- Precisely what you were doing at the time.
Please also include any C or lisp back-traces that you may have.
================================================================
Dear …
[View More]Bug Team!
Using the xemacs supplied with RedHat 7.3. Displayed on Sun with
X-tunneling over SSH.
Regards,
mark rages
markrages(a)mlug.missouri.edu
backtrace:
[comm@laplace xemacs-21.1.14]$ gdb xemacs
GNU gdb Red Hat Linux (5.1.90CVS-5)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux"...(no debugging symbols
found)...
(gdb) run
Starting program: /usr/bin/xemacs-21.4.6
Warning: Missing charsets in String to FontSet conversion
Warning: Cannot convert string
"-*-helvetica-bold-r-*-*-*-120-*-*-*-*-iso8859-*" to
type FontSet
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
Warning: Missing charsets in String to FontSet conversion
Warning: Unable to load any usable fontset
(no debugging symbols found)...(no debugging symbols found)...
Program received signal SIGSEGV, Segmentation fault.
0x401dddbd in XFontsOfFontSet () from /usr/X11R6/lib/libX11.so.6
(gdb) bt
#0 0x401dddbd in XFontsOfFontSet () from /usr/X11R6/lib/libX11.so.6
#1 0x081abd6c in extract_font_extents ()
#2 0x081abe27 in XlwMenuInitialize ()
#3 0x4014f947 in XtInitializeWidgetClass () from
/usr/X11R6/lib/libXt.so.6
#4 0x4014fe51 in XtInitializeWidgetClass () from
/usr/X11R6/lib/libXt.so.6
#5 0x40150329 in _XtCreateWidget () from /usr/X11R6/lib/libXt.so.6
#6 0x401503ad in XtCreateWidget () from /usr/X11R6/lib/libXt.so.6
#7 0x081acb97 in xlw_create_menubar ()
#8 0x081a7ac3 in instantiate_widget_instance ()
#9 0x081a6fd7 in allocate_widget_instance ()
#10 0x081a7bde in lw_make_widget ()
#11 0x080c94dc in set_frame_menubar ()
#12 0x080c9563 in x_initialize_frame_menubar ()
#13 0x0818f35e in x_create_widgets ()
#14 0x0818f659 in x_init_frame_1 ()
#15 0x08110886 in Fmake_frame ()
#16 0x080b3cdc in Ffuncall ()
#17 0x0808f4cb in execute_optimized_program ()
#18 0x0808f167 in funcall_compiled_function ()
#19 0x080b3e1e in Ffuncall ()
#20 0x0808f4cb in execute_optimized_program ()
#21 0x0808f167 in funcall_compiled_function ()
#22 0x080b3e1e in Ffuncall ()
#23 0x0808f4cb in execute_optimized_program ()
#24 0x0808f167 in funcall_compiled_function ()
#25 0x080b3987 in Feval ()
#26 0x080b124e in condition_case_1 ()
#27 0x080995a0 in top_level_1 ()
#28 0x080b0eea in internal_catch ()
#29 0x080996a5 in initial_command_loop ()
#30 0x080add68 in xemacs_21_4_6_i386_redhat_linux ()
#31 0x080ae533 in main ()
#32 0x42017499 in __libc_start_main () from /lib/i686/libc.so.6
(gdb) The program is running. Exit anyway? (y or n) y
================================================================
System Info to help track down your bug:
---------------------------------------
uname -a: Linux daffy.perf.redhat.com 2.4.17-0.13smp #1 SMP Fri Feb 1 10:30:48 EST 2002 i686 unknown
./configure 'i386-redhat-linux' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--datadir=/usr/share' '--libdir=/usr/lib' '--mandir=/usr/share/man/man1' '--infodir=/usr/share/info' '--with-gpm=no' '--with-sound=native' '--with-pop' '--mail-locking=lockf' '--with-clash-detection' '--debug=no' '--error-checking=none' '--with-mule=yes' '--with-database=no' '--with-ldap=yes' '--with-hesiod=no' '--with-canna=yes' '--with-wnn=yes' '--with-menubars=lucid' '--with-scrollbars=lucid' '--with-dialogs=lucid' '--with-xim=xlib' '--with-msw=no' '--with-xfs=yes'
XEmacs 21.4.6 "Common Lisp" configured for `i386-redhat-linux'.
Compilation / Installation:
Source code location: /usr/src/build/74640-i386/BUILD/xemacs-21.4.6
Installation prefix: /usr
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -O2 -march=i386 -mcpu=i686
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Linking with `-z nocombreloc'.
- Consider configuring with --pdump.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Using Lucid menubars.
Using Lucid scrollbars.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for LDAP.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
- Using XFontSet to provide bilingual menubar.
Compiling in support for Canna on Mule.
Compiling in support for the WNN input method on Mule.
Mail:
Compiling in support for POP mail retrieval.
Compiling in support for "lockf" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Load-Path Lisp Shadows:
----------------------
(/usr/lib/xemacs/xemacs-packages/lisp/apel/alist
/usr/share/xemacs-21.4.6/lisp/alist)
Installed XEmacs Packages:
-------------------------
((zenirc:version 1.13 :type regular)
(xslt-process :version 1.06 :type regular)
(xemacs-devel :version 1.4 :type single-file)
(xemacs-base :version 1.57 :type regular)
(w3 :version 1.21 :type regular)
(vm :version 7.02 :type regular)
(viper :version 1.31 :type regular)
(view-process :version 1.11 :type regular)
(vhdl :version 1.15 :type regular)
(vc-cc :version 1.18 :type regular)
(vc :version 1.3 :type regular)
(tramp :version 1.01 :type regular)
(tpu :version 1.12 :type regular)
(tooltalk :version 1.13 :type regular)
(tm :version 1.3 :type regular)
(time :version 1.11 :type regular)
(textools :version 1.12 :type regular)
(text-modes :version 1.36 :type single-file)
(texinfo :version 1.2 :type regular)
(supercite :version 1.19 :type regular)
(strokes :version 1.08 :type regular)
(speedbar :version 1.22 :type regular)
(sounds-wav :version 1.1 :type regular)
(sounds-au :version 1.1 :type regular)
(slider :version 1.13 :type regular)
(sieve :version 1.01 :type regular)
(sh-script :version 1.13 :type regular)
(sgml :version 1.08 :type regular)
(semantic :version 1.11 :type regular)
(scheme :version 1.11 :type regular)
(rmail :version 1.13 :type regular)
(reftex :version 1.24 :type regular)
(psgml :version 1.26 :type regular)
(ps-print :version 1.02 :type regular)
(prog-modes
:version
1
.49
:type
single-file)
(pcomplete :version 1.01 :type regular)
(pcl-cvs :version 1.57 :type regular)
(pc :version 1.21 :type single-file)
(os-utils :version 1.26 :type single-file)
(net-utils :version 1.23 :type single-file)
(misc-games :version 1.15 :type single-file)
(mine :version 1.14 :type regular)
(mh-e :version 1.14 :type regular)
(mailcrypt :version 2.11 :type regular)
(mail-lib :version 1.42 :type regular)
(jde :version 1.31 :type regular)
(ispell :version 1.24 :type regular)
(ilisp :version 1.2 :type regular)
(igrep :version 1.08 :type regular)
(idlwave :version 1.24 :type regular)
(hm--html-menus :version 1.17 :type regular)
(gnus :version 1.58 :type regular)
(gnats :version 1.13 :type regular)
(games :version 1.13 :type regular)
(fsf-compat :version 1.09 :type single-file)
(frame-icon :version 1.09 :type regular)
(forms :version 1.14 :type regular)
(footnote :version 1.13 :type regular)
(eudc :version 1.35 :type regular)
(eterm :version 1.13 :type regular)
(eshell :version 1.02 :type regular)
(emerge :version 1.09 :type regular)
(elib :version 1.1 :type single-file)
(eieio :version 1.02 :type regular)
(efs :version 1.27 :type regular)
(edt :version 1.12 :type regular)
(edit-utils :version 1.75 :type single-file)
(ediff :version 1.35 :type regular)
(edebug :version 1.14 :type regular)
(dired :version 1.11 :type regular)
(dictionary :version 1.06 :type regular)
(debug :version 1.14 :type regular)
(crisp :version 1.12 :type regular)
(cookie :version 1.13 :type regular)
(clearcase :version 1.02 :type regular)
(cc-mode :version 1.27 :type regular)
(calendar :version 1.18 :type regular)
(calc :version 1.18 :type regular)
(c-support :version 1.16 :type single-file)
(build :version 1.05 :type regular)
(bbdb :version 1.17 :type regular)
(auctex :version 1.29 :type regular)
(ada :version 1.1 :type regular)
(mule-ucs :version 1.01 :type regular)
(mule-base :version 1.39 :type regular)
(lookup :version 1.09 :type regular)
(locale :version 1.18 :type regular)
(leim :version 1.17 :type regular)
(egg-its :version 1.26 :type regular)
(edict :version 1.12 :type regular))
Features:
--------
(mail-abbrevs xemacsbug shadow sendmail rfc822 rpm-spec-mode cus-face
zenirc-autoloads xslt-process-autoloads xemacs-devel-autoloads
xemacs-base-autoloads w3-autoloads vm-autoloads viper-autoloads
view-process-autoloads vhdl-autoloads vc-cc-autoloads vc-autoloads
tramp-autoloads tpu-autoloads tooltalk-autoloads tm-autoloads
time-autoloads textools-autoloads text-modes-autoloads
texinfo-autoloads supercite-autoloads strokes-autoloads
speedbar-autoloads sounds-wav-autoloads sounds-au-autoloads
slider-autoloads sieve-autoloads sh-script-autoloads sgml-autoloads
semantic-autoloads scheme-autoloads rmail-autoloads reftex-autoloads
psgml-autoloads ps-print-autoloads prog-modes-autoloads
pcomplete-autoloads pcl-cvs-autoloads pc-autoloads os-utils-autoloads
net-utils-autoloads misc-games-autoloads mine-autoloads mh-e-autoloads
mailcrypt-autoloads mail-lib-autoloads jde-autoloads ispell-autoloads
ilisp-autoloads igrep-autoloads idlwave-autoloads
hm--html-menus-autoloads gnus-autoloads gnats-autoloads
games-autoloads fsf-compat-autoloads frame-icon-autoloads
forms-autoloads footnote-autoloads eudc-autoloads eterm-autoloads
eshell-autoloads emerge-autoloads elib-autoloads eieio-autoloads
efs-autoloads edt-autoloads edit-utils-autoloads ediff-autoloads
edebug-autoloads dired-autoloads dictionary-autoloads debug-autoloads
crisp-autoloads cookie-autoloads clearcase-autoloads cc-mode-autoloads
calendar-autoloads calc-autoloads c-support-autoloads build-autoloads
bbdb-autoloads auctex-autoloads apel-autoloads ada-autoloads
mule-ucs-autoloads mule-base-autoloads lookup-autoloads
locale-autoloads leim-autoloads egg-its-autoloads edict-autoloads
lisp-autoloads loadhist auto-show fontl-hooks x-iso8859-1 canna-leim
slovenian czech romanian ccl mule-help code-cmds gutter-items
menubar-items x-menubar mode-motion mouse itimer auto-save lisp-mode
easymenu iso8859-1 page buff-menu lib-complete cus-file derived frame
text-props obsolete cus-start custom widget cl-extra mini-cl cl cl-19
packages backquote very-early-lisp postgresqlv7 postgresql CANNA
file-coding wnn mule lucid-scrollbars cut-buffer lucid-menubars x
c-balloon-help tty-frames tty toolbar native-sound scrollbar
unix-processes multicast network-streams subprocesses modules
menu-accelerator-support menubar md5 xemacs xim gutter tiff png gif
jpeg xpm xbm lisp-float-type linux devices window-system base64)
Recent keystrokes:
-----------------
ESC O B ESC O A ESC O B C-@ x ` BS BS x BS ESC r e
BS ESC BS ESC O A ESC O B ESC O B x BS ESC O B ESC
O A ESC O B ESC O C ESC O A ESC O C ESC O B ESC O B
ESC x r e p o r t - b TAB BS BS TAB TAB e BS x e m
TAB RET
Recent messages (most recent first):
-----------------------------------
Loading xemacsbug...done
Loading xemacsbug...
Making completion list...
Loading cus-face...done
Loading cus-face...
Loading /usr/lib/xemacs/xemacs-packages/lisp/site-start.d/xemacs-po-mode-init.el...done
Loading /usr/lib/xemacs/xemacs-packages/lisp/site-start.d/xemacs-po-mode-init.el...
Loading /usr/lib/xemacs/xemacs-packages/lisp/site-start.d/psgml-init.el...done
Loading /usr/lib/xemacs/xemacs-packages/lisp/site-start.d/psgml-init.el...
Loading /usr/lib/xemacs/xemacs-packages/lisp/site-start.d/aspell-init.el...done
Loading /usr/lib/xemacs/xemacs-packages/lisp/site-start.d/aspell-init.el...
[View Less]
I wrote:
> so i'm trying to get xemacs to build, and configure decides it's ok to build
> modules, but when it tries to build them, it throws up at the module-link
stage,
> with a zillion undefined references:
Frank writes:
>The following message is a courtesy copy of an article
>that has been posted to gmane.emacs.xemacs.design,gmane.emacs.xemacs.beta as
well.
>"Ben Wing" <ben(a)xemacs.org> writes:
>> so i'm trying to get xemacs to build, and configure …
[View More]decides it's ok to build
>> modules, but when it tries to build them, it throws up at the module-link
stage,
>> with a zillion undefined references:
>[...]
>> This is under the very latest of Cygwins:
>>
>> /src/xemacs/lilfix/nt 2052$ uname -a
>> CYGWIN_NT-5.0 NEEEEEEE 1.3.13(0.62/3/2) 2002-10-13 23:15 i686 unknown
>
>This might be one reason for your errors, I heard may people complaining
>1.3.13 would be extremely broken. Perhaps you should try a recent snapshot
>of 1.3.14 and see if it helps.
well, i did upgrade, but it didn't help -- not surprisingly since this is a gcc
problem not a core problem.
however, cygwin did upgrade very recently to gcc 3. anyone else having success
[or problems] with gcc 3?
btw frank, if you mirror between mailing lists and internal newsgroups, you
should really come up with a way of hiding this, so that when people get sent
"courtesy copies", they appear with the original mailing lists in the header
instead of the internal newsgroup names.
ben
[View Less]
GDB seems unable to generate a proper backtrace from the core dump.
This is release-21-4 from CVS, built from a clean directory ("cvsco").
Ideas?
uname -a: Linux latte 2.4.18-686 #1 Sun Apr 14 11:32:47 EST 2002 i686 unknown unknown GNU/Linux
./configure '--with-mule' '--with-file-coding' '--debug' '--with-widgets'
XEmacs 21.4.10 "Military Intelligence" configured for `i686-pc-linux'.
Compilation / Installation:
Source code location: /home/jas/src/xemacs-21.4
Installation …
[View More]prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -g -O3 -Wall -Wno-switch -Winline -Wmissing-prototypes -Wsign-compare -Wshadow
Relocating allocator for buffers: no
GNU version of malloc: yes
- Using Doug Lea's new malloc from the GNU C Library.
Linking with `-z nocombreloc'.
- Consider configuring with --pdump.
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/X11R6/include
- X Windows libraries location: /usr/X11R6/lib
- Handling WM_COMMAND properly.
Compiling in support for the Athena widget set:
- Athena headers location: X11/Xaw
- Athena library to link: Xaw
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Images:
Compiling in support for GIF images (builtin).
Compiling in support for XPM images.
Compiling in support for PNG images.
Compiling in support for JPEG images.
Compiling in support for TIFF images.
Sound:
Compiling in support for sound (native).
Databases:
Compiling in support for Berkeley database.
Compiling in support for PostgreSQL.
- Using PostgreSQL header file: postgresql/libpq-fe.h
- Using PostgreSQL V7 bindings.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for file coding.
Compiling in support for XIM (X11R5+ I18N input method).
- Using raw Xlib to provide XIM support.
Mail:
Compiling in support for "dot-locking" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for dynamic shared object modules.
Compiling in support for extra debugging code.
jas@latte:~/src/xemacs-21.4$ make
cd ./lib-src && make all
make[1]: Entering directory `/home/jas/src/xemacs-21.4/lib-src'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jas/src/xemacs-21.4/lib-src'
cd ./lwlib && make all
make[1]: Entering directory `/home/jas/src/xemacs-21.4/lwlib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/jas/src/xemacs-21.4/lwlib'
cd ./src && make all
make[1]: Entering directory `/home/jas/src/xemacs-21.4/src'
./temacs -nd -batch -l /home/jas/src/xemacs-21.4/src/../lisp/update-elc.el
Loading /home/jas/src/xemacs-21.4/src/../lisp/update-elc.el...
Loading very-early-lisp...
Loading find-paths.el...
Loading packages.el...
Loading setup-paths.el...
Loading dump-paths.el...
Loading /home/jas/src/xemacs-21.4/lisp/dumped-lisp.el...
./temacs -nd -batch -l /home/jas/src/xemacs-21.4/src/../lisp/loadup.el dump
Loading /home/jas/src/xemacs-21.4/src/../lisp/loadup.el...
Using load-path (/home/jas/src/xemacs-21.4/lisp)
Using module-load-path (/home/jas/src/xemacs-21.4/modules)
Loading very-early-lisp...
Loading /home/jas/src/xemacs-21.4/lisp/dumped-lisp.el...
Loading /home/jas/src/xemacs-21.4/lisp/backquote.elc...
Loading /home/jas/src/xemacs-21.4/lisp/bytecomp-runtime.elc...
Loading /home/jas/src/xemacs-21.4/lisp/find-paths.elc...
Loading /home/jas/src/xemacs-21.4/lisp/packages.elc...
Loading /home/jas/src/xemacs-21.4/lisp/setup-paths.elc...
Loading /home/jas/src/xemacs-21.4/lisp/dump-paths.elc...
Loading /home/jas/src/xemacs-21.4/lisp/subr.elc...
Loading /home/jas/src/xemacs-21.4/lisp/replace.elc...
Loading /home/jas/src/xemacs-21.4/lisp/version.el...
Loading /home/jas/src/xemacs-21.4/lisp/cl.elc...
Loading /home/jas/src/xemacs-21.4/lisp/cl-extra.elc...
Loading /home/jas/src/xemacs-21.4/lisp/cl-seq.elc...
Loading /home/jas/src/xemacs-21.4/lisp/widget.elc...
Loading /home/jas/src/xemacs-21.4/lisp/custom.elc...
Loading /home/jas/src/xemacs-21.4/lisp/cus-start.elc...
Loading /home/jas/src/xemacs-21.4/lisp/cmdloop.elc...
Loading /home/jas/src/xemacs-21.4/lisp/keymap.elc...
Loading /home/jas/src/xemacs-21.4/lisp/syntax.elc...
Loading /home/jas/src/xemacs-21.4/lisp/device.elc...
Loading /home/jas/src/xemacs-21.4/lisp/console.elc...
Loading /home/jas/src/xemacs-21.4/lisp/obsolete.elc...
Loading /home/jas/src/xemacs-21.4/lisp/specifier.elc...
Loading /home/jas/src/xemacs-21.4/lisp/faces.elc...
Loading /home/jas/src/xemacs-21.4/lisp/glyphs.elc...
Loading /home/jas/src/xemacs-21.4/lisp/objects.elc...
Loading /home/jas/src/xemacs-21.4/lisp/extents.elc...
Loading /home/jas/src/xemacs-21.4/lisp/events.elc...
Loading /home/jas/src/xemacs-21.4/lisp/text-props.elc...
Loading /home/jas/src/xemacs-21.4/lisp/process.elc...
Loading /home/jas/src/xemacs-21.4/lisp/multicast.elc...
Loading /home/jas/src/xemacs-21.4/lisp/frame.elc...
Loading /home/jas/src/xemacs-21.4/lisp/map-ynp.elc...
Loading /home/jas/src/xemacs-21.4/lisp/simple.elc...
Loading /home/jas/src/xemacs-21.4/lisp/keydefs.elc...
Loading /home/jas/src/xemacs-21.4/lisp/abbrev.elc...
Loading /home/jas/src/xemacs-21.4/lisp/derived.elc...
Loading /home/jas/src/xemacs-21.4/lisp/minibuf.elc...
Loading /home/jas/src/xemacs-21.4/lisp/list-mode.elc...
Loading /home/jas/src/xemacs-21.4/lisp/modeline.elc...
Loading /home/jas/src/xemacs-21.4/lisp/cus-file.elc...
Loading /home/jas/src/xemacs-21.4/lisp/startup.elc...
Loading /home/jas/src/xemacs-21.4/lisp/misc.elc...
Loading /home/jas/src/xemacs-21.4/lisp/help.elc...
Loading /home/jas/src/xemacs-21.4/lisp/files.elc...
Loading /home/jas/src/xemacs-21.4/lisp/lib-complete.elc...
Loading /home/jas/src/xemacs-21.4/lisp/format.elc...
Loading /home/jas/src/xemacs-21.4/lisp/indent.elc...
Loading /home/jas/src/xemacs-21.4/lisp/isearch-mode.elc...
Loading /home/jas/src/xemacs-21.4/lisp/buffer.elc...
Loading /home/jas/src/xemacs-21.4/lisp/buff-menu.elc...
Loading /home/jas/src/xemacs-21.4/lisp/undo-stack.elc...
Loading /home/jas/src/xemacs-21.4/lisp/window.elc...
Loading /home/jas/src/xemacs-21.4/lisp/window-xemacs.elc...
Loading /home/jas/src/xemacs-21.4/lisp/paths.el...
Loading /home/jas/src/xemacs-21.4/lisp/lisp.elc...
Loading /home/jas/src/xemacs-21.4/lisp/page.elc...
Loading /home/jas/src/xemacs-21.4/lisp/register.elc...
Loading /home/jas/src/xemacs-21.4/lisp/iso8859-1.elc...
Loading /home/jas/src/xemacs-21.4/lisp/paragraphs.elc...
Loading /home/jas/src/xemacs-21.4/lisp/easymenu.elc...
Loading /home/jas/src/xemacs-21.4/lisp/lisp-mode.elc...
Loading /home/jas/src/xemacs-21.4/lisp/text-mode.elc...
Loading /home/jas/src/xemacs-21.4/lisp/fill.elc...
Loading /home/jas/src/xemacs-21.4/lisp/auto-save.elc...
Loading /home/jas/src/xemacs-21.4/lisp/movemail.elc...
Loading /home/jas/src/xemacs-21.4/lisp/float-sup.elc...
Loading /home/jas/src/xemacs-21.4/lisp/itimer.elc...
Loading /home/jas/src/xemacs-21.4/lisp/itimer-autosave.elc...
Loading /home/jas/src/xemacs-21.4/lisp/printer.elc...
Loading /home/jas/src/xemacs-21.4/lisp/gui.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mouse.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mode-motion.elc...
Loading /home/jas/src/xemacs-21.4/lisp/toolbar.elc...
Loading /home/jas/src/xemacs-21.4/lisp/scrollbar.elc...
Loading /home/jas/src/xemacs-21.4/lisp/menubar.elc...
Loading /home/jas/src/xemacs-21.4/lisp/dialog.elc...
Loading /home/jas/src/xemacs-21.4/lisp/gutter.elc...
Loading /home/jas/src/xemacs-21.4/lisp/select.elc...
Loading /home/jas/src/xemacs-21.4/lisp/menubar-items.elc...
Loading /home/jas/src/xemacs-21.4/lisp/gutter-items.elc...
Loading /home/jas/src/xemacs-21.4/lisp/toolbar-items.elc...
Loading /home/jas/src/xemacs-21.4/lisp/dialog-items.elc...
Loading /home/jas/src/xemacs-21.4/lisp/coding.elc...
Loading /home/jas/src/xemacs-21.4/lisp/code-files.elc...
Loading /home/jas/src/xemacs-21.4/lisp/code-process.elc...
Loading /home/jas/src/xemacs-21.4/lisp/code-cmds.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-charset.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-coding.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-help.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-category.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-ccl.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-misc.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/kinsoku.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-x-init.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-tty-init.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-cmds.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/arabic.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/chinese.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/cyrillic.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/english.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/ethiopic.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/european.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/greek.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/hebrew.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/japanese.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/korean.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/latin.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/misc-lang.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/thai-xtis-chars.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/thai-xtis.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/viet-chars.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/vietnamese.elc...
Loading /home/jas/src/xemacs-21.4/lisp/mule/mule-init.elc...
Loading /home/jas/src/xemacs-21.4/lisp/x-faces.elc...
Loading /home/jas/src/xemacs-21.4/lisp/x-iso8859-1.elc...
Loading /home/jas/src/xemacs-21.4/lisp/x-mouse.elc...
Loading /home/jas/src/xemacs-21.4/lisp/x-select.elc...
Loading /home/jas/src/xemacs-21.4/lisp/x-scrollbar.elc...
Loading /home/jas/src/xemacs-21.4/lisp/x-misc.elc...
Loading /home/jas/src/xemacs-21.4/lisp/x-init.elc...
Loading /home/jas/src/xemacs-21.4/lisp/x-win-xfree86.elc...
Loading /home/jas/src/xemacs-21.4/lisp/x-win-sun.elc...
Loading /home/jas/src/xemacs-21.4/lisp/tty-init.elc...
Loading /home/jas/src/xemacs-21.4/lisp/fontl-hooks.elc...
Loading /home/jas/src/xemacs-21.4/lisp/auto-show.elc...
Loading /home/jas/src/xemacs-21.4/lisp/loadhist.elc...
Loading /home/jas/src/xemacs-21.4/lisp/loaddefs.elc...
Loading site-load...
Finding pointers to doc strings...
Finding pointers to doc strings...done
Dumping under the name xemacs
Testing for Lisp shadows ...
Fatal error (11).
Your files have been auto-saved.
Use `M-x recover-session' to recover them.
Your version of XEmacs was distributed with a PROBLEMS file that may describe
your crash, and with luck a workaround. Please check it first, but do report
the crash anyway. Please report this bug by invoking M-x report-emacs-bug,
or by selecting `Send Bug Report' from the Help menu. If necessary, send
ordinary email to `crashes(a)xemacs.org'. *MAKE SURE* to include the XEmacs
configuration from M-x describe-installation, or equivalently the file
Installation in the top of the build tree.
*Please* try *hard* to obtain a C stack backtrace; without it, we are unlikely
to be able to analyze the problem. Locate the core file produced as a result
of this crash (often called `core' or `core.<process-id>', and located in
the directory in which you started XEmacs or your home directory), and type
gdb /home/jas/src/xemacs-21.4/src/xemacs core
then type `where' at the debugger prompt. No GDB on your system? You may
have DBX, or XDB, or SDB. (Ask your system administrator if you need help.)
If no core file was produced, enable them (often with `ulimit -c unlimited'
in case of future recurrance of the crash.
Lisp backtrace follows:
intern("paths-el-original-news-inews-program")
(let ((origsym ...)) (if (running-temacs-p) (progn ... ...) (and ... ...)))
# bind (value var)
(lambda (var value) (let (...) (if ... ... ...)))(news-inews-program "inews")
funcall((lambda (var value) (let (...) (if ... ... ...))) news-inews-program "inews")
# bind (l)
(let ((l ...)) (funcall l (quote news-inews-program) (cond ... ... ... ... ...)) (funcall l (quote mh-progs) (cond ... ... ... ... ...)) (funcall l (quote mh-libs) (cond ... ... ... ...)) (funcall l (quote rmail-spool-directory) (cond ... ... ... ... ... ...)) (funcall l (quote sendmail-program) (cond ... ... ... ...)) (funcall l (quote remote-shell-program) (cond ... ... ... ... ... ... ... ... ... ... ... ... ...)) (funcall l (quote manual-program) (if ... "/usr/ucb/man" "/usr/bin/man")) (funcall l (quote directory-abbrev-alist) (when ... ...)))
initialize-xemacs-paths()
normal-top-level()
# (condition-case ... . error)
# (catch top-level ...)
make[1]: *** [xemacs] Segmentation fault (core dumped)
make[1]: *** Deleting file `xemacs'
make[1]: Leaving directory `/home/jas/src/xemacs-21.4/src'
make: *** [src] Error 2
jas@latte:~/src/xemacs-21.4$
[View Less]