There's a patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501995
You need to check yourself if it's a solution, read the postings, I
didn't read them completely ;).
I guess you need to
$ cd /usr/share/kernel-package/ruleset/arches
$ sudo patch -p0 < patch_name
or
$ sudo patch -p1 < patch_name
dunno.
diff -ur /usr/share/kernel-package/ruleset/arches/i386.mk
/usr/share/kernel-package.new/ruleset/arches/i386.mk
--- /usr/share/kernel-package/ruleset/arches/i386.mk 2008-01-15
00:40:43.000000000 +0100
+++ /usr/share/kernel-package.new/ruleset/arches/i386.mk 2008-10-12
15:46:04.000000000 +0200
@@ -30,6 +30,7 @@
##
###############################################################################
+KERNEL_ARCH = x86
# sub archs can be i386 i486 i586 i686
GUESS_SUBARCH:=$(shell if test -f .config; then \
perl -nle '/^CONFIG_M(.86)=y/ && print "$$1"' .config;\
diff -ur /usr/share/kernel-package/ruleset/targets/headers.mk
/usr/share/kernel-package.new/ruleset/targets/headers.mk
--- /usr/share/kernel-package/ruleset/targets/headers.mk 2007-05-05
07:48:30.000000000 +0200
+++ /usr/share/kernel-package.new/ruleset/targets/headers.mk 2008-10-12
16:00:33.000000000 +0200
@@ -76,6 +76,12 @@
test ! -e arch/$(KERNEL_ARCH)/Makefile.cpu ||
\
$(install_file)
arch/$(KERNEL_ARCH)/Makefile.cpu \
$(SRCDIR)/arch/$(KERNEL_ARCH)
+ test ! -e arch/$(KERNEL_ARCH)/Makefile_32.cpu ||
\
+ $(install_file)
arch/$(KERNEL_ARCH)/Makefile_32.cpu \
+
$(SRCDIR)/arch/$(KERNEL_ARCH)
+ test ! -e arch/$(KERNEL_ARCH)/Makefile_64.cpu ||
\
+ $(install_file)
arch/$(KERNEL_ARCH)/Makefile_64.cpu \
+
$(SRCDIR)/arch/$(KERNEL_ARCH)
test ! -e Rules.make || $(install_file) Rules.make $(SRCDIR)
test ! -e Module.symvers || $(install_file) Module.symvers $(SRCDIR)
ifneq ($(strip $(int_follow_symlinks_in_src)),)
_______________________________________________
64studio-users mailing list
[email protected]
http://lists.64studio.com/mailman/listinfo/64studio-users