Summary: | devel/gitaly fails to build due to failed hash check on codahale-hdrhistogram dependency. | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | hakan |
Component: | Individual Port(s) | Assignee: | Matthias Fechner <mfechner> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | CC: | gergely.czuczy |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(mfechner) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
hakan
2020-10-05 12:50:22 UTC
A commit references this bug: Author: mfechner Date: Tue Oct 6 06:29:07 UTC 2020 New revision: 551560 URL: https://svnweb.freebsd.org/changeset/ports/551560 Log: Update location for depedency codahale:hdrhistogram. The source was moved from: https://github.com/codahale/hdrhistogram to https://github.com/HdrHistogram/hdrhistogram-go PR: 250140 Reported by: hakan@siktas.com Changes: head/devel/gitaly/Makefile head/devel/gitaly/distinfo Thanks for reporting. devel/gitlab-shell also depends on hdrhistogram: GH_TUPLE= \ DataDog:dd-trace-go:v1.7.0:datadog_dd_trace_go/vendor/gopkg.in/DataDog/dd-trace-go.v1 \ client9:reopen:v1.0.0:client9_reopen/vendor/github.com/client9/reopen \ codahale:hdrhistogram:3a0bb77429bd:codahale_hdrhistogram/vendor/github.com/codahale/hdrhistogram \ And it's still looking at the old place What version are you using? Make sure you use 13.4.2_1, you maybe have to switch from quarterly to head branch for ports. I'm on head, and just ran portsnap fetch update. Here's the file: https://svnweb.freebsd.org/ports/head/devel/gitlab-shell/Makefile?view=markup#l38 It references the old place. Could you please explain how checking it out again will fix it? (In reply to gergely.czuczy from comment #5) now you talk about another port and not about devel/gitaly I will have there a look too. Yes, that's why the first token of my comment was "devel/gitlab-shell", but it must be me. I've noticed that you're the maintainer of that as well, and this change might affect the complete gitlab suite (with all of its ports), not just gitaly, or gitlab-shell. If you would prefer it that way, I can open a new PR. A commit references this bug: Author: mfechner Date: Wed Oct 7 09:30:15 UTC 2020 New revision: 551623 URL: https://svnweb.freebsd.org/changeset/ports/551623 Log: Update location for depedency codahale:hdrhistogram. The source was moved from: https://github.com/codahale/hdrhistogram to https://github.com/HdrHistogram/hdrhistogram-go PR: 250140 Reported by: gergely.czuczy@harmless.hu Changes: head/devel/gitlab-shell/Makefile head/devel/gitlab-shell/distinfo head/www/gitlab-workhorse/Makefile head/www/gitlab-workhorse/distinfo (In reply to gergely.czuczy from comment #7) Thanks, should now also be fixed. A commit references this bug: Author: mfechner Date: Wed Oct 7 12:46:36 UTC 2020 New revision: 551633 URL: https://svnweb.freebsd.org/changeset/ports/551633 Log: MFH: r551560 r551623 Update location for depedency codahale:hdrhistogram. The source was moved from: https://github.com/codahale/hdrhistogram to https://github.com/HdrHistogram/hdrhistogram-go PR: 250140 Reported by: hakan@siktas.com Update location for depedency codahale:hdrhistogram. The source was moved from: https://github.com/codahale/hdrhistogram to https://github.com/HdrHistogram/hdrhistogram-go PR: 250140 Reported by: gergely.czuczy@harmless.hu Approved by: ports-secteam (fluffy) Changes: _U branches/2020Q4/ branches/2020Q4/devel/gitaly/Makefile branches/2020Q4/devel/gitaly/distinfo branches/2020Q4/devel/gitlab-shell/Makefile branches/2020Q4/devel/gitlab-shell/distinfo branches/2020Q4/www/gitlab-workhorse/Makefile branches/2020Q4/www/gitlab-workhorse/distinfo A commit references this bug: Author: mfechner Date: Wed Oct 7 12:46:36 UTC 2020 New revision: 551633 URL: https://svnweb.freebsd.org/changeset/ports/551633 Log: MFH: r551560 r551623 Update location for depedency codahale:hdrhistogram. The source was moved from: https://github.com/codahale/hdrhistogram to https://github.com/HdrHistogram/hdrhistogram-go PR: 250140 Reported by: hakan@siktas.com Update location for depedency codahale:hdrhistogram. The source was moved from: https://github.com/codahale/hdrhistogram to https://github.com/HdrHistogram/hdrhistogram-go PR: 250140 Reported by: gergely.czuczy@harmless.hu Approved by: ports-secteam (fluffy) Changes: _U branches/2020Q4/ branches/2020Q4/devel/gitaly/Makefile branches/2020Q4/devel/gitaly/distinfo branches/2020Q4/devel/gitlab-shell/Makefile branches/2020Q4/devel/gitlab-shell/distinfo branches/2020Q4/www/gitlab-workhorse/Makefile branches/2020Q4/www/gitlab-workhorse/distinfo The complete package built just fine, thank you for fixing it. |