Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704698 - dev-libs/go-fuse-0_p20150422 fails to build
Summary: dev-libs/go-fuse-0_p20150422 fails to build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Rick Farina (Zero_Chaos)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 669810
  Show dependency tree
 
Reported: 2020-01-03 13:25 UTC by Joonas Niilola
Modified: 2020-01-03 19:01 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joonas Niilola gentoo-dev 2020-01-03 13:25:42 UTC
Hey, 

>>> Emerging (1 of 1) dev-libs/go-fuse-0_p20150422::gentoo
 * go-fuse-0_p20150422.tar.gz BLAKE2B SHA512 size ;-) ...                  [ ok ]
>>> Unpacking source...
>>> Unpacking go-fuse-0_p20150422.tar.gz to /tmp/portage/dev-libs/go-fuse-0_p20150422/work
>>> Source unpacked in /tmp/portage/dev-libs/go-fuse-0_p20150422/work
>>> Preparing source in /tmp/portage/dev-libs/go-fuse-0_p20150422/work/go-fuse-0_p20150422 ...
>>> Source prepared.
>>> Configuring source in /tmp/portage/dev-libs/go-fuse-0_p20150422/work/go-fuse-0_p20150422 ...
>>> Source configured.
>>> Compiling source in /tmp/portage/dev-libs/go-fuse-0_p20150422/work/go-fuse-0_p20150422 ...
WORK=/tmp/portage/dev-libs/go-fuse-0_p20150422/temp/go-build053433748
# get https://proxy.golang.org/github.com/@v/list
# get https://proxy.golang.org/github.com/hanwen/go-fuse/fuse/@v/list
# get https://proxy.golang.org/github.com/hanwen/go-fuse/@v/list
# get https://proxy.golang.org/github.com/hanwen/@v/list
# get https://proxy.golang.org/github.com/hanwen/go-fuse/fuse/@v/list: Get https://proxy.golang.org/github.com/hanwen/go-fuse/fuse/@v/list: dial tcp: lookup proxy.golang.org on 192.168.1.1:53: dial udp 192.168.1.1:53: connect: network is unreachable
# get https://proxy.golang.org/github.com/@v/list: Get https://proxy.golang.org/github.com/@v/list: dial tcp: lookup proxy.golang.org on 192.168.1.1:53: dial udp 192.168.1.1:53: connect: network is unreachable
# get https://proxy.golang.org/github.com/hanwen/go-fuse/@v/list: Get https://proxy.golang.org/github.com/hanwen/go-fuse/@v/list: dial tcp: lookup proxy.golang.org on 192.168.1.1:53: dial udp 192.168.1.1:53: connect: network is unreachable
# get https://proxy.golang.org/github.com/hanwen/@v/list: Get https://proxy.golang.org/github.com/hanwen/@v/list: dial tcp: lookup proxy.golang.org on 192.168.1.1:53: dial udp 192.168.1.1:53: connect: network is unreachable
can't load package: package github.com/hanwen/go-fuse/fuse: module github.com/hanwen/go-fuse/fuse: Get https://proxy.golang.org/github.com/hanwen/go-fuse/fuse/@v/list: dial tcp: lookup proxy.golang.org on 192.168.1.1:53: dial udp 192.168.1.1:53: connect: network is unreachable
 * ERROR: dev-libs/go-fuse-0_p20150422::gentoo failed (compile phase):
 *   (no error message)
 * 
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 1839:  Called call_go 'build'
 *   environment, line  328:  Called die
 * The specific snippet of code:
 *           GOROOT="${GOROOT}" GOPATH="${S}" go "${1}" -v -x -work ${GO_PN}/${d} || die;
 * 
 * If you need support, post the output of `emerge --info '=dev-libs/go-fuse-0_p20150422::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-libs/go-fuse-0_p20150422::gentoo'`.
 * The complete build log is located at '/tmp/portage/dev-libs/go-fuse-0_p20150422/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/dev-libs/go-fuse-0_p20150422/temp/environment'.
 * Working directory: '/tmp/portage/dev-libs/go-fuse-0_p20150422/work/go-fuse-0_p20150422'
 * S: '/tmp/portage/dev-libs/go-fuse-0_p20150422/work/go-fuse-0_p20150422'


I can successfully build it using FEATURES="-network-sandbox" but that's wrong. I imagine some of the go eclasses will be of help here? I'm not a go-ebuild expert.
Comment 1 Joonas Niilola gentoo-dev 2020-01-03 19:01:52 UTC
Nevermind, looks like my system was offline for a bit. Works now. Sorry for the noise!