From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Bootstrap failure [linux] Date: Mon, 24 May 2010 00:11:51 +0200 Message-ID: <4BF9A827.4000307@alice.it> References: <4BF900AC.8090604@alice.it> <83vdaeo8l9.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1274652741 28843 80.91.229.12 (23 May 2010 22:12:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 May 2010 22:12:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 24 00:12:20 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OGJP9-00082J-2P for ged-emacs-devel@m.gmane.org; Mon, 24 May 2010 00:12:19 +0200 Original-Received: from localhost ([127.0.0.1]:38818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGJP8-0004VL-D5 for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 18:12:18 -0400 Original-Received: from [140.186.70.92] (port=56427 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGJP1-0004V4-Gl for emacs-devel@gnu.org; Sun, 23 May 2010 18:12:13 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGJP0-0000Fi-Je for emacs-devel@gnu.org; Sun, 23 May 2010 18:12:11 -0400 Original-Received: from smtp-out13.alice.it ([85.33.2.18]:3844) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGJOu-0000EP-E6; Sun, 23 May 2010 18:12:04 -0400 Original-Received: from FBCMMO03.fbc.local ([192.168.68.197]) by smtp-out13.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Mon, 24 May 2010 00:12:02 +0200 Original-Received: from FBCMCL01B08.fbc.local ([192.168.171.46]) by FBCMMO03.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 24 May 2010 00:12:02 +0200 Original-Received: from [82.57.149.120] ([82.57.149.120]) by FBCMCL01B08.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Mon, 24 May 2010 00:12:01 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 In-Reply-To: <83vdaeo8l9.fsf@gnu.org> X-OriginalArrivalTime: 23 May 2010 22:12:02.0070 (UTC) FILETIME=[F85A9360:01CAFAC4] X-detected-operating-system: by eggs.gnu.org: Windows 2000 SP4, XP SP1+ 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:125153 Archived-At: Il 23/05/2010 19.01, Eli Zaretskii ha scritto: > >> But I noticed also many warnings: >> >> ======================== >> [...] >> /tmp/work/emacs/lib-src/make-docfile.c:167: warning: ignoring return >> value of ‘chdir’, declared with attribute warn_unused_result >> /tmp/work/emacs/lib-src/make-docfile.c: In function ‘scan_c_file’: >> /tmp/work/emacs/lib-src/make-docfile.c:677: warning: ignoring return >> value of ‘fscanf’, declared with attribute warn_unused_result >> /tmp/work/emacs/lib-src/make-docfile.c:682: warning: ignoring return >> value of ‘fscanf’, declared with attribute warn_unused_result > > That's a misfeature of your system headers and/or of the version of > GCC you are using. (Did you per chance used -Wall?) FWIW, I see no > such warnings with GCC 4.2.4. On Kubuntu 10.04 GCC is 4.4.3 and I do not use -Wall... Basically the build is : configure, make... Perhaps GCC 4.4.3 is too severe :-) Ciao, Angelo.