Date: Fri, 01 Apr 2022 13:51:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 262981] sysutils/zrepl: missing two Go dependencies, google.golang.org/appengine/cloudsql and github.com/konsorten/go-windows-terminal-sequences Message-ID: <bug-262981-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262981 Bug ID: 262981 Summary: sysutils/zrepl: missing two Go dependencies, google.golang.org/appengine/cloudsql and github.com/konsorten/go-windows-terminal-sequences Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: lcook@freebsd.org Reporter: Trond.Endrestol@ximalas.info Flags: maintainer-feedback?(lcook@freebsd.org) Assignee: lcook@freebsd.org I'm not sure if this is a upstream bug or a bug in the port itself. Examini= ng the Makefile and the distinfo file didn't give any clues. When building the port using Synth, the extract phase ends with: ---------------------------------------------------------------------------= ----- -- Phase: extract ---------------------------------------------------------------------------= ----- =3D=3D=3D> License MIT accepted by the user =3D=3D=3D> Fetching all distfiles required by zrepl-0.5.0_1 for building =3D=3D=3D> Fetching github.com/zrepl/zrepl dependencies =3D=3D=3D> Extracting for zrepl-0.5.0_1 =3D> SHA256 Checksum OK for go/sysutils_zrepl/zrepl-v0.5.0/v0.5.0.mod. =3D> SHA256 Checksum OK for go/sysutils_zrepl/zrepl-v0.5.0/v0.5.0.zip. github.com/zrepl/zrepl/daemon/hooks imports github.com/go-sql-driver/mysql imports google.golang.org/appengine/cloudsql: missing go.sum entry for modu= le providing package google.golang.org/appengine/cloudsql (imported by github.com/go-sql-driver/mysql); to add: go get github.com/go-sql-driver/mysql@v1.4.1-0.20190907122137-b2c03bcae3d4 github.com/zrepl/zrepl/daemon/job imports github.com/prometheus/common/log imports github.com/sirupsen/logrus imports github.com/konsorten/go-windows-terminal-sequences: missing go.sum entry for module providing package github.com/konsorten/go-windows-terminal-sequences (imported by github.com/sirupsen/logrus); to add: go get github.com/sirupsen/logrus@v1.4.2 *** Error code 1 Stop. make: stopped in /xports/sysutils/zrepl --=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-262981-7788>