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: Mon, 31 Jan 2011 18:40:00 -0700 Message-ID: <4D476470.1070704@gmail.com> References: <8362t7heca.fsf@gnu.org> <4D44505B.4020004@gmail.com> <87wrlniozg.fsf@member.fsf.org> <8339obh762.fsf@gnu.org> <83sjwafe1n.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1296525956 20252 80.91.229.12 (1 Feb 2011 02:05:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 02:05:56 +0000 (UTC) Cc: Eli Zaretskii , tassilo@member.fsf.org, emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 01 03:05: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 1Pk5cn-0002qf-RZ for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2011 03:05:46 +0100 Original-Received: from localhost ([127.0.0.1]:37050 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk5EP-0007Id-9N for ged-emacs-devel@m.gmane.org; Mon, 31 Jan 2011 20:40:33 -0500 Original-Received: from [140.186.70.92] (port=38982 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pk5ED-0007G7-LR for emacs-devel@gnu.org; Mon, 31 Jan 2011 20:40:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pk5E4-0006w9-Ba for emacs-devel@gnu.org; Mon, 31 Jan 2011 20:40:17 -0500 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:60870) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pk5Dz-0006tp-47; Mon, 31 Jan 2011 20:40:07 -0500 Original-Received: by qyk7 with SMTP id 7so3719444qyk.0 for ; Mon, 31 Jan 2011 17:40:05 -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=C/QLJzZZRQtZ4gKjMrdAez+bKBfhaxQjVkcqUnAX8eM=; b=baZyvsXN8E0HFQjuICp6WlP/AbB7wXwFIqtnle09mdS5pgmWOs7Hv12zX/eKFQc5T9 X+eifLBiJji7EQbC9wTkvMLobQseNYtn20SzXCI7PyF4c6UfWFPVAVvCfN5eJQylwEVs n7UPhFcJbZJAF3OvJQi8d6uhkqmJftXvE1YzI= 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=xSn7MfnjT+NHardTvki4fFJbp4TzvcF1S5HIBPyZXET6XdZJIte/z7ApC+RlwbDLzS GlYxmqd5AKGz+wZk54RRR9Y4r6wQmt/v410aFtmTpGhv0z5shZiH9lNGm5rrkOkA3wFb tevwnGjLEZ9B6Uek8ZbUdtEvffR/t6kqtC6/g= Original-Received: by 10.229.217.133 with SMTP id hm5mr6484925qcb.40.1296524405481; Mon, 31 Jan 2011 17:40:05 -0800 (PST) Original-Received: from [192.168.1.2] (71-208-195-78.hlrn.qwest.net [71.208.195.78]) by mx.google.com with ESMTPS id s10sm15231648qco.11.2011.01.31.17.40.01 (version=SSLv3 cipher=RC4-MD5); Mon, 31 Jan 2011 17:40:04 -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: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.216.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:135372 Archived-At: On 1/31/2011 6:20 PM, Lennart Borgman wrote: > It is somewhere here: > > make --debug=b bootstrap 2>&1 | tee %trace-tmp% > @findstr /m /c:"Error 2" %trace-tmp% > @if %errorlevel% EQU 0 goto end > cd %curr-wd% > > @if "%2"=="mkbootstrap" goto end > :mkinfo > @echo. > @echo. > @echo ************************************************************** > @echo *** make info > @echo ************************************************************** Is this one of your scripts? > Any hints? Anyone else seeing this kind of trouble on w32 lately? No, aside from the recent breakages due to gnulib I have had no problems building the trunk. Christoph