* Package: app-emulation/rkt-1.4.0 * Repository: gentoo * Maintainer: zmedico@gentoo.org * USE: abi_x86_64 actool amd64 elibc_glibc kernel_linux rkt_stage1_coreos rkt_stage1_fly userland_GNU * FEATURES: preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking rkt-1.4.0.tar.gz to /var/tmp/portage/app-emulation/rkt-1.4.0/work >>> Source unpacked in /var/tmp/portage/app-emulation/rkt-1.4.0/work >>> Preparing source in /var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0 ... * Running eautoreconf in '/var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0' ... * Running aclocal ... [ ok ] * Running autoconf --force ... [ ok ] * Running elibtoolize in: rkt-1.4.0/ >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0 ... >>> Working in BUILD_DIR: "/var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0" * econf: updating rkt-1.4.0/config.sub with /usr/share/gnuconfig/config.sub * econf: updating rkt-1.4.0/config.guess with /usr/share/gnuconfig/config.guess /var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --docdir=/usr/share/doc/rkt-1.4.0 --with-stage1-default-images-directory=/usr/share/rkt --with-stage1-default-location=/usr/share/rkt/stage1.aci --with-stage1-flavors=coreos,fly --with-coreos-local-pxe-image-path=/var/tmp/portage/app-emulation/rkt-1.4.0/distdir/rkt-pxe-991.0.0.img --with-coreos-local-pxe-image-systemd-version=v225 checking for bash... /bin/bash checking for git... git checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for cat... cat checking for comm... comm checking for cpio... cpio checking for gzip... gzip checking for md5sum... md5sum checking for mktemp... mktemp checking for sort... sort checking for touch... touch checking for unsquashfs... unsquashfs checking for wget... wget configure: WARNING: * fly is an experimental stage1 implementation with almost no isolation and less features checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for acl/libacl.h... yes checking for dlfcn.h... yes checking for printf in -lc... yes checking whether C library provides setns function... yes checking for gpg... gpg checking for fork in -lc... yes checking for trousers/tss.h... yes checking for a BSD-compatible install... /usr/lib/portage/python3.4/ebuild-helpers/xattr/install -c checking for file... file checking for go... go checking for gofmt... gofmt checking for go... /usr/bin/go checking whether we have go 1.5 or newer... yes checking whether we have a go version without CVE-2015-8618... yes configure: creating ./config.status config.status: creating Makefile rkt 1.4.0 stage1 setup type: 'flavor' default stage1 location: '/usr/share/rkt/stage1.aci' default stage1 images directory: '/usr/share/rkt' built stage1 flavors: 'coreos,fly' default stage1 flavor: 'coreos' implied default stage1 name: 'coreos.com/rkt/stage1-coreos' implied default stage1 version: '1.4.0' coreos/kvm flavor specific build parameters local CoreOS PXE image path: '/var/tmp/portage/app-emulation/rkt-1.4.0/distdir/rkt-pxe-991.0.0.img' local CoreOS PXE image systemd version: 'v225' other build parameters functional tests enabled: 'no' features: '+TPM' go version: '1.6.1' >>> Source configured. >>> Compiling source in /var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0 ... >>> Working in BUILD_DIR: "/var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0" make -j1 GO github.com/coreos/rkt/rkt # github.com/appc/spec/pkg/device build-rkt-1.4.0/gopath/src/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/spec/pkg/device/device_posix.go: In function ‘my_major’: build-rkt-1.4.0/gopath/src/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/spec/pkg/device/device_posix.go:27:10: warning: implicit declaration of function ‘major’ [-Wimplicit-function-declaration] return major(dev); ^ build-rkt-1.4.0/gopath/src/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/spec/pkg/device/device_posix.go: In function ‘my_minor’: build-rkt-1.4.0/gopath/src/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/spec/pkg/device/device_posix.go:33:10: warning: implicit declaration of function ‘minor’ [-Wimplicit-function-declaration] return minor(dev); ^ build-rkt-1.4.0/gopath/src/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/spec/pkg/device/device_posix.go: In function ‘my_makedev’: build-rkt-1.4.0/gopath/src/github.com/coreos/rkt/Godeps/_workspace/src/github.com/appc/spec/pkg/device/device_posix.go:39:15: warning: implicit declaration of function ‘makedev’ [-Wimplicit-function-declaration] return makedev(maj, min); ^ # github.com/appc/spec/pkg/device /var/tmp/portage/app-emulation/rkt-1.4.0/temp/go-build517604562/github.com/appc/spec/pkg/device/_obj/device_posix.cgo2.o: In function `my_makedev': device_posix.cgo2.c:(.text+0xc4): undefined reference to `makedev' /var/tmp/portage/app-emulation/rkt-1.4.0/temp/go-build517604562/github.com/appc/spec/pkg/device/_obj/device_posix.cgo2.o: In function `my_major': device_posix.cgo2.c:(.text+0x3a): undefined reference to `major' /var/tmp/portage/app-emulation/rkt-1.4.0/temp/go-build517604562/github.com/appc/spec/pkg/device/_obj/device_posix.cgo2.o: In function `my_minor': device_posix.cgo2.c:(.text+0x8a): undefined reference to `minor' collect2: error: ld returned 1 exit status makelib/build_go_bin.mk:47: recipe for target '/var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0/build-rkt-1.4.0/bin/rkt' failed make: *** [/var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0/build-rkt-1.4.0/bin/rkt] Error 2 * ERROR: app-emulation/rkt-1.4.0::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-emulation/rkt-1.4.0::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-emulation/rkt-1.4.0::gentoo'`. * The complete build log is located at '/var/log/portage/app-emulation:rkt-1.4.0:20160417-102435.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emulation/rkt-1.4.0/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-emulation/rkt-1.4.0/temp/environment'. * Working directory: '/var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0' * S: '/var/tmp/portage/app-emulation/rkt-1.4.0/work/rkt-1.4.0'