From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thomas Baumann Newsgroups: gmane.emacs.devel Subject: Re: 23.0.60 bootstrap fails for maemo Date: Sun, 10 Feb 2008 21:02:19 +0100 Message-ID: References: <200802101911.m1AJB5uK006829@sallyv1.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202673779 6765 80.91.229.12 (10 Feb 2008 20:02:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Feb 2008 20:02:59 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 10 21:03:22 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 1JOIOS-00005k-Rh for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 21:03:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOINz-00018B-OK for ged-emacs-devel@m.gmane.org; Sun, 10 Feb 2008 15:02:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOINu-00015J-1e for emacs-devel@gnu.org; Sun, 10 Feb 2008 15:02:42 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOINp-00011D-EK for emacs-devel@gnu.org; Sun, 10 Feb 2008 15:02:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOINp-00011A-8D for emacs-devel@gnu.org; Sun, 10 Feb 2008 15:02:37 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JOINo-0003Dq-LO for emacs-devel@gnu.org; Sun, 10 Feb 2008 15:02:37 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JOINj-000511-0x for emacs-devel@gnu.org; Sun, 10 Feb 2008 20:02:31 +0000 Original-Received: from p54961bf9.dip0.t-ipconnect.de ([84.150.27.249]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Feb 2008 20:02:31 +0000 Original-Received: from dtbaumann by p54961bf9.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 10 Feb 2008 20:02:31 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 85 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54961bf9.dip0.t-ipconnect.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:naQ0O8E3KaLTg5NGEgvBFlIn784= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:88662 Archived-At: Dan Nicolaescu writes: > Thomas Baumann writes: > > > > 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? I guess you're right with syscall 26 and I'm sorry, there are no development packages installed on the device itself (yet). I just tried to connect with ddd but without success. strace is all I can offer: [sbox-CHINOOK_ARMEL: /tmp/emacs] > strace src/temacs -batch -f batch-byte-compile unidata-gen.el execve("src/temacs", ["src/temacs", "-batch", "-f", "batch-byte-compile", "unidata-gen.el"], [/* 45 vars */]) = 0 uname({sys="Linux", node="norvel", ...}) = 0 brk(0) = 0x80b2000 brk(0x80d3000) = 0x80d3000 open("/targets/links/scratchbox.config", O_RDONLY) = 3 fstat64(3, {st_mode=S_IFREG|0664, st_size=1141, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40000000 read(3, "# Automatically generated config"..., 4096) = 1141 read(3, "", 4096) = 0 close(3) = 0 munmap(0x40000000, 4096) = 0 open("/tmp/cputransp_tb.log", O_WRONLY|O_APPEND|O_CREAT, 0666) = 3 fstat64(3, {st_mode=S_IFREG|0644, st_size=527861, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40001000 fstat64(3, {st_mode=S_IFREG|0644, st_size=527861, ...}) = 0 _llseek(3, 527861, [527861], SEEK_SET) = 0 stat64(".", {st_mode=S_IFDIR|0755, st_size=1192, ...}) = 0 stat64("/tmp/emacs", {st_mode=S_IFDIR|0755, st_size=1192, ...}) = 0 gettimeofday({1202673636, 341111}, NULL) = 0 open("/scratchbox/etc/localtime", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=2295, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40002000 read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0"..., 4096) = 2295 close(4) = 0 munmap(0x40002000, 4096) = 0 getpid() = 23296 open("/scratchbox/etc/scratchbox-version", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0644, st_size=38, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40000000 read(4, "1.0.8\nWed, 1 Aug 2007 15:05:22 "..., 4096) = 38 close(4) = 0 munmap(0x40000000, 4096) = 0 open("src/temacs", O_RDONLY) = 4 fstat64(4, {st_mode=S_IFREG|0775, st_size=21222617, ...}) = 0 old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40002000 read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\2\0(\0\1\0\0\0\310C\1\000"..., 4096) = 4096 close(4) = 0 munmap(0x40002000, 4096) = 0 write(3, "[2008-02-10 20:00:36 23296] meth"..., 184) = 184 rt_sigaction(SIGCHLD, {0x8048bb0, [], SA_RESTORER, 0x80499b8}, NULL, 8) = 0 rt_sigaction(SIGTERM, {0x8048bc0, [], SA_RESTORER, 0x80499b8}, NULL, 8) = 0 rt_sigaction(SIGHUP, {0x8048bc0, [], SA_RESTORER, 0x80499b8}, NULL, 8) = 0 rt_sigaction(SIGINT, {0x8048bc0, [], SA_RESTORER, 0x80499b8}, NULL, 8) = 0 fork() = 23297 waitpid(23297, 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 [{WIFEXITED(s) && WEXITSTATUS(s) == 245}], 0) = 23297 --- SIGCHLD (Child exited) @ 0 (0) --- sigreturn() = ? (mask now [RTMIN]) gettimeofday({1202673637, 380009}, NULL) = 0 getpid() = 23296 write(3, "[2008-02-10 20:00:37 23296] rc: "..., 52) = 52 munmap(0x40001000, 4096) = 0 exit_group(245) = ?