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: old bootstrap error emerges again Date: Sat, 18 Mar 2006 20:01:42 +0200 Message-ID: References: <8764mcrmjz.fsf@emacsfans.org> <87fylfptxa.fsf@emacsfans.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1142704937 7053 80.91.229.2 (18 Mar 2006 18:02:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Mar 2006 18:02:17 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 18 19:02:14 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FKfkd-0005WY-Tb for ged-emacs-devel@m.gmane.org; Sat, 18 Mar 2006 19:02:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKfkd-0003oZ-IF for ged-emacs-devel@m.gmane.org; Sat, 18 Mar 2006 13:02:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FKfkS-0003lf-Q8 for emacs-devel@gnu.org; Sat, 18 Mar 2006 13:01:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FKfkO-0003j8-7x for emacs-devel@gnu.org; Sat, 18 Mar 2006 13:01:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FKfkL-0003iS-D5 for emacs-devel@gnu.org; Sat, 18 Mar 2006 13:01:49 -0500 Original-Received: from [192.114.186.17] (helo=gandalf.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FKfpU-00041I-Hf for emacs-devel@gnu.org; Sat, 18 Mar 2006 13:07:08 -0500 Original-Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id IEN14693; Sat, 18 Mar 2006 20:01:42 +0200 (IST) Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-248-61.inter.net.il [84.228.248.61]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id CXO26501 (AUTH halo1); Sat, 18 Mar 2006 20:01:42 +0200 (IST) Original-To: emacs-devel@gnu.org In-reply-to: <87fylfptxa.fsf@emacsfans.org> (message from Zhang Wei on Sun, 19 Mar 2006 01:02:57 +0800) 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:51820 Archived-At: > Cc: eliz@gnu.org > From: Zhang Wei > Date: Sun, 19 Mar 2006 01:02:57 +0800 > > > I understood your description. Still, I'm asking for the full > > transcript of the bootstrap, because there might be something else > > going on that you didn't see. On my machine (without MSYS) the > > bootstrap always succeeds. By comparing your transcript with mine, I > > might be able to understand what went wrong on your system. > > The following packages have been downloaded and installed: > > MSYS-1.0.10.exe libungif-4.1.0b1-bin.zip xpm-3.5.1-1-src.exe > MinGW-3.1.0-1.exe libungif-4.1.0b1-src.zip xpm-3.5.1-1.exe > jpeg-6b-4.exe mingw32-make-3.80.0-3.exe zlib-1.2.3.exe > libpng-1.2.8.exe tiff-win32-3.6.1-2.exe > > The attached file is the transcript produced by > > cd nt > configure --with-gcc --no-cygwin --no-debug 2>&1 | tee transcript.txt > make bootstrap 2>&1 | tee -a transcript.txt Thanks. > It's too big to post directly, I have to compress it, and send it as > an attachment. It's not too big. Please in the future post as inline text. I see in your transcript that Emacs looks for DOC, whereas it should have looked for DOC-X. I explained why in another message in this thread. Could you please try to find out why Emacs looks for DOC on your system?