<div dir="ltr">Thank you your answers. It works.</div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 24, 2014 at 3:28 PM, Michael Stahl <span dir="ltr"><<a href="mailto:mstahl@redhat.com" target="_blank">mstahl@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 24/09/14 09:20, Miklos Vajna wrote:<br>
> On Tue, Sep 23, 2014 at 06:28:59PM +0200, Mihály Palenik <<a href="mailto:palenik.mihaly@gmail.com">palenik.mihaly@gmail.com</a>> wrote:<br>
>> workdir/UnpackedTarball/langtag/liblangtag/.libs/liblangtag.a(liblangtag_la-lt-utils.o):<br>
>> In function `lt_getenv':<br>
>> workdir/UnpackedTarball/langtag/liblangtag/lt-utils.c:57: undefined<br>
>> reference to `__secure_getenv'<br>
<br>
</span>apparently glibc 2.17 changed this function from __secure_getenv to<br>
secure_getenv; liblangtag has a configure check for both of these; if<br>
you upgraded your glibc and then do an incremental build it will<br>
probably use the "wrong" symbol because liblangtag is not rebuilt, and<br>
fail...<br>
<br>
<a href="https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708061" target="_blank">https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708061</a><br>
<a href="https://sourceware.org/glibc/wiki/Tips_and_Tricks/secure_getenv" target="_blank">https://sourceware.org/glibc/wiki/Tips_and_Tricks/secure_getenv</a><br>
<span class=""><br>
> Does it happen if you do 'make clean && make', not just 'make'?<br>
<br>
</span>actually "make liblangtag.clean" should be enough to fix it.<br>
<br>
<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</blockquote></div><br></div>