bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: One failed self test for lang-vala


From: Bruno Haible
Subject: Re: One failed self test for lang-vala
Date: Mon, 11 Jan 2021 01:16:59 +0100
User-agent: KMail/5.1.3 (Linux/4.4.0-197-generic; KDE/5.18.0; x86_64; ; )

Jeffrey Walton wrote:
> GetText is a distant prereq. I'm seeing one failure:
> 
>     FAIL: lang-vala

>From your logs, I can see:

1) You are using the configure option --with-included-gettext on a glibc
   system. While supported, this is quite unusual; many packages out there
   have probably not been tested in this configuration.

2) FAIL: lang-vala
   ===============

   Compilation failed: 1 error(s), 0 warning(s)
   /usr/bin/ld: /home/jwalton/tmp/ccDX21eF.o: in function `_vala_main':
   prog.vala.c:(.text+0x33): undefined reference to `libintl_textdomain'
   /usr/bin/ld: prog.vala.c:(.text+0x46): undefined reference to 
`libintl_bindtextdomain'
   collect2: error: ld returned 1 exit status
   error: cc exited with status 256
   FAIL lang-vala (exit status: 1)

This indicates that the 'vala' compiler does not use '-lintl' for linking,
although it would be needed.

You can report this to the 'vala' developers.

Bruno




reply via email to

[Prev in Thread] Current Thread [Next in Thread]