Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jun 2012 21:26:10 +0200
From:      Florent <fpeterscom@yahoo.fr>
To:        Leslie Jensen <leslie@eskk.nu>
Cc:        ports@freebsd.org, office@FreeBSD.org
Subject:   Re: make failed for editors/libreoffice
Message-ID:  <4FCD0BD2.5010806@yahoo.fr>
In-Reply-To: <4FC73BBB.9090004@eskk.nu>
References:  <4FC73BBB.9090004@eskk.nu>

next in thread | previous in thread | raw e-mail | index | archive | help
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@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@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...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4FCD0BD2.5010806>