ports/168717: editors/libreoffice: does not compile

J B jb.1234abcd at gmail.com
Fri Jun 15 17:33:02 UTC 2012


I continued the previous "vlc error" step with 'make' in higher level dir:
[root at localhost /usr/ports/editors/libreoffice]# make
...
cppcanvas deliver
Module 'cppcanvas' 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/lib
reoffice-core-3.5.2.2/framework/prj

 it seems that the error is inside 'framework', 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 framework
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-cor
e-3.5.2.2'
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.
[root at localhost /usr/ports/editors/libreoffice]#

So, it continued compilations, and this time it died inside 'framework'.
I followed up according to instructions and it seems I got a clean compile
(as previously inside 'vcl'):
...
[ build ALL ] top level modules: bootstrap src.downloaded framework
[ build ALL ] loaded modules: framework

[ build CHK ] framework
R=/usr/ports/editors/libreoffice/work && S=$R/libreoffice-core-3.5.2.2
&& O=$S/solver/unxfbsdi.pro && W=$S/workdir/unxfbsdi.pro &&  mkdir -p
$W/Module/check/ && touch $W/Module/check/framework
[ build CHK ] loaded modules: framework

[root at localhost
/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2/framework]#

So I continu with 'make' in top-level dir.
jb


More information about the freebsd-bugs mailing list