From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christoph Newsgroups: gmane.emacs.devel Subject: Re: Symbol's chain of function indirections contains a loop Date: Sat, 29 Jan 2011 10:37:31 -0700 Message-ID: <4D44505B.4020004@gmail.com> References: <8362t7heca.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296322672 7185 80.91.229.12 (29 Jan 2011 17:37:52 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2011 17:37:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 29 18:37:47 2011 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 1PjEk7-0005i5-1K for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 18:37:47 +0100 Original-Received: from localhost ([127.0.0.1]:39606 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjEk6-0003n8-I0 for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 12:37:46 -0500 Original-Received: from [140.186.70.92] (port=39154 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjEjz-0003li-96 for emacs-devel@gnu.org; Sat, 29 Jan 2011 12:37:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjEjy-00048I-A0 for emacs-devel@gnu.org; Sat, 29 Jan 2011 12:37:39 -0500 Original-Received: from mail-yi0-f41.google.com ([209.85.218.41]:37095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjEjw-00047D-4Z; Sat, 29 Jan 2011 12:37:36 -0500 Original-Received: by yia25 with SMTP id 25so1863949yia.0 for ; Sat, 29 Jan 2011 09:37:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=a1TXK/rHiUCmtmo/R6o0xxgcx0t85Nyld4bC1Qvi3yM=; b=uxkFGmxnEiBaG9wnDDQ8ajX5xVhPg4j2zx+wXOl4GAC64Jx50sm4eScnyRcdHITNUR sEF+t+Dk+JzSaMAzMrdT//KtQhdRcw72cUdeNOdRcGxRj9LuMZvJ9KiNc2EP1OzQjEcA ETZIAC0BDxwm/I4OFb0mOlb4VUzH8yYiweSpI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=JEGw0H9c6+wZ2YuTTbX+S3Fk86YwxkagG8QqzFAVdceNDW5HuzGyhes3fICXUGDP48 dmvXEyy6Z/UJPddulEOKmzRDyOyB55I/KvG18CiZfZeK4XeNAmxv4EX21ziDi7/DmcA4 e1cI3MhCQDX8CiZzPWYc1RHy3qo1/3DQt1uh4= Original-Received: by 10.236.109.146 with SMTP id s18mr8462374yhg.28.1296322654944; Sat, 29 Jan 2011 09:37:34 -0800 (PST) Original-Received: from [192.168.1.4] (71-208-140-84.hlrn.qwest.net [71.208.140.84]) by mx.google.com with ESMTPS id i18sm3386062yhd.22.2011.01.29.09.37.33 (version=SSLv3 cipher=RC4-MD5); Sat, 29 Jan 2011 09:37:34 -0800 (PST) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 In-Reply-To: <8362t7heca.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.218.41 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:135220 Archived-At: On 1/29/2011 9:19 AM, Eli Zaretskii wrote: > Some of the messages are about vc-pull. > The bootstrap hangs completely when it comes to compile vc.el. > Anyone else sees this? Yes, make bootstrap hangs for me on the following line: Wrote d:/devel/emacs/emacs-bzr/trunk/lisp/vc/vc-svn.elc Christoph