[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'



Blars Blarson wrote:
> 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

Here's a log of the same image successfully building earlier today:

http://people.debian.org/~stappers/d-i/images/daily/build_sparc64_netboot-2.6.log
| # 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;
| rmdir ./tmp/sparc64_netboot-2.6/tree/boot/

tmp/sparc64_netboot-2.6/tree/boot/vmlinuz-2.6.12-1-sparc64 and
tmp/sparc64_netboot-2.6/tree/lib which are both somehow missing in your
build are unpacked from the various sparc kernel udebs.

Selecting previously deselected package kernel-image-2.6.12-1-sparc64-di.
(Reading database ... 337 files and directories currently installed.)

I suspect your build system is broken or misconfigured since it seems
you didn't get these udebs included in your build.

It's hard to say more since you didn't include a full log or any other
information.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature


Reply to: