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

Daily builds failure...



.../...
sort -n < ./tmp/netboot/diskusage.txt > ./tmp/netboot/diskusage.txt.new && \
                mv ./tmp/netboot/diskusage.txt.new ./tmp/netboot/diskusage.txt
grep-dctrl -nsPackage,Version,Architecture '' ./tmp/netboot/tree/var/lib/dpkg/status | \
                perl -nle '$p = $_; $v = <>; chomp $v; $a = <>; chomp $a; <>; print "$p $v $a"' | \
                sort > ./tmp/netboot/udeb.list
# Clean up after dpkg.
rm -rf ./tmp/netboot/tree/var/lib/dpkg/updates
rm -f ./tmp/netboot/tree/var/lib/dpkg/available ./tmp/netboot/tree/var/lib/dpkg/*-old ./tmp/netboot/tree/var/lib/dpkg/lock
# Move the kernel image out of the way.
mv -f ./tmp/netboot/tree/boot/vmlinuz ./tmp/netboot/vmlinuz;
rmdir ./tmp/netboot/tree/boot/
rmdir: failed to remove `./tmp/netboot/tree/boot/': Directory not empty
make[2]: *** [stamps/tree-unpack-netboot-stamp] Error 1
make[1]: *** [_build] Error 2
make: *** [build_netboot] Error 2

bubulle@mykerinos:~/src/debian/debian-installer/installer/build>  ls -l tmp/netboot/tree/boot/
total 1084
-rw-r--r-- 1 bubulle bubulle 1106618 jui 24 14:04 System.map


I somehow suspect that this System.map file is unexpected there. It
should probably be just dropped out before running the "rmdir"
command...but we might need to try understanding why it appeared
there.


Attachment: signature.asc
Description: Digital signature


Reply to: