ports/162350: ports/editors/openoffice.org-3 spawns a lawine of gmake processes
Matthias Apitz
guru at unixarea.de
Mon Nov 7 08:50:08 UTC 2011
>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:
More information about the freebsd-ports-bugs
mailing list