Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Feb 2020 14:06:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 243962] [new port] devel/delve: Delve is a debugger for the Go programming language
Message-ID:  <bug-243962-7788-S15PYOD0sA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243962-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243962-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243962

Dmitri Goutnik <dmgk@freebsd.org> changed:

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

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

=3D=3D=3D>  Building dlv from ./cmd/dlv
go: github.com/cosiner/argv@v0.0.0-20170225145430-13bacc38a0a5: Get
https://proxy.golang.org/github.com/cosiner/argv/@v/v0.0.0-20170225145430-1=
3bacc38a0a5.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 usi=
ng
USES=3Dgo: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

--=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-243962-7788-S15PYOD0sA>