Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Nov 2011 08:47:06 GMT
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/162350: ports/editors/openoffice.org-3 spawns a lawine of gmake processes 
Message-ID:  <201111070847.pA78l6aJ012854@red.freebsd.org>
Resent-Message-ID: <201111070850.pA78o7L7045670@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111070847.pA78l6aJ012854>