Package: kernel-package
Version: 10.067

I recompiled a vanilla kernel from kernel.org (2.6.24-rc8-git1) and then I ran:
make-kpkg --initrd --append-to-version -port --revision 1.0
linux_image linux-headers
I obtain two debs linux-image*deb and linux-headers*.deb

Porting to another machine and installing them went good but when I
tried to recompile madwifi-sorce with module-assistant I got (these
are the line swith the first error):

 dh_clean -k
# Build modules
/usr/bin/make -C /usr/src/modules/madwifi modules \
        KERNELPATH=/usr/src/linux-headers-2.6.24-rc8-git1-port
KERNELRELEASE=2.6.24-rc8-git1-port KE
RNELCONF=/usr/src/linux-headers-2.6.24-rc8-git1-port/.config
make[2]: Entering directory `/usr/src/modules/madwifi'
Checking requirements... ok.
Checking kernel configuration... ok.
/usr/bin/make -C /usr/src/linux-headers-2.6.24-rc8-git1-port
SUBDIRS=/usr/src/modules/madwifi module
s
make[3]: Entering directory `/usr/src/linux-headers-2.6.24-rc8-git1-port'
/usr/src/linux-headers-2.6.24-rc8-git1-port/arch/x86/Makefile:15:
/usr/src/linux-headers-2.6.24-rc8-
git1-port/arch/x86/Makefile_32: No such file or directory
  CC [M]  /usr/src/modules/madwifi/ath/if_ath.o
In file included from include/linux/posix_types.h:47,
                 from include/linux/types.h:11,
                 from /usr/src/modules/madwifi/ath/../include/compat.h:43,
                 from <command line>:1:

And the build failed.

In fact I have no Makefile_32 but only Makefile:
debian:/usr/src# ll
/usr/src/linux-headers-2.6.24-rc8-git1-port/arch/x86/Makefile
-rw-r--r-- 1 root root 465 2008-01-16 04:22
/usr/src/linux-headers-2.6.24-rc8-git1-port/arch/x86/Makefile

I think the problem is due to the reunification of the arch x86 and x64.

Bye
Marco



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to