Package: qprof Version: 0.5.2-2 Severity: serious Tags: patch Justification: no longer builds from source
cpp doesn't care about syntax errors in dead branches, so this shows only on some architectures... --- src/prof_utils_libpfm3.c~ 2006-10-23 09:42:18.000000000 +0200 +++ src/prof_utils_libpfm3.c 2006-10-23 09:41:58.000000000 +0200 @@ -716,7 +716,7 @@ # define SET_PC \ struct sigcontext *sc = (struct sigcontext *) scv; \ unsigned long pc = (AO_T)(sc->si_regs.pc) -#elif defined(__s390x__)) +#elif defined(__s390x__) # define SET_PC \ struct sigcontext *sc = (struct sigcontext *) scv; \ unsigned long pc = (AO_T)(sc->si_addr) -- 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.18 Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]