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

building 2.6.26 kernel source fails on squeeze




Hi,

Compilation of 2.6.26 Debian sources from lenny on squeeze fails with the following below. The only change I made was to set CONFIG_SYSFS_DEPRECATED_V2=n. See patch below. The command I used was

fakeroot make KDEB_PKGVERSION=custom.1.0  -f debian/rules.gen binary-arch_i386_none_686-bigmem

Am I missing something obvious? Please CC me on any reply. I'm not subscribed. Thanks in advance.

                                                   Regards, Faheem

# HG changeset patch
# User Faheem Mitha <faheem@email.unc.edu>
# Date 1303042693 -19800
# Node ID 8e60f01ffdc80dff101cc3170c889ac81f925b59
# Parent  27eb74ba6ffff35e518e63f45c275b8b8f9c7175
Set CONFIG_SYSFS_DEPRECATED_V2=n.

diff -r 27eb74ba6fff -r 8e60f01ffdc8 debian/config/config
--- a/debian/config/config      Sun Apr 17 17:43:58 2011 +0530
+++ b/debian/config/config      Sun Apr 17 17:48:13 2011 +0530
@@ -1924,7 +1924,7 @@
 ## end choice
 CONFIG_CGROUP_CPUACCT=y
 # CONFIG_RESOURCE_COUNTERS is not set
-CONFIG_SYSFS_DEPRECATED_V2=y
+CONFIG_SYSFS_DEPRECATED_V2=n
 CONFIG_PROC_PID_CPUSET=y
 CONFIG_RELAY=y
 CONFIG_UTS_NS=y

$ fakeroot make KDEB_PKGVERSION=custom.1.0  -f debian/rules.gen binary-arch_i386_none_686-bigmem
[...]
 LD [M]  sound/usb/snd-usb-audio.ko
  CC      sound/usb/snd-usb-lib.mod.o
  LD [M]  sound/usb/snd-usb-lib.ko
  CC      sound/usb/usx2y/snd-usb-usx2y.mod.o
  LD [M]  sound/usb/usx2y/snd-usb-usx2y.ko
make[2]: Leaving directory `/usr/local/src/linux-2.6.26/linux-2.6-2.6.26/debian/build/build_i386_none_686-bigmem' python debian/bin/abicheck.py debian/build/build_i386_none_686-bigmem i386 none 686-bigmem
ABI has changed!  Refusing to continue.

Added symbols:
setup_new_exec module: vmlinux, version: 0x4b89de02, export: EXPORT_SYMBOL

Changed symbols:
__kvm_set_memory_region ignored, module: arch/x86/kvm/kvm, version: 0x4352ac8b -> 0xbf4a882c, export: EXPORT_SYMBOL_GPL cn_add_callback ignored, module: drivers/connector/cn, version: 0xdf3c19ec -> 0xcf7a962e, export: EXPORT_SYMBOL_GPL emulate_instruction ignored, module: arch/x86/kvm/kvm, version: 0xdb9f89c2 -> 0xb3211660, export: EXPORT_SYMBOL_GPL emulator_write_emulated ignored, module: arch/x86/kvm/kvm, version: 0x0b084abd -> 0x1aa60927, export: EXPORT_SYMBOL_GPL fx_init ignored, module: arch/x86/kvm/kvm, version: 0xb9efa7b3 -> 0xbfd67aba, export: EXPORT_SYMBOL_GPL
[,,,]


Reply to: