Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693546 - dev-lang/go-1.13 fail to build other packages with enabled FEATURES=network-sandbox
Summary: dev-lang/go-1.13 fail to build other packages with enabled FEATURES=network-s...
Status: RESOLVED DUPLICATE of bug 693574
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-05 13:44 UTC by Alex Efros
Modified: 2019-09-05 18:39 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 Alex Efros 2019-09-05 13:44:16 UTC
I believe this issue isn't consul-specific, but related to go-1.13 and Gentoo sandbox used by emerge.


# cat /etc/resolv.conf
search lan int.powerman.name
nameserver 192.168.2.1

# dnsip proxy.golang.org
108.177.119.141

# env | grep GO
GOPATH=/usr/lib/go-gentoo
GOBIN=/usr/lib/go/bin
GO_TEST_COLOR=1

# go version
go version go1.13 linux/amd64

# emerge -1 consul

Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) app-admin/consul-1.5.3::gentoo
 * consul-1.5.3.tar.gz BLAKE2B SHA512 size ;-) ...                                           [ ok ]
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/app-admin/consul-1.5.3/work
>>> Preparing source in /var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3 ...
make -j8 -C src/github.com/hashicorp/consul dev-build 
make: Entering directory '/var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3/src/github.com/hashicorp/consul'
==> Building Consul - OSes: linux, Architectures: amd64
Building sequentially with go install
--->   linux/amd64
go: github.com/Azure/go-ansiterm@v0.0.0-20170929234023-d6e3b3328b78: Get https://proxy.golang.org/github.com/%21azure/go-ansiterm/@v/v0.0.0-20170929234023-d6e3b3328b78.mod: dial tcp: lookup proxy.golang.org on 192.168.2.1:53: dial udp 192.168.2.1:53: connect: network is unreachable
ERROR: Failed to build Consul for linux/amd64
make: *** [GNUmakefile:134: dev-build] Error 1
make: Leaving directory '/var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3/src/github.com/hashicorp/consul'
 * ERROR: app-admin/consul-1.5.3::gentoo failed (compile phase):
 *   emake failed

# GOPROXY=direct emerge -1 consul

Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) app-admin/consul-1.5.3::gentoo
 * consul-1.5.3.tar.gz BLAKE2B SHA512 size ;-) ...                                           [ ok ]
>>> Unpacking source...
>>> Source unpacked in /var/tmp/portage/app-admin/consul-1.5.3/work
>>> Preparing source in /var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3 ...
make -j8 -C src/github.com/hashicorp/consul dev-build 
make: Entering directory '/var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3/src/github.com/hashicorp/consul'
==> Building Consul - OSes: linux, Architectures: amd64
Building sequentially with go install
--->   linux/amd64
go: github.com/Azure/go-ansiterm@v0.0.0-20170929234023-d6e3b3328b78: invalid version: git fetch -f origin refs/heads/*:refs/heads/* refs/tags/*:refs/tags/* in /var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3/pkg/mod/cache/vcs/e113ad221a3c1bcdd6b25fd7257003a1099689ebf9072ce11fd02856c5f22468: exit status 128:
	fatal: unable to access 'https://github.com/Azure/go-ansiterm/': Could not resolve: github.com (Could not contact DNS servers)
ERROR: Failed to build Consul for linux/amd64
make: *** [GNUmakefile:134: dev-build] Error 1
make: Leaving directory '/var/tmp/portage/app-admin/consul-1.5.3/work/consul-1.5.3/src/github.com/hashicorp/consul'
 * ERROR: app-admin/consul-1.5.3::gentoo failed (compile phase):
 *   emake failed

# GO111MODULE=on go get -v -d github.com/Azure/go-ansiterm@v0.0.0-20170929234023-d6e3b3328b78
go: finding github.com v0.0.0-20170929234023-d6e3b3328b78
go: finding github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
go: finding github.com/Azure v0.0.0-20170929234023-d6e3b3328b78
go: downloading github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78
go: extracting github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78



Portage 2.3.69 (python 3.6.5-final-0, default/linux/amd64/17.1/hardened, gcc-8.3.0, glibc-2.29-r2, 4.19.66-gentoo x86_64)
=================================================================
System uname: Linux-4.19.66-gentoo-x86_64-Intel-R-_Core-TM-_i7-2600K_CPU_@_3.40GHz-with-gentoo-2.6
KiB Mem:    24636956 total,   1513736 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Thu, 05 Sep 2019 11:45:01 +0000
Head commit of repository gentoo: db248c303cf84ea6c200fb7eb113354d52c3b74d
sh bash 4.4_p23-r1
ld GNU ld (Gentoo 2.32 p2) 2.32.0
ccache version 3.7.2 [enabled]
app-shells/bash:          4.4_p23-r1::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.30.0::gentoo
dev-lang/python:          2.7.15::gentoo, 3.6.5::gentoo
dev-util/ccache:          3.7.2::gentoo
dev-util/cmake:           3.14.6::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.13.4-r2::gentoo, 1.16.1-r1::gentoo
sys-devel/binutils:       2.32-r1::gentoo
sys-devel/gcc:            8.3.0-r1::gentoo
sys-devel/gcc-config:     2.0::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.19::gentoo (virtual/os-headers)
sys-libs/glibc:           2.29-r2::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.nl.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts: 

local
    location: /usr/local/portage
    masters: gentoo
    priority: 0

powerman
    location: /home/powerman/proj/gentoo/powerman-overlay
    masters: gentoo
    priority: 50

steam-overlay
    location: /var/lib/layman/steam-overlay
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /service /usr/inferno/keydb /usr/inferno/lib /usr/inferno/services /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /usr/share/i2p/scripts /var/log /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/usr/portage-distfiles"
EMERGE_DEFAULT_OPTS="--with-bdeps=y --autounmask-write --alert=y"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs ccache clean-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict strict-keepdir unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="http://mirrors.soeasyto.com/distfiles.gentoo.org/ http://gentoo.supp.name/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirror.netcologne.de/gentoo/"
LANG="ru_RU.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en ru ru_RU"
MAKEOPTS="-j8"
PKGDIR="/usr/portage-packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi adns aes alac alsa amd64 avx bash-completion berkdb bluetooth branding bzip2 cairo caps cdda cddb cdr chm cli consolekit crypt cups cxx dbus dga djvu dri dts dvb dvd dvdr egl eglfs emboss encode exif fam ffmpeg firefox flac fontconfig gallium gdbm gif glamor gpg gtk gtkstyle hardened iconv icu id3tag idn ipv6 jpeg jpeg2k lcms libnotify libtirpc mac mad matroska mmx mmxext mng mp3 mp4 mpeg multilib musepack ncurses network-cron nls nptl nsplugin ogg opengl openmp pam pango pclmul pcre pdf perl pie png policykit popcnt ppds projectm qt5 readline rtc sdl seccomp spell split-usr sse sse2 sse3 sse4_1 sse4_2 ssl ssp ssse3 startup-notification svg tcpd theora tiff truetype udev udisks unicode upower usb vaapi vdpau vim-syntax vorbis wavpack wxwidgets x264 x265 xattr xcb xml xscreensaver xtpax xv xvid xvmc zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="log_config vhost_alias autoindex alias rewrite dir deflate filter mime negotiation auth_basic authn_file authz_host authz_user authz_groupfile cgi actions headers env setenvif authn_core authz_core unixd socache_shmcb access_compat" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext pclmul popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="efi-64 pc" INPUT_DEVICES="evdev" KERNEL="linux" L10N="en ru" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" NGINX_MODULES_HTTP="access auth_basic autoindex browser charset empty_gif fastcgi geo gzip limit_conn limit_req map memcached proxy referer rewrite scgi split_clients ssi upstream_ip_hash userid uwsgi fancyindex" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" QEMU_SOFTMMU_TARGETS="x86_64 i386" QEMU_USER_TARGETS="x86_64 i386" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="nvidia nouveau" XFCE_PLUGINS="clock trash" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Alex Efros 2019-09-05 14:09:18 UTC
Yeah, my guess was correct, this way it works:

# FEATURES=-network-sandbox emerge -1 consul
Comment 2 William Hubbs gentoo-dev 2019-09-05 15:22:38 UTC
I don't think it is all packages however.
Try emerging dev-vcs/hub for example.
Comment 3 Alex Efros 2019-09-05 15:34:06 UTC
(In reply to William Hubbs from comment #2)
> I don't think it is all packages however.
> Try emerging dev-vcs/hub for example.

You right, but I believe hub uses vendoring (-mod=vendor), thus it won't download dependencies. So, it should affect all Go packages which do download their dependencies.
Comment 4 William Hubbs gentoo-dev 2019-09-05 15:49:54 UTC
app-misc/spire is another example that works.
Comment 5 William Hubbs gentoo-dev 2019-09-05 18:38:33 UTC

*** This bug has been marked as a duplicate of bug 693574 ***