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: Bootstrap failure [linux] Date: Sun, 23 May 2010 12:17:16 +0200 Message-ID: <4BF900AC.8090604@alice.it> 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 1274609870 2840 80.91.229.12 (23 May 2010 10:17:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 May 2010 10:17:50 +0000 (UTC) To: Emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 23 12:17:45 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 1OG8FX-0001nc-Gd for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 12:17:39 +0200 Original-Received: from localhost ([127.0.0.1]:39776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OG8FW-0003Vb-U6 for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 06:17:38 -0400 Original-Received: from [140.186.70.92] (port=59934 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OG8FP-0003VR-NQ for emacs-devel@gnu.org; Sun, 23 May 2010 06:17:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OG8FO-0000SM-IX for emacs-devel@gnu.org; Sun, 23 May 2010 06:17:31 -0400 Original-Received: from smtp-out13.alice.it ([85.33.2.18]:3109) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OG8FN-0000Rh-Qc for emacs-devel@gnu.org; Sun, 23 May 2010 06:17:30 -0400 Original-Received: from FBCMMO01.fbc.local ([192.168.68.195]) by smtp-out13.alice.it with Microsoft SMTPSVC(6.0.3790.3959); Sun, 23 May 2010 12:17:26 +0200 Original-Received: from FBCMCL01B05.fbc.local ([192.168.69.86]) by FBCMMO01.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sun, 23 May 2010 12:17:26 +0200 Original-Received: from [87.1.235.195] ([87.1.235.195]) by FBCMCL01B05.fbc.local with Microsoft SMTPSVC(6.0.3790.3959); Sun, 23 May 2010 12:17:25 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.1.9) Gecko/20100317 Thunderbird/3.0.4 X-OriginalArrivalTime: 23 May 2010 10:17:25.0928 (UTC) FILETIME=[242E8280:01CAFA61] 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:125103 Archived-At: Current trunk (rev. 100417) fails to bootstrap on GNU/Linux Kubuntu 10.04 (GCC 4.4.3) with: ================= [...] /tmp/work/emacs/src/xdisp.c: In function ‘init_iterator’: /tmp/work/emacs/src/xdisp.c:2604: error: argument ‘charpos’ doesn’t match prototype /tmp/work/emacs/src/dispextern.h:2914: error: prototype declaration /tmp/work/emacs/src/xdisp.c:2604: error: argument ‘bytepos’ doesn’t match prototype /tmp/work/emacs/src/dispextern.h:2914: error: prototype declaration make[2]: *** [xdisp.o] Errore 1 make[2]: *** In attesa di lavori non terminati... make[2]: uscita dalla directory «/tmp/work/emacs/build/src» make[1]: *** [src] Errore 2 make[1]: uscita dalla directory «/tmp/work/emacs/build» make: *** [bootstrap] Errore 2 ================= 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 [...] /tmp/work/emacs/lib-src/movemail.c: In function ‘main’: /tmp/work/emacs/lib-src/movemail.c:494: warning: ignoring return value of ‘ftruncate’, declared with attribute warn_unused_result /tmp/work/emacs/lib-src/movemail.c: In function ‘error’: /tmp/work/emacs/lib-src/movemail.c:615: warning: format not a string literal and no format arguments /tmp/work/emacs/lib-src/movemail.c: In function ‘popmail’: /tmp/work/emacs/lib-src/movemail.c:752: warning: ignoring return value of ‘fchown’, declared with attribute warn_unused_result [...] /tmp/work/emacs/lib-src/hexl.c: In function ‘main’: /tmp/work/emacs/lib-src/hexl.c:184: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result /tmp/work/emacs/lib-src/hexl.c:212: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [...] /tmp/work/emacs/src/frame.c: In function ‘frame_name_fnn_p’: /tmp/work/emacs/src/frame.c:2224: warning: ignoring return value of ‘strtol’, declared with attribute warn_unused_result ======================== Ciao, Angelo.