>>> Downloading 'https://gitlab.freedesktop.org/bolt/bolt/merge_requests/210.patch' --2020-06-09 13:56:45-- https://gitlab.freedesktop.org/bolt/bolt/merge_requests/210.patch Resolving gitlab.freedesktop.org (gitlab.freedesktop.org)... 35.227.58.183 Connecting to gitlab.freedesktop.org (gitlab.freedesktop.org)|35.227.58.183|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://gitlab.freedesktop.org/bolt/bolt/-/merge_requests/210.patch [following] --2020-06-09 13:56:46-- https://gitlab.freedesktop.org/bolt/bolt/-/merge_requests/210.patch Reusing existing connection to gitlab.freedesktop.org:443. HTTP request sent, awaiting response... 200 OK Length: 696 [text/plain] Saving to: ‘/aches/gentoo/distfiles/bolt-210.patch.__download__’ /aches/gentoo/distfiles/bolt-210.patch. 100%[===================>] 696 --.-KB/s in 0s 2020-06-09 13:56:46 (68.5 MB/s) - ‘/aches/gentoo/distfiles/bolt-210.patch.__download__’ saved [696/696] !!! Fetched file: bolt-210.patch VERIFY FAILED! !!! Reason: Filesize does not match recorded size !!! Got: 696 !!! Expected: 694
diff -u bolt-210.patch 210.patch --- bolt-210.patch 2020-01-30 23:54:01.000000000 +0100 +++ 210.patch 2020-06-09 14:09:12.055101253 +0200 @@ -10,7 +10,7 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bolt-error.h b/common/bolt-error.h -index 569da46..0486964 100644 +index 569da46f..04869643 100644 --- a/common/bolt-error.h +++ b/common/bolt-error.h @@ -36,7 +36,7 @@ G_BEGIN_DECLS @@ -23,5 +23,5 @@ BOLT_ERROR_UDEV, BOLT_ERROR_NOKEY, -- -2.24.1 +2.26.2
localy, I just regenerated (refetched as well) the checksums remained the same with the filesize at 694
(In reply to Matthew Thode ( prometheanfire ) from comment #2) > localy, I just regenerated (refetched as well) the checksums remained the > same with the filesize at 694 Then you obviously didn't fetch the second copy from gitlab.freedesktop.org but from a Gentoo mirror. Or you did neither and just checked your local copy. Who knows? I provided (f)actual evidence. How about you?
23:20:51 @<prometheanfire> rej: no need to be mean about it I wasn't "mean". I am frankly annoyed. And I challenged you to provide factual evidence.
ya it was a mirror, forgot about that, now stop being a jerk.
it looks like gitlab updated it's version of git, which changed the generated patches, so that sucks
curl -L https://gitlab.freedesktop.org/bolt/bolt/-/merge_requests/210.patch | diff -u "${DISTDIR}"/bolt-210.patch - % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 696 100 696 0 0 1693 0 --:--:-- --:--:-- --:--:-- 1689 --- /aches/gentoo/distfiles/bolt-210.patch 2020-01-30 23:54:01.000000000 +0100 +++ - 2020-06-09 23:15:03.932410454 +0200 @@ -10,7 +10,7 @@ 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/bolt-error.h b/common/bolt-error.h -index 569da46..0486964 100644 +index 569da46f..04869643 100644 --- a/common/bolt-error.h +++ b/common/bolt-error.h @@ -36,7 +36,7 @@ G_BEGIN_DECLS @@ -23,5 +23,5 @@ BOLT_ERROR_UDEV, BOLT_ERROR_NOKEY, -- -2.24.1 +2.26.2 Reproduce this or close this bug report as INVALID.
(In reply to Matthew Thode ( prometheanfire ) from comment #6) > it looks like gitlab updated it's version of git, which changed the > generated patches, so that sucks Right, updating git sucks. I showed you that in comment #1.
(In reply to Matthew Thode ( prometheanfire ) from comment #5) > ya it was a mirror, forgot about that, now stop being a jerk. Stop assigning emotions to the text I write. Thanks.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581992d518bbcd54a065dac61830f38041b7f8c1 commit 581992d518bbcd54a065dac61830f38041b7f8c1 Author: Matthew Thode <prometheanfire@gentoo.org> AuthorDate: 2020-06-09 21:31:17 +0000 Commit: Matthew Thode <prometheanfire@gentoo.org> CommitDate: 2020-06-09 21:31:44 +0000 sys-apps/bolt: fix patch checksum error fixed in place as both a build error and a non-on disk install impacting change. error caused by gitlab updating the version of git and changing the dynamically generated patch. Switched to a more static patch. Closes: https://bugs.gentoo.org/727650 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org> sys-apps/bolt/Manifest | 2 +- sys-apps/bolt/bolt-0.8-r1.ebuild | 4 ++-- sys-apps/bolt/metadata.xml | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-)
How we interface with eachother maters. Working remote with eachother means we need to care about what we write and how we write it.
(In reply to Matthew Thode ( prometheanfire ) from comment #11) > How we interface with eachother maters. Working remote with eachother means > we need to care about what we write and how we write it. I completely agree: 1) Don't call people "mean" or "jerks" when they point out problems or disagree with you. 2) Do not dismiss the problems people report without proper investigation. 3) Assume the reporter did more work in good faith to file the report than you can superficially (or initially) tell. Thanks for fixing this.