Steve Youngs [XEmacs Beta Release Manager] writes:
* XEmacs 21.5.12 "carrot" is released.
"carrot" is the 13th in the VEGETABLE series.
now all tests from 'make check' pass 100% (at least on
GNU/Linux).
not so fast!
} 17:30:14 ~/src/xemacs-21.5 % make check
} cd ./src && make check
} make[1]: Entering directory `/home/gb/src/xemacs-21.5/src'
} ./xemacs -vanilla -batch -l
} /home/gb/src/xemacs-21.5/src/../tests/automated/test-harness.el -f batch-test-emacs
/home/gb/src/xemacs-21.5/src/../tests/automated
}
} Testing /home/gb/src/xemacs-21.5/tests/automated/base64-tests.el...
} base64-tests.el: 1232 of 1232 tests successful (100%).
} Testing
} /home/gb/src/xemacs-21.5/tests/automated/byte-compiler-tests.el...
} byte-compiler-tests.el: 104 of 104 tests successful (100%).
} Testing /home/gb/src/xemacs-21.5/tests/automated/c-tests.el...
}
} Fatal error: assertion failed, file tests.c, line 365, !memcmp (BYTE_BUF_BYTE_ADDRESS
(current_buffer, charbpos_to_bytebpos (current_buffer, ((current_buffer)->bufpt + 0))),
int_foo, sizeof (int_foo) - 1)
} make[1]: *** [check] Aborted
} make[1]: Leaving directory `/home/gb/src/xemacs-21.5/src'
} make: *** [check] Error 2
} 17:35:27 ~/src/xemacs-21.5 %
that's my Installation:
XEmacs 21.5-b12 "carrot" configured for `i686-pc-linux'.
uname -a: Linux sanmartino 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST
2002 i686 unknown
/home/gb/src/xemacs-21.5/configure '--debug' '--error-checking=all'
'--with-menubars=lucid' '--with-scrollbars=lucid'
'--with-dialogs=athena' '--with-widgets=athena'
'--with-athena=3d'
'--with-sound=no' '--pdump'
Compilation / Installation:
Source code location: /home/gb/src/xemacs-21.5
Installation prefix: /usr/local
Operating system description file: `s/linux.h'
Machine description file: `m/intel386.h'
Compiler: gcc -Wall -Wno-switch -Winline
-Wmissing-prototypes -Wsign-compare -Wundef -Wstrict-prototypes
-Wshadow -Wmissing-declarations -g -O3
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/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/Xaw3d
- Athena library to link: Xaw3d
Using Lucid menubars.
Using Lucid scrollbars.
Using Athena dialog boxes.
Using Athena native widgets.
TTY:
Compiling in support for ncurses.
Compiling in support for GPM (General Purpose Mouse).
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.
Compiling in support for X-Face message headers.
Sound:
Databases:
Compiling in support for Berkeley database.
Internationalization:
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.
Using the new portable dumper.
Compiling in support for extra debugging code.
WARNING: -----------