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: Bootstrap failure [linux] Date: Sun, 23 May 2010 20:01:54 +0300 Message-ID: <83vdaeo8l9.fsf@gnu.org> References: <4BF900AC.8090604@alice.it> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: dough.gmane.org 1274634199 5283 80.91.229.12 (23 May 2010 17:03:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 23 May 2010 17:03:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 23 19:03:17 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 1OGEa1-0004S6-Tk for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 19:03:14 +0200 Original-Received: from localhost ([127.0.0.1]:51921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGEa1-0007B7-7n for ged-emacs-devel@m.gmane.org; Sun, 23 May 2010 13:03:13 -0400 Original-Received: from [140.186.70.92] (port=39916 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OGEZt-00079I-Fl for emacs-devel@gnu.org; Sun, 23 May 2010 13:03:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OGEZr-0002ax-NN for emacs-devel@gnu.org; Sun, 23 May 2010 13:03:05 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:43966) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OGEZr-0002ao-F0 for emacs-devel@gnu.org; Sun, 23 May 2010 13:03:03 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L2V00I00TWSPD00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sun, 23 May 2010 20:01:56 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([84.229.45.48]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L2V0089TTZ437V0@a-mtaout20.012.net.il>; Sun, 23 May 2010 20:01:56 +0300 (IDT) In-reply-to: <4BF900AC.8090604@alice.it> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.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:125133 Archived-At: > Date: Sun, 23 May 2010 12:17:16 +0200 > From: Angelo Graziosi >=20 > Current trunk (rev. 100417) fails to bootstrap on GNU/Linux Kubuntu= =20 > 10.04 (GCC 4.4.3) with: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > [...] > /tmp/work/emacs/src/xdisp.c: In function =E2=80=98init_iterator= =E2=80=99: > /tmp/work/emacs/src/xdisp.c:2604: error: argument =E2=80=98charpos= =E2=80=99 doesn=E2=80=99t=20 > match prototype > /tmp/work/emacs/src/dispextern.h:2914: error: prototype declaration > /tmp/work/emacs/src/xdisp.c:2604: error: argument =E2=80=98bytepos= =E2=80=99 doesn=E2=80=99t=20 > match prototype > /tmp/work/emacs/src/dispextern.h:2914: error: prototype declaration Sorry, my bad. Should be fixed now. > But I noticed also many warnings: >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D > [...] > /tmp/work/emacs/lib-src/make-docfile.c:167: warning: ignoring retur= n=20 > value of =E2=80=98chdir=E2=80=99, declared with attribute warn_unus= ed_result > /tmp/work/emacs/lib-src/make-docfile.c: In function =E2=80=98scan_c= _file=E2=80=99: > /tmp/work/emacs/lib-src/make-docfile.c:677: warning: ignoring retur= n=20 > value of =E2=80=98fscanf=E2=80=99, declared with attribute warn_unu= sed_result > /tmp/work/emacs/lib-src/make-docfile.c:682: warning: ignoring retur= n=20 > value of =E2=80=98fscanf=E2=80=99, declared with attribute warn_unu= sed_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.