[Bug 255205] Mk/Uses/go.mk: Fails to find a particular Go module
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Apr 19 03:55:11 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255205
Bug ID: 255205
Summary: Mk/Uses/go.mk: Fails to find a particular Go module
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Ports Framework
Assignee: portmgr at FreeBSD.org
Reporter: yuri at freebsd.org
CC: ports-bugs at FreeBSD.org
Created attachment 224238
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=224238&action=edit
Makefile
Please see the attached Makefile.
It fails for an unobvious reason:
> # get https://sum.golang.org/lookup/github.com/kr/pty@v1.1.1: 200 OK (0.016s)
> # get https://sum.golang.org/lookup/github.com/kisielk/gotool@v1.0.0: 200 OK (0.016s)
> go: github.com/xtaci/smux at v1.3.3 (replaced by ./vendor/github.com/xtaci/smux): reading vendor/github.com/xtaci/smux/go.mod: open /disk-samsung/freebsd-ports/distfiles/go/misc_sia/sia-v1.5.6/vendor/github.com/xtaci/smux/go.mod: no such file or directory
> *** Error code 1
Same fails when modules2tuple is used.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-ports-bugs
mailing list