Package: cowdancer Version: 0.39 Severity: minor This is a kind of "anormal" bug report, but I just want to document my findings for other users/backporters:
While recompiling cowdancer in an Etch chroot, the following build failure happend: gcc cowdancer-ilistcreate.c -o cowdancer-ilistcreate.o -c -Wall -O2 -g -fno-strict-aliasing -D LIBDIR="\"/usr/lib\"" In file included from cowdancer-ilistcreate.c:25: ilist.h:6: error: expected specifier-qualifier-list before 'dev_t' make[1]: *** [cowdancer-ilistcreate.o] Error 1 make[1]: Leaving directory `/tmp/buildd/cowdancer-0.39~dvz+1' make: *** [build-stamp] Error 2 I had to add an #include <linux/types.h> to cowdancer-ilistcreate.c befor the #include for ilist.h to (hopefully) fix this problem. I am by no means an expert in C, so I don't know if I just papered over a bug or if this include is really needed. Maybe this is a libc-2.3 <> libc-2.6 thing, I don't know. On Sid this problem does _not_ exist, cowdancer_0.39 is buildable without any problems. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (990, 'unstable'), (200, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22.1-295 (PREEMPT) Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages cowdancer depends on: ii libc6 2.6.1-2 GNU C Library: Shared libraries ii pbuilder 0.172 personal package builder for Debia cowdancer recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

