[Bug 243962] [new port] devel/delve: Delve is a debugger for the Go programming language

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 13 14:06:52 UTC 2020


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243962

Dmitri Goutnik <dmgk at freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|ports-bugs at FreeBSD.org      |dmgk at freebsd.org
             Status|New                         |Open
                 CC|                            |dmgk at freebsd.org

--- Comment #1 from Dmitri Goutnik <dmgk at freebsd.org> ---
Poudriere is having issues building it:

===>  Building dlv from ./cmd/dlv
go: github.com/cosiner/argv at v0.0.0-20170225145430-13bacc38a0a5: Get
https://proxy.golang.org/github.com/cosiner/argv/@v/v0.0.0-20170225145430-13bacc38a0a5.mod:
dial tcp: lookup proxy.golang.org on 1.0.0.1:53: write udp
127.0.0.1:44960->1.0.0.1:53: write: permission denied
*** Error code 1

Given that upstream is using modules [1], the port's Makefile should be using
USES=go:modules and all required dependencies will have to be listed in
GH_TUPLE [2]

While here, could you please also update to the latest release (1.4.0)?

[1] https://github.com/go-delve/delve/blob/v1.3.2/go.mod
[2] https://www.freebsd.org/doc/en/books/porters-handbook/book.html#using-go

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


More information about the freebsd-ports-bugs mailing list