make failed for editors/libreoffice

Florent fpeterscom at yahoo.fr
Mon Jun 4 19:26:20 UTC 2012


On 31.05.2012 11:36, Leslie Jensen wrote:
>
> Help Please!
>
> Thanks
>
>
>
> -----------------------------------------------------------------------
>         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] Fel 1
> gmake[1]: Lämnar katalogen 
> "/usr/ports/editors/libreoffice/work/libreoffice-core-3.5.2.2"
> gmake: *** [source-env-and-recurse] Fel 2
> *** Error code 1
>
> Stop in /usr/ports/editors/libreoffice.
>
> ===>>> make failed for editors/libreoffice
> ===>>> Aborting update
>
> ===>>> Update for editors/libreoffice failed
> ===>>> Aborting update
>
> Terminated
>
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>
I had built LibreOffice with GCC 4.6 and adding /etc/libmap.conf like this:

libgcc_s.so.1       gcc46/libgcc_s.so.1
libgomp.so.1        gcc46/libgomp.so.1
libobjc.so.3        gcc46/libobjc.so.3
libssp.so.0         gcc46/libssp.so.0
libstdc++.so.6      gcc46/libstdc++.so.6

cd /usr/port/editors/libreoffice && make -DWITH_GCC

Maybe cppunit will fail, then do exactly what the error message says.

It requires lang/gcc46 to be installed and it's not a solution, but for 
those cannot wait for a fix, this can work...


More information about the freebsd-office mailing list