I believe it's this fix breaks that breaks arm64 builds. -- You received this bug notification because you are a member of Linaro Landing Team: ARM, which is subscribed to linaro-landing-team-arm. https://bugs.launchpad.net/bugs/1088375
Title: tracking-vexpress builds are broken due to broken perf support Status in Linaro Android: Fix Committed Status in Linaro ARM Landing Team Project: Fix Committed Bug description: tracking-vexpress builds are broken due to broken perf support in the upstream kernel. Here is some discussion : > Hi, > since the latest updates for uapi kernels, perf stopped building in > the Android vexpress build because asm-generic/posix-types.h tries to > #include <asm/bitsperlong.h> -- which doesn't exist in the arm and > arm64 include/asm trees. > > The attached patch should fix it (but is currently untested, my test > build is still running). Those headers you're adding back in were deleted in mainline a year ago by commit 3f8e2880 (ARM: 7006/1: Migrate to asm-generic wrapper support), and looking at that commit and the one it refers too I'm guessing that just adding these headers back is not the right answer. Another fix would be to change asm-generic/posix-types.h to not #include <asm/bitsperlong.h> -- but I don't want to break the architectures that use their own bitsperlong.h. To manage notifications about this bug go to: https://bugs.launchpad.net/linaro-android/+bug/1088375/+subscriptions -- Mailing list: https://launchpad.net/~linaro-member-services-leadership Post to : [email protected] Unsubscribe : https://launchpad.net/~linaro-member-services-leadership More help : https://help.launchpad.net/ListHelp

