Bug#694759: linux-tools-3.6: Wrong KERNEL_ARCH_PERF set for amd64

2012-12-01 Thread Mike Hommey
On Sat, Dec 01, 2012 at 10:50:22PM +, Ben Hutchings wrote: > On Sat, 2012-12-01 at 23:42 +0100, Mike Hommey wrote: > > On Sat, Dec 01, 2012 at 10:17:54PM +, Ben Hutchings wrote: > > > On Thu, 2012-11-29 at 23:40 +0100, Mike Hommey wrote: > > > > Package: linux-tools-3.6 > > > > Version: 3.6

Bug#694759: linux-tools-3.6: Wrong KERNEL_ARCH_PERF set for amd64

2012-12-01 Thread Ben Hutchings
On Sat, 2012-12-01 at 23:42 +0100, Mike Hommey wrote: > On Sat, Dec 01, 2012 at 10:17:54PM +, Ben Hutchings wrote: > > On Thu, 2012-11-29 at 23:40 +0100, Mike Hommey wrote: > > > Package: linux-tools-3.6 > > > Version: 3.6-1~experimental.1 > > > Severity: important > > > > > > debian/build/too

Bug#694759: linux-tools-3.6: Wrong KERNEL_ARCH_PERF set for amd64

2012-12-01 Thread Mike Hommey
On Sat, Dec 01, 2012 at 10:17:54PM +, Ben Hutchings wrote: > On Thu, 2012-11-29 at 23:40 +0100, Mike Hommey wrote: > > Package: linux-tools-3.6 > > Version: 3.6-1~experimental.1 > > Severity: important > > > > debian/build/tools/perf/Makefile reads: > > else ifeq ($(DEB_HOST_ARCH_CPU),amd64)

Bug#694759: linux-tools-3.6: Wrong KERNEL_ARCH_PERF set for amd64

2012-12-01 Thread Ben Hutchings
On Thu, 2012-11-29 at 23:40 +0100, Mike Hommey wrote: > Package: linux-tools-3.6 > Version: 3.6-1~experimental.1 > Severity: important > > debian/build/tools/perf/Makefile reads: > else ifeq ($(DEB_HOST_ARCH_CPU),amd64) > KERNEL_ARCH_PERF = x86 > > This should really be: > else ifeq ($(DE

Bug#694759: linux-tools-3.6: Wrong KERNEL_ARCH_PERF set for amd64

2012-11-29 Thread Mike Hommey
On Thu, Nov 29, 2012 at 11:40:29PM +0100, Mike Hommey wrote: > Package: linux-tools-3.6 > Version: 3.6-1~experimental.1 > Severity: important > > debian/build/tools/perf/Makefile reads: > else ifeq ($(DEB_HOST_ARCH_CPU),amd64) > KERNEL_ARCH_PERF = x86 > > This should really be: > else ife

Bug#694759: linux-tools-3.6: Wrong KERNEL_ARCH_PERF set for amd64

2012-11-29 Thread Mike Hommey
Package: linux-tools-3.6 Version: 3.6-1~experimental.1 Severity: important debian/build/tools/perf/Makefile reads: else ifeq ($(DEB_HOST_ARCH_CPU),amd64) KERNEL_ARCH_PERF = x86 This should really be: else ifeq ($(DEB_HOST_ARCH_CPU),amd64) KERNEL_ARCH_PERF = x86_64 Because tools/perf/