unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.60 bootstrap fails for maemo
@ 2008-02-10 17:47 Thomas Baumann
  2008-02-10 19:11 ` Dan Nicolaescu
                   ` (2 more replies)
  0 siblings, 3 replies; 18+ messages in thread
From: Thomas Baumann @ 2008-02-10 17:47 UTC (permalink / raw)
  To: emacs-devel

I'm trying to compile emacs23 for os2008 using the maemo-4.0 sdk but
somehow the bootstrap fails. I'm working with a fresh copy of the cvs
files checked out today. 

The problem looks very much like the emacs23/cygwin problem discussed
earlier, but I was not able to test all of the possible solutions
mentioned there.

Any help is highly appreciated.

BTW emacs 22.1 compiles fine and runs nicely but with very tiny fonts...

Here are the relevant parts my bootstrap

./configure --without-gif --without-xpm --enable-font-backend


gcc -Demacs -DHAVE_CONFIG_H -DUSE_GTK  -I. -I/tmp/emacs/src -D_BSD_SOURCE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/freetype2 -I/usr/include/alsa  -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -g -O2  -Wl,-znocombreloc  /tmp/emacs/src/prefix-args.c -o prefix-args
echo "dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o gtkutil.o dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    font.o xfont.o ftfont.o xftfont.o ftxfont.o terminfo.o lastfile.o   vm-limit.o   " > buildobj.lst
gcc -nostdlib `./prefix-args -Xlinker  -z nocombreloc` -Wl,-znocombreloc  -o temacs pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o dispnew.o frame.o scroll.o xdisp.o xmenu.o window.o charset.o coding.o category.o ccl.o character.o chartab.o cm.o term.o terminal.o xfaces.o xterm.o xfns.o xselect.o xrdb.o fontset.o xsmfns.o fringe.o image.o gtkutil.o dbusbind.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o syntax.o unexelf.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o    font.o xfont.o ftfont.o xftfont.o ftxfont.o terminfo.o lastfile.o   vm-limit.o       -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lpthread -lSM -lICE -ltiff -ljpeg -lpng -lz -lm -lX11 -lXft -lfontconfig -lasound  -ldbus-1 -lncurses   -lm -lgcc -lc -lgcc /usr/lib/crtn.o 
RUNEMACS="`/bin/pwd`/temacs"; cd /tmp/emacs/src/../admin/unidata; make -w RUNEMACS="${RUNEMACS}" DSTDIR=/tmp/emacs/src/../lisp/international
make[3]: Entering directory `/tmp/emacs/admin/unidata'
/tmp/emacs/src/temacs -batch -f batch-byte-compile unidata-gen.el
Loading loadup.el (source)...
Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp /tmp/emacs/lisp/language /tmp/emacs/lisp/international /tmp/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
qemu: uncaught target signal 11 (Segmentation fault) - exiting
make[3]: *** [unidata-gen.elc] Error 245
make[3]: Leaving directory `/tmp/emacs/admin/unidata'
make[2]: *** [/tmp/emacs/src/../lisp/international/charprop.el] Error 2
make[2]: Leaving directory `/tmp/emacs/src'
make[1]: *** [bootstrap-build] Error 2
make[1]: Leaving directory `/tmp/emacs'
make: *** [bootstrap] Error 2
[sbox-CHINOOK_ARMEL: /tmp/emacs] > native-gdb src/temacs
GNU gdb 6.6-debian
Copyright (C) 2006 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 "arm-linux-gnueabi"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run -batch -f batch-byte-compile unidata-gen.el
Starting program: /tmp/emacs/src/temacs -batch -f batch-byte-compile unidata-gen.el
qemu: Unsupported syscall: 26
Loading loadup.el (source)...
Using load-path (/tmp/emacs/lisp /tmp/emacs/lisp/emacs-lisp /tmp/emacs/lisp/language /tmp/emacs/lisp/international /tmp/emacs/lisp/textmodes)
Loading emacs-lisp/byte-run (source)...
Loading emacs-lisp/backquote (source)...
Loading subr (source)...
Loading version.el (source)...
Loading widget (source)...
Loading custom (source)...
Loading emacs-lisp/map-ynp (source)...
Loading cus-start (source)...
Loading international/mule (source)...
Loading international/mule-conf.el (source)...
qemu: uncaught target signal 11 (Segmentation fault) - exiting
qemu: Unsupported syscall: 26
Could not open /proc/1785/status
(gdb) bt
qemu: Unsupported syscall: 26
warning: Unable to fetch general register.
qemu: Unsupported syscall: 26
qemu: Unsupported syscall: 26
qemu: Unsupported syscall: 26
qemu: Unsupported syscall: 26
qemu: Unsupported syscall: 26
qemu: Unsupported syscall: 26
qemu: Unsupported syscall: 26
qemu: Unsupported syscall: 26
qemu: Unsupported syscall: 26
qemu: Unsupported syscall: 26





^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2008-02-18 17:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-10 17:47 23.0.60 bootstrap fails for maemo Thomas Baumann
2008-02-10 19:11 ` Dan Nicolaescu
2008-02-10 20:02   ` Thomas Baumann
2008-02-10 21:34 ` Jason Rumney
2008-02-11 17:12   ` Thomas Baumann
2008-02-11 17:29 ` Dan Nicolaescu
2008-02-11 20:58   ` Thomas Baumann
2008-02-11 22:05     ` Dan Nicolaescu
2008-02-17 18:55     ` Thomas Baumann
2008-02-17 21:27       ` Jason Rumney
2008-02-18  7:45         ` T Baumann
2008-02-18 15:50         ` Thomas Baumann
2008-02-17 22:20       ` Leo
2008-02-18  7:42         ` T Baumann
2008-02-18 15:39         ` Thomas Baumann
2008-02-18 16:10       ` Dan Nicolaescu
2008-02-18 16:57         ` Thomas Baumann
2008-02-18 17:50           ` Dan Nicolaescu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).