From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Symbol's chain of function indirections contains a loop Date: Sun, 30 Jan 2011 12:04:16 +0100 Message-ID: References: <8362t7heca.fsf@gnu.org> <4D44505B.4020004@gmail.com> <87wrlniozg.fsf@member.fsf.org> <8339obh762.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1296385491 15648 80.91.229.12 (30 Jan 2011 11:04:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 30 Jan 2011 11:04:51 +0000 (UTC) Cc: cschol2112@googlemail.com, Tassilo Horn , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 30 12:04:46 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 1PjV5J-0008Fq-N7 for ged-emacs-devel@m.gmane.org; Sun, 30 Jan 2011 12:04:45 +0100 Original-Received: from localhost ([127.0.0.1]:58316 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjV5I-0006CX-O5 for ged-emacs-devel@m.gmane.org; Sun, 30 Jan 2011 06:04:44 -0500 Original-Received: from [140.186.70.92] (port=37302 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjV5D-00067P-TZ for emacs-devel@gnu.org; Sun, 30 Jan 2011 06:04:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjV5D-0002lt-2S for emacs-devel@gnu.org; Sun, 30 Jan 2011 06:04:39 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:34584) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjV5B-0002ld-D8; Sun, 30 Jan 2011 06:04:37 -0500 Original-Received: by eyh6 with SMTP id 6so2095633eyh.0 for ; Sun, 30 Jan 2011 03:04:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=o5LOm3PwWXsUCS7ZZfourvnWVNtXE2SI5vNEs3WYZto=; b=bLRp0dBIKOXpn0LnejHhVmrExcabczlXf3KrTzlnN4Eb5ujwC897U00g9fYRziSKlq CLroaSdPfKEjLJuT8lrvzodT+Al7mAiaSzHckjGHp78jmf3D9MhwKIFIGt5L4RQzbaqw taRA02dapwn3idVpV/K2OaFUFy18QkwZRiSZk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=EPNGCaxFByQhQhchc3xaxfMfhh57PTHU4KhFqMnwSnFlQXpqx8gL2Xn2Rwi12+nyU3 fSN6gKJKlpH/unBD+EmH48zg4oP+SceX9QLY/DSXvTw4NmAzC15PVQIl+Brpv5MBsLcG ZflYCu698RZS3+nYN3l1DAoqRg+anF/cpD6kc= Original-Received: by 10.213.32.199 with SMTP id e7mr7052911ebd.93.1296385476274; Sun, 30 Jan 2011 03:04:36 -0800 (PST) Original-Received: by 10.213.36.11 with HTTP; Sun, 30 Jan 2011 03:04:16 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.215.169 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:135234 Archived-At: On Sat, Jan 29, 2011 at 10:00 PM, Lennart Borgman wrote: > On Sat, Jan 29, 2011 at 7:54 PM, Eli Zaretskii wrote: >>> > >>> > Yes, make bootstrap hangs for me on the following line: >>> > >>> > Wrote d:/devel/emacs/emacs-bzr/trunk/lisp/vc/vc-svn.elc > > It hangs there for me too. I have no idea of what is going on, but I notice these defaliases ./ldefs-boot.el:30154:(defalias 'vc-pull 'vc-update) ./loaddefs.el:29693:(defalias 'vc-update 'vc-pull) and that vc-update is mentioned several times in autoload comments.