Package: q-tools Version: 0.3-1 Severity: grave Tags: patch Justification: renders package unusable
As you can see from http://buildd.debian.org/fetch.php?pkg=q-tools%26ver=0.3-1%26arch=ia64%26stamp=1146456408%26file=log q-syscollect fails to build, but the package still builds. Thus q-tools is shipped without it The attached patch fixes the build. Something we could discuss in another forum is simplifying by removing the libpfm2 package all together and just using libpfm3; does anything require libpfm2? Thanks, -i -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: ia64 Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15.4 Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1) Versions of packages q-tools depends on: ii guile-1.6 [guile] 1.6.8-3 The GNU extension language and Sch ii guile-1.6-slib 1.6.8-3 Guile SLIB support ii libc6.1 2.3.6-1 GNU C Library: Shared libraries an Versions of packages q-tools recommends: pn graphviz <none> (no description available) ii gs-gpl 8.50-1.1 The GPL Ghostscript PostScript int -- no debconf information
--- q-tools-0.3/Make.config 2006-04-10 18:49:32.000000000 +1000 +++ q-tools-0.3-fixed/Make.config 2006-06-22 11:51:44.000000000 +1000 @@ -17,7 +17,7 @@ MAJOR = 0 MINOR = 2 -#HAVE_EXPLICIT_PERFMON3 = $(shell if test -d /usr/include/perfmon3; then echo y; fi) +HAVE_EXPLICIT_PERFMON3 = $(shell if test -d /usr/include/perfmon3; then echo y; fi) ifeq ($(HAVE_EXPLICIT_PERFMON3),y) CPPFLAGS += -DHAVE_EXPLICIT_PERFMON3 @@ -25,5 +25,3 @@ else LIBPFM = /usr/lib/libpfm.a endif -LIBPFM=/home/eranian/nueh/libpfm-3.2/lib/libpfm.a -CFLAGS += -I/home/eranian/nueh/libpfm-3.2/include