Public bug reported: My CPU: AMD Athlon(tm) 64 Processor 3700+ stepping 01 My release: Ubuntu 12.04 LTS 32 bit
After "apt-get source linux-image-3.2.0-24-generic-pae" and "AUTOBUILD=1 NOEXTRAS=1 skipabi=true skipmodule=true no_dumpfile=true fakeroot debian/rules binary-matrix1" finally, the recompilation breaks at: CC arch/x86/kernel/cpu/common.o /opt/kernel/src/linux-3.2.0/arch/x86/kernel/cpu/common.c: In function »x86_default_fixup_cpu_id«: /opt/kernel/src/linux-3.2.0/arch/x86/kernel/cpu/common.c:1165:2: Error: »struct cpuinfo_x86« has no element named »phys_proc_id« make[5]: *** [arch/x86/kernel/cpu/common.o] Error 1 make[4]: *** [arch/x86/kernel/cpu] Error 2 make[3]: *** [arch/x86/kernel] Error 2 make[2]: *** [arch/x86] Error 2 make[1]: *** [sub-make] Error 2 make[1]: Leaving directory `/opt/kernel/src/linux-3.2.0' make: *** [/opt/kernel/src/linux-3.2.0/debian/stamps/stamp-build-matrix1] Error 2 I could resolve the problem with the help of the diff informations in the "tip:x86/urgent] x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id" posting at https://lkml.org/lkml/2012/4/16/462, but i had to change the last diff for /arch/x86/kernel/x86_init.c with: struct x86_cpuinit_ops x86_cpuinit __cpuinitdata = { .setup_percpu_clockev = setup_secondary_APIC_clock, }; ** Affects: linux (Ubuntu) Importance: Undecided Status: New ** Tags: kernel linux-source precise -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990953 Title: Kernel 3.2.0-24.37 recompilation fails To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/990953/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
