Hello,

Aurelien Jarno <aure...@debian.org> wrote:
> This change appears to have been caused by glibc 2.41. It changes the
> contents of that file, and the mentioned line (and a few others) got
> changed from
>   extern double ceil (double __x) __attribute__ ((__nothrow__ , __leaf__)) 
> __attribute__ ((__const__)); extern double __ceil (double __x) __attribute__ 
> ((__nothrow__ , __leaf__)) __attribute__ ((__const__));
> to
>   extern double ceil (double __x) __attribute__ ((__nothrow__ , __leaf__)) 
> __attribute__ ((__const__));;
>
> Note the double semicolon in the line. While unfortunate, it is still
> valid C code and it seems that gauche-c-wrapper chokes on it.

Thank you for the explanation.

Let me confirm that it's not the issue for Trixie (testing), right?
-- 

Reply via email to