From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: The bootstrap of Emacs on Cygwin is broken [Is also: unicode branch is merged to trunk] Date: Sat, 02 Feb 2008 21:43:42 +0200 Message-ID: References: <47A381C7.3000003@alice.it> <47A4C54D.5000602@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1201981474 14371 80.91.229.12 (2 Feb 2008 19:44:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 19:44:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 20:44:55 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 1JLOIH-000106-3G for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 20:44:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLOHp-0006iY-7I for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 14:44:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLOHC-0006QL-A2 for emacs-devel@gnu.org; Sat, 02 Feb 2008 14:43:46 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLOHB-0006Pn-Kt for emacs-devel@gnu.org; Sat, 02 Feb 2008 14:43:45 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLOHB-0006Pc-Av for emacs-devel@gnu.org; Sat, 02 Feb 2008 14:43:45 -0500 Original-Received: from heller.inter.net.il ([213.8.233.23]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLOHA-0000DM-NP for emacs-devel@gnu.org; Sat, 02 Feb 2008 14:43:45 -0500 Original-Received: from HOME-C4E4A596F7 ([81.5.35.104]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id EVM48200 (AUTH halo1); Sat, 2 Feb 2008 21:43:39 +0200 (IST) In-reply-to: <47A4C54D.5000602@alice.it> (message from Angelo Graziosi on Sat, 02 Feb 2008 20:32:29 +0100) X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) 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:88049 Archived-At: > Date: Sat, 02 Feb 2008 20:32:29 +0100 > From: Angelo Graziosi > CC: emacs-devel@gnu.org > > `/bin/pwd`/temacs --batch --load loadup bootstrap > 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)... > Note, built-in variable `selection-coding-system' not bound > Loading international/mule (source)... > Loading international/mule-conf.el (source)... Please run this command under GDB, and try to find out why temacs exits prematurely, after (or during) loading mule-conf.el. Does it get a fatal signal, perhaps?