From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: =?ISO-8859-1?Q?S=E9bastien_Kirche?= Newsgroups: gmane.emacs.devel Subject: Re: make bootstrap on CVS head fails Date: Mon, 6 Sep 2004 15:43:02 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1094478510 22167 80.91.224.253 (6 Sep 2004 13:48:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 6 Sep 2004 13:48:30 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 06 15:48:22 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4Jr3-000808-00 for ; Mon, 06 Sep 2004 15:48:22 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4JwE-0001nu-QB for ged-emacs-devel@m.gmane.org; Mon, 06 Sep 2004 09:53:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C4Jw7-0001ni-Sv for emacs-devel@gnu.org; Mon, 06 Sep 2004 09:53:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C4Jw1-0001mq-Fz for emacs-devel@gnu.org; Mon, 06 Sep 2004 09:53:34 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4Jw1-0001ma-6B for emacs-devel@gnu.org; Mon, 06 Sep 2004 09:53:29 -0400 Original-Received: from [195.25.216.129] (helo=frmailhost.saari.fr) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C4Jqg-00020Z-EX for emacs-devel@gnu.org; Mon, 06 Sep 2004 09:47:58 -0400 Original-Received: from [172.18.1.41] (GOUDURIX [172.18.1.41]) by frmailhost.saari.fr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id PASA2FTG; Mon, 6 Sep 2004 15:48:00 +0200 In-Reply-To: Original-To: emacs-devel X-Mailer: Apple Mail (2.619) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26822 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26822 Hi, I have also a problem with make bootstrap today : it stops with the=20 following (last command): > gcc -I/sw/include -L/sw/lib -fpascal-strings -fno-common -DMAC_OSX=20 > -I../mac/src -DHAVE_CONFIG_H -I. -I../src=20 > -I/Users/seki/Projets/emacs/mac/../lib-src=20 > -I/Users/seki/Projets/emacs/mac/../lib-src/../src -fpascal-strings=20 > -fno-common -DMAC_OSX -I../mac/src -g -O2 -DVERSION=3D"\"21.3.50\""=20= > /Users/seki/Projets/emacs/mac/../lib-src/ebrowse.c getopt.o getopt1.o =20= > -o ebrowse > make[2]: *** No rule to make target=20 > `/Users/seki/Projets/emacs/mac/../lib-src/rcs2log', needed by=20 > `rcs2log'. Stop. > make[1]: *** [lib-src] Error 2 > make: *** [bootstrap] Error 2 > Make bootstrap failed... Aborting make-package. I try to build on OSX with make-package, but i've also get same error=20 =ABno rule to build... rcs2log=BB with Linux IA32. CVS checkout today around 1:00 am GMT+2 Regards, S=E9bastien Kirche=