From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Bootstrapping on Windows hangs on net-utils Date: Mon, 25 Feb 2008 01:30:20 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203899442 18338 80.91.229.12 (25 Feb 2008 00:30:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 00:30:42 +0000 (UTC) To: "Emacs Devel" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 25 01:31:07 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 1JTRFF-0002St-8n for ged-emacs-devel@m.gmane.org; Mon, 25 Feb 2008 01:31:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTREj-0004qi-Kp for ged-emacs-devel@m.gmane.org; Sun, 24 Feb 2008 19:30:29 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTREf-0004oK-68 for emacs-devel@gnu.org; Sun, 24 Feb 2008 19:30:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTREb-0004o2-Qx for emacs-devel@gnu.org; Sun, 24 Feb 2008 19:30:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTREb-0004nz-Ll for emacs-devel@gnu.org; Sun, 24 Feb 2008 19:30:21 -0500 Original-Received: from el-out-1112.google.com ([209.85.162.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JTREb-00080W-DL for emacs-devel@gnu.org; Sun, 24 Feb 2008 19:30:21 -0500 Original-Received: by el-out-1112.google.com with SMTP id m34so1139468ele.10 for ; Sun, 24 Feb 2008 16:30:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=r2CI/TKxadwRHdjwvZl2ovXdF7Xj+lxA48huRKq4PkA=; b=lA8BzUvu1C5B718TCj0/3ci9AcFumCCUrFeZ1G8Q2KTAhMviZqVBxgAgD3naVoaWffb1AyBmqa9n7b4uI6qTOqNiCl4DzPu4QBGTiH3HgJ7dswgDagEUjxZXBV265ZMgDkTgutS3zdzt8u2H7TIW9a8uX++X7tMQEmNof8+52Uw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=J3zgl7klEILkzbAUozke3HUSUWbGhfIczP6mdkVaMga9rRhwWKJdiKMmfZt+MuoXbe+YrXNiD59kTq72gQDJCcQdUggs+ApO2xV264LPilDqYQhwLxwmiaAS+7pUDp9tbAhS8D4OQ/HBx4JjiGshZ9iuaeOjThkK0Vhv5PXVQ5k= Original-Received: by 10.114.195.19 with SMTP id s19mr2665389waf.57.1203899420216; Sun, 24 Feb 2008 16:30:20 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Sun, 24 Feb 2008 16:30:20 -0800 (PST) Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:90320 Archived-At: Bootstrapping the trunk on Windows with gcc 4.2.1 hangs while byte-compiling net/net-utils.el. Reverting this file to 1.29 (the version before the last 22.X branch merge) fixes the problem. Juanma