Package: mt-daapd Version: svn-1696-2 (I'm running the latest upstream).
If you don't compile with HAVE_VA_COPY then util.c/util_vnsprinf does not copy va_list correctly which leads to a segfault. For some reason I can't persuade configure to find this so I'm having to override this in debian/rules: # for some reason autoconf isn't picking up stdarg.h (and hence va_copy) CFLAGS = -Wall -g -DHAVE_VA_COPY This fixes the crash. Adrian -- Email: [EMAIL PROTECTED] -*- GPG key available on public key servers Debian GNU/Linux - the maintainable distribution -*- www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

