This is from commit b2d35fa5fc80c27e
    +top_srcdir ?= ../../../..
    +include $(top_srcdir)/scripts/subarch.include

When trying to build this test, it will enter
/home/ubuntu/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/powerpc/alignment

But the subarch.include is now 5 level up instead of 4, but just
changing this is from "../../../.." to "../../../../.." is not enough,
as it will try to build in the powerpc directory as well. The 5 level
include will break it here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1808318

Title:
  powerpc test in ubuntu_kernel_selftest failed on Cosmic P8/P9

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to