Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2019 09:27:58 +0900
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports@FreeBSD.org
Subject:   golang apps try to use network during build and build erro on
Message-ID:  <20191105002758.mawurxi63vb5gydz@icepick.vmeta.jp>

next in thread | raw e-mail | index | archive | help
poudriere
Reply-To:
X-Operating-System: FreeBSD 12.1-STABLE amd64


Hi,

I recently noticed some golang apps (recent vewsion?) try to use network
during build.  As we know, this causes build error on poudriere.

I'm not familiar with golang build system. I'm not sure why this happens
and the differences between golang apps use network and don't. I'd
appreciate if you give me some advice how do golang folks avoid using
network during build?

===>  Building cli53 from ./cmd/cli53
go: github.com/aws/aws-sdk-go@v1.13.34: Get
https://proxy.golang.org/github.com/aws/aws-sdk-go/@v/v1.13.34.mod: dial tcp
: lookup proxy.golang.org on 192.168.24.1:53: write udp 127.0.0.1:52854->192.168.24.1:53: write: permission denied

-- 
meta <meta@FreeBSD.org>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20191105002758.mawurxi63vb5gydz>