Bug 162350

Summary: ports/editors/openoffice.org-3 spawns a lawine of gmake processes
Product: Ports & Packages Reporter: Matthias Apitz <guru>
Component: Individual Port(s)Assignee: FreeBSD Office Team <office>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Matthias Apitz 2011-11-07 08:50:07 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-11-07 08:50:24 UTC
Responsible Changed
From-To: freebsd-ports-bugs->office

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Pedro F. Giffuni freebsd_committer freebsd_triage 2013-03-01 22:20:54 UTC
State Changed
From-To: open->closed

OpenOffice.org has been replaced by Apache OpenOffice. 

We now use the prebuilt "system" packages for python and 
many other dependencies so this shouldn't be a problem 
anymore.