sudoforge / pkgbuilds

PKGBUILDs for the AUR.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

google-cloud-sdk: fix patch 0004

tzvetkoff opened this issue · comments

In commit 4457483 you removed the # Python 3.3 and above. comments from the .patch by simply editing the file - this, unfortunately, breaks it as the hunk sizes are now wrong.
You'd need to either revert the comments back in the patch so the hunk sizes are correct, or regenerate the patch.

-> Extracting google-cloud-sdk_367.0.0.orig.tar.gz with bsdtar
==> Starting prepare()...
failed to apply patch: 0004-collections-abc.patch
==> ERROR: A failure occurred in prepare().
Aborting...
-> error making: google-cloud-sdk

I am getting this error while building the SDK.
OS: Arch Linux

Absolutely accurate -- looks like the caching issue that affected the pipeline wasn't fixed (unrelated to the change itself; TLDR: the build used the patch file from -2 instead of -3).

It is fixed now (meaning this particular kind of failure should not sneak by in the future). I'll have a rebuild out in a moment.

Thank you for bringing this to my attention. 100% human error, and I apologize for the inconvenience.

Patches should be landing in the AUR about now.