← Back to team overview

kernel-packages team mailing list archive

[Bug 1564206] Missing required logs.

 

This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:

apport-collect 1564206

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
       Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1564206

Title:
  fix for do_tools_cpupower when cross-compiling

Status in linux package in Ubuntu:
  Incomplete

Bug description:
  cpupower's Makefile uses ${CROSS} instead of ${CROSS_COMPILE}
  The problem is that debian/rules.d/2-binary-arch.mk needs to set CROSS instead of CROSS_COMPILE, like so:

          make -C $(builddirpa)/tools/power/cpupower \
                  CROSS=$(CROSS_COMPILE) \
                  LIB_MIN=$(abi_release) CPUFREQ_BENCH=false

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1564206/+subscriptions


References