Package: ccze Version: 0.2.1-1 Severity: normal Tags: patch
When building ccze against glibc 2.3.5, I get this: dreamscape:/usr/src/ccze-0.2.1/src$ make cc -c -I. -I. -I.. -DPATCHLEVEL=\"1\" -DSYSCONFDIR=\"/etc\" -D_GNU_SOURCE=1 -DPKGLIBDIR=\"/usr/lib/ccze\" -DHAVE_SYSTEM_H=1 -DBUILTIN=1 -Wshadow -Wpointer-arith -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wbad-function-cast -Wsign-compare -Wchar-subscripts -Wcomment -Wformat -Wformat-nonliteral -Wformat-security -Wimplicit -Wmain -Wmissing-braces -Wparentheses -Wreturn-type -Wswitch -Wmissing-noreturn -Wmissing-declarations -g -O2 ccze.c In file included from /usr/include/argp.h:29, from ccze.c:25: /usr/include/errno.h:69: error: two or more data types in declaration specifiers Here's a crude fix. --- system.h.in~ 2005-08-13 23:06:16.000000000 +0200 +++ system.h.in 2005-08-13 23:06:16.000000000 +0200 @@ -167,7 +167,7 @@ #undef const /* Define to nt' if <sys/types.h> does not define. */ -#undef error_t +/* #undef error_t */ /* Define to rpl_malloc if the replacement function should be used. */ #undef malloc -- System Information: Debian Release: testing/unstable Versions of packages ccze depends on: ii libc6 2.3.5-3 GNU C Library: Shared libraries an ii libncurses5 5.4-9 Shared libraries for terminal hand ii libpcre3 5.0-1.1 Perl 5 Compatible Regular Expressi ccze recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]