I can't launch XEmacs 21.0b37pre1. It's the first time I configure with
--gung-ho, I don't know if it's related, I am trying to recompile without.
Fatal error (4).
[...]
Lisp backtrace follows:
# bind (print-message-label)
display-error((wrong-type-argument stringp
[1] Illegal instruction src/xemacs -q -no-site-file (core dumped)
C Backtrace:
Current function is print_internal
1203 (obj, printcharfun, escapeflag));
(dbx) where
[1] 0x5618e4(0xefffe0c0, 0xefffe0bc, 0x1, 0xefffe234, 0x4, 0x4), at 0x5618e3
=>[2] print_internal(obj = UNION, printcharfun = UNION, escapeflag = 1), line 1203 in
"print.c"
[3] print_cons(obj = UNION, printcharfun = UNION, escapeflag = 1), line 904 in
"print.c"
[4] print_internal(obj = UNION, printcharfun = UNION, escapeflag = 1), line 1203 in
"print.c"
[5] Fprin1(object = UNION, stream = UNION), line 502 in "print.c"
[6] Fbacktrace(stream = UNION, detailed = UNION), line 4927 in "eval.c"
[7] fatal_error_signal(sig = 4), line 243 in "emacs.c"
---- called from signal handler with signal 4 (SIGILL) ------
[8] 0x5618e4(), at 0x5618e3
[9] Fprin1(object = UNION, stream = UNION), line 502 in "print.c"
[10] print_error_message(error_object = UNION, stream = UNION), line 669 in
"print.c"
[11] Fdisplay_error(error_object = UNION, stream = UNION), line 700 in
"print.c"
[12] funcall_recording_as(recorded_as = UNION, nargs = 2, args = 0xefffef58), line 3197
in "eval.c"
[13] Ffuncall(nargs = 3, args = 0xefffef58), line 3238 in "eval.c"
[14] Fbyte_code(bytestr = UNION, vector = UNION, maxdepth = UNION), line 416 in
"bytecode.c"
[15] funcall_lambda(fun = UNION, nargs = 1, arg_vector = 0xeffff35c), line 3599 in
"eval.c"
[16] funcall_recording_as(recorded_as = UNION, nargs = 1, args = 0xeffff358), line 3200
in "eval.c"
[17] Ffuncall(nargs = 2, args = 0xeffff358), line 3238 in "eval.c"
[18] call1(fn = UNION, arg0 = UNION), line 3912 in "eval.c"
[19] cmd_error(data = UNION, dummy = UNION), line 195 in "cmdloop.c"
[20] condition_case_1(handlers = UNION, bfun = 0x11b2c0 = &Feval(Lisp_Object form),
barg = UNION, hfun = 0xb3c88 = &`xemacs`cmdloop.c`cmd_error(Lisp_Object data,
Lisp_Object dummy), harg = UNION), line 1636 in "eval.c"
[21] top_level_1(dummy = UNION), line 206 in "cmdloop.c"
[22] internal_catch(tag = UNION, func = 0xb3da8 =
&`xemacs`cmdloop.c`top_level_1(Lisp_Object dummy), arg = UNION, threw = (nil)), line
1328 in "eval.c"
[23] initial_command_loop(load_me = UNION), line 285 in "cmdloop.c"
[24] xemacs_21_0_b37_sparc_sun_solaris2_5_1(argc = 3, argv = 0xeffff84c, envp =
0xeffff85c, restart = 0), line 1669 in "emacs.c"
[25] main(argc = 3, argv = 0xeffff84c, envp = 0xeffff85c), line 2086 in
"emacs.c"
Configuration :
uname -a: SunOS lspsun12 5.5.1 Generic_103640-08 sun4m sparc SUNW,SPARCstation-20
./configure 'sparc-sun-solaris2.5.1' '--with-gcc=no'
'--cflags=-g' '--site-includes=/usr/local/include /usr/local/include/X11
/logiciels/public/divers/include' '--site-libraries=/usr/local/lib
/usr/local/lib/X11 /logiciels/public/divers/lib' '--dynamic'
'--prefix=/logiciels/public/xemacs' '--with-workshop' '--with-cde'
'--with-sound=native' '--with-mule=no' '--with-menubars=lucid'
'--with-scrollbars=lucid' '--with-dialogs=motif' '--debug'
'-error-checking=all' '--use-union-type' '--gung-ho'
'--no-doc-file'
XEmacs 21.0-b37 "Pygmy-pre1" configured for `sparc-sun-solaris2.5.1'.
Where should the build process find the source code?
/logiciels/public/xemacs/src/xemacs-21.0
What installation prefix should install use? /logiciels/public/xemacs
What operating system and machine description files should XEmacs use?
`s/sol2.h' and `m/sparc.h'
What compiler should XEmacs be built with? cc -g
Should XEmacs use the GNU version of malloc? yes
Should XEmacs use the relocating allocator for buffers? yes
What window system should XEmacs use? x11
Where do we find X Windows header files? /usr/dt/include
/usr/local/include
Where do we find X Windows libraries? /usr/dt/lib /usr/local/lib
Additional header files: /usr/local/include
/usr/local/include/X11 /logiciels/public/divers/include
Additional libraries: /usr/local/lib
/usr/local/lib/X11 /logiciels/public/divers/lib
Runtime library search path:
/usr/local/lib:/logiciels/public/divers/lib:/usr/dt/lib:/opt/SUNWdt/lib
Compiling in support for XAUTH.
Compiling in support for XPM images.
Compiling in support for X-Face message headers.
Compiling in support for JPEG image conversion.
Compiling in support for PNG image conversion.
Compiling in support for TIFF image conversion.
Compiling in native sound support.
Compiling in support for GNU DBM.
Compiling in support for LDAP (UMich libs).
Compiling in support for CDE.
Compiling in support for ToolTalk.
Compiling in support for OffiX.
Compiling in support for Sun WorkShop.
Compiling in support for proper session-management.
Using Lucid menubars.
Using Lucid scrollbars.
Using Motif dialog boxes.
Compiling in DLL support.
movemail will use "dot-locking" for locking mail spool files.
Using the union type for Lisp_Objects.
Using Lisp_Objects with minimal tagbits.
Using indexed lrecord implementation.
Compiling in extra code for debugging.
Compiling in code for checking XEmacs memory usage.
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: ---------------------------------------------------------