[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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/Makefile has special cases for ARCH=x86_64. This is
especially important on 3.7 when building with libunwind.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.6-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-tools-3.6 depends on:
ii  libc6         2.13-37
ii  libdw1        0.153-2
ii  libelf1       0.153-2
ii  libnewt0.52   0.52.14-10
ii  libperl5.14   5.14.2-15
ii  libpython2.7  2.7.3-5
ii  libslang2     2.2.4-15
ii  perl          5.14.2-15
ii  python        2.7.3-3

Versions of packages linux-tools-3.6 recommends:
ii  linux-base  3.5

Versions of packages linux-tools-3.6 suggests:
pn  linux-doc-3.6  <none>

-- no debconf information


Reply to: