Re: poudriere: howto build ports with 'make -j x'?

2016-08-11 Thread Ultima
Chromium and Libreoffice are two programs that are massive and have the longest compile times in the ports tree along with eclipse. If the system only has 2 cpus I would expect those to take at least 4-8 hours minimum. If they are also building in parallel you can expect that to also increase. My

Re: poudriere: howto build ports with 'make -j x'?

2016-08-11 Thread Matthias Apitz
El día Saturday, August 06, 2016 a las 02:13:39PM -0400, Ultima escribió: > If you plan on running build in parallel it maybe necessary to also > set MAKE_JOBS_NUMBER_LIMIT= into the make.conf file as well. I have a list of some 270 ports which poudriere should work through with 3 builders,

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Ultima
If you plan on running build in parallel it maybe necessary to also set MAKE_JOBS_NUMBER_LIMIT= into the make.conf file as well. On Sat, Aug 6, 2016 at 11:49 AM, Michael Grimm wrote: > Christian Schwarz wrote: > > > From my poudriere.conf: > > > > # By

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Michael Grimm
Christian Schwarz wrote: > From my poudriere.conf: > > # By default MAKE_JOBS is disabled to allow only one process per cpu > # Use the following to allow it anyway > ALLOW_MAKE_JOBS=no > > # List of packages that will always be allowed to use MAKE_JOBS > # regardless

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Christian Schwarz
>From my poudriere.conf: # By default MAKE_JOBS is disabled to allow only one process per cpu # Use the following to allow it anyway ALLOW_MAKE_JOBS=no # List of packages that will always be allowed to use MAKE_JOBS # regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Kubilay Kocak
On 7/08/2016 1:16 AM, Michael Grimm wrote: > Hi, > > I am used to build my ports by poudriere in parallel (-J x). But I do want to > build specific ports in parallel per se (make -j x) just to speed up build > times of huge ports like mariadb101-server. > > I did try to add an MAKEOPTS="-j8"

Re: poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Tobias Kortkamp
Hi Michael, you can set ALLOW_MAKE_JOBS_PACKAGES in /usr/local/etc/poudriere.conf to do that. # List of packages that will always be allowed to use MAKE_JOBS # regardless of ALLOW_MAKE_JOBS. This is useful for allowing ports # which holdup the rest of the queue to build more quickly.

poudriere: howto build ports with 'make -j x'?

2016-08-06 Thread Michael Grimm
Hi, I am used to build my ports by poudriere in parallel (-J x). But I do want to build specific ports in parallel per se (make -j x) just to speed up build times of huge ports like mariadb101-server. I did try to add an MAKEOPTS="-j8" into poudriere's specific jailname-make.conf file, and I