[Bug 262981] sysutils/zrepl: missing two Go dependencies, google.golang.org/appengine/cloudsql and github.com/konsorten/go-windows-terminal-sequences

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 01 Apr 2022 13:51:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262981

            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. Examining
the Makefile and the distinfo file didn't give any clues.

When building the port using Synth, the extract phase ends with:

--------------------------------------------------------------------------------
--  Phase: extract
--------------------------------------------------------------------------------
===>  License MIT accepted by the user
===> Fetching all distfiles required by zrepl-0.5.0_1 for building
===> Fetching github.com/zrepl/zrepl dependencies
===>  Extracting for zrepl-0.5.0_1
=> SHA256 Checksum OK for go/sysutils_zrepl/zrepl-v0.5.0/v0.5.0.mod.
=> 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 module
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

-- 
You are receiving this mail because:
You are the assignee for the bug.