Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 704698

Summary: dev-libs/go-fuse-0_p20150422 fails to build
Product: Gentoo Linux Reporter: Joonas Niilola <juippis>
Component: Current packagesAssignee: Rick Farina (Zero_Chaos) <zerochaos>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 669810    

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!