reopen 308639
thanks

#include <hallo.h>
* Debian Bug Tracking System [Thu, May 19 2005, 08:48:09PM]:

>    * Fixed kernel-build/kernel-headers so that kernel-build now include the
>      symlinks to all kernel-headers stuff. (closes: #308639)
>      (Sven Luther, Simon Horman)
>    * Add Module.symvers to kernel-build/kernel-headers so out of
>      tree modules can detect abi changes (Simon Horman)

Just tested, it is still broken:

 - it still does not have Provides: kernel-headers-2.6.8-powerpc 
   (one needs to guess that its name is kernel-headers-$KVERS on
   powerpc, "module-assistant prepare" fails)
 - some parts are missing (see below, shfs package as sample user).

Regards,
Eduard.

dh_clean
make -C Linux-2.6 clean
make[1]: Entering directory `/usr/src/modules/shfs/Linux-2.6'
rm -rf linux-2.6.8-powerpc linux-2.6.8-powerpc.orig;
rm -f linux-2.6.8-powerpc.diff
rm -f *.o *.ko *.mod.c .*o.cmd
make[1]: Leaving directory `/usr/src/modules/shfs/Linux-2.6'
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/shfs'
dh_clean
make -C Linux-2.6 clean
make[2]: Entering directory `/usr/src/modules/shfs/Linux-2.6'
rm -rf linux-2.6.8-powerpc linux-2.6.8-powerpc.orig;
rm -f linux-2.6.8-powerpc.diff
rm -f *.o *.ko *.mod.c .*o.cmd
make[2]: Leaving directory `/usr/src/modules/shfs/Linux-2.6'
for templ in /usr/src/modules/shfs/debian/shfs-module-_KVERS_.postinst 
/usr/src/modules/shfs/debian/shfs-module-_KVERS_.postinst.modules.in; do \
    cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.8-powerpc/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
    test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2>/dev/null || true; \
    sed -e 's/##KVERS##/2.6.8-powerpc/g ;s/#KVERS#/2.6.8-powerpc/g ; 
s/_KVERS_/2.6.8-powerpc/g ; s/##KDREV##/2.6.8-16/g ; s/#KDREV#/2.6.8-16/g ; 
s/_KDREV_/2.6.8-16/g' <
 $templ > ${templ%.modules.in}; \
  done
dh_testdir
dh_testroot
dh_clean -k
env MODVERSIONS=detect make -C Linux-2.6 
KERNEL_SOURCES=/usr/src/kernel-build-2.6.8-powerpc KERNEL=linux-2.6.8-powerpc 
CC=gcc-3.3
make[2]: Entering directory `/usr/src/modules/shfs/Linux-2.6'
make -C /usr/src/kernel-build-2.6.8-powerpc 
SUBDIRS=/usr/src/modules/shfs/Linux-2.6 modules
make[3]: Entering directory `/usr/src/kernel-build-2.6.8-powerpc'
  CC [M]  /usr/src/modules/shfs/Linux-2.6/dcache.o
In file included from /usr/src/modules/shfs/Linux-2.6/dcache.c:16:
include/linux/sched.h:4:37: asm/param.h: No such file or directory
In file included from include/linux/types.h:13,
                 from include/linux/capability.h:16,
                 from include/linux/sched.h:7,
                 from /usr/src/modules/shfs/Linux-2.6/dcache.c:16:
include/linux/posix_types.h:47:29: asm/posix_types.h: No such file or directory
In file included from include/linux/capability.h:16,
                 from include/linux/sched.h:7,
                 from /usr/src/modules/shfs/Linux-2.6/dcache.c:16:
include/linux/types.h:14:23: asm/types.h: No such file or directory
In file included from include/linux/capability.h:16,
                 from include/linux/sched.h:7,
                 from /usr/src/modules/shfs/Linux-2.6/dcache.c:16:
include/linux/types.h:18: error: syntax error before "__kernel_dev_t"
include/linux/types.h:18: warning: type defaults to `int' in declaration of 
`__kernel_dev_t'
include/linux/types.h:18: warning: data definition has no type or storage class
include/linux/types.h:21: error: syntax error before "dev_t"
include/linux/types.h:21: warning: type defaults to `int' in declaration of 
`dev_t'
include/linux/types.h:21: warning: data definition has no type or storage class
include/linux/types.h:22: error: syntax error before "ino_t"
include/linux/types.h:22: warning: type defaults to `int' in declaration of 
`ino_t'


-- 
Ambassador Londo Mollari: Mr.  Garibaldi,j ust now, would you really have
killed me?
Michael Garibaldi: Yes. Yes, I would've, but I'm just as glad I didn't have to.
The paperwork's a pain in the butt.
                                                 -- Quotes from Babylon 5 --


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

Reply via email to