Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

botocore SRCREV are all invalid (not found on master branch) #9442

Closed
antoine-sac opened this issue Aug 28, 2024 · 6 comments
Closed

botocore SRCREV are all invalid (not found on master branch) #9442

antoine-sac opened this issue Aug 28, 2024 · 6 comments

Comments

@antoine-sac
Copy link

antoine-sac commented Aug 28, 2024

Hello,

Sadly it looks like someone force-pushed on boto/botocore and made all the SRCREV for python3-botocore recipe invalid. This seems to affect all botocore SRCREV across all versions.

For example, this is the current python3-botocore SRCREV and it is not attached to any branch.
boto/botocore@894686f

This means yocto builds fail with :

ERROR: python3-botocore-1.34.47-r0 do_fetch: Fetcher failure: Unable to find revision 91985d79e71c71f581095abc8f1789bd2f6c156d in branch master even from upstream

(This particular commit was the fairly old one we were using).

@thomas-roos
Copy link
Contributor

Thank you for reporting. Will look into that next week after being back from vacation.

@ndivecha
Copy link

Got same issue:

WARNING: python3-botocore-1.34.157-r0 do_fetch: Failed to fetch URL git://github.com/boto/botocore.git;protocol=https;branch=master, attempting MIRRORS if available
ERROR: python3-botocore-1.34.157-r0 do_fetch: Fetcher failure: Unable to find revision 894686f5fc8d1440715877ec361695fb71fc900c in branch master even from upstream
ERROR: python3-botocore-1.34.157-r0 do_fetch: Bitbake Fetcher Error: FetchError('Unable to fetch URL from any source.', 'git://github.com/boto/botocore.git;protocol=https;branch=master')

Ref: e58d5d2

@antoine-sac
Copy link
Author

As a temporary fix, we forked the meta-aws repo and fixed the commit SRCREV for the kirkstone branch. Feel free to use it if it's helpful: https://github.com/hestiia-engineering/meta-aws/tree/kirkstone

Note the botocore devs are lookink into restoring the commit history so the underlying issue should fix itself soon.

@ndivecha
Copy link

As a temporary fix, we forked the meta-aws repo and fixed the commit SRCREV for the kirkstone branch. Feel free to use it if it's helpful: https://github.com/hestiia-engineering/meta-aws/tree/kirkstone

Note the botocore devs are lookink into restoring the commit history so the underlying issue should fix itself soon.

ah ha! much appreciated... I guess work continues :-)

Cheers

@thomas-roos
Copy link
Contributor

botocore master branch should be fixed by mid of next week.

@thomas-roos
Copy link
Contributor

This is fixed now thankfully. boto/botocore#3241

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants