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

Bug#253958: Unable to build packages depending on this with gcc.



On 12.06.04 carbonated beverage (ramune@net-ronin.org) wrote:

Hi,

> When trying to build using #include <kpathsea/tex-file.h> I get:
> 
> configure:937: gcc -c -I/usr/include/kpathsea  conftest.c 1>&5
> In file included from /usr/include/kpathsea/c-vararg.h:43,
>                  from /usr/include/kpathsea/tex-file.h:24,
>                  from configure:930:
> /usr/lib/gcc-lib/sparc-linux/3.3.3/include/varargs.h:4:2: #error "GCC no longer
> implements <varargs.h>."
> /usr/lib/gcc-lib/sparc-linux/3.3.3/include/varargs.h:5:2: #error "Revise your
> code to use <stdarg.h>."
> 
> This is against the latest gcc in testing, 3.3.3-2.
> 
That means, you're trying to write a program using libkpathsea and it
doesn't build? Is ^1 a possible minimal example?
I guess it does, when using gcc-3.2 cause in another case we'd have
already grave bugs from teTeX-related packages.. Having a short look
at teTeX-beta I noticed that the bug is still there. So whom should I
blame? Karl Berry? Is that behaviour reproducible?

Regards,
  H. 

^1
#include<kpathsea/kpathsea.h>
#include<kpathsea/tex-file.h>

int main(){}
-- 
sigmentation fault



Reply to: