[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Sarge branch build dies with free blocks count == 0



Trying to make all_build on the sarge branch, using testing in source.list.udeb.local fails with the following error:

I'm trying again with unstable, but won't see the results until I get back from Christmas.

install -d ./tmp/floppy_access
case ext2 in \
ext2) \
        if [ "" != "" ]; then \
                echo  > ./tmp/floppy_access/tree/ramdisk_settings; \
genext2fs -d ./tmp/floppy_access/tree -b -r 0 -f userdevfs-devs ./tmp/floppy_access/initrd; \
        else \
genext2fs -d ./tmp/floppy_access/tree -b `expr $(du -s ./tmp/floppy_access/tree | cut -f 1) + $(expr $(find ./tmp/floppy_access/tree | wc -l) \* 2)` -r 0 ./tmp/floppy_access/initrd; \
        fi; \
          e2fsck -fy ./tmp/floppy_access/initrd || true;; \
cramfs) \
          mkcramfs ./tmp/floppy_access/tree ./tmp/floppy_access/initrd ;; \
*) \
        echo "Unsupported filesystem type"; \
        exit 1 ;; \
esac
genext2fs: group descr 1. free blocks count == 0 (corrupted fs?)
e2fsck 1.35 (28-Feb-2004)
e2fsck: No such file or directory while trying to open ./tmp/floppy_access/initrd

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:
    e2fsck -b 8193 <device>

gzip -v9f ./tmp/floppy_access/initrd
gzip: ./tmp/floppy_access/initrd: No such file or directory
make[5]: *** [tmp/floppy_access/initrd.gz] Error 1
make[4]: *** [_build] Error 2
make[3]: *** [flavour_build] Error 2
make[2]: *** [medium_build] Error 2
make[1]: *** [subarch_build] Error 2
make: *** [all_build] Error 2



Reply to: