Unable to build libreoffice-3.5.2.2

I have the same problem...

Code:
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl/prj

 it seems that the error is inside 'vcl', please re-run build
 inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------

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

when the problem is isolated and fixed exit and re-run 'make' from the top-level
gmake[1]: *** [build] Errore 1
gmake[1]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2'
gmake: *** [source-env-and-recurse] Errore 2
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

I'm very new to freebsd FreeBSD and I have no idea of what I can do to solve this.

PS: Here is my /etc/make.conf:

Code:
OVERRIDE_LINUX_BASE_PORT=f10
OVERRIDE_LINUX_NONBASE_PORTS=f10
WITH_CUPS=YES
CUPS_OVERWRITE_BASE=YES
WITHOUT_LPR=YES
FORCE_PKG_REGISTER=YES
# added by use.perl 2012-03-08 11:34:44
PERL_VERSION=5.12.4

Please, help me, I don't want to give up with FreeBSD but I'm not able to find a solution.
 
I added this to /etc/make.conf:
Code:
CONFIGURE_ARGS+=        CPPFLAGS=-I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib

But it didn't help me with my problem. I am still getting this error:

Code:
ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/vcl/prj

 it seems that the error is inside 'vcl', please re-run build
 inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------

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

when the problem is isolated and fixed exit and re-run 'make' from the top-level
gmake[1]: *** [build] Error 1
 
Acetilene said:
Uh, you mean this solution:

http://lists.freebsd.org/pipermail/freebsd-ports/2012-June/075618.html

I have removed boost-jam from ports but I can't find boost-lib.

I have tried. I have added this to the Makefile:
Code:
LOCALIZED_LANG=pt-IT
for the Italian language. Anyway it doesn't work.

I'm going to assume that pt-IT (which would be Portuguese Italian is not a valid code), it should probably be just it

Full list of codes here:
http://wiki.services.openoffice.org/wiki/Languages

Also, you don't remove them from the ports. You deinstall them if you have them installed.
 
And finally, I succeeded in compiling libreoffice. Tell the guy who sent that email to the mailing list that I thank him for his help.
 
New libreoffice seems to depend on boost and the problem has returned:
Code:
[ build CMP ] avmedia/util/avmedia
[ build MOD ] avmedia
[ build ALL ] top level modules: bootstrap src.downloaded avmedia
[ build ALL ] loaded modules: avmedia

[ build CHK ] avmedia
[ build CHK ] loaded modules: avmedia

avmedia deliver
Module 'avmedia' delivered successfully. 0 files copied, 0 files unchanged

-----------------------------------------------------------------------
        Oh dear - something failed during the build - sorry !
  For more help with debugging build errors, please see the section in:
            http://wiki.documentfoundation.org/Development

  internal build errors:

ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/canvas/prj

 it seems that the error is inside 'canvas', please re-run build
 inside this module to isolate the error and/or test your fix:
-----------------------------------------------------------------------

/bin/bash
cd /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3
source ./Env.Host.sh
cd canvas
gmake clean # optional
gmake -r

when the problem is isolated and fixed exit and re-run 'make' from the top-level
gmake[1]: *** [build] Error 1
gmake[1]: Leaving directory `/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3'
gmake: *** [source-env-and-recurse] Error 2
*** Error code 1

Stop in /usr/ports/editors/libreoffice.
*** Error code 1

Stop in /usr/ports/editors/libreoffice.

===>>> make failed for editors/libreoffice
===>>> Aborting update

Update:

If anyone has problems with the latest libreoffice (3.5.7 at time of writing I think) then you need to update your system. I just did mine to 9.1 pre release and now it builds.
 
Back
Top