From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: bug#327: 23.0.60; make bootstrap fails from CVS Date: Wed, 04 Jun 2008 10:25:08 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86wsl55ijv.fsf@lifelogs.com> References: <86ej7nenp4.fsf@lifelogs.com> <868wxv73hy.fsf@lifelogs.com> <863anvbn06.fsf@lifelogs.com> <86r6be77ya.fsf@lifelogs.com> <86iqwq72zi.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212595738 17682 80.91.229.12 (4 Jun 2008 16:08:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 16:08:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 18:09:40 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 1K3vYE-0001MQ-Fh for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 18:09:26 +0200 Original-Received: from localhost ([127.0.0.1]:49374 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3vXS-0000A1-1H for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 12:08:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3vR7-0000kr-GH for emacs-devel@gnu.org; Wed, 04 Jun 2008 12:02:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3vR5-0000ji-6n for emacs-devel@gnu.org; Wed, 04 Jun 2008 12:02:04 -0400 Original-Received: from [199.232.76.173] (port=55602 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3vR4-0000jF-Qh for emacs-devel@gnu.org; Wed, 04 Jun 2008 12:02:02 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:54231 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K3uo2-0003rd-J2 for emacs-devel@gnu.org; Wed, 04 Jun 2008 11:21:43 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K3unq-00052E-TD for emacs-devel@gnu.org; Wed, 04 Jun 2008 15:21:31 +0000 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jun 2008 15:21:30 +0000 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 Jun 2008 15:21:30 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 48 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:rD/p+pp+E4DjYpzPMaarRIpKtjI= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:98392 Archived-At: On Tue, 03 Jun 2008 16:01:25 -0400 Glenn Morris wrote: GM> Ted Zlatanov wrote: >> TAGS TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) >> els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/[^ ]*loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ >> ${ETAGS} -o $@ $$els >> >> is what breaks things. GM> Weird. I did change this recently, for largely cosmetic reasons. GM> Does it help to revert my 2008-05-23 lisp/Makefile changes? Strangely, no. The compilation works with TAGS: $(lisptagsfiles1) els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ ${ETAGS} $$els TAGS-LISP: $(lisptagsfiles1) els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ ${ETAGS} -o TAGS-LISP $$els but not TAGS: $(lisptagsfiles1) $(lisptagsfiles2) els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ ${ETAGS} $$els TAGS-LISP: $(lisptagsfiles1) $(lisptagsfiles2) els=`echo $(lisptagsfiles1) $(lisptagsfiles2) | sed -e "s,$(lisp)/loaddefs[^ ]*,," -e "s,$(lisp)/ldefs-boot[^ ]*,,"`; \ ${ETAGS} -o TAGS-LISP $$els in the generated Makefile, so there's no practical difference. I'm wondering if it's exhausting some internal Make limit. But why would it only happen to my system? And why did it work before May 23? If you have no ideas, off to the Make help list I go. >> make[1]: *** No rule to make target `/home/tzz/source/emacs/lisp/face-remap.elc', needed by `compile-main'. Stop. GM> Does a cvs update help with that? Yes, but the saga continues with... make[3]: *** No rule to make target `/home/tzz/source/emacs/lisp/international/ccl.elc', needed by `compile-main'. Stop. make[3]: Leaving directory `/home/tzz/source/emacs/lisp' Ted