From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Michael Reilly Newsgroups: gmane.emacs.devel Subject: Re: Bootstrapping fails Date: Sun, 13 Jan 2008 04:51:04 -0500 Message-ID: <4789DF08.3010901@pajato.com> References: <87prw685e1.fsf@ID-24456.user.uni-berlin.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1200222172 26559 80.91.229.12 (13 Jan 2008 11:02:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jan 2008 11:02:52 +0000 (UTC) Cc: Christoph Conrad To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 13 12:03:13 2008 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.50) id 1JE0cR-0001lB-0C for ged-emacs-devel@m.gmane.org; Sun, 13 Jan 2008 12:03:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JE0c3-0002im-4A for ged-emacs-devel@m.gmane.org; Sun, 13 Jan 2008 06:02:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JE0bl-0002d6-JE for emacs-devel@gnu.org; Sun, 13 Jan 2008 06:02:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JE0bg-0002b3-Ij for emacs-devel@gnu.org; Sun, 13 Jan 2008 06:02:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JE0bg-0002ax-DL for emacs-devel@gnu.org; Sun, 13 Jan 2008 06:02:24 -0500 Original-Received: from 68-191-253-210.static.oxfr.ma.charter.com ([68.191.253.210] helo=copa.pajato.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JE0bg-0001ic-4T for emacs-devel@gnu.org; Sun, 13 Jan 2008 06:02:24 -0500 Original-Received: from lilly.pajato.com (68-191-253-213.static.oxfr.ma.charter.com [68.191.253.213]) (authenticated bits=0) by copa.pajato.com (8.14.1/8.13.8) with ESMTP id m0D9p4so029751 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 13 Jan 2008 04:51:05 -0500 User-Agent: Thunderbird 2.0.0.9 (X11/20071115) In-Reply-To: <87prw685e1.fsf@ID-24456.user.uni-berlin.de> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-3.0 (copa.pajato.com [68.191.253.210]); Sun, 13 Jan 2008 04:51:05 -0500 (EST) X-MIME-Autoconverted: from 8bit to quoted-printable by copa.pajato.com id m0D9p4so029751 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-Greylist: delayed 4275 seconds by postgrey-1.27 at monty-python; Sun, 13 Jan 2008 06:02:23 EST 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:86838 Archived-At: Christoph Conrad wrote: > Cuurent CVS Emacs: >=20 > make[1]: Entering directory `/var/local/cc/news/emacs/src' > make[1]: *** Keine Regel vorhanden, um das Target =BB/var/local/cc/news= /emacs/src/../lisp/emacs-lisp/byte-run.elc=AB, > ben=F6tigt von =BB../etc/DOC=AB, zu erstellen. Schluss. >=20 > Means: no rule to make byte-run.elc needed by ../etc/DOC. Bootstrapping fails for me too but with a different signature. After=20 getting a similar failure when compiling tex-mode.elc, I decided to to a=20 fresh checkout and got the following: [pmr@lilly emacs]$ ./configure checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu ... checking for C restricted array declarations... yes Configured for `i686-pc-linux-gnu'. Where should the build process find the source code?=20 /home/pmr/projects/gnu/emacs What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/intel386.h' What compiler should emacs be built with? gcc -g -O2=20 -Wno-pointer-sign Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? LUCID Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? yes Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? no Does Emacs use -lgpm? yes Does Emacs use X toolkit scroll bars? yes ... Compiling /home/pmr/projects/gnu/emacs/lisp/./url/url-cache.el /usr/local/libexec/emacs/23.0.50/i686-pc-linux-gnu/movemail: invalid=20 option -- - Wrote /home/pmr/projects/gnu/emacs/lisp/url/url-cache.elc ... Compiling /home/pmr/projects/gnu/emacs/lisp/./gnus/gnus-bookmark.el /usr/local/libexec/emacs/23.0.50/i686-pc-linux-gnu/movemail: invalid=20 option -- - In toplevel form: gnus/gnus-bookmark.el:57:1:Error: End of file during parsing:=20 /home/pmr/projects/gnu/emacs/lisp/gnus/gnus-art.elc make[2]: *** [compile] Error 1 make[2]: Leaving directory `/home/pmr/projects/gnu/emacs/lisp' make[1]: *** [bootstrap-build] Error 2 make[1]: Leaving directory `/home/pmr/projects/gnu/emacs' make: *** [bootstrap] Error 2 [pmr@lilly emacs]$ So my guess is that a problem has recently been introduced into the byte=20 compiler. I'm also guessing that the "invalid option -- -" error that occurs on=20 movemail is a red herring but does represent a build time issue in that=20 the wrong instance of "movemail" is being used. Hope all that is helpful to somebody. -pmr