Debootstrap + QEMU (MIPS) がうまくいかない

これと同じ症状なんですが... 添付されてるパッチを参考にがんばれば動くのかな? 「がんばる」にかかる労力の上限が不明...
うちでのログ:

# http_proxy='http://proxy.example/' cdebootstrap --foreign --arch=mipsel testing /mnt/img0 'http://ftp.jp.debian.org/debian'
P: Retrieving Release
(略
# cp /usr/bin/qemu-mipsel-static /mnt/img0/usr/bin/
# chroot /mnt/img0/
I have no name!@zbox:/# cdebootstrap-foreign --second-stage
Adding 'local diversion of /sbin/init to /sbin/init.REAL'
/bin/tar: ./postinst: Cannot utime: Level 2 not synchronized
/bin/tar: ./preinst: Cannot utime: Level 2 not synchronized
/bin/tar: ./postrm: Cannot utime: Level 2 not synchronized
/bin/tar: ./conffiles: Cannot utime: Level 2 not synchronized
/bin/tar: ./md5sums: Cannot utime: Level 2 not synchronized
/bin/tar: ./control: Cannot utime: Level 2 not synchronized
/bin/tar: .: Cannot utime: Level 2 not synchronized
/bin/tar: Exiting with failure status due to previous errors
dpkg-deb: subprocess tar returned error exit status 2
dpkg: error processing /var/cache/bootstrap/dpkg_1.15.8.10_mipsel.deb (--install):
 subprocess dpkg-deb --control returned error exit status 2
Errors were encountered while processing:
 /var/cache/bootstrap/dpkg_1.15.8.10_mipsel.deb
I have no name!@zbox:/# uname -a
Linux zbox 2.6.38-2-amd64 #1 SMP Thu Apr 7 04:28:07 UTC 2011 mips GNU/Linux

だがQEMUにはこれからちょっと労力を注ごうと計画していたので,勉強がてら直してみようか? うーん...