Date: Wed, 11 Jun 2014 18:58:59 -0300 From: Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: ports <freebsd-ports@freebsd.org> Subject: Re: Libreoffice does not builds with parallell make Message-ID: <1402523939.5236.9.camel@lenovo.toontown> In-Reply-To: <20140611212511.GH8662@ivaldir.etoilebsd.net> References: <5398A7B6.8070606@fu-berlin.de> <1402521761.5236.1.camel@lenovo.toontown> <20140611212511.GH8662@ivaldir.etoilebsd.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Em Qua, 2014-06-11 às 23:25 +0200, Baptiste Daroussin escreveu: > On Wed, Jun 11, 2014 at 06:22:41PM -0300, Sergio de Almeida Lenzi wrote: > > It stops with.... > > > > > > 3991 [build ECH] CustomTarget/instsetoo_native/setup/versionrc^M > > 3992 fatal: Not a git repository (or any of the parent > > directories): .git^M > > > > > > If I set PARALELL=1 > > it builds... but takes hours and hours.... > > I do not understand what you are asking for? > > the build system of libreoffice is using the job process from the ports > framework and build in parallel > > regards, > Bapt Hello Bapt. On any FreeBSD I have here (9.2 and 10.0 current) the libreoffice (editors/libreoffice) does not build with jobs greater than 1. in my case jobs=8 it stops and gives a fatal error im module ECH that cannot find a git repository ============================= 3991 [build ECH] CustomTarget/instsetoo_native/setup/versionrc^M 3992 fatal: Not a git repository (or any of the parent directories): .git^M ======================================= If I patch the Makefile in the /usr/ports/editors/libreoffice/work/libreoffice-4.2.4.2 directory and include PARALLELISM=1 at line 13, it does not give that error and builds, but takes 6 hours... It used to work in previous version of Libreoffce = 4,1,6_1 is there any patch to make it work again with JOBS > 1??? Thank you for your patience, Sergio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1402523939.5236.9.camel>