Hi All,
I am trying to create beagle_sd.img for beagle board using linaro-media-create, by referring the procedure in http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=BeagleBoardP...
But I am getting the below error. Could someone please help resolve the issue.
kiran@kiran-desktop:~/beagle_image$ sudo linaro-media-create --image_file beagle_sd.img --dev beagle --binary linaro-m-headless-tar-20101101-0.tar.gz --hwpack hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz /usr/lib/pymodules/python2.6/argparse.py:1576: DeprecationWarning: The "version" argument to ArgumentParser is deprecated. Please use "add_argument(..., action='version', version="N", ...)" instead """instead""", DeprecationWarning) Searching correct rootfs path ------------------------------------------------------------ Installing (linaro-hwpack-install) hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz in target rootfs. Unpacking hardware pack ...Done Updating apt package lists ... Ign file: ./ Release.gpg Ign filetmp/tmp.PybN7nuXq3/unpacked/pkgs/ ./ Translation-en Ign file: ./ Release Ign file: ./ Packages Get:1 http://ppa.launchpad.net maverick Release.gpg [316B] Ign http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ maverick/main Translation-en Ign http://ports.ubuntu.com maverick Release.gpg Ign http://ports.ubuntu.com/ maverick/main Translation-en Ign http://ports.ubuntu.com/ maverick/universe Translation-en Ign http://ports.ubuntu.com maverick-security Release.gpg Ign http://ports.ubuntu.com/ maverick-security/main Translation-en Ign http://ports.ubuntu.com/ maverick-security/universe Translation-en Ign http://ports.ubuntu.com maverick-updates Release.gpg Ign http://ports.ubuntu.com/ maverick-updates/main Translation-en Ign http://ports.ubuntu.com/ maverick-updates/universe Translation-en Ign http://ports.ubuntu.com maverick-proposed Release.gpg Ign http://ports.ubuntu.com/ maverick-proposed/main Translation-en Get:2 http://ppa.launchpad.net maverick Release [9762B] Ign http://ports.ubuntu.com/ maverick-proposed/universe Translation-en Ign http://ports.ubuntu.com maverick Release Ign http://ports.ubuntu.com maverick-security Release Get:3 http://ppa.launchpad.net maverick/main armel Packages [11.7kB] Ign http://ports.ubuntu.com maverick-updates Release Ign http://ports.ubuntu.com maverick-proposed Release Ign http://ports.ubuntu.com maverick/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/main armel Packages Ign http://ports.ubuntu.com maverick/universe armel Packages Ign http://ports.ubuntu.com maverick-security/main armel Packages Ign http://ports.ubuntu.com maverick-security/universe armel Packages Ign http://ports.ubuntu.com maverick-updates/main armel Packages Ign http://ports.ubuntu.com maverick-updates/universe armel Packages Ign http://ports.ubuntu.com maverick-proposed/main armel Packages Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/universe armel Packages 404 Not Found Fetched 21.8kB in 2s (9070B/s) W: Failed to fetch http://ports.ubuntu.com/dists/maverick/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick/universe/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/universe/binary-armel/Packag... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/universe/binary-armel/Package... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/universe/binary-armel/Packag... 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead. Cleaning up .../bin/mv: cannot stat `/sbin/start-stop-daemon.REAL': No such file or directory proc umounted Traceback (most recent call last): File "/usr/bin/linaro-media-create", line 202, in <module> verified_files, extract_kpkgs, *hwpacks) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 89, in install_hwpacks hwpack_force_yes or hwpack_verified) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 129, in install_hwpack cmd_runner.run(args, as_root=True, chroot=chroot_dir).wait() File "/usr/lib/pymodules/python2.6/linaro_image_tools/cmd_runner.py", line 100, in wait raise SubcommandNonZeroReturnValue(self._my_args, returncode) linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['chroot', '/tmp/tmpaR5Ly6/rootfs/binary', 'linaro-hwpack-install', '--hwpack-version', '20101109-1', '--hwpack-arch', 'armel', '--hwpack-name', 'linaro-omap3', '/hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz']" returned a non-zero value: 1
Regards, Amar Shankar
________________________________
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech and delete the original message.
Just a thought: It looks to me to be down to using 10.10 (Maverick) - I'm not sure l-m-c supports that far back, but I may be wrong.
On 19 Feb 2013, at 05:31, Amar Shankar Amar.Shankar@infotech-enterprises.com wrote:
Hi All,
I am trying to create beagle_sd.img for beagle board using linaro-media-create, by referring the procedure in http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=BeagleBoardP...
But I am getting the below error. Could someone please help resolve the issue.
kiran@kiran-desktop:~/beagle_image$ sudo linaro-media-create --image_file beagle_sd.img --dev beagle --binary linaro-m-headless-tar-20101101-0.tar.gz --hwpack hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz /usr/lib/pymodules/python2.6/argparse.py:1576: DeprecationWarning: The "version" argument to ArgumentParser is deprecated. Please use "add_argument(..., action='version', version="N", ...)" instead """instead""", DeprecationWarning) Searching correct rootfs path
Installing (linaro-hwpack-install) hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz in target rootfs. Unpacking hardware pack ...Done Updating apt package lists ... Ign file: ./ Release.gpg Ign filetmp/tmp.PybN7nuXq3/unpacked/pkgs/ ./ Translation-en Ign file: ./ Release Ign file: ./ Packages Get:1 http://ppa.launchpad.net maverick Release.gpg [316B] Ign http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ maverick/main Translation-en Ign http://ports.ubuntu.com maverick Release.gpg Ign http://ports.ubuntu.com/ maverick/main Translation-en Ign http://ports.ubuntu.com/ maverick/universe Translation-en Ign http://ports.ubuntu.com maverick-security Release.gpg Ign http://ports.ubuntu.com/ maverick-security/main Translation-en Ign http://ports.ubuntu.com/ maverick-security/universe Translation-en Ign http://ports.ubuntu.com maverick-updates Release.gpg Ign http://ports.ubuntu.com/ maverick-updates/main Translation-en Ign http://ports.ubuntu.com/ maverick-updates/universe Translation-en Ign http://ports.ubuntu.com maverick-proposed Release.gpg Ign http://ports.ubuntu.com/ maverick-proposed/main Translation-en Get:2 http://ppa.launchpad.net maverick Release [9762B] Ign http://ports.ubuntu.com/ maverick-proposed/universe Translation-en Ign http://ports.ubuntu.com maverick Release Ign http://ports.ubuntu.com maverick-security Release Get:3 http://ppa.launchpad.net maverick/main armel Packages [11.7kB] Ign http://ports.ubuntu.com maverick-updates Release Ign http://ports.ubuntu.com maverick-proposed Release Ign http://ports.ubuntu.com maverick/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/main armel Packages Ign http://ports.ubuntu.com maverick/universe armel Packages Ign http://ports.ubuntu.com maverick-security/main armel Packages Ign http://ports.ubuntu.com maverick-security/universe armel Packages Ign http://ports.ubuntu.com maverick-updates/main armel Packages Ign http://ports.ubuntu.com maverick-updates/universe armel Packages Ign http://ports.ubuntu.com maverick-proposed/main armel Packages Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/universe armel Packages 404 Not Found Fetched 21.8kB in 2s (9070B/s) W: Failed to fetch http://ports.ubuntu.com/dists/maverick/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick/universe/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/universe/binary-armel/Packag... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/universe/binary-armel/Package... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/universe/binary-armel/Packag... 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead. Cleaning up .../bin/mv: cannot stat `/sbin/start-stop-daemon.REAL': No such file or directory proc umounted Traceback (most recent call last): File "/usr/bin/linaro-media-create", line 202, in <module> verified_files, extract_kpkgs, *hwpacks) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 89, in install_hwpacks hwpack_force_yes or hwpack_verified) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 129, in install_hwpack cmd_runner.run(args, as_root=True, chroot=chroot_dir).wait() File "/usr/lib/pymodules/python2.6/linaro_image_tools/cmd_runner.py", line 100, in wait raise SubcommandNonZeroReturnValue(self._my_args, returncode) linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['chroot', '/tmp/tmpaR5Ly6/rootfs/binary', 'linaro-hwpack-install', '--hwpack-version', '20101109-1', '--hwpack-arch', 'armel', '--hwpack-name', 'linaro-omap3', '/hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz']" returned a non-zero value: 1
Regards, Amar Shankar
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech and delete the original message. _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
Yea, was about to say the same thing. You need to be running the latest Ubuntu release or the latest LTS release or it is likely that Linaro Image Tools won't work.
James
On 19 February 2013 09:43, Dave Pigott dave.pigott@linaro.org wrote:
Just a thought: It looks to me to be down to using 10.10 (Maverick) - I'm not sure l-m-c supports that far back, but I may be wrong.
On 19 Feb 2013, at 05:31, Amar Shankar Amar.Shankar@infotech-enterprises.com wrote:
Hi All,
I am trying to create beagle_sd.img for beagle board using linaro-media-create, by referring the procedure in http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=BeagleBoardP...
But I am getting the below error. Could someone please help resolve the issue.
kiran@kiran-desktop:~/beagle_image$ sudo linaro-media-create --image_file beagle_sd.img --dev beagle --binary linaro-m-headless-tar-20101101-0.tar.gz --hwpack hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz /usr/lib/pymodules/python2.6/argparse.py:1576: DeprecationWarning: The "version" argument to ArgumentParser is deprecated. Please use "add_argument(..., action='version', version="N", ...)" instead """instead""", DeprecationWarning) Searching correct rootfs path
Installing (linaro-hwpack-install) hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz in target rootfs. Unpacking hardware pack ...Done Updating apt package lists ... Ign file: ./ Release.gpg Ign filetmp/tmp.PybN7nuXq3/unpacked/pkgs/ ./ Translation-en Ign file: ./ Release Ign file: ./ Packages Get:1 http://ppa.launchpad.net maverick Release.gpg [316B] Ign http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ maverick/main Translation-en Ign http://ports.ubuntu.com maverick Release.gpg Ign http://ports.ubuntu.com/ maverick/main Translation-en Ign http://ports.ubuntu.com/ maverick/universe Translation-en Ign http://ports.ubuntu.com maverick-security Release.gpg Ign http://ports.ubuntu.com/ maverick-security/main Translation-en Ign http://ports.ubuntu.com/ maverick-security/universe Translation-en Ign http://ports.ubuntu.com maverick-updates Release.gpg Ign http://ports.ubuntu.com/ maverick-updates/main Translation-en Ign http://ports.ubuntu.com/ maverick-updates/universe Translation-en Ign http://ports.ubuntu.com maverick-proposed Release.gpg Ign http://ports.ubuntu.com/ maverick-proposed/main Translation-en Get:2 http://ppa.launchpad.net maverick Release [9762B] Ign http://ports.ubuntu.com/ maverick-proposed/universe Translation-en Ign http://ports.ubuntu.com maverick Release Ign http://ports.ubuntu.com maverick-security Release Get:3 http://ppa.launchpad.net maverick/main armel Packages [11.7kB] Ign http://ports.ubuntu.com maverick-updates Release Ign http://ports.ubuntu.com maverick-proposed Release Ign http://ports.ubuntu.com maverick/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/main armel Packages Ign http://ports.ubuntu.com maverick/universe armel Packages Ign http://ports.ubuntu.com maverick-security/main armel Packages Ign http://ports.ubuntu.com maverick-security/universe armel Packages Ign http://ports.ubuntu.com maverick-updates/main armel Packages Ign http://ports.ubuntu.com maverick-updates/universe armel Packages Ign http://ports.ubuntu.com maverick-proposed/main armel Packages Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/universe armel Packages 404 Not Found Fetched 21.8kB in 2s (9070B/s) W: Failed to fetch http://ports.ubuntu.com/dists/maverick/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick/universe/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/universe/binary-armel/Packag... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/universe/binary-armel/Package... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/universe/binary-armel/Packag... 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead. Cleaning up .../bin/mv: cannot stat `/sbin/start-stop-daemon.REAL': No such file or directory proc umounted Traceback (most recent call last): File "/usr/bin/linaro-media-create", line 202, in <module> verified_files, extract_kpkgs, *hwpacks) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 89, in install_hwpacks hwpack_force_yes or hwpack_verified) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 129, in install_hwpack cmd_runner.run(args, as_root=True, chroot=chroot_dir).wait() File "/usr/lib/pymodules/python2.6/linaro_image_tools/cmd_runner.py", line 100, in wait raise SubcommandNonZeroReturnValue(self._my_args, returncode) linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['chroot', '/tmp/tmpaR5Ly6/rootfs/binary', 'linaro-hwpack-install', '--hwpack-version', '20101109-1', '--hwpack-arch', 'armel', '--hwpack-name', 'linaro-omap3', '/hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz']" returned a non-zero value: 1
Regards, Amar Shankar
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech and delete the original message. _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
No, its lucid (Ubuntu 10.04). Could you please let me know which Ubuntu version do we need to use for this?
Regards, Amar ________________________________ From: Dave Pigott [dave.pigott@linaro.org] Sent: 19 February, 2013 3:13 PM To: Amar Shankar Cc: linaro-dev@lists.linaro.org; Prasad Raju Subject: Re: Failure to generate beagle_sd.img using linaro-media-create
Just a thought: It looks to me to be down to using 10.10 (Maverick) - I'm not sure l-m-c supports that far back, but I may be wrong.
On 19 Feb 2013, at 05:31, Amar Shankar <Amar.Shankar@infotech-enterprises.commailto:Amar.Shankar@infotech-enterprises.com> wrote:
Hi All,
I am trying to create beagle_sd.img for beagle board using linaro-media-create, by referring the procedure in http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=BeagleBoardP...
But I am getting the below error. Could someone please help resolve the issue.
kiran@kiran-desktop:~/beagle_image$ sudo linaro-media-create --image_file beagle_sd.img --dev beagle --binary linaro-m-headless-tar-20101101-0.tar.gz --hwpack hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz /usr/lib/pymodules/python2.6/argparse.py:1576: DeprecationWarning: The "version" argument to ArgumentParser is deprecated. Please use "add_argument(..., action='version', version="N", ...)" instead """instead""", DeprecationWarning) Searching correct rootfs path ------------------------------------------------------------ Installing (linaro-hwpack-install) hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz in target rootfs. Unpacking hardware pack ...Done Updating apt package lists ... Ign file: ./ Release.gpg Ign filetmp/tmp.PybN7nuXq3/unpacked/pkgs/ ./ Translation-en Ign file: ./ Release Ign file: ./ Packages Get:1 http://ppa.launchpad.net maverick Release.gpg [316B] Ign http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ maverick/main Translation-en Ign http://ports.ubuntu.com maverick Release.gpg Ign http://ports.ubuntu.com/ maverick/main Translation-en Ign http://ports.ubuntu.com/ maverick/universe Translation-en Ign http://ports.ubuntu.com maverick-security Release.gpg Ign http://ports.ubuntu.com/ maverick-security/main Translation-en Ign http://ports.ubuntu.com/ maverick-security/universe Translation-en Ign http://ports.ubuntu.com maverick-updates Release.gpg Ign http://ports.ubuntu.com/ maverick-updates/main Translation-en Ign http://ports.ubuntu.com/ maverick-updates/universe Translation-en Ign http://ports.ubuntu.com maverick-proposed Release.gpg Ign http://ports.ubuntu.com/ maverick-proposed/main Translation-en Get:2 http://ppa.launchpad.net maverick Release [9762B] Ign http://ports.ubuntu.com/ maverick-proposed/universe Translation-en Ign http://ports.ubuntu.com maverick Release Ign http://ports.ubuntu.com maverick-security Release Get:3 http://ppa.launchpad.net maverick/main armel Packages [11.7kB] Ign http://ports.ubuntu.com maverick-updates Release Ign http://ports.ubuntu.com maverick-proposed Release Ign http://ports.ubuntu.com maverick/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/main armel Packages Ign http://ports.ubuntu.com maverick/universe armel Packages Ign http://ports.ubuntu.com maverick-security/main armel Packages Ign http://ports.ubuntu.com maverick-security/universe armel Packages Ign http://ports.ubuntu.com maverick-updates/main armel Packages Ign http://ports.ubuntu.com maverick-updates/universe armel Packages Ign http://ports.ubuntu.com maverick-proposed/main armel Packages Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/universe armel Packages 404 Not Found Fetched 21.8kB in 2s (9070B/s) W: Failed to fetch http://ports.ubuntu.com/dists/maverick/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick/universe/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/universe/binary-armel/Packag... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/universe/binary-armel/Package... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/universe/binary-armel/Packag... 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead. Cleaning up .../bin/mv: cannot stat `/sbin/start-stop-daemon.REAL': No such file or directory proc umounted Traceback (most recent call last): File "/usr/bin/linaro-media-create", line 202, in <module> verified_files, extract_kpkgs, *hwpacks) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 89, in install_hwpacks hwpack_force_yes or hwpack_verified) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 129, in install_hwpack cmd_runner.run(args, as_root=True, chroot=chroot_dir).wait() File "/usr/lib/pymodules/python2.6/linaro_image_tools/cmd_runner.py", line 100, in wait raise SubcommandNonZeroReturnValue(self._my_args, returncode) linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['chroot', '/tmp/tmpaR5Ly6/rootfs/binary', 'linaro-hwpack-install', '--hwpack-version', '20101109-1', '--hwpack-arch', 'armel', '--hwpack-name', 'linaro-omap3', '/hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz']" returned a non-zero value: 1
Regards, Amar Shankar
________________________________
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech and delete the original message. _______________________________________________ linaro-dev mailing list linaro-dev@lists.linaro.orgmailto:linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
As James said, Anything from the LTS (12.04 - Precise) onwards.
Dave
On 19 Feb 2013, at 10:02, Amar Shankar Amar.Shankar@infotech-enterprises.com wrote:
No
Hmm.
I think you are trying to install a very, very old hardware pack based off "maverick" - for which the ubuntu repositories have been deleted...
You might have out of luck if that hwpack really needs packages from the archives, but if you are lucky it has everything it needs included and you might be able to hack around the fact that lmc bails out...
CCing a few folks to see if they have an idea on how to hack/workaround.
On Tue, Feb 19, 2013 at 6:31 AM, Amar Shankar Amar.Shankar@infotech-enterprises.com wrote:
Hi All,
I am trying to create beagle_sd.img for beagle board using linaro-media-create, by referring the procedure in http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=BeagleBoardP...
But I am getting the below error. Could someone please help resolve the issue.
kiran@kiran-desktop:~/beagle_image$ sudo linaro-media-create --image_file beagle_sd.img --dev beagle --binary linaro-m-headless-tar-20101101-0.tar.gz --hwpack hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz /usr/lib/pymodules/python2.6/argparse.py:1576: DeprecationWarning: The "version" argument to ArgumentParser is deprecated. Please use "add_argument(..., action='version', version="N", ...)" instead """instead""", DeprecationWarning) Searching correct rootfs path
Installing (linaro-hwpack-install) hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz in target rootfs. Unpacking hardware pack ...Done Updating apt package lists ... Ign file: ./ Release.gpg Ign filetmp/tmp.PybN7nuXq3/unpacked/pkgs/ ./ Translation-en Ign file: ./ Release Ign file: ./ Packages Get:1 http://ppa.launchpad.net maverick Release.gpg [316B] Ign http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ maverick/main Translation-en Ign http://ports.ubuntu.com maverick Release.gpg Ign http://ports.ubuntu.com/ maverick/main Translation-en Ign http://ports.ubuntu.com/ maverick/universe Translation-en Ign http://ports.ubuntu.com maverick-security Release.gpg Ign http://ports.ubuntu.com/ maverick-security/main Translation-en Ign http://ports.ubuntu.com/ maverick-security/universe Translation-en Ign http://ports.ubuntu.com maverick-updates Release.gpg Ign http://ports.ubuntu.com/ maverick-updates/main Translation-en Ign http://ports.ubuntu.com/ maverick-updates/universe Translation-en Ign http://ports.ubuntu.com maverick-proposed Release.gpg Ign http://ports.ubuntu.com/ maverick-proposed/main Translation-en Get:2 http://ppa.launchpad.net maverick Release [9762B] Ign http://ports.ubuntu.com/ maverick-proposed/universe Translation-en Ign http://ports.ubuntu.com maverick Release Ign http://ports.ubuntu.com maverick-security Release Get:3 http://ppa.launchpad.net maverick/main armel Packages [11.7kB] Ign http://ports.ubuntu.com maverick-updates Release Ign http://ports.ubuntu.com maverick-proposed Release Ign http://ports.ubuntu.com maverick/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/main armel Packages Ign http://ports.ubuntu.com maverick/universe armel Packages Ign http://ports.ubuntu.com maverick-security/main armel Packages Ign http://ports.ubuntu.com maverick-security/universe armel Packages Ign http://ports.ubuntu.com maverick-updates/main armel Packages Ign http://ports.ubuntu.com maverick-updates/universe armel Packages Ign http://ports.ubuntu.com maverick-proposed/main armel Packages Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/universe armel Packages 404 Not Found Fetched 21.8kB in 2s (9070B/s) W: Failed to fetch http://ports.ubuntu.com/dists/maverick/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick/universe/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/universe/binary-armel/Packag... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/universe/binary-armel/Package... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/universe/binary-armel/Packag... 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead. Cleaning up .../bin/mv: cannot stat `/sbin/start-stop-daemon.REAL': No such file or directory proc umounted Traceback (most recent call last): File "/usr/bin/linaro-media-create", line 202, in <module> verified_files, extract_kpkgs, *hwpacks) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 89, in install_hwpacks hwpack_force_yes or hwpack_verified) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 129, in install_hwpack cmd_runner.run(args, as_root=True, chroot=chroot_dir).wait() File "/usr/lib/pymodules/python2.6/linaro_image_tools/cmd_runner.py", line 100, in wait raise SubcommandNonZeroReturnValue(self._my_args, returncode) linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['chroot', '/tmp/tmpaR5Ly6/rootfs/binary', 'linaro-hwpack-install', '--hwpack-version', '20101109-1', '--hwpack-arch', 'armel', '--hwpack-name', 'linaro-omap3', '/hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz']" returned a non-zero value: 1
Regards, Amar Shankar
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech and delete the original message.
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
Good point! I would be pleasantly surprised if an image + hwpack from 2010 worked with our current tools.
James
On 19 February 2013 12:02, Alexander Sack asac@linaro.org wrote:
Hmm.
I think you are trying to install a very, very old hardware pack based off "maverick" - for which the ubuntu repositories have been deleted...
You might have out of luck if that hwpack really needs packages from the archives, but if you are lucky it has everything it needs included and you might be able to hack around the fact that lmc bails out...
CCing a few folks to see if they have an idea on how to hack/workaround.
On Tue, Feb 19, 2013 at 6:31 AM, Amar Shankar Amar.Shankar@infotech-enterprises.com wrote:
Hi All,
I am trying to create beagle_sd.img for beagle board using linaro-media-create, by referring the procedure in http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=BeagleBoardP...
But I am getting the below error. Could someone please help resolve the issue.
kiran@kiran-desktop:~/beagle_image$ sudo linaro-media-create --image_file beagle_sd.img --dev beagle --binary linaro-m-headless-tar-20101101-0.tar.gz --hwpack hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz /usr/lib/pymodules/python2.6/argparse.py:1576: DeprecationWarning: The "version" argument to ArgumentParser is deprecated. Please use "add_argument(..., action='version', version="N", ...)" instead """instead""", DeprecationWarning) Searching correct rootfs path
Installing (linaro-hwpack-install) hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz in target rootfs. Unpacking hardware pack ...Done Updating apt package lists ... Ign file: ./ Release.gpg Ign filetmp/tmp.PybN7nuXq3/unpacked/pkgs/ ./ Translation-en Ign file: ./ Release Ign file: ./ Packages Get:1 http://ppa.launchpad.net maverick Release.gpg [316B] Ign http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ maverick/main Translation-en Ign http://ports.ubuntu.com maverick Release.gpg Ign http://ports.ubuntu.com/ maverick/main Translation-en Ign http://ports.ubuntu.com/ maverick/universe Translation-en Ign http://ports.ubuntu.com maverick-security Release.gpg Ign http://ports.ubuntu.com/ maverick-security/main Translation-en Ign http://ports.ubuntu.com/ maverick-security/universe Translation-en Ign http://ports.ubuntu.com maverick-updates Release.gpg Ign http://ports.ubuntu.com/ maverick-updates/main Translation-en Ign http://ports.ubuntu.com/ maverick-updates/universe Translation-en Ign http://ports.ubuntu.com maverick-proposed Release.gpg Ign http://ports.ubuntu.com/ maverick-proposed/main Translation-en Get:2 http://ppa.launchpad.net maverick Release [9762B] Ign http://ports.ubuntu.com/ maverick-proposed/universe Translation-en Ign http://ports.ubuntu.com maverick Release Ign http://ports.ubuntu.com maverick-security Release Get:3 http://ppa.launchpad.net maverick/main armel Packages [11.7kB] Ign http://ports.ubuntu.com maverick-updates Release Ign http://ports.ubuntu.com maverick-proposed Release Ign http://ports.ubuntu.com maverick/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/main armel Packages Ign http://ports.ubuntu.com maverick/universe armel Packages Ign http://ports.ubuntu.com maverick-security/main armel Packages Ign http://ports.ubuntu.com maverick-security/universe armel Packages Ign http://ports.ubuntu.com maverick-updates/main armel Packages Ign http://ports.ubuntu.com maverick-updates/universe armel Packages Ign http://ports.ubuntu.com maverick-proposed/main armel Packages Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/universe armel Packages 404 Not Found Fetched 21.8kB in 2s (9070B/s) W: Failed to fetch http://ports.ubuntu.com/dists/maverick/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick/universe/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/universe/binary-armel/Packag... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/universe/binary-armel/Package... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/universe/binary-armel/Packag... 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead. Cleaning up .../bin/mv: cannot stat `/sbin/start-stop-daemon.REAL': No such file or directory proc umounted Traceback (most recent call last): File "/usr/bin/linaro-media-create", line 202, in <module> verified_files, extract_kpkgs, *hwpacks) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 89, in install_hwpacks hwpack_force_yes or hwpack_verified) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 129, in install_hwpack cmd_runner.run(args, as_root=True, chroot=chroot_dir).wait() File "/usr/lib/pymodules/python2.6/linaro_image_tools/cmd_runner.py", line 100, in wait raise SubcommandNonZeroReturnValue(self._my_args, returncode) linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['chroot', '/tmp/tmpaR5Ly6/rootfs/binary', 'linaro-hwpack-install', '--hwpack-version', '20101109-1', '--hwpack-arch', 'armel', '--hwpack-name', 'linaro-omap3', '/hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz']" returned a non-zero value: 1
Regards, Amar Shankar
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech and delete the original message.
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
-- Alexander Sack Director, Linaro Platform Engineering http://www.linaro.org | Open source software for ARM SoCs http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
On Tue, Feb 19, 2013 at 2:53 PM, James Tunnicliffe james.tunnicliffe@linaro.org wrote:
Good point! I would be pleasantly surprised if an image + hwpack from 2010 worked with our current tools.
Actually, I am surprised if they do not work.
Our official promise on lit has always been that: 1. all hwpacks and rootfs ever produced before a lmc release will work with that lmc 2. lmc will work well on most recent Ubuntu release as well as on all Ubuntu LTS still supported by Canonical
So moving forward let's do this: + find out if latest lmc works with the hwpack/rootfs stuff above - maybe it is all good actually - the wiki instructions refer to an old lmc version. + ensure that we have hwpack rootfs version as old as the above in our CI + use this opportunity to review if our CI tests have other gaps that we need to fill to know whether we are green wrt 1. and 2. above + fix failures including removing online requirement when they come up.
Guess a blueprint about "lmc legacy support investigation and resurrection" might be the way to go.
Thanks!
James
On 19 February 2013 12:02, Alexander Sack asac@linaro.org wrote:
Hmm.
I think you are trying to install a very, very old hardware pack based off "maverick" - for which the ubuntu repositories have been deleted...
You might have out of luck if that hwpack really needs packages from the archives, but if you are lucky it has everything it needs included and you might be able to hack around the fact that lmc bails out...
CCing a few folks to see if they have an idea on how to hack/workaround.
On Tue, Feb 19, 2013 at 6:31 AM, Amar Shankar Amar.Shankar@infotech-enterprises.com wrote:
Hi All,
I am trying to create beagle_sd.img for beagle board using linaro-media-create, by referring the procedure in http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=BeagleBoardP...
But I am getting the below error. Could someone please help resolve the issue.
kiran@kiran-desktop:~/beagle_image$ sudo linaro-media-create --image_file beagle_sd.img --dev beagle --binary linaro-m-headless-tar-20101101-0.tar.gz --hwpack hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz /usr/lib/pymodules/python2.6/argparse.py:1576: DeprecationWarning: The "version" argument to ArgumentParser is deprecated. Please use "add_argument(..., action='version', version="N", ...)" instead """instead""", DeprecationWarning) Searching correct rootfs path
Installing (linaro-hwpack-install) hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz in target rootfs. Unpacking hardware pack ...Done Updating apt package lists ... Ign file: ./ Release.gpg Ign filetmp/tmp.PybN7nuXq3/unpacked/pkgs/ ./ Translation-en Ign file: ./ Release Ign file: ./ Packages Get:1 http://ppa.launchpad.net maverick Release.gpg [316B] Ign http://ppa.launchpad.net/linaro-maintainers/overlay/ubuntu/ maverick/main Translation-en Ign http://ports.ubuntu.com maverick Release.gpg Ign http://ports.ubuntu.com/ maverick/main Translation-en Ign http://ports.ubuntu.com/ maverick/universe Translation-en Ign http://ports.ubuntu.com maverick-security Release.gpg Ign http://ports.ubuntu.com/ maverick-security/main Translation-en Ign http://ports.ubuntu.com/ maverick-security/universe Translation-en Ign http://ports.ubuntu.com maverick-updates Release.gpg Ign http://ports.ubuntu.com/ maverick-updates/main Translation-en Ign http://ports.ubuntu.com/ maverick-updates/universe Translation-en Ign http://ports.ubuntu.com maverick-proposed Release.gpg Ign http://ports.ubuntu.com/ maverick-proposed/main Translation-en Get:2 http://ppa.launchpad.net maverick Release [9762B] Ign http://ports.ubuntu.com/ maverick-proposed/universe Translation-en Ign http://ports.ubuntu.com maverick Release Ign http://ports.ubuntu.com maverick-security Release Get:3 http://ppa.launchpad.net maverick/main armel Packages [11.7kB] Ign http://ports.ubuntu.com maverick-updates Release Ign http://ports.ubuntu.com maverick-proposed Release Ign http://ports.ubuntu.com maverick/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-security/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-updates/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/main armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages/DiffIndex Ign http://ports.ubuntu.com maverick/main armel Packages Ign http://ports.ubuntu.com maverick/universe armel Packages Ign http://ports.ubuntu.com maverick-security/main armel Packages Ign http://ports.ubuntu.com maverick-security/universe armel Packages Ign http://ports.ubuntu.com maverick-updates/main armel Packages Ign http://ports.ubuntu.com maverick-updates/universe armel Packages Ign http://ports.ubuntu.com maverick-proposed/main armel Packages Ign http://ports.ubuntu.com maverick-proposed/universe armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages Err http://ports.ubuntu.com maverick/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-security/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-updates/universe armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/main armel Packages 404 Not Found Err http://ports.ubuntu.com maverick-proposed/universe armel Packages 404 Not Found Fetched 21.8kB in 2s (9070B/s) W: Failed to fetch http://ports.ubuntu.com/dists/maverick/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick/universe/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-security/universe/binary-armel/Packag... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/main/binary-armel/Packages.gz 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-updates/universe/binary-armel/Package... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/main/binary-armel/Packages.g... 404 Not Found
W: Failed to fetch http://ports.ubuntu.com/dists/maverick-proposed/universe/binary-armel/Packag... 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead. Cleaning up .../bin/mv: cannot stat `/sbin/start-stop-daemon.REAL': No such file or directory proc umounted Traceback (most recent call last): File "/usr/bin/linaro-media-create", line 202, in <module> verified_files, extract_kpkgs, *hwpacks) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 89, in install_hwpacks hwpack_force_yes or hwpack_verified) File "/usr/lib/pymodules/python2.6/linaro_image_tools/media_create/chroot_utils.py", line 129, in install_hwpack cmd_runner.run(args, as_root=True, chroot=chroot_dir).wait() File "/usr/lib/pymodules/python2.6/linaro_image_tools/cmd_runner.py", line 100, in wait raise SubcommandNonZeroReturnValue(self._my_args, returncode) linaro_image_tools.cmd_runner.SubcommandNonZeroReturnValue: Sub process "['chroot', '/tmp/tmpaR5Ly6/rootfs/binary', 'linaro-hwpack-install', '--hwpack-version', '20101109-1', '--hwpack-arch', 'armel', '--hwpack-name', 'linaro-omap3', '/hwpack_linaro-omap3_20101109-1_armel_supported.tar.gz']" returned a non-zero value: 1
Regards, Amar Shankar
DISCLAIMER:
This email may contain confidential information and is intended only for the use of the specific individual(s) to which it is addressed. If you are not the intended recipient of this email, you are hereby notified that any unauthorized use, dissemination or copying of this email or the information contained in it or attached to it is strictly prohibited. If you received this message in error, please immediately notify the sender at Infotech and delete the original message.
linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-dev
-- Alexander Sack Director, Linaro Platform Engineering http://www.linaro.org | Open source software for ARM SoCs http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog
-- James Tunnicliffe
On 19 February 2013 16:08, Alexander Sack asac@linaro.org wrote:
On Tue, Feb 19, 2013 at 2:53 PM, James Tunnicliffe james.tunnicliffe@linaro.org wrote:
Good point! I would be pleasantly surprised if an image + hwpack from 2010 worked with our current tools.
Actually, I am surprised if they do not work.
Our official promise on lit has always been that:
- all hwpacks and rootfs ever produced before a lmc release will
work with that lmc 2. lmc will work well on most recent Ubuntu release as well as on all Ubuntu LTS still supported by Canonical
So moving forward let's do this:
- find out if latest lmc works with the hwpack/rootfs stuff above -
maybe it is all good actually - the wiki instructions refer to an old lmc version.
- ensure that we have hwpack rootfs version as old as the above in our CI
- use this opportunity to review if our CI tests have other gaps that
we need to fill to know whether we are green wrt 1. and 2. above
- fix failures including removing online requirement when they come up.
Guess a blueprint about "lmc legacy support investigation and resurrection" might be the way to go.
Interesting. We have had a blueprint about dropping Hardware Pack v1 support ready to go for a while. There is a lot of "if v1, else" code in Linaro Image Tools that we would like to get rid of.
In the original case we have an image based on an unsupported Ubuntu version, which no longer has packages on http://ports.ubuntu.com/dists/, so there is no way to support it since it can't be installed. It isn't useful to have non-functioning OS binaries on releases.linaro.org, so we should either delete them/move them to an archive location or perhaps put them behind a warning page. We could use BUILDINFO.txt to implement the warning.
Our CI jobs for image tools only go back to Linaro 11.06. I don't know when our releases switched to use Ubuntu 11.04 but it would be around then. We could try going back further, but it may only get us 6 months of testing a release that very few people are using.
Binaries from ports.ubuntu.com will vanish after their support window has expired, so it seems likely that 11.04 and 11.10 based images will be unusable in a years time.
James
On Tue, Feb 19, 2013 at 6:03 PM, James Tunnicliffe james.tunnicliffe@linaro.org wrote:
On 19 February 2013 16:08, Alexander Sack asac@linaro.org wrote:
On Tue, Feb 19, 2013 at 2:53 PM, James Tunnicliffe james.tunnicliffe@linaro.org wrote:
Good point! I would be pleasantly surprised if an image + hwpack from 2010 worked with our current tools.
Actually, I am surprised if they do not work.
Our official promise on lit has always been that:
- all hwpacks and rootfs ever produced before a lmc release will
work with that lmc 2. lmc will work well on most recent Ubuntu release as well as on all Ubuntu LTS still supported by Canonical
So moving forward let's do this:
- find out if latest lmc works with the hwpack/rootfs stuff above -
maybe it is all good actually - the wiki instructions refer to an old lmc version.
- ensure that we have hwpack rootfs version as old as the above in our CI
- use this opportunity to review if our CI tests have other gaps that
we need to fill to know whether we are green wrt 1. and 2. above
- fix failures including removing online requirement when they come up.
Guess a blueprint about "lmc legacy support investigation and resurrection" might be the way to go.
Interesting. We have had a blueprint about dropping Hardware Pack v1 support ready to go for a while. There is a lot of "if v1, else" code in Linaro Image Tools that we would like to get rid of.
In the original case we have an image based on an unsupported Ubuntu version, which no longer has packages on http://ports.ubuntu.com/dists/, so there is no way to support it since it can't be installed. It isn't useful to have non-functioning OS
It's not a given thing that it can't be installed. Actually, except for corner cases ALL the bits you need should be in rootfs and hwpack combined.
For me all hwpack/rootfs that don't have all the bits are actually BUGGY and I would like to kill online support from lmc just for the sake to ensure that our hwpacks/rootfs really have everything.
binaries on releases.linaro.org, so we should either delete them/move them to an archive location or perhaps put them behind a warning page. We could use BUILDINFO.txt to implement the warning.
That's an independent discussion.
Right now LMC is buggy as it cannot install stuff without the upstream archives still being there. Let's fix that first and then go and talk about a policy how to phase out old stuff (even though right now I believe all releases should stay around forever).
Our CI jobs for image tools only go back to Linaro 11.06. I don't know when our releases switched to use Ubuntu 11.04 but it would be around then. We could try going back further, but it may only get us 6 months of testing a release that very few people are using.
Yes, please go back to the oldest we have, treat them as bugs and systematically discuss case by case if we really don't support it.
Binaries from ports.ubuntu.com will vanish after their support window has expired, so it seems likely that 11.04 and 11.10 based images will be unusable in a years time.
As from above: our hwpacks should have everything they need in them. If not, its a hwpack bug and we want to know about them (through lmc hwpack-create and create failing unless you pass --download-missing-anyway or something).
James
On 19 February 2013 18:54, Alexander Sack asac@linaro.org wrote:
On Tue, Feb 19, 2013 at 6:03 PM, James Tunnicliffe james.tunnicliffe@linaro.org wrote:
On 19 February 2013 16:08, Alexander Sack asac@linaro.org wrote:
On Tue, Feb 19, 2013 at 2:53 PM, James Tunnicliffe james.tunnicliffe@linaro.org wrote:
Good point! I would be pleasantly surprised if an image + hwpack from 2010 worked with our current tools.
Actually, I am surprised if they do not work.
Our official promise on lit has always been that:
- all hwpacks and rootfs ever produced before a lmc release will
work with that lmc 2. lmc will work well on most recent Ubuntu release as well as on all Ubuntu LTS still supported by Canonical
So moving forward let's do this:
- find out if latest lmc works with the hwpack/rootfs stuff above -
maybe it is all good actually - the wiki instructions refer to an old lmc version.
- ensure that we have hwpack rootfs version as old as the above in our CI
- use this opportunity to review if our CI tests have other gaps that
we need to fill to know whether we are green wrt 1. and 2. above
- fix failures including removing online requirement when they come up.
Guess a blueprint about "lmc legacy support investigation and resurrection" might be the way to go.
Interesting. We have had a blueprint about dropping Hardware Pack v1 support ready to go for a while. There is a lot of "if v1, else" code in Linaro Image Tools that we would like to get rid of.
In the original case we have an image based on an unsupported Ubuntu version, which no longer has packages on http://ports.ubuntu.com/dists/, so there is no way to support it since it can't be installed. It isn't useful to have non-functioning OS
It's not a given thing that it can't be installed. Actually, except for corner cases ALL the bits you need should be in rootfs and hwpack combined.
For me all hwpack/rootfs that don't have all the bits are actually BUGGY and I would like to kill online support from lmc just for the sake to ensure that our hwpacks/rootfs really have everything.
Good to know. I was so used to seeing the apt-get update that I had come to see it as a requirement.
binaries on releases.linaro.org, so we should either delete them/move them to an archive location or perhaps put them behind a warning page. We could use BUILDINFO.txt to implement the warning.
That's an independent discussion.
Right now LMC is buggy as it cannot install stuff without the upstream archives still being there. Let's fix that first and then go and talk about a policy how to phase out old stuff (even though right now I believe all releases should stay around forever).
Patch incoming :-)
Just doing some more tests, but it seems that we are fine when we pull updates if possible rather than failing when apt-get update fails. BeagleBoard had a missing parameter we needed for hwpack V1 support, but we now have a sensible default.
Our CI jobs for image tools only go back to Linaro 11.06. I don't know when our releases switched to use Ubuntu 11.04 but it would be around then. We could try going back further, but it may only get us 6 months of testing a release that very few people are using.
Yes, please go back to the oldest we have, treat them as bugs and systematically discuss case by case if we really don't support it.
Binaries from ports.ubuntu.com will vanish after their support window has expired, so it seems likely that 11.04 and 11.10 based images will be unusable in a years time.
As from above: our hwpacks should have everything they need in them. If not, its a hwpack bug and we want to know about them (through lmc hwpack-create and create failing unless you pass --download-missing-anyway or something).
James
-- Alexander Sack Director, Linaro Platform Engineering http://www.linaro.org | Open source software for ARM SoCs http://twitter.com/#%21/linaroorg - http://www.linaro.org/linaro-blog