From owner-freebsd-ports@FreeBSD.ORG Mon May 23 10:36:01 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F15B1065672 for ; Mon, 23 May 2011 10:36:01 +0000 (UTC) (envelope-from ml@netfence.it) Received: from cp-out9.libero.it (cp-out9.libero.it [212.52.84.109]) by mx1.freebsd.org (Postfix) with ESMTP id 223CD8FC08 for ; Mon, 23 May 2011 10:36:01 +0000 (UTC) X-CTCH-Spam: Unknown X-CTCH-RefID: str=0001.0A0B0201.4DDA388F.00CB,ss=1,re=0.000,fgs=0 X-libjamoibt: 1555 Received: from soth.ventu (151.41.174.43) by cp-out9.libero.it (8.5.133) id 4DD2423300E4B4D0; Mon, 23 May 2011 12:35:59 +0200 Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.5/8.14.4) with ESMTP id p4NAZprP000737; Mon, 23 May 2011 12:35:51 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <4DDA3887.3000003@netfence.it> Date: Mon, 23 May 2011 12:35:51 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; it-IT; rv:1.9.2.17) Gecko/20110429 Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.68 on 10.1.2.13 Cc: autotools@freebsd.org Subject: gmake really SLOW! X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 10:36:01 -0000 Hello. Since the upgrade from 3.81 to 3.82, gmake has become so slow it's really a PITA. I noticed this in lots of projects: where 3.81 would start building immediately, 3.82 stops and thinks for some seconds. However, in a specific situation, where gmake should generate thousands of files, i switched from slightly less than a hour to more than three days!!! I'm not sure if this is a FreeBSD specific problem, or if it should be reported upstream. I'm just asking if anyone else has noticed and if he has any hint. Searching the web I've only seen reports on MinGW (whose possible reasons don't seem to apply here). Right now portdowngrade is my friend, but I'd really like to solve this. bye & Thanks av.