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

Bug#333389: debian-installer: ftbfs [sparc] cannot stat `./tmp/sparc64_netboot-2.6/tree/boot/vmlinuz-2.6.12-1-sparc64'



Package: debian-installer
Version: 20051006
Severity: serious
Justification: no longer builds from source

debian-installer failed to build on my sparc pbuilder:
(it failed on a sparc buildd due to /proc not being mounted)


if [ -d ./tmp/sparc64_netboot-2.6/tree/etc/udev ] || [ -d ./tmp/sparc64_netboot-2.6/tree/etc/hotplug ]; then \
        find ./tmp/sparc64_netboot-2.6/tree/lib/modules/ -name 'modules*' \
                -not -name modules.dep -not -name modules.alias \
                -not -name 'modules.*map' \
                -not -type d | xargs rm -f; \
else \
        find ./tmp/sparc64_netboot-2.6/tree/lib/modules/ -name 'modules*' \
                -not -name modules.dep -not -type d | xargs rm -f; \
fi
find: ./tmp/sparc64_netboot-2.6/tree/lib: No such file or directory
# These files are used to build special kernel images for some
# subarchitectures. Move them out of the way.
if [ -d ./tmp/sparc64_netboot-2.6/tree/usr/lib/kernel-image-2.6.12-1-sparc64 ]; then mv ./tmp/sparc64_netboot-2.6/tree/usr/lib/kernel-image-2.6.12-1-sparc64 ./tmp/sparc64_netboot-2.6/lib; fi;
# Move the kernel image out of the way.
mv -f ./tmp/sparc64_netboot-2.6/tree/boot/vmlinuz-2.6.12-1-sparc64 ./tmp/sparc64_netboot-2.6/vmlinuz-2.6.12-1-sparc64;
mv: cannot stat `./tmp/sparc64_netboot-2.6/tree/boot/vmlinuz-2.6.12-1-sparc64': No such file or directory
make[7]: *** [stamps/tree-unpack-sparc64_netboot-2.6-stamp] Error 1



Reply to: