Package: poldi
Version: 0.3.0-1
Severity: important
Justification: fails to build from source
poldi fails to build on Alpha:
[...]
if alpha-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../intl -fPIC
-Wall -g -O2 -Wall -MT logging.o -MD -MP -MF ".deps/logging.Tpo" -c -o
logging.o logging.c; \
then mv -f ".deps/logging.Tpo" ".deps/logging.Po"; else rm -f
".deps/logging.Tpo"; exit 1; fi
logging.c: In function 'set_file_fd':
logging.c:298: warning: assignment from incompatible pointer type
logging.c: In function 'do_logv':
logging.c:606: error: incompatible type for argument 3 of 'vsyslog'
make[4]: *** [logging.o] Error 1
make[4]: Leaving directory `/tmp/poldi-0.3.0/src/jnlib'
see full log at
http://buildd.debian.org/fetch.php?pkg=poldi&arch=alpha&ver=0.3.0-2&stamp=1140319236&file=log
This is because of:
vsyslog (syslog_priorities[JNLIB_LOG_INFO],
fmt_prefix, NULL);
NULL is not a va_list. I'm unsure what this is supposed to do,
probably you can just use syslog instead.
Falk
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: alpha
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-rc4-dirty
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]