Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 681072 - app-emulation/docker-registry-2.7.1 : failed to initialize build cache at /.../go-build: mkdir /.../cache: permission denied
Summary: app-emulation/docker-registry-2.7.1 : failed to initialize build cache at /.....
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 567192
  Show dependency tree
 
Reported: 2019-03-20 19:29 UTC by Toralf Förster
Modified: 2019-03-20 22:47 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.64 KB, text/plain)
2019-03-20 19:29 UTC, Toralf Förster
Details
app-emulation:docker-registry-2.7.1:20190320-191336.log (app-emulation:docker-registry-2.7.1:20190320-191336.log,2.64 KB, text/plain)
2019-03-20 19:29 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,190.78 KB, text/plain)
2019-03-20 19:29 UTC, Toralf Förster
Details
environment (environment,65.92 KB, text/plain)
2019-03-20 19:29 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.57 KB, application/x-bzip)
2019-03-20 19:29 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,16.36 KB, application/x-bzip)
2019-03-20 19:29 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-03-20 19:29:31 UTC
make: Entering directory '/var/tmp/portage/app-emulation/docker-registry-2.7.1/work/docker-registry-2.7.1/src/github.com/docker/distribution'
+ bin/registry
failed to initialize build cache at /root/cache/go-build: mkdir /root/cache: permission denied
make: *** [Makefile:91: bin/registry] Error 1
make: Leaving directory '/var/tmp/portage/app-emulation/docker-registry-2.7.1/work/docker-registry-2.7.1/src/github.com/docker/distribution'
 * ERROR: app-emulation/docker-registry-2.7.1::gentoo failed (compile phase):

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop-gnome_20190316-092022

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.3.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
  [3]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.32.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.10.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO app-emulation/docker-registry
[ebuild  N    ] app-emulation/docker-registry-2.7.1
Comment 1 Toralf Förster gentoo-dev 2019-03-20 19:29:34 UTC
Created attachment 570066 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-03-20 19:29:37 UTC
Created attachment 570068 [details]
app-emulation:docker-registry-2.7.1:20190320-191336.log
Comment 3 Toralf Förster gentoo-dev 2019-03-20 19:29:40 UTC
Created attachment 570070 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-03-20 19:29:43 UTC
Created attachment 570072 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-03-20 19:29:45 UTC
Created attachment 570074 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-03-20 19:29:48 UTC
Created attachment 570076 [details]
temp.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2019-03-20 22:46:37 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=496d7b5ac1e6a32b7cdf799aa2ba2c2b3dcba575

commit 496d7b5ac1e6a32b7cdf799aa2ba2c2b3dcba575
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-03-20 22:45:22 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-03-20 22:45:40 +0000

    app-emulation/docker-registry: filter GOCACHE vars (bug 681072)
    
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Closes: https://bugs.gentoo.org/681072
    Package-Manager: Portage-2.3.62, Repoman-2.3.12
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-emulation/docker-registry/docker-registry-2.6.2-r1.ebuild | 3 ++-
 app-emulation/docker-registry/docker-registry-2.7.0-r1.ebuild | 3 ++-
 app-emulation/docker-registry/docker-registry-2.7.0.ebuild    | 3 ++-
 app-emulation/docker-registry/docker-registry-2.7.1.ebuild    | 1 +
 4 files changed, 7 insertions(+), 3 deletions(-)
Comment 8 Zac Medico gentoo-dev 2019-03-20 22:47:31 UTC
Thanks!