Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Nov 2011 06:41:36 +0100
From:      Matthias Apitz <guru@unixarea.de>
To:        freebsd-office@freebsd.org
Subject:   OO-3 && loop of gmake's
Message-ID:  <20111106054136.GA2501@tinyCurrent>

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

Hello,

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

What is wrong? Thanks

	matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e <guru@unixarea.de> - w http://www.unixarea.de/
UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5



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