error while compile port

2011-01-08 Thread Коньков Евгений
Hi cd /usr/ports/any/port make -j 16 install there are different errors, I think because of some other thread is do step 2 while step 1 is required to complete. -- С уважением, Коньков mailto:kes-...@yandex.ru ___

Re: error while compile port

2011-01-08 Thread Bruce Cran
On Sat, 8 Jan 2011 23:43:22 +0200 Коньков Евгений kes-...@yandex.ru wrote: cd /usr/ports/any/port make -j 16 install Don't do that then :) Ports which are marked MAKE_JOBS_SAFE will automatically be built using -j as far as I know. -- Bruce Cran

Re: error while compile port

2011-01-08 Thread Warren Block
On Sat, 8 Jan 2011, Bruce Cran wrote: On Sat, 8 Jan 2011 23:43:22 +0200 ??? ??? kes-...@yandex.ru wrote: cd /usr/ports/any/port make -j 16 install Don't do that then :) Ports which are marked MAKE_JOBS_SAFE will automatically be built using -j as far as I know. Yes, and

Re: error while compile port

2011-01-08 Thread RW
On Sat, 8 Jan 2011 22:09:31 + Bruce Cran br...@cran.org.uk wrote: On Sat, 8 Jan 2011 23:43:22 +0200 Коньков Евгений kes-...@yandex.ru wrote: cd /usr/ports/any/port make -j 16 install Don't do that then :) Ports which are marked MAKE_JOBS_SAFE will automatically be built using

Re: error while compile port

2011-01-08 Thread Bruce Cran
On Sat, 8 Jan 2011 23:37:40 + RW rwmailli...@googlemail.com wrote: They are also doing very different things. MAKE_JOBS_SAFE applies -j to GNU make, which is invoked to do the actual compiling of third-party software. make -j 16 install applies -j to BSD make, which is used to implement

Re: error while compile port

2011-01-08 Thread Warren Block
On Sat, 8 Jan 2011, RW wrote: On Sat, 8 Jan 2011 22:09:31 + Bruce Cran br...@cran.org.uk wrote: On Sat, 8 Jan 2011 23:43:22 +0200 ??? ??? kes-...@yandex.ru wrote: cd /usr/ports/any/port make -j 16 install Don't do that then :) Ports which are marked MAKE_JOBS_SAFE will

Re: error while compile port

2011-01-08 Thread RW
On Sat, 8 Jan 2011 17:33:40 -0700 (MST) Warren Block wbl...@wonkity.com wrote: They are also doing very different things. MAKE_JOBS_SAFE applies -j to GNU make, which is invoked to do the actual compiling of third-party software. make -j 16 install applies -j to BSD make, which is used