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: Tue, 1 Feb 2011 13:11:23 +0100 Message-ID: References: <8362t7heca.fsf@gnu.org> <4D44505B.4020004@gmail.com> <87wrlniozg.fsf@member.fsf.org> <8339obh762.fsf@gnu.org> <83sjwafe1n.fsf@gnu.org> <4D476470.1070704@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1296562317 12749 80.91.229.12 (1 Feb 2011 12:11:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 12:11:57 +0000 (UTC) Cc: Eli Zaretskii , tassilo@member.fsf.org, emacs-devel@gnu.org To: Christoph Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Feb 01 13:11:52 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 1PkF5L-0005fu-Bq for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2011 13:11:51 +0100 Original-Received: from localhost ([127.0.0.1]:38566 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkF5K-0001Tb-Pn for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2011 07:11:50 -0500 Original-Received: from [140.186.70.92] (port=52473 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkF5H-0001TT-5p for emacs-devel@gnu.org; Tue, 01 Feb 2011 07:11:47 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkF5G-0006I9-DB for emacs-devel@gnu.org; Tue, 01 Feb 2011 07:11:47 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:51814) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkF5E-0006HX-M1; Tue, 01 Feb 2011 07:11:44 -0500 Original-Received: by eyh6 with SMTP id 6so2961356eyh.0 for ; Tue, 01 Feb 2011 04:11:43 -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:content-transfer-encoding; bh=Q9mRMpeshM+fx6k8AhU55VuLI8ZAdL+IBftgZo0WKr8=; b=iYqOu1zseTz5MUlwbLVR+SAanLAO6YhFJ/aN/H27fluGs6JqLRkc7j75VG+t79id2L BDxeRkwHu30m0TOHu7MzXhC96YyPAEnV/MzVVp1+RAH3unI6IRnVQRXj1QwNOBrYOh+0 4ZrQZB0SJ668f1XYNtAgY1bL/qr0o1yQxentI= 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:content-transfer-encoding; b=BSujR/UG2s4oC8EvTSL+7SYh9EMofKzehmSX7zQBqZEi9W2wHgqFYI4cLGrB7WCX0U MS4T560dUHrMn02gyMY3w9754k5bjbXnpkeSZ/blofembqJZrGk3xgaJIcYFLMMc5A36 /b8lNsa5KLs/fB4BKPJVC2qXJpnG7+vaqWH5g= Original-Received: by 10.213.32.199 with SMTP id e7mr9980748ebd.93.1296562303478; Tue, 01 Feb 2011 04:11:43 -0800 (PST) Original-Received: by 10.213.36.11 with HTTP; Tue, 1 Feb 2011 04:11:23 -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:135398 Archived-At: On Tue, Feb 1, 2011 at 11:14 AM, Lennart Borgman wrote: > On Tue, Feb 1, 2011 at 2:40 AM, Christoph wro= te: >>> =C2=A0 =C2=A0 @echo ***************************************************= *********** >>> =C2=A0 =C2=A0 @echo *** make info >>> =C2=A0 =C2=A0 @echo ***************************************************= *********** >> >> Is this one of your scripts? > > Yes. > >>> Any hints? Anyone else seeing this kind of trouble on w32 lately? I noticed there where some strange processes running ssl.exe from strawberry perl so I tested to uninstall this perl and installing activeperl instead. After this I tried building Emacs and now it worked. Though I am still not sure where the problem really is. I have also disabled "Windows Search" and some other services. I might look deeper into this if I get time. Hints still very much appreciated.