Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691896 - net-fs/mc-2019.07.31.19.17.35 : go: error loading module requirements
Summary: net-fs/mc-2019.07.31.19.17.35 : go: error loading module requirements
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-10 09:42 UTC by Toralf Förster
Modified: 2019-10-25 17:46 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.48 KB, text/plain)
2019-08-10 09:43 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,230.76 KB, text/plain)
2019-08-10 09:43 UTC, Toralf Förster
Details
environment (environment,35.21 KB, text/plain)
2019-08-10 09:43 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,21.57 KB, application/x-bzip)
2019-08-10 09:43 UTC, Toralf Förster
Details
net-fs:mc-2019.07.31.19.17.35:20190810-092516.log (net-fs:mc-2019.07.31.19.17.35:20190810-092516.log,26.73 KB, text/plain)
2019-08-10 09:43 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-08-10 09:42:59 UTC
go: finding github.com/minio/minio-go/v6 v6.0.32
go: github.com/minio/minio-go/v6@v6.0.32: unknown revision v6.0.32
go: error loading module requirements
go: gopkg.in/h2non/filetype.v1@v1.0.5: unrecognized import path "gopkg.in/h2non/filetype.v1" (https fetch: Get https://gopkg.in/h2non/filetype.v1?go-get=1: dial tcp: lookup gopkg.in on 127.0.0.1:53: read udp 127.0.0.1:51491->127.0.0.1:53: read: connection refused)
go: finding github.com/jonboulle/clockwork v0.1.0
go: finding github.com/minio/sha256-simd v0.1.0

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-20190805-211951

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

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

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.36.0 *



emerge -qpvO net-fs/mc
[ebuild  N    ] net-fs/mc-2019.07.31.19.17.35
Comment 1 Toralf Förster gentoo-dev 2019-08-10 09:43:02 UTC
Created attachment 586478 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-10 09:43:04 UTC
Created attachment 586480 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-08-10 09:43:07 UTC
Created attachment 586482 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-08-10 09:43:10 UTC
Created attachment 586484 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-08-10 09:43:13 UTC
Created attachment 586486 [details]
net-fs:mc-2019.07.31.19.17.35:20190810-092516.log
Comment 6 Hank Leininger 2019-09-19 22:42:09 UTC
Encountered the same thing here:

go: golang.org/x/time@v0.0.0-20190308202827-9d24e82272b4: unrecognized import path "golang.org/x/time" (https fetch: Get https://golang.org/x/time?go-get=1: dial tcp: lookup golang.org on x.x.x.x:53: read udp x.x.x.x:43520->x.x.x.x:53: read: connection refused)
...
        fatal: unable to access 'https://github.com/xiang90/probing/': Couldn't resolve host 'github.com'
go: error loading module requirements


The latest version of mc in-tree that would build for me was net-fs/mc-2019.04.10.22.11.28

Note that this is not the same as the known issues with go-13.0-sandbox being tracked here: https://bugs.gentoo.org/693574 - I've masked 1.13 and am using dev-lang/go-1.12.9 because of those issues.