Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 May 2012 09:19:56 -0300
From:      Sergio de Almeida Lenzi <lenzi.sergio@gmail.com>
To:        Leslie Jensen <leslie@eskk.nu>
Cc:        office@FreeBSD.org, freebsd-ports@freebsd.org
Subject:   Re: make failed for editors/libreoffice
Message-ID:  <1338466796.48004.5.camel@z6000.lenzicasa>
In-Reply-To: <4FC73BBB.9090004@eskk.nu>
References:  <4FC73BBB.9090004@eskk.nu>

next in thread | previous in thread | raw e-mail | index | archive | help
Em Qui, 2012-05-31 às 11:36 +0200, Leslie Jensen escreveu:

> Help Please!
> 
> Thanks
> 

Seems that clang (and or) gmake running paralell (in my case -P8)
and are not treating dependencies right...

in your code, the error message tells how to restart(or make only the
module that is in error)...

cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2
source ./Env.Host.sh
cd vcl
gmake clean # optional
gmake -r

make these commands (as the software tells you to do...)
and than go back to the /usr/ports/editors/libreoffice,
and issue a "make package"

repeat the process untill there are no more errors...
in my case about 8 times....

finally you will have your libreoffice built...

Perhaps some gmake/perl guru can fix the build
process and make it work on only ONE cpu..  (-P1)...
it would last more time, but would build it without breaking.


Sergio



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