On 04/27/2012 09:05 AM, EXT-McGhehey, Mark J wrote:
> I have performed the steps in the Gumstix "Using the Open Embedded Build System for Overo Series" tutorial (
http://www.gumstix.org/software-development/open-embedded/61-using-the-open-embedded-build-system.html) exactly as described and have encountered numerous build errors; including the usual flurry of "checksum mismatch" errors. At least with the checksum mismatch errors, I can work around those (i.e. insert the correct md5sum).
>
> This next one though, I have not been able to figure out yet. Hopefully someone here will be kind enough to help me out with this.
>
>>> NOTE: Running task 420 of 803 (ID: 9, /media/devdrive/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot_git.bb, do_fetch)
>>> --2012-04-27 08:24:28--
http://www.angstrom-distribution.org/unstable/sources/git_www.sakoman.com.git.u-boot.git_0f331e606c80166c1bfe5cac40dfc0616708f31b.tar.gz>>> NOTE: package u-boot-2011.09+r76+gitr0f331e606c80166c1bfe5cac40dfc0616708f31b-r76: task do_fetch: Started
>>> Resolving www-xxx-proxy.xxxxxx.com... 192.xx.xx.xx
>>> Connecting to www-xxx-proxy.xxxxxx.com|192.xx.xx.xxx|:xxxxx... connected.
>>> Proxy request sent, awaiting response... 404 Not Found
>>> 2012-04-27 08:24:29 ERROR 404: Not Found.
>
>>> fatal: Unable to look up www.sakoman.com (port 9418) (Name or service not known)
>>> Cloning into /media/devdrive/overo-oe/sources/git/www.sakoman.com.git.u-boot.git...
>>> NOTE: package u-boot-2011.09+r76+gitr0f331e606c80166c1bfe5cac40dfc0616708f31b-r76: task Fetch failed: Unable to fetch URL git://www.sakoman.com/git/u-boot.git;branch=omap3-v2011.09;protocol=git from any source.: Failed
>>> ERROR: Function 'Fetch failed: Unable to fetch URL git://www.sakoman.com/git/u-boot.git;branch=omap3-v2011.09;protocol=git from any source.' failed
>>> ERROR: Task 9 (/media/devdrive/overo-oe/org.openembedded.dev/recipes/u-boot/u-boot_git.bb, do_fetch) failed with exit code '1'
>
>
> Thanks
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/> _______________________________________________
> gumstix-users mailing list
>
gumstix-users@...
>
https://lists.sourceforge.net/lists/listinfo/gumstix-userstry cleaning the package and "rebuilding" it
bitbake -c clean FailedPackage; bitbake -f FailedPackage
Granted they did give 404 errors but sometimes that works for me even
with a 404. Possibly another thing could be Steve's site is having
maintenance or something like that. Or possibly even could be pulling a
version not in the tree. I do not run into this issue though on my build
machine Ubuntu 10.04
If that does not work you will need to sort out why it's 404'ing
HTH's some
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats.
http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/_______________________________________________
gumstix-users mailing list
gumstix-users@...
https://lists.sourceforge.net/lists/listinfo/gumstix-usersJust a beginner trying to learn his way around.