On 2006-03-31 21:55, Stephen J. Turnbull, XEmacs 21.5 Beta Engineer wrote:
* XEmacs 21.5.26 "endive" is released.
"endive" is the twenty-seventh in the VEGETABLE series.
Did try to build it with my build script (attached) which has been
working more or less for all 21.5 releases but this time I ran into the
following problem (Installation file also attached):
Dumping under the name xemacs
if test -f dump-size; then \
../lib-src/insert-data-in-exec temacs xemacs.dmp xemacs `
./temacs -si`; \
ret=$? ; \
if test ${ret} -eq 2; then \
rm -f dump-size ; \
else \
if test ${ret} -eq 1; then \
exit 1; \
else \
chmod +x xemacs ; \
fi ; \
fi ; \
fi
dumped_data key not found in executable.
gmake[2]: *** [xemacs] Error 1
gmake[2]: Leaving directory `/opt/as/xemacs/src/xemacs-21.5.26/src'
gmake[1]: *** [xemacs] Error 2
gmake[1]: Leaving directory `/opt/as/xemacs/src/xemacs-21.5.26/src'
gmake: *** [src] Error 2
#!/bin/ksh -p
#
# Wrapper to run configure properly
./configure \
--with-site-prefixes="/opt/csw" \
--with-site-runtime-libraries="/opt/csw/lib /usr/lib /usr/dt/lib
/usr/openwin/lib" \
--with-menubars=lucid \
--with-scrollbars=motif \
--with-dialogs=motif \
--with-widgets=motif \
--with-xpm \
--with-jpeg \
--with-png \
--with-tiff \
--with-pdump \
--with-mule \
--with-package-path=/opt/as/xemacs/lib/site-packages:/opt/as/xemacs/lib/xemacs-packages
\
--prefix=/opt/as/xemacs/xemacs-21.5
gmake
uname -a: SunOS ws46152 5.8 Generic_117350-28 sun4u sparc SUNW,Sun-Blade-1500
./configure '--with-site-prefixes=/opt/csw'
'--with-site-runtime-libraries=/opt/csw/lib /usr/lib /usr/dt/lib /usr/openwin/lib'
'--with-menubars=lucid' '--with-scrollbars=motif'
'--with-dialogs=motif' '--with-widgets=motif' '--with-xpm'
'--with-jpeg' '--with-png' '--with-tiff' '--with-pdump'
'--with-mule'
'--with-package-path=/opt/as/xemacs/lib/site-packages:/opt/as/xemacs/lib/xemacs-packages'
'--prefix=/opt/as/xemacs/xemacs-21.5' 'CC=cc'
XEmacs 21.5-b26 "endive" configured for `sparc-sun-solaris2.8'.
Compilation Environment and Installation Defaults:
Source code location: /opt/as/xemacs/src/xemacs-21.5.26
Installation prefix: /opt/as/xemacs/xemacs-21.5
Additional prefixes: /opt/csw
Runtime library search path: /opt/csw/lib:/usr/lib:/usr/dt/lib:/usr/openwin/lib
Operating system description file: `s/sol2.h'
Machine description file: `m/sparc.h'
Compiler version: cc: Sun C 5.8 2005/10/13
- Compiler command: cc -v -g
libc version: SUNWcsl 11.8.0,REV=2000.01.08.18.12
Relocating allocator for buffers: yes
GNU version of malloc: yes
Window System:
Compiling in support for the X window system:
- X Windows headers location: /usr/openwin/include
- X Windows libraries location: /usr/openwin/lib
- Handling WM_COMMAND properly.
Compiling in support for Motif.
*WARNING* Many versions of Motif are buggy, requiring workarounds.
You are likely to experience slow redisplay.
You may need to install vendor patches to Motif.
See PROBLEMS for more information.
Using Lucid menubars.
Using Motif 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).
Compiling in support for NAS (network audio system).
Databases:
Compiling in support for Berkeley database.
Compiling in support for GNU DBM.
Compiling in support for LDAP.
Internationalization:
Compiling in support for Mule (multi-lingual Emacs).
Compiling in support for XIM (X11R5+ I18N input method).
- Using Motif to provide XIM support.
Mail:
Compiling in support for "file" mail spool file locking method.
Other Features:
Inhibiting IPv6 canonicalization at startup.
Compiling in support for ToolTalk.
Compiling in support for dynamic shared object modules.
Using the new GC mark algorithms (KKCC).
WARNING: ---------------------------------------------------------
WARNING: The new algorithms are experimental. They are enabled by
WARNING: default for this release. Use `--disable-kkcc' to
WARNING: turn it off.
WARNING: ---------------------------------------------------------
Using the new portable dumper.
Dumping into executable.
Compiling in support for extra debugging code.
Compiling in support for runtime error checking.
WARNING: ---------------------------------------------------------
WARNING: XEmacs will run noticeably more slowly as a result.
WARNING: Error checking is on by default for XEmacs beta releases.
WARNING: ---------------------------------------------------------