make failed for editors/libreoffice

Howard Goldstein hg at queue.to
Thu Jun 14 19:37:35 UTC 2012


On 06/05/2012 02:13, Baptiste Daroussin wrote:
> On Mon, Jun 04, 2012 at 09:26:10PM +0200, Florent wrote:
>> 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...
>> _______________________________________________
>> 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"
>
> Building libreoffice with gcc is known to be broken that is what this options is
> hidden.

Like Florent I too could not build with either clang or gcc4.2 and the 
workaround was to force WITH_GCC and set CC to gcc46 (etc for CXX and 
CPP)   Actually 4.2 would mostly build but would use the wrong libstdc++ 
without the libmap.conf hack.

But others seem to have no trouble.  Perhaps there is an issue with 
parallel builds here as I am on a core2 quad and the libreoffice config 
scripts enable parallel builds for dmake

By the way thank you for all the work you do keeping this thing going

Howard


More information about the freebsd-office mailing list