debian?

amori@popowa:/usr/src/kernel-source-2.6.8$ make-kpkg clean
★権限がないと怒られる。fakerootを使ってみる
amori@popowa:/usr/src/kernel-source-2.6.8$ fakeroot make-kpkg clean
★また怒られる。fakerootの設定の問題か???
amori@popowa:/usr/src/kernel-source-2.6.8$ sudo make-kpkg clean

/usr/bin/make -f /usr/share/kernel-package/rules real_stamp_clean
make[1]: Entering directory `/usr/src/kernel-source-2.6.8'
test ! -f .config || cp -pf .config config.precious
test -f Makefile && \
/usr/bin/make    ARCH=i386 distclean
make[2]: Entering directory `/usr/src/kernel-source-2.6.8'
CLEAN   scripts/basic
CLEAN   scripts/kconfig
CLEAN   scripts/lxdialog
CLEAN   .config .config.old include/linux/autoconf.h
make[2]: Leaving directory `/usr/src/kernel-source-2.6.8'
test ! -f config.precious || mv -f config.precious .config
test ! -f stamp-patch || /usr/bin/make -f /usr/share/kernel-package/rules unpatch_now
test -f stamp-building || test -f debian/official || rm -rf debian
# work around idiocy in recent kernel versions
test ! -e scripts/package/builddeb.dist || \
mv -f scripts/package/builddeb.dist scripts/package/builddeb
test ! -e scripts/package/Makefile.dist || \
mv -f scripts/package/Makefile.dist scripts/package/Makefile
rm -f
 modules/modversions.h
 modules/ksyms.ver
 debian/files conf.vars
 scripts/cramfs/cramfsck
 scripts/cramfs/mkcramfs
 applied_patches
 debian/buildinfo
 stamp-build 
 stamp-configure
 stamp-source
 stamp-image
 stamp-headers
 stamp-src
 stamp-diff
 stamp-doc
 stamp-buildpackage
 stamp-libc-kheaders
 stamp-debian
 stamp-patch
 stamp-kernel-configure
rm -rf debian/tmp-source debian/tmp-headers debian/tmp-image debian/tmp-doc
make[1]: Leaving directory `/usr/src/kernel-source-2.6.8'

amori@popowa:/usr/src/kernel-source-2.6.8$
★終了


Last-modified: 2012-03-12 (月) 17:05:20 (166d)