Comment 25 for bug 859473

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

I've tried to reproduce this, but l-m-c is failing for me:

$ sudo linaro-media-create --rootfs ext2 --mmc /dev/sde --dev panda --hwpack ~/Downloads/hwpack_linaro-omap3_20111007-0028_armel_supported.tar.gz --binary ~/Downloads/nano-n-tar-20111005-1.tar.gz --hwpack-force-yes
...

Writing inode tables: done
Writing superblocks and filesystem accounting information: done

This filesystem will be automatically checked every 25 mounts or
180 days, whichever comes first. Use tune2fs -c or -i to override.
cp: cannot stat `/tmp/tmpKxd3zn/binary/usr/lib/u-boot/omap4_panda/u-boot.bin': No such file or directory
Traceback (most recent call last):
  File "/usr/bin/linaro-media-create", line 171, in <module>
    args.is_live, args.is_lowmem, args.consoles)
  File "/usr/lib/pymodules/python2.7/linaro_image_tools/media_create/boards.py", line 743, in populate_boot
    proc.wait()
  File "/usr/lib/pymodules/python2.7/linaro_image_tools/cmd_runner.py", line 100, in wait
    raise SubcommandNonZeroReturnValue(self._my_args, returncode)
linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['cp', '-v', '/tmp/tmpKxd3zn/binary/usr/lib/u-boot/omap4_panda/u-boot.bin', '/tmp/tmpKxd3zn/boot-disc']" returned a non-zero value: 1

This is exactly like bug 842421, but that was reported to be a hwpack that was too new for the l-m-c, and I get this with lp:linaro-image-tools tip (as well as the version from the ppa, and a few other versions I tried). Boo! :(