Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693764 - app-backup/restic-0.9.5 : # get https:/.../v1.18.0.mod: Get https:/.../v1.18.0.mod: dial tcp: lookup proxy.golang.org on 127.0.0.1:53: read udp 127.0.0.1:40811->127.0.0.1:53: read: connection refused
Summary: app-backup/restic-0.9.5 : # get https:/.../v1.18.0.mod: Get https:/.../v1.18....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: David Roman
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: go-1.13-sandbox
  Show dependency tree
 
Reported: 2019-09-08 09:13 UTC by Toralf Förster
Modified: 2019-10-01 09:03 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,17.53 KB, text/plain)
2019-09-08 09:13 UTC, Toralf Förster
Details
app-backup:restic-0.9.5:20190908-013641.log (app-backup:restic-0.9.5:20190908-013641.log,17.89 KB, text/plain)
2019-09-08 09:13 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,223.84 KB, text/plain)
2019-09-08 09:13 UTC, Toralf Förster
Details
environment (environment,54.50 KB, text/plain)
2019-09-08 09:13 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.85 KB, application/x-bzip)
2019-09-08 09:13 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-09-08 09:13:26 UTC
# get https://proxy.golang.org/github.com/spf13/cobra/@v/v0.0.3.mod
# get https://proxy.golang.org/google.golang.org/grpc/@v/v1.18.0.mod
# get https://proxy.golang.org/google.golang.org/grpc/@v/v1.18.0.mod: Get https://proxy.golang.org/google.golang.org/grpc/@v/v1.18.0.mod: dial tcp: lookup proxy.golang.org on 127.0.0.1:53: read udp 127.0.0.1:40811->127.0.0.1:53: read: connection refused
# get https://proxy.golang.org/google.golang.org/api/@v/v0.1.0.mod
# get https://proxy.golang.org/github.com/kr/fs/@v/v0.1.0.mod: Get https://proxy.golang.org/github.com/kr/fs/@v/v0.1.0.mod: dial tcp: lookup proxy.golang.org on 127.0.0.1:53: read udp 127.0.0.1:40811->127.0.0.1:53: read: connection refused
# get https://proxy.golang.org/github.com/grpc-ecosystem/grpc-gateway/@v/v1.7.0.mod

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-libressl-20190903-155333

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.37.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

repository timestamp:

==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sun, 08 Sep 2019 00:06:03 +0000

emerge -qpvO app-backup/restic
[ebuild  N    ] app-backup/restic-0.9.5
Comment 1 Toralf Förster gentoo-dev 2019-09-08 09:13:28 UTC
Created attachment 589410 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-09-08 09:13:31 UTC
Created attachment 589412 [details]
app-backup:restic-0.9.5:20190908-013641.log
Comment 3 Toralf Förster gentoo-dev 2019-09-08 09:13:34 UTC
Created attachment 589414 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-09-08 09:13:36 UTC
Created attachment 589416 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-09-08 09:13:39 UTC
Created attachment 589418 [details]
etc.portage.tbz2
Comment 6 Jason A. Donenfeld gentoo-dev 2019-10-01 09:02:01 UTC
No activity from the proxy maintainer in almost a month. I'm going to handle this one.
Comment 7 Larry the Git Cow gentoo-dev 2019-10-01 09:03:27 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c659d060363f621c66c816bf41f0bce9be688eb

commit 1c659d060363f621c66c816bf41f0bce9be688eb
Author:     Jason A. Donenfeld <zx2c4@gentoo.org>
AuthorDate: 2019-10-01 09:02:08 +0000
Commit:     Jason A. Donenfeld <zx2c4@gentoo.org>
CommitDate: 2019-10-01 09:02:39 +0000

    app-backup/restic: use older go module behavior
    
    Go 1.13 changed the default GO111MODULE value, and Restic hasn't been
    updated since July to account for this, so let's opt-in to the old
    behavior so that the build system still works.
    
    Closes: https://bugs.gentoo.org/693764
    Package-Manager: Portage-2.3.76, Repoman-2.3.17
    Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>

 app-backup/restic/restic-0.9.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)