Libreoffice does not builds with parallell make

Sergio de Almeida Lenzi lenzi.sergio at gmail.com
Wed Jun 11 21:59:06 UTC 2014


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



More information about the freebsd-ports mailing list