On Wed, Jun 07, 2006 at 04:35:15PM -0600, [EMAIL PROTECTED] wrote: > > In file included from raw_smpl.c:35: > > ../pfmon.h:32:30: error: perfmon2/perfmon.h: No such file or directory > > ../pfmon.h:33:29: error: perfmon2/pfmlib.h: No such file or directory > [...] > > raw_smpl.c:81: warning: excess elements in struct initializer > > raw_smpl.c:81: warning: (near initialization for 'raw_smpl_output') > > raw_smpl.c:82: warning: excess elements in struct initializer > > raw_smpl.c:82: warning: (near initialization for 'raw_smpl_output') > > raw_smpl.c:84: warning: excess elements in struct initializer > > raw_smpl.c:84: warning: (near initialization for 'raw_smpl_output') > > make[4]: *** [raw_smpl.o] Error 1 > > make[4]: Leaving directory > > `/build/buildd/pfmon-3.2/pfmon-2.0/pfmon/smpl_fmt' > > make[3]: *** [subdirs] Error 2 > > make[3]: Leaving directory `/build/buildd/pfmon-3.2/pfmon-2.0/pfmon' > > make[2]: *** [all] Error 2 > > make[2]: Leaving directory `/build/buildd/pfmon-3.2/pfmon-2.0' > > make[1]: *** [all] Error 2 > > make[1]: Leaving directory `/build/buildd/pfmon-3.2' > > make: *** [build-stamp] Error 2
It tries to build pfmon-2.0 on ia64. However, it seems that there is no libpfm2 or whatever available, so it failes. Building without pfmon-2.0 works fine. in Makefile, changing: ifeq ($(DEB_HOST_ARCH),ia64) DIRS=pfmon-2.0 pfmon-3.2 else DIRS=pfmon-3.2 endif with DIRS=pfmon-3.2 works fine. However I don't know which behaviour is expected. Cheers, -- Julien Danjou .''`. Debian Developer : :' : http://julien.danjou.info `. `' http://people.debian.org/~acid `- 9A0D 5FD9 EB42 22F6 8974 C95C A462 B51E C2FE E5CD
signature.asc
Description: Digital signature

