Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Aug 2022 23:16:24 +0100
From:      Nuno Teixeira <eduardo@freebsd.org>
To:        FreeBSD Mailing List <freebsd-ports@freebsd.org>
Subject:   Re: go modules fetching problem
Message-ID:  <CAFDf7UKfESxjVi9zj%2BJqLGC677x8F=D7EaV9HWXA8bbDWrQk-Q@mail.gmail.com>
In-Reply-To: <CAFDf7UJSdt%2BkmbDrCikYpq9YVuXqgFPqwf=hWg1s5aH2w4w8gw@mail.gmail.com>
References:  <CAFDf7UJSdt%2BkmbDrCikYpq9YVuXqgFPqwf=hWg1s5aH2w4w8gw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
--000000000000c270c705e585d123
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

(...)

Same with poudriere testport, but after some tries modules fetch is
complete.

Nuno Teixeira <eduardo@freebsd.org> escreveu no dia sexta, 5/08/2022 =C3=A0=
(s)
22:31:

> Hello,
>
> For the first time I can't fetch go modules from a port.
> I've tried several ports that uses go:modules and problem is the same.
> What could be the problem?
>
> ---
> $ make distclean makesum:
>
> =3D=3D=3D>  Cleaning for gomplate-3.11.2
> =3D=3D=3D>  Cleaning Go module cache
> =3D=3D=3D>  Deleting distfiles for gomplate-3.11.2
> =3D=3D=3D>  License MIT accepted by the user
> =3D=3D=3D>  License MIT accepted by the user
> =3D=3D=3D>   gomplate-3.11.2 depends on file: /usr/local/sbin/pkg - found
> =3D=3D=3D>   gomplate-3.11.2 depends on file: /usr/local/bin/go119 - foun=
d
> =3D=3D=3D>   gomplate-3.11.2 depends on package: ca_root_nss>0 - found
> =3D> v3.11.2.mod doesn't seem to exist in
> /tmp/go/sysutils_gomplate/gomplate-v3.11.2.
> =3D> Attempting to fetch
> https://proxy.golang.org/github.com/hairyhenderson/gomplate/v3/@v/v3.11.2=
.mod
> v3.11.2.mod                                           7063  B   51 MBps
>  00s
> =3D> v3.11.2.zip doesn't seem to exist in
> /tmp/go/sysutils_gomplate/gomplate-v3.11.2.
> =3D> Attempting to fetch
> https://proxy.golang.org/github.com/hairyhenderson/gomplate/v3/@v/v3.11.2=
.zip
> v3.11.2.zip                                            671 kB 6855 kBps
>  00s
> =3D=3D=3D> Fetching all distfiles required by gomplate-3.11.2 for buildin=
g
> =3D=3D=3D> Fetching github.com/hairyhenderson/gomplate/v3 dependencies
> # get https://proxy.golang.org/github.com/%21shopify/ejson/@v/v1.3.3.mod
> # get
> https://proxy.golang.org/github.com/%21proton%21mail/go-crypto/@v/v0.0.0-=
20220517143526-88bb52951d5b.mod
> # get https://proxy.golang.org/github.com/armon/go-radix/@v/v1.0.0.mod
> # get https://proxy.golang.org/cloud.google.com/go/compute/@v/v1.6.1.mod
> # get https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod
> # get
> https://proxy.golang.org/github.com/%21microsoft/go-winio/@v/v0.5.2.mod
> # get https://proxy.golang.org/cloud.google.com/go/@v/v0.102.0.mod
> # get https://proxy.golang.org/github.com/armon/go-metrics/@v/v0.4.0.mod
> # get https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.22.1.mod
> # get
> https://proxy.golang.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod
> # get
> https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mod
> # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v0.3.0.mod
> # get https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod:
> Get "https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod":
> dial tcp [2a00:1450:4003:80c::2011]:443: conn
> ect: no route to host
> # get https://proxy.golang.org/cloud.google.com/go/iam/@v/v0.3.0.mod: Get
> "https://proxy.golang.org/cloud.google.com/go/iam/@v/v0.3.0.mod": dial
> tcp [2a00:1450:4003:80c::2011]:443: connect: n
> o route to host
> # get
> https://proxy.golang.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod:
> Get "
> https://proxy.golang.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod"=
:
> dial tcp [2a00:1450:4003:80c::2
> 011]:443: connect: no route to host
> # get https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/v1.16.4.mo=
d
> # get
> https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mod:
> Get "
> https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mod"=
:
> dial tcp [2a00:1450:4003:80c::2
> 011]:443: connect: no route to host
> ---
>
> Thanks in advance,
> --
> Nuno Teixeira
> FreeBSD Committer (ports)
>


--=20
Nuno Teixeira
FreeBSD Committer (ports)

--000000000000c270c705e585d123
Content-Type: text/html; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

<div dir=3D"ltr"><div>(...)</div><div><br></div><div>Same with poudriere te=
stport, but after some tries modules fetch is complete.<br></div></div><br>=
<div class=3D"gmail_quote"><div dir=3D"ltr" class=3D"gmail_attr">Nuno Teixe=
ira &lt;<a href=3D"mailto:eduardo@freebsd.org">eduardo@freebsd.org</a>&gt; =
escreveu no dia sexta, 5/08/2022 =C3=A0(s) 22:31:<br></div><blockquote clas=
s=3D"gmail_quote" style=3D"margin:0px 0px 0px 0.8ex;border-left:1px solid r=
gb(204,204,204);padding-left:1ex"><div dir=3D"ltr"><div>Hello,</div><div><b=
r></div><div>For the first time I can&#39;t fetch go modules from a port.</=
div><div>I&#39;ve tried several ports that uses go:modules and problem is t=
he same.<br></div><div>What could be the problem?</div><div><br></div><div>=
---<br></div><div>$ make distclean makesum:</div><div><br></div><div>=3D=3D=
=3D&gt; =C2=A0Cleaning for gomplate-3.11.2<br>=3D=3D=3D&gt; =C2=A0Cleaning =
Go module cache<br>=3D=3D=3D&gt; =C2=A0Deleting distfiles for gomplate-3.11=
.2<br>=3D=3D=3D&gt; =C2=A0License MIT accepted by the user<br>=3D=3D=3D&gt;=
 =C2=A0License MIT accepted by the user<br>=3D=3D=3D&gt; =C2=A0 gomplate-3.=
11.2 depends on file: /usr/local/sbin/pkg - found<br>=3D=3D=3D&gt; =C2=A0 g=
omplate-3.11.2 depends on file: /usr/local/bin/go119 - found<br>=3D=3D=3D&g=
t; =C2=A0 gomplate-3.11.2 depends on package: ca_root_nss&gt;0 - found<br>=
=3D&gt; v3.11.2.mod doesn&#39;t seem to exist in /tmp/go/sysutils_gomplate/=
gomplate-v3.11.2.<br>=3D&gt; Attempting to fetch <a href=3D"https://proxy.g=
olang.org/github.com/hairyhenderson/gomplate/v3/@v/v3.11.2.mod" target=3D"_=
blank">https://proxy.golang.org/github.com/hairyhenderson/gomplate/v3/@v/v3=
.11.2.mod</a><br>v3.11.2.mod =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 7063 =C2=A0B =C2=A0 51 MBps =C2=A0 =C2=A000s<br=
>=3D&gt; v3.11.2.zip doesn&#39;t seem to exist in /tmp/go/sysutils_gomplate=
/gomplate-v3.11.2.<br>=3D&gt; Attempting to fetch <a href=3D"https://proxy.=
golang.org/github.com/hairyhenderson/gomplate/v3/@v/v3.11.2.zip" target=3D"=
_blank">https://proxy.golang.org/github.com/hairyhenderson/gomplate/v3/@v/v=
3.11.2.zip</a><br>v3.11.2.zip =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0671 kB 6855 kBps =C2=A0 =C2=A000s<br>=3D=
=3D=3D&gt; Fetching all distfiles required by gomplate-3.11.2 for building<=
br>=3D=3D=3D&gt; Fetching <a href=3D"http://github.com/hairyhenderson/gompl=
ate/v3" target=3D"_blank">github.com/hairyhenderson/gomplate/v3</a> depende=
ncies<br># get <a href=3D"https://proxy.golang.org/github.com/%21shopify/ej=
son/@v/v1.3.3.mod" target=3D"_blank">https://proxy.golang.org/github.com/%2=
1shopify/ejson/@v/v1.3.3.mod</a><br># get <a href=3D"https://proxy.golang.o=
rg/github.com/%21proton%21mail/go-crypto/@v/v0.0.0-20220517143526-88bb52951=
d5b.mod" target=3D"_blank">https://proxy.golang.org/github.com/%21proton%21=
mail/go-crypto/@v/v0.0.0-20220517143526-88bb52951d5b.mod</a><br># get <a hr=
ef=3D"https://proxy.golang.org/github.com/armon/go-radix/@v/v1.0.0.mod" tar=
get=3D"_blank">https://proxy.golang.org/github.com/armon/go-radix/@v/v1.0.0=
.mod</a><br># get <a href=3D"https://proxy.golang.org/cloud.google.com/go/c=
ompute/@v/v1.6.1.mod" target=3D"_blank">https://proxy.golang.org/cloud.goog=
le.com/go/compute/@v/v1.6.1.mod</a><br># get <a href=3D"https://proxy.golan=
g.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod" target=3D"_blank">https://p=
roxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod</a><br># get <a hr=
ef=3D"https://proxy.golang.org/github.com/%21microsoft/go-winio/@v/v0.5.2.m=
od" target=3D"_blank">https://proxy.golang.org/github.com/%21microsoft/go-w=
inio/@v/v0.5.2.mod</a><br># get <a href=3D"https://proxy.golang.org/cloud.g=
oogle.com/go/@v/v0.102.0.mod" target=3D"_blank">https://proxy.golang.org/cl=
oud.google.com/go/@v/v0.102.0.mod</a><br># get <a href=3D"https://proxy.gol=
ang.org/github.com/armon/go-metrics/@v/v0.4.0.mod" target=3D"_blank">https:=
//proxy.golang.org/github.com/armon/go-metrics/@v/v0.4.0.mod</a><br># get <=
a href=3D"https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.22.1.m=
od" target=3D"_blank">https://proxy.golang.org/cloud.google.com/go/storage/=
@v/v1.22.1.mod</a><br># get <a href=3D"https://proxy.golang.org/github.com/=
apparentlymart/go-cidr/@v/v1.1.0.mod" target=3D"_blank">https://proxy.golan=
g.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod</a><br># get <a href=
=3D"https://proxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mo=
d" target=3D"_blank">https://proxy.golang.org/github.com/%21masterminds/gou=
tils/@v/v1.1.1.mod</a><br># get <a href=3D"https://proxy.golang.org/cloud.g=
oogle.com/go/iam/@v/v0.3.0.mod" target=3D"_blank">https://proxy.golang.org/=
cloud.google.com/go/iam/@v/v0.3.0.mod</a><br># get <a href=3D"https://proxy=
.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod" target=3D"_blank">htt=
ps://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3.mod</a>: Get &qu=
ot;<a href=3D"https://proxy.golang.org/github.com/acomagu/bufpipe/@v/v1.0.3=
.mod" target=3D"_blank">https://proxy.golang.org/github.com/acomagu/bufpipe=
/@v/v1.0.3.mod</a>&quot;: dial tcp [2a00:1450:4003:80c::2011]:443: conn<br>=
ect: no route to host<br># get <a href=3D"https://proxy.golang.org/cloud.go=
ogle.com/go/iam/@v/v0.3.0.mod" target=3D"_blank">https://proxy.golang.org/c=
loud.google.com/go/iam/@v/v0.3.0.mod</a>: Get &quot;<a href=3D"https://prox=
y.golang.org/cloud.google.com/go/iam/@v/v0.3.0.mod" target=3D"_blank">https=
://proxy.golang.org/cloud.google.com/go/iam/@v/v0.3.0.mod</a>&quot;: dial t=
cp [2a00:1450:4003:80c::2011]:443: connect: n<br>o route to host<br># get <=
a href=3D"https://proxy.golang.org/github.com/apparentlymart/go-cidr/@v/v1.=
1.0.mod" target=3D"_blank">https://proxy.golang.org/github.com/apparentlyma=
rt/go-cidr/@v/v1.1.0.mod</a>: Get &quot;<a href=3D"https://proxy.golang.org=
/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod" target=3D"_blank">https:/=
/proxy.golang.org/github.com/apparentlymart/go-cidr/@v/v1.1.0.mod</a>&quot;=
: dial tcp [2a00:1450:4003:80c::2<br>011]:443: connect: no route to host<br=
># get <a href=3D"https://proxy.golang.org/github.com/aws/aws-sdk-go-v2/@v/=
v1.16.4.mod" target=3D"_blank">https://proxy.golang.org/github.com/aws/aws-=
sdk-go-v2/@v/v1.16.4.mod</a><br># get <a href=3D"https://proxy.golang.org/g=
ithub.com/%21masterminds/goutils/@v/v1.1.1.mod" target=3D"_blank">https://p=
roxy.golang.org/github.com/%21masterminds/goutils/@v/v1.1.1.mod</a>: Get &q=
uot;<a href=3D"https://proxy.golang.org/github.com/%21masterminds/goutils/@=
v/v1.1.1.mod" target=3D"_blank">https://proxy.golang.org/github.com/%21mast=
erminds/goutils/@v/v1.1.1.mod</a>&quot;: dial tcp [2a00:1450:4003:80c::2<br=
>011]:443: connect: no route to host</div><div>---</div><div><br></div><div=
>Thanks in advance,<br></div><div>-- <br><div dir=3D"ltr"><div dir=3D"ltr">=
<span style=3D"color:rgb(102,102,102)">Nuno Teixeira<br>FreeBSD Committer (=
ports)</span></div></div></div></div>
</blockquote></div><br clear=3D"all"><br>-- <br><div dir=3D"ltr" class=3D"g=
mail_signature"><div dir=3D"ltr"><span style=3D"color:rgb(102,102,102)">Nun=
o Teixeira<br>FreeBSD Committer (ports)</span></div></div>

--000000000000c270c705e585d123--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFDf7UKfESxjVi9zj%2BJqLGC677x8F=D7EaV9HWXA8bbDWrQk-Q>