Bug#367502: cacao_0.95-1(amd64/unstable): FTBFS on amd64: undeclared functions

Steinar H. Gunderson sgunderson at bigfoot.com
Fri Jun 2 20:58:35 UTC 2006


On Tue, May 16, 2006 at 03:25:52PM +0200, Frederik Schüler wrote:
>> native.c:189: error: 'Java_java_lang_reflect_Constructor_getModifiers' undeclared here (not in a function)
>> native.c:192: error: 'Java_java_lang_reflect_Field_getModifiers' undeclared here (not in a function)
>> native.c:213: error: 'Java_java_lang_reflect_Method_getModifiers' undeclared here (not in a function)

These declarations are supposed to be in
src/native/include/java_lang_reflect_Constructor.h (AFAICS), which it
autogenerated by cacaoh from /usr/share/classpath/glibj.zip, which belongs to
classpath-common. IOW, it looks like classpath-common broke cacao; indeed,
the latest classpath had a bug like this -- see #368172.

In other words, cacao seems to need an upstream update. #368172 seems to
indicate that 0.96 is sufficient, but I can't find anything related to this
in the upstream changelog offhand.

/* Steinar */
-- 
Homepage: http://www.sesse.net/




More information about the pkg-java-maintainers mailing list