2012-05-31 14:19, Sergio de Almeida Lenzi skrev:
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"
Hi Sergio
gmake clean # optional
Gives
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl//../solenv/gbuild/source_and_rerun.mk:33:
*** separator missing. Exiting
gmake -r works.
I usually use portmaster why would I do "make package". Is it in order
to make the compilation work?
Thanks
/Leslie
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "[email protected]"