On 2006-04-23 21:44:58 +0200, Romain Francoise wrote: > Then install pbuilder and use that, or create a sid chroot with > debootstrap and build Emacs there.
I managed to use pbuilder and build emacs. dixsept:~> /home/vlefevre/software/tmp-deb/usr/local/src/emacs/src/emacs Warning: arch-independent data dir (/usr/local/share/emacs/22.0.50/etc/) does not exist. Fatal error (11)zsh: segmentation fault (core dumped) /home/vlefevre/software/tmp-deb/usr/local/src/emacs/src/emacs dixsept:~> gdb /home/vlefevre/software/tmp-deb/usr/local/src/emacs/src/emacs core GNU gdb 6.4-debian Copyright 2005 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 "i486-linux-gnu"...Using host libthread_db library "/lib/tls/libthread_db.so.1". Core was generated by `/home/vlefevre/software/tmp-deb/usr/local/src/emacs/src/emacs'. Program terminated with signal 11, Segmentation fault. [...] (gdb) bt #0 0xb769dbf1 in kill () from /lib/tls/libc.so.6 #1 0x081244f8 in fatal_error_signal () #2 <signal handler called> #3 0xb7be7cd3 in gdk_pango_renderer_new () from /usr/lib/libgdk-x11-2.0.so.0 #4 0xb79951c0 in g_cclosure_marshal_VOID__BOOLEAN () from /usr/lib/libgobject-2.0.so.0 #5 0xb7988a5b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 #6 0xb799874d in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0 #7 0xb7999b27 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0 #8 0xb7999ede in g_signal_emit () from /usr/lib/libgobject-2.0.so.0 #9 0xb7bdf2f4 in gdk_display_close () from /usr/lib/libgdk-x11-2.0.so.0 #10 0x0811d52b in xg_display_close () #11 0x080f4c0f in x_connection_closed () #12 0x080f5027 in x_error_quitter () #13 0x080f4fa9 in x_error_handler () #14 0xb79ee1ff in _XError () from /usr/X11R6/lib/libX11.so.6 #15 0xb79ee8ef in _XReply () from /usr/X11R6/lib/libX11.so.6 #16 0xb79e3c7b in XQueryPointer () from /usr/X11R6/lib/libX11.so.6 #17 0x080f006a in XTmouse_position () #18 0x0812d408 in kbd_buffer_get_event () #19 0x0812b112 in read_char () #20 0x081c5531 in read_filtered_event () #21 0x081c5725 in Fread_event () #22 0x081aca0f in Ffuncall () #23 0x081e4cd0 in Fbyte_code () #24 0x081abbbe in Feval () #25 0x081a8dfc in Fprogn () #26 0x0812c4cf in Ftrack_mouse () #27 0x081ab9ad in Feval () #28 0x081a8dfc in Fprogn () #29 0x081ad230 in funcall_lambda () #30 0x081acd25 in Ffuncall () #31 0x081e4cd0 in Fbyte_code () #32 0x081ad27c in funcall_lambda () #33 0x081acc77 in Ffuncall () #34 0x081e4cd0 in Fbyte_code () #35 0x081ad27c in funcall_lambda () #36 0x081acc77 in Ffuncall () #37 0x081a860f in Fcall_interactively () #38 0x08136d79 in Fcommand_execute () #39 0x08129060 in command_loop_1 () #40 0x081aa73c in internal_condition_case () #41 0x08127b01 in command_loop_2 () #42 0x081aa1d8 in internal_catch () #43 0x08127ab7 in command_loop () #44 0x08127524 in recursive_edit_1 () #45 0x08127678 in Frecursive_edit () #46 0x08125f66 in main () -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / SPACES project at LORIA