Date: Mon, 05 Oct 2020 12:50:22 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 250140] devel/gitaly fails to build due to failed hash check on codahale-hdrhistogram dependency. Message-ID: <bug-250140-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D250140 Bug ID: 250140 Summary: devel/gitaly fails to build due to failed hash check on codahale-hdrhistogram dependency. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: mfechner@FreeBSD.org Reporter: hakan@siktas.com Assignee: mfechner@FreeBSD.org Flags: maintainer-feedback?(mfechner@FreeBSD.org) While trying to build the new version, it fails for me with: ``` =3D=3D=3D> Giving up on fetching files:=20 codahale-hdrhistogram-3a0bb77429bd_GH0.tar.gz Make sure the Makefile and distinfo file (/usr/ports/devel/gitaly/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=3Dyes [other args]". *** Error code 1 ``` Trying to build it with checksums disabled results in: ``` mv: rename /usr/ports/devel/gitaly/work/hdrhistogram-3a0bb77429bd to /usr/ports/devel/gitaly/work/gitaly-60a08d8121b1019ee7868a9d8e22e6f3d98233a= d-60a08d8121b1019ee7868a9d8e22e6f3d98233ad/vendor/github.com/codahale/hdrhi= stogram: No such file or directory *** Error code 1 Stop. make: stopped in /usr/ports/devel/gitaly ``` They moved to a new Github organization, and I guess that therefore the old= URL is causing problems: https://github.com/HdrHistogram/hdrhistogram-go/issues= /32 --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250140-7788>