Angstrom-distribution/meta-angstrom

zstd fetch failes

Closed this issue · 4 comments

Hi,

zstd fetch failed because revision 90ae502 is not in the master branch.

bitbake -c fetch zstd results in

WARNING: zstd-1.3.5+gitAUTOINC+90ae50224d-r0 do_fetch: Failed to fetch URL git://github.com/facebook/zstd.git;protocol=https;branch=master, attempting MIRRORS if available
ERROR: zstd-1.3.5+gitAUTOINC+90ae50224d-r0 do_fetch: Fetcher failure: Unable to find revision 90ae50224d15e8dbcb9fa26b9be096366733db8e in branch master even from upstream
ERROR: zstd-1.3.5+gitAUTOINC+90ae50224d-r0 do_fetch: Fetcher failure for URL: 'git://github.com/facebook/zstd.git;protocol=https;branch=master'. Unable to fetch URL from any source.
ERROR: zstd-1.3.5+gitAUTOINC+90ae50224d-r0 do_fetch: Function failed: base_do_fetch
ERROR: Logfile of failure stored in: ..../build/tmp-angstrom-glibc/work/armv7at2hf-neon-angstrom-linux-gnueabi/zstd/1.3.5+gitAUTOINC+90ae50224d-r0/temp/log.do_fetch.14680
ERROR: Task (.../layers/meta-angstrom/recipes-tweaks/btrfs-tools/zstd_git.bb:do_fetch) failed with exit code '1'

git -c core.fsyncobjectfiles=0 branch --contains 90ae50224d15e8dbcb9fa26b9be096366733db8e -- list master shows nothing (in the repo https://github.com/facebook/zstd.git) which causes the git fetcher to fail.

For which angstrom version is this?

I see v2018.06 uses that SRCREV, will push an update for that in a moment.

Pushed the update after build testing it:

NOTE: Tasks Summary: Attempted 608 tasks of which 591 didn't need to be rerun and all succeeded.

Thanks for the report!

Thanks for the fast fix :)