| Summary: | app-emulation/docker-runc-1.0.0_rc2_p20170308 fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Denis Kot <denis.kot> |
| Component: | Current packages | Assignee: | Manuel Rüger (RETIRED) <mrueg> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | denis.kot, jstein, molari.alessandro |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Denis Kot
2017-07-25 07:24:31 UTC
I'm getting the following error: * Package: app-emulation/docker-runc-1.0.0_rc2_p20170308 * Repository: gentoo * Maintainer: mrueg@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux seccomp userland_GNU * FEATURES: installsources preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Source unpacked in /var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/work >>> Preparing source in /var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/work/docker-runc-1.0.0_rc2_p20170308/src/github.com/docker/runc ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/work/docker-runc-1.0.0_rc2_p20170308/src/github.com/docker/runc ... >>> Source configured. >>> Compiling source in /var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/work/docker-runc-1.0.0_rc2_p20170308/src/github.com/docker/runc ... ln: .gopath/src/..: cannot overwrite directory make -j4 -l4 'BUILDTAGS=no seccomp' COMMIT=54296cf fatal: Not a git repository (or any of the parent directories): .git ln -sfn /var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/work/docker-runc-1.0.0_rc2_p20170308/src/github.com/docker/runc /var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/work/docker-runc-1.0.0_rc2_p20170308/src/github.com/docker/runc/Godeps/_workspace/src/github.com/opencontainers/runc go build -i -ldflags "-X main.gitCommit=54296cf -X main.version=1.0.0-rc2" -tags "no seccomp" -o runc . go install net: open /usr/lib64/go/pkg/linux_amd64/net.a: permission denied make: *** [Makefile:30: all] Error 1 * ERROR: app-emulation/docker-runc-1.0.0_rc2_p20170308::gentoo failed (compile phase): * emake failed * * If you need support, post the output of `emerge --info '=app-emulation/docker-runc-1.0.0_rc2_p20170308::gentoo'`, * the complete build log and the output of `emerge -pqv '=app-emulation/docker-runc-1.0.0_rc2_p20170308::gentoo'`. * The complete build log is located at '/var/log/portage/build/app-emulation/docker-runc-1.0.0_rc2_p20170308:20171101-094015.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/temp/environment'. * Working directory: '/var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/work/docker-runc-1.0.0_rc2_p20170308/src/github.com/docker/runc' * S: '/var/tmp/portage/app-emulation/docker-runc-1.0.0_rc2_p20170308/work/docker-runc-1.0.0_rc2_p20170308/src/github.com/docker/runc' This version is out of tree, please try again with a later version. |