From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 7 08:50:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2DC331065674 for ; Mon, 7 Nov 2011 08:50:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9A78FC18 for ; Mon, 7 Nov 2011 08:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id pA78o7mX045671 for ; Mon, 7 Nov 2011 08:50:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id pA78o7L7045670; Mon, 7 Nov 2011 08:50:07 GMT (envelope-from gnats) Resent-Date: Mon, 7 Nov 2011 08:50:07 GMT Resent-Message-Id: <201111070850.pA78o7L7045670@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Apitz Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47D461065672 for ; Mon, 7 Nov 2011 08:47:07 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 37E128FC1C for ; Mon, 7 Nov 2011 08:47:07 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pA78l6v5012855 for ; Mon, 7 Nov 2011 08:47:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pA78l6aJ012854; Mon, 7 Nov 2011 08:47:06 GMT (envelope-from nobody) Message-Id: <201111070847.pA78l6aJ012854@red.freebsd.org> Date: Mon, 7 Nov 2011 08:47:06 GMT From: Matthias Apitz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/162350: ports/editors/openoffice.org-3 spawns a lawine of gmake processes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2011 08:50:08 -0000 >Number: 162350 >Category: ports >Synopsis: ports/editors/openoffice.org-3 spawns a lawine of gmake processes >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 07 08:50:07 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Matthias Apitz >Release: 10-CURRENT r226986 >Organization: >Environment: >Description: I'm compiling ports/editors/openoffice.org-3 on 10-CURRENT with # make install -DMAKE_JOBS_NUMBER=1 this works until it comes to the python module: .. Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/jfreereport/java/jfreereport jfreereport deliver ============= Building module python ============= Entering /usr/ports/editors/openoffice.org-3/work/OOO330_m20/python mkout -- version: 1.8 now it sits there for endlos hours and is generating a lot of (some thousands) processes of gmake: # ps ax | fgrep 'gmake -f Makefile.pre Makefile' 6683 1 S+ 0:00.02 gmake -f Makefile.pre Makefile 7385 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 15524 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 21111 1 S+ 0:00.02 gmake -f Makefile.pre Makefile 23663 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 31802 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 39941 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 48080 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 56221 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 64362 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 72527 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 80722 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 88921 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 97161 1 I+ 0:00.02 gmake -f Makefile.pre Makefile 25528 2 RV 0:00.00 fgrep gmake -f Makefile.pre Makefile (csh) # ps ax | fgrep 'gmake -f Makefile.pre Makefile' | wc -l 15 # ps ax | fgrep 'gmake -f Makefile.pre Makefile' | wc -l 18 # ps ax | fgrep 'gmake -f Makefile.pre Makefile' | wc -l >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: