| 1 |
rm -f build-stamp configure-stamp |
|---|
| 2 |
/usr/bin/make clean |
|---|
| 3 |
make[1]: Betrete Verzeichnis '/usr/src/modules/ndas' |
|---|
| 4 |
rm -f /usr/src/modules/ndas/ipkg/ndas-kernel/CONTROL/conffiles |
|---|
| 5 |
rm -f /usr/src/modules/ndas/ipkg/ndas-kernel/CONTROL/control |
|---|
| 6 |
rm -fd /usr/src/modules/ndas/ipkg/ndas-kernel/CONTROL |
|---|
| 7 |
rm -fd /usr/src/modules/ndas/ipkg/ndas-kernel |
|---|
| 8 |
rm -f /usr/src/modules/ndas/ipkg/ndas-admin/CONTROL/conffiles |
|---|
| 9 |
rm -f /usr/src/modules/ndas/ipkg/ndas-admin/CONTROL/control |
|---|
| 10 |
rm -fd /usr/src/modules/ndas/ipkg/ndas-admin/CONTROL |
|---|
| 11 |
rm -fd /usr/src/modules/ndas/ipkg/ndas-admin |
|---|
| 12 |
rm -rf /usr/src/modules/ndas/ndasadmin /usr/src/modules/ndas/admin/ndasadmin.o /usr/src/modules/ndas/ndas_sal.ko /usr/src/modules/ndas/ndas_core.ko /usr/src/modules/ndas/ndas_block.ko /usr/src/modules/ndas/ndas_scsi.ko /usr/src/modules/ndas/ndas_emu.ko /usr/src/modules/ndas/nd.ko sal/debug.o sal/io.o sal/libc.o sal/mem.o sal/net.o sal/sal.o sal/sync.o sal/thread.o sal/time.o block/block24.o block/block26.o block/ctrldev.o block/ops.o block/procfs.o scsi/ctrldev.o scsi/ndas_scsi.o scsi/procfs.o /usr/src/modules/ndas/ndas.o |
|---|
| 13 |
find . \( -name 'ndas_*.o' -o -name '*.ko' -o -name '.*.cmd' -o -name '.*.d' -o -name '*.mod.c' -o -name '*.mod.o' -o -name '*.symvers' \) -type f -print | xargs rm -f |
|---|
| 14 |
rm -rf '.tmp_versions' |
|---|
| 15 |
rm -rf '.kernel.mk' |
|---|
| 16 |
make[1]: Verlasse Verzeichnis '/usr/src/modules/ndas' |
|---|
| 17 |
dh_clean |
|---|
| 18 |
/usr/bin/make -f debian/rules kdist_clean kdist_config binary-modules |
|---|
| 19 |
make[1]: Betrete Verzeichnis '/usr/src/modules/ndas' |
|---|
| 20 |
rm -f build-stamp configure-stamp |
|---|
| 21 |
/usr/bin/make clean |
|---|
| 22 |
make[2]: Betrete Verzeichnis '/usr/src/modules/ndas' |
|---|
| 23 |
rm -f /usr/src/modules/ndas/ipkg/ndas-kernel/CONTROL/conffiles |
|---|
| 24 |
rm -f /usr/src/modules/ndas/ipkg/ndas-kernel/CONTROL/control |
|---|
| 25 |
rm -fd /usr/src/modules/ndas/ipkg/ndas-kernel/CONTROL |
|---|
| 26 |
rm -fd /usr/src/modules/ndas/ipkg/ndas-kernel |
|---|
| 27 |
rm -f /usr/src/modules/ndas/ipkg/ndas-admin/CONTROL/conffiles |
|---|
| 28 |
rm -f /usr/src/modules/ndas/ipkg/ndas-admin/CONTROL/control |
|---|
| 29 |
rm -fd /usr/src/modules/ndas/ipkg/ndas-admin/CONTROL |
|---|
| 30 |
rm -fd /usr/src/modules/ndas/ipkg/ndas-admin |
|---|
| 31 |
rm -rf /usr/src/modules/ndas/ndasadmin /usr/src/modules/ndas/admin/ndasadmin.o /usr/src/modules/ndas/ndas_sal.ko /usr/src/modules/ndas/ndas_core.ko /usr/src/modules/ndas/ndas_block.ko /usr/src/modules/ndas/ndas_scsi.ko /usr/src/modules/ndas/ndas_emu.ko /usr/src/modules/ndas/nd.ko sal/debug.o sal/io.o sal/libc.o sal/mem.o sal/net.o sal/sal.o sal/sync.o sal/thread.o sal/time.o block/block24.o block/block26.o block/ctrldev.o block/ops.o block/procfs.o scsi/ctrldev.o scsi/ndas_scsi.o scsi/procfs.o /usr/src/modules/ndas/ndas.o |
|---|
| 32 |
find . \( -name 'ndas_*.o' -o -name '*.ko' -o -name '.*.cmd' -o -name '.*.d' -o -name '*.mod.c' -o -name '*.mod.o' -o -name '*.symvers' \) -type f -print | xargs rm -f |
|---|
| 33 |
rm -rf '.tmp_versions' |
|---|
| 34 |
rm -rf '.kernel.mk' |
|---|
| 35 |
make[2]: Verlasse Verzeichnis '/usr/src/modules/ndas' |
|---|
| 36 |
dh_clean |
|---|
| 37 |
for templ in /usr/src/modules/ndas/debian/ndas-modules-_KVERS_.postinst /usr/src/modules/ndas/debian/ndas-modules-_KVERS_.postinst.backup /usr/src/modules/ndas/debian/ndas-modules-_KVERS_.postinst.modules.in; do \ |
|---|
| 38 |
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.27-7-generic/g'` ; \ |
|---|
| 39 |
done |
|---|
| 40 |
for templ in `ls debian/*.modules.in` ; do \ |
|---|
| 41 |
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} ${templ%.modules.in}.backup 2>/dev/null || true; \ |
|---|
| 42 |
sed -e 's/##KVERS##/2.6.27-7-generic/g ;s/#KVERS#/2.6.27-7-generic/g ; s/_KVERS_/2.6.27-7-generic/g ; s/##KDREV##/2.6.27-7.16/g ; s/#KDREV#/2.6.27-7.16/g ; s/_KDREV_/2.6.27-7.16/g ' < $templ > ${templ%.modules.in}; \ |
|---|
| 43 |
done |
|---|
| 44 |
dh_testroot |
|---|
| 45 |
dh_clean -k |
|---|
| 46 |
dh_installdirs lib/modules/2.6.27-7-generic/kernel/drivers/block/ndas |
|---|
| 47 |
# Build the module |
|---|
| 48 |
/usr/bin/make NDAS_KERNEL_PATH=/usr/src/linux-headers-2.6.27-7-generic NDAS_KERNEL_VERSION=2.6.27-7-generic ndas-kernel |
|---|
| 49 |
make[2]: Betrete Verzeichnis '/usr/src/modules/ndas' |
|---|
| 50 |
Invoking make againt the kernel at /usr/src/linux-headers-2.6.27-7-generic |
|---|
| 51 |
/usr/bin/make -C /usr/src/linux-headers-2.6.27-7-generic \ |
|---|
| 52 |
SUBDIRS=/usr/src/modules/ndas \ |
|---|
| 53 |
KBUILD_VERBOSE=1 \ |
|---|
| 54 |
ndas_root=/usr/src/modules/ndas \ |
|---|
| 55 |
modules |
|---|
| 56 |
make[3]: Betrete Verzeichnis '/usr/src/linux-headers-2.6.27-7-generic' |
|---|
| 57 |
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \ |
|---|
| 58 |
echo; \ |
|---|
| 59 |
echo " ERROR: Kernel configuration is invalid."; \ |
|---|
| 60 |
echo " include/linux/autoconf.h or include/config/auto.conf are missing."; \ |
|---|
| 61 |
echo " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ |
|---|
| 62 |
echo; \ |
|---|
| 63 |
/bin/false) |
|---|
| 64 |
mkdir -p /usr/src/modules/ndas/.tmp_versions ; rm -f /usr/src/modules/ndas/.tmp_versions/* |
|---|
| 65 |
/usr/bin/make -f scripts/Makefile.build obj=/usr/src/modules/ndas |
|---|
| 66 |
gcc -Wp,-MD,/usr/src/modules/ndas/block/.block24.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.2/include -D__KERNEL__ -Iinclude -I/usr/src/linux-headers-2.6.27-7-generic/arch/x86/include -include include/linux/autoconf.h -Iubuntu/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i586 -mtune=generic -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE -DLINUX -I/usr/src/modules/ndas/inc -D_X86 -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(block24)" -D"KBUILD_MODNAME=KBUILD_STR(ndas_block)" -c -o /usr/src/modules/ndas/block/.tmp_block24.o /usr/src/modules/ndas/block/block24.c |
|---|
| 67 |
gcc -Wp,-MD,/usr/src/modules/ndas/block/.block26.o.d -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.3.2/include -D__KERNEL__ -Iinclude -I/usr/src/linux-headers-2.6.27-7-generic/arch/x86/include -include include/linux/autoconf.h -Iubuntu/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i586 -mtune=generic -ffreestanding -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fno-stack-protector -fno-omit-frame-pointer -fno-optimize-sibling-calls -pg -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE -DLINUX -I/usr/src/modules/ndas/inc -D_X86 -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(block26)" -D"KBUILD_MODNAME=KBUILD_STR(ndas_block)" -c -o /usr/src/modules/ndas/block/.tmp_block26.o /usr/src/modules/ndas/block/block26.c |
|---|
| 68 |
In file included from /usr/src/modules/ndas/block/block26.c:44: |
|---|
| 69 |
include/linux/ide.h:125:1: warning: "PARTN_BITS" redefined |
|---|
| 70 |
In file included from /usr/src/modules/ndas/block/block26.c:40: |
|---|
| 71 |
/usr/src/modules/ndas/block/block.h:67:1: warning: this is the location of the previous definition |
|---|
| 72 |
/usr/src/modules/ndas/block/block26.c:483: Fehler: expected »)« before »*« token |
|---|
| 73 |
make[4]: *** [/usr/src/modules/ndas/block/block26.o] Fehler 1 |
|---|
| 74 |
make[3]: *** [_module_/usr/src/modules/ndas] Fehler 2 |
|---|
| 75 |
make[3]: Verlasse Verzeichnis '/usr/src/linux-headers-2.6.27-7-generic' |
|---|
| 76 |
make[2]: *** [/usr/src/modules/ndas/ndas_sal.ko] Fehler 2 |
|---|
| 77 |
make[2]: Verlasse Verzeichnis '/usr/src/modules/ndas' |
|---|
| 78 |
make[1]: *** [binary-modules] Fehler 2 |
|---|
| 79 |
make[1]: Verlasse Verzeichnis '/usr/src/modules/ndas' |
|---|
| 80 |
make: *** [kdist_build] Fehler 2 |
|---|