From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Womang hangs on some links Date: Sat, 07 Jun 2008 23:19:58 -0400 Message-ID: References: <87lk1g29ul.fsf@girafe.maisel.enst-bretagne.fr> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212895219 6818 80.91.229.12 (8 Jun 2008 03:20:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 8 Jun 2008 03:20:19 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: =?iso-8859-1?Q?Fr=E9d=E9ric?= Perrin Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jun 08 05:21:02 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 1K5BSl-0000DO-N9 for ged-emacs-devel@m.gmane.org; Sun, 08 Jun 2008 05:20:59 +0200 Original-Received: from localhost ([127.0.0.1]:44833 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5BRy-00033H-Li for ged-emacs-devel@m.gmane.org; Sat, 07 Jun 2008 23:20:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K5BRt-000321-21 for emacs-devel@gnu.org; Sat, 07 Jun 2008 23:20:05 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K5BRr-00031B-Ez for emacs-devel@gnu.org; Sat, 07 Jun 2008 23:20:03 -0400 Original-Received: from [199.232.76.173] (port=50692 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K5BRr-000318-BT for emacs-devel@gnu.org; Sat, 07 Jun 2008 23:20:03 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:34344) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5BRr-00007V-61 for emacs-devel@gnu.org; Sat, 07 Jun 2008 23:20:03 -0400 Original-Received: from mx10.gnu.org ([199.232.76.166]:45996) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1K5BPx-0006ns-Ju for emacs-pretest-bug@gnu.org; Sat, 07 Jun 2008 23:18:05 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1K5BRn-00006x-4y for emacs-pretest-bug@gnu.org; Sat, 07 Jun 2008 23:20:02 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:46050 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K5BRm-00006t-T1 for emacs-pretest-bug@gnu.org; Sat, 07 Jun 2008 23:19:59 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AikCAILsSkjO+ISodGdsb2JhbACBVJAzASebYw X-IronPort-AV: E=Sophos;i="4.27,607,1204520400"; d="scan'208";a="22278726" Original-Received: from smtp.pppoe.ca (HELO smtp.teksavvy.com) ([65.39.196.238]) by ironport2-out.teksavvy.com with ESMTP; 07 Jun 2008 23:19:58 -0400 Original-Received: from pastel.home ([206.248.132.168]) by smtp.teksavvy.com (Internet Mail Server v1.0) with ESMTP id OJB53958; Sat, 07 Jun 2008 23:19:58 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id B0BEB8864; Sat, 7 Jun 2008 23:19:58 -0400 (EDT) In-Reply-To: <87lk1g29ul.fsf@girafe.maisel.enst-bretagne.fr> (=?iso-8859-1?Q?=22Fr=E9d=E9ric?= Perrin"'s message of "Sat, 07 Jun 2008 23:50:26 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:98662 gmane.emacs.pretest.bugs:22590 Archived-At: > A side question : given the recent discussions about the state of the > toolchain used, I did 'rm -fr emacs ; cvs -d... co emacs ; cd emacs ; > ./configure ; make bootstrap'. Is there a method less network and > CPU-hungry ? You can use a cvs-clean script which just removes all non-CVS-controlled files. This is *much* faster and doesn't require any network access. E.g. I occasionally use the script below. Stefan #!/usr/bin/perl sub cvsclean { my($path) = @_; my(%files) = (); my(@subdirs); print STDOUT "Cleaning $path\n"; opendir (DIR, "$path/") || die "No directory $path"; open (ENTRIES, "$path/CVS/Entries") || die "No $path/CVS/Entries file"; while () { if (m[^D/([^/]+)]) { push (@subdirs, "$path/$1"); } elsif (m[^/([^/]+)/[^/-]]) { $files{$1} = "managed"; } } foreach $entry (readdir(DIR)) { if (!exists ($files{$entry})) { $entry = "$path/$entry"; if (-f $entry) { print STDOUT "unlink $entry\n"; unlink $entry; } } } foreach $subdir (@subdirs) { &cvsclean ($subdir); } } &cvsclean (".");