From: xemacs-beta-bounces@xemacs.org [mailto:xemacs-beta-bounces@xemacs.org] On Behalf Of Jepsen Hans Peter
Sent: 25. juni 2009 14:47
To: xemacs-beta@xemacs.org
Subject: Problem builiding xemacs-21.5.29 on HP-UX ItaniumHi all
I am trying to build xemacs-21.5.29 on HP-UX Itanium
My configure command is: configure --with-site-libraries=/usr/local/lib/hpux32 --with-debug
gmake gives
….
gcc -Wall -Wno-switch -Wundef -Wsign-compare -Wno-char-subscripts -Wpacked -Wpointer-arith -Wunused-parameter -g -L/usr/local/lib/hpux32 -L/usr/ccs/lib -Wl,-E -o temacs abbrev.o alloc.o alloca.o blocktype.o buffer.o bytecode.o callint.o casefiddle.o casetab.o chartab.o filelock.o cmdloop.o cmds.o console.o console-stream.o data.o database.o debug.o tests.o device.o dired.o doc.o doprnt.o dynarr.o editfns.o elhash.o emacs.o emodules.o eval.o events.o event-stream.o event-unixoid.o dumper.o getloadavg.o inline.o terminfo.o extents.o faces.o file-coding.o fileio.o filemode.o floatfns.o fns.o font-lock.o frame.o gc.o general.o glyphs.o glyphs-eimage.o glyphs-shared.o glyphs-widget.o gui.o gutter.o hash.o imgproc.o indent.o insdel.o intl.o keymap.o line-number.o lread.o lstream.o macros.o marker.o md5.o minibuf.o objects.o opaque.o print.o process.o process-unix.o profile.o rangetab.o realpath.o redisplay.o redisplay-output.o regex.o search.o select.o sysdll.o signal.o sound.o specifier.o strftime.o symbols.o syntax.o sysdep.o text.o console-tty.o device-tty.o event-tty.o frame-tty.o objects-tty.o redisplay-tty.o cm.o undo.o unicode.o widget.o window.o lastfile.o gmalloc.o free-hook.o vm-limit.o ralloc.o dump-id.o dump-data.o -lncurses -lm./temacs -nd -no-packages -batch -l /home/hpj/work/xemacs/xemacs-21.5.29/src/../lisp/update-elc.el
gmake[1]: *** [NEEDTODUMP] Segmentation fault (core dumped)
gmake[1]: Leaving directory `/net/w72037/home/hpj/work/xemacs/xemacs-21.5.29/src'
gmake: *** [src] Error 2
gmake check-temacs gives:
w72060 .. xemacs-21.5.29/src> gmake check-temacs
./temacs -nd -no-packages -batch -l /home/hpj/work/xemacs/xemacs-21.5.29/src/../lisp/loadup.el run-temacs -vanilla -batch -l /home/hpj/work/xemacs/xemacs-21.5.29/src/../tests/automated/test-harness.el -f batch-test-emacs /home/hpj/work/xemacs/xemacs-21.5.29/src/../tests/automatedgmake: *** [check-temacs] Segmentation fault (core dumped)
Since I can not get hold on gdb or wdb, try to get a backtrace with adb. Result:
w72060 .. xemacs-21.5.29/src> adb temacs core
adb> c
error_check_lcrecord_list + 0x80
alloc_managed_lcrecord + 0x50
adb: error: No load module descriptor for IP '0x00000000400271d0'.
adb> q
Can you give me any hints on getting further? Any changes to configure options or something else.
kind regards
Hans Peter