- 論壇徽章:
- 0
|
dh_clean
/usr/bin/make clean
make[1]: Entering directory `/usr/src/modules/dazuko'
make[1]: Leaving directory `/usr/src/modules/dazuko'
rm -rf .tmp_versions Makefile debian/control.backup
/usr/bin/make -f debian/rules kdist_clean kdist_config binary-modules
make[1]: Entering directory `/usr/src/modules/dazuko'
dh_clean
/usr/bin/make clean
make[2]: Entering directory `/usr/src/modules/dazuko'
make[2]: *** No rule to make target `clean'. Stop.
make[2]: Leaving directory `/usr/src/modules/dazuko'
make[1]: [kdist_clean] Error 2 (ignored)
rm -rf .tmp_versions Makefile debian/control.backup
sed -e 's/_KFLAV_/2.6.22.0723/' < debian/control.modules.in.in > debian/control.modules.in
for templ in /usr/src/modules/dazuko/debian/dazuko-modules-_KVERS_.postinst /usr/src/modules/dazuko/debian/dazuko-modules-_KVERS_.postinst.backup /usr/src/modules/dazuko/debian/dazuko-modules-_KVERS_.postinst.modules.in; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.22.0723/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.22.0723/g ;s/#KVERS#/2.6.22.0723/g ; s/_KVERS_/2.6.22.0723/g ; s/##KDREV##/2.6.22.0723-10.00.Custom/g ; s/#KDREV#/2.6.22.0723-10.00.Custom/g ; s/_KDREV_/2.6.22.0723-10.00.Custom/g ' < $templ > ${templ%.modules.in}; \
done
./configure --without-library --without-example-c --kernelsrcdir=/lib/modules/2.6.22.0723/source
checking host system type... Linux
checking for make utility... ok (make)
checking for C compiler... ok (gcc-4.1)
acquiring Linux kernel code configuration... ok
checking if Linux is RSBAC patched... no
checking if devfs is enabled... no
discovered host system... Linux (2.6.22)
checking if security module support is enabled... yes
verifying capabilities are not built-in... ok
locating LSM API header... ok
identifying LSM API... ok
inspecting suspend function... ok (suspend1)
checking whether __d_path() is exported... no (using local copy, dangerous)
inspecting class type... ok (class)
disabling ON_CLOSE events (not available for Linux 2.6)
configure: creating Makefile
./configure successful
=======================
Configuration summary
=======================
module events = ON_OPEN ON_EXEC
devfs support = no
rsbac support = no
stacking support = yes
local __d_path() = yes (WARNING: dangerous for SMP kernels, see README.linux26)
module debug = no
library 1.x compatibility = yes
export DH_OPTIONS='-pdazuko-modules-2.6.22.0723'
dh_testdir
dh_testdir: debian/control has a duplicate entry for dazuko-modules-2.6.22.0723
make[1]: *** [binary-modules] Error 1
make[1]: Leaving directory `/usr/src/modules/dazuko'
make: *** [kdist_build] Error 2
本人自己編譯的2.6.22的內核,源代碼都在/usr/src/linux-2.6.22下,編譯添加dazuko模塊出錯,試了一下其他的模塊也一樣的錯誤,請高手提示。 |
|