From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Trunk bootstrap failure [Cygwin] Date: Mon, 05 Jul 2010 22:29:25 -0400 Message-ID: References: <4C326C4F.2010604@alice.it> 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 1278383376 24576 80.91.229.12 (6 Jul 2010 02:29:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 6 Jul 2010 02:29:36 +0000 (UTC) Cc: emacs To: Angelo Graziosi Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 06 04:29:35 2010 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 1OVxud-0004BQ-OD for ged-emacs-devel@m.gmane.org; Tue, 06 Jul 2010 04:29:32 +0200 Original-Received: from localhost ([127.0.0.1]:36837 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVxuc-0006aC-TV for ged-emacs-devel@m.gmane.org; Mon, 05 Jul 2010 22:29:30 -0400 Original-Received: from [199.232.76.173] (port=54314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVxuY-0006a5-Jq for emacs-devel@gnu.org; Mon, 05 Jul 2010 22:29:26 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1OVxuX-0000Ii-FC for emacs-devel@gnu.org; Mon, 05 Jul 2010 22:29:26 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:58805) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1OVxuX-0000Id-9u for emacs-devel@gnu.org; Mon, 05 Jul 2010 22:29:25 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1OVxuX-0005Oy-54; Mon, 05 Jul 2010 22:29:25 -0400 In-Reply-To: <4C326C4F.2010604@alice.it> (Angelo Graziosi's message of "Tue\, 06 Jul 2010 01\:35\:43 +0200") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:126812 Archived-At: Angelo Graziosi writes: > Current trunk (rev. 100729) fails to bootstrap on Cygwin in this way: > > [...] > gcc -c -Demacs -DHAVE_CONFIG_H -I. -I/tmp/emacs/src -D_REENTRANT > -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include > -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 > -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1=20 > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/freetype2 -D_REENTRANT -I/usr/include/librsvg-2=20 > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include > -I/usr/include/gtk-2.0 -I/usr/include/cairo -I/usr/include/pixman-1=20 > -I/usr/include/freetype2 -I/usr/include/libpng12 > -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -DORBIT2=3D1 > -D_REENTRANT -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 > -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include > -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -O2 > -Wdeclaration-after-statement -Wno-pointer-sign -MMD -MF > deps/ecrt0.d /tmp/emacs/src/ecrt0.c > /tmp/emacs/src/ecrt0.c: In function =E2=80=98_start=E2=80=99: > /tmp/emacs/src/ecrt0.c:74: error: too few arguments to function =E2=80=98= start1=E2=80=99 > make[2]: *** [ecrt0.o] Error 1 > make[2]: Leaving directory `/tmp/emacs/build/src' > make[1]: *** [src] Error 2 > make[1]: Leaving directory `/tmp/emacs/build' > make: *** [bootstrap] Error 2 > > The bootstrap I did on 01 July (rev. 100669) was fine. I reverted the conversion to standard C for ecrt0.c, it should be fine now. cygwin is the only user for ecrt0.c Can you please experiment changing=20 START_FILES=3D'ecrt0.o' to either: START_FILES=3D'pre-crt0.o' or START_FILES=3D in emacs/configure and see if any of those work?