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: Mon, 11 Feb 2008 14:05:30 -0800 Message-ID: <200802112205.m1BM5Ves000545@sallyv1.ics.uci.edu> References: <200802111729.m1BHTcim015149@sallyv1.ics.uci.edu> <5070.1202763499@norvel.baumann-gauting.site> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202767650 4904 80.91.229.12 (11 Feb 2008 22:07:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Feb 2008 22:07:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: dtbaumann@yahoo.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 11 23:07:51 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 1JOgoN-00015t-0U for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 23:07:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOgnt-00015T-NZ for ged-emacs-devel@m.gmane.org; Mon, 11 Feb 2008 17:07:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JOgnp-00015B-Sh for emacs-devel@gnu.org; Mon, 11 Feb 2008 17:07:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JOgnm-000147-3Y for emacs-devel@gnu.org; Mon, 11 Feb 2008 17:07:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JOgnl-00013u-UY for emacs-devel@gnu.org; Mon, 11 Feb 2008 17:07:01 -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 1JOgnl-0001oY-Ct for emacs-devel@gnu.org; Mon, 11 Feb 2008 17:07:01 -0500 X-ICS-MailScanner-Watermark: 1203372333.52359@mYoCN9gYqpftPsQbdZ77XQ 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 m1BM5Ves000545; Mon, 11 Feb 2008 14:05:31 -0800 (PST) In-Reply-To: <5070.1202763499@norvel.baumann-gauting.site> (Thomas Baumann's message of "Mon, 11 Feb 2008 21:58:19 +0100") Original-Lines: 29 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:88798 Archived-At: Thomas Baumann writes: > Dan Nicolaescu wrote: > > > Thomas Baumann writes: > > > > > 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. > > > > Not sure if this helps, but first try to bootstrap on the host so that > > you have all the .elc files, and then configure for the target again and > > just run make. (If the problem you are facing is the byte compiler > > encoding bug that's been discussed here, you might be able to get over > > it this way)... > > > > I think I tried this before - configure with CHINOOK_X86 and compile > (works ok). configure with CHINOOK_ARMEL... and a new error... Sorry, no other ideas. Maybe when you can run on the target, you could try debugging to see what is actually going on...