All of lore.kernel.org
 help / color / mirror / Atom feed
* Fetch failure on SDK 5.01.01.01
@ 2015-09-10 18:55 Adam Lee
  2015-09-14 18:36 ` Denys Dmytriyenko
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Lee @ 2015-09-10 18:55 UTC (permalink / raw)
  To: meta-ti

Hello everyone, I am trying to build "libgles-omap3_5.01.01.01" for
the first time and seeing checksum mismatch and fetch failure as
below:

ERROR: Fetcher failure for URL:
'http://software-dl.ti.com/dsps/dsps_public_sw/gfxsdk/5_01_01_01/exports/Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin'.
Checksum mismatch!
File: '/media/adam/Build/dev/build/downloads/Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin'
has md5 checksum 405499961427b695664f9b1758b5b7e4 when
94acdbd20152c905939c2448d5e80a72 was expected
File: '/media/adam/Build/dev/build/downloads/Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin'
has sha256 checksum
f725533190c9296680873204d247870f703d62019381dd990cd1d55164e0011b when
7f647bf45a5ce8ba9aaa28c4afe85fced4275f9a4567a1886d4460b76c9051ae was
expected
If this change is expected (e.g. you have upgraded to a new version
without updating the checksums) then you can use these lines within
the recipe:
SRC_URI[md5sum] = "405499961427b695664f9b1758b5b7e4"
SRC_URI[sha256sum] =
"f725533190c9296680873204d247870f703d62019381dd990cd1d55164e0011b"
Otherwise you should retry the download and/or check with upstream to
determine if the file has become corrupted or otherwise unexpectedly
modified.
ERROR: Function failed: Fetcher failure for URL:
'http://software-dl.ti.com/dsps/dsps_public_sw/gfxsdk/5_01_01_01/exports/Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin'.
Unable to fetch URL from any source.
ERROR: Logfile of failure stored in:
/media/adam/Build/dev/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/libgles-omap3/5.01.01.01-r38.1/temp/log.do_fetch.7124
ERROR: Task 765
(/media/adam/Build/dev/poky/meta-ti/recipes-graphics/libgles/libgles-omap3_5.01.01.01.bb,
do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 5492 tasks of which 5491 didn't need to
be rerun and 1 failed.


Version 5.01.01.02 builds fine, but I am having issues at runtime [1].
Hence I am trying my luck with this older version.

Is anyone else seeing this fetch failure?

Thanks,

Adam

[1] https://gist.github.com/adam-lee/95949bb5825decc7e299


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Fetch failure on SDK 5.01.01.01
  2015-09-10 18:55 Fetch failure on SDK 5.01.01.01 Adam Lee
@ 2015-09-14 18:36 ` Denys Dmytriyenko
  0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-09-14 18:36 UTC (permalink / raw)
  To: Adam Lee; +Cc: meta-ti

Same here - seems fine, please re-download it:

$ wget http://software-dl.ti.com/dsps/dsps_public_sw/gfxsdk/5_01_01_01/exports/Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin
$ md5sum Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin
94acdbd20152c905939c2448d5e80a72  Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin


On Thu, Sep 10, 2015 at 11:55:07AM -0700, Adam Lee wrote:
> Hello everyone, I am trying to build "libgles-omap3_5.01.01.01" for
> the first time and seeing checksum mismatch and fetch failure as
> below:
> 
> ERROR: Fetcher failure for URL:
> 'http://software-dl.ti.com/dsps/dsps_public_sw/gfxsdk/5_01_01_01/exports/Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin'.
> Checksum mismatch!
> File: '/media/adam/Build/dev/build/downloads/Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin'
> has md5 checksum 405499961427b695664f9b1758b5b7e4 when
> 94acdbd20152c905939c2448d5e80a72 was expected
> File: '/media/adam/Build/dev/build/downloads/Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin'
> has sha256 checksum
> f725533190c9296680873204d247870f703d62019381dd990cd1d55164e0011b when
> 7f647bf45a5ce8ba9aaa28c4afe85fced4275f9a4567a1886d4460b76c9051ae was
> expected
> If this change is expected (e.g. you have upgraded to a new version
> without updating the checksums) then you can use these lines within
> the recipe:
> SRC_URI[md5sum] = "405499961427b695664f9b1758b5b7e4"
> SRC_URI[sha256sum] =
> "f725533190c9296680873204d247870f703d62019381dd990cd1d55164e0011b"
> Otherwise you should retry the download and/or check with upstream to
> determine if the file has become corrupted or otherwise unexpectedly
> modified.
> ERROR: Function failed: Fetcher failure for URL:
> 'http://software-dl.ti.com/dsps/dsps_public_sw/gfxsdk/5_01_01_01/exports/Graphics_SDK_setuplinux_hardfp_5_01_01_01.bin'.
> Unable to fetch URL from any source.
> ERROR: Logfile of failure stored in:
> /media/adam/Build/dev/build/tmp/work/cortexa8hf-vfp-neon-poky-linux-gnueabi/libgles-omap3/5.01.01.01-r38.1/temp/log.do_fetch.7124
> ERROR: Task 765
> (/media/adam/Build/dev/poky/meta-ti/recipes-graphics/libgles/libgles-omap3_5.01.01.01.bb,
> do_fetch) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 5492 tasks of which 5491 didn't need to
> be rerun and 1 failed.
> 
> 
> Version 5.01.01.02 builds fine, but I am having issues at runtime [1].
> Hence I am trying my luck with this older version.
> 
> Is anyone else seeing this fetch failure?
> 
> Thanks,
> 
> Adam
> 
> [1] https://gist.github.com/adam-lee/95949bb5825decc7e299
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-14 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 18:55 Fetch failure on SDK 5.01.01.01 Adam Lee
2015-09-14 18:36 ` Denys Dmytriyenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.