From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60 bootstrap fails for maemo Date: Sun, 10 Feb 2008 11:11:00 -0800 Message-ID: <200802101911.m1AJB5uK006829@sallyv1.ics.uci.edu> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202670771 30056 80.91.229.12 (10 Feb 2008 19:12:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Feb 2008 19:12:51 +0000 (UTC) Cc: emacs-devel@gnu.org To: Thomas Baumann Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 10 20:13:14 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JOHby-00025k-Tt for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 20:13:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOHbV-0000GC-Ei for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 14:12:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOHbR-0000DR-Ds for emacs-devel@gnu.org; Sun, 10 Feb 2008 14:12:37 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOHbQ-0000C0-IK for emacs-devel@gnu.org; Sun, 10 Feb 2008 14:12:36 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOHbQ-0000Bn-F6 for emacs-devel@gnu.org; Sun, 10 Feb 2008 14:12:36 -0500 Original-Received: from sallyv1.ics.uci.edu ([128.195.1.109]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1JOHbQ-0001S6-8o for emacs-devel@gnu.org; Sun, 10 Feb 2008 14:12:36 -0500 X-ICS-MailScanner-Watermark: 1203275473.91078@n38C8jV5ZE6MpsYx0JAuFA Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by sallyv1.ics.uci.edu (8.13.7+Sun/8.13.7) with ESMTP id m1AJB5uK006829; Sun, 10 Feb 2008 11:11:05 -0800 (PST) In-Reply-To: (Thomas Baumann's message of "Sun, 10 Feb 2008 18:47:26 +0100") Original-Lines: 37 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 10 (beta) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:88649 Archived-At: Thomas Baumann writes: > [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 What syscall is 26 on that platform? From the warnings it sounds like it might be ptrace. If it is, then debugging will be challenging... Do you get the same problems if you try on the real hardware instead of the simulator?