Compile error

Mihály Palenik palenik.mihaly at gmail.com
Wed Sep 24 08:05:53 PDT 2014


Thank you your answers. It works.

On Wed, Sep 24, 2014 at 3:28 PM, Michael Stahl <mstahl at redhat.com> wrote:

> On 24/09/14 09:20, Miklos Vajna wrote:
> > On Tue, Sep 23, 2014 at 06:28:59PM +0200, Mihály Palenik <
> palenik.mihaly at gmail.com> wrote:
> >>
> workdir/UnpackedTarball/langtag/liblangtag/.libs/liblangtag.a(liblangtag_la-lt-utils.o):
> >> In function `lt_getenv':
> >> workdir/UnpackedTarball/langtag/liblangtag/lt-utils.c:57: undefined
> >> reference to `__secure_getenv'
>
> apparently glibc 2.17 changed this function from __secure_getenv to
> secure_getenv; liblangtag has a configure check for both of these; if
> you upgraded your glibc and then do an incremental build it will
> probably use the "wrong" symbol because liblangtag is not rebuilt, and
> fail...
>
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708061
> https://sourceware.org/glibc/wiki/Tips_and_Tricks/secure_getenv
>
> > Does it happen if you do 'make clean && make', not just 'make'?
>
> actually "make liblangtag.clean" should be enough to fix it.
>
>
> _______________________________________________
> LibreOffice mailing list
> LibreOffice at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20140924/1ca7d939/attachment.html>


More information about the LibreOffice mailing list