go: disabling cache (/root/cache/go-build) due to initialization failure: mkdir /root/cache: permission denied # github.com/containers/storage/drivers/btrfs drivers/btrfs/btrfs.go:8:10: fatal error: btrfs/ioctl.h: No such file or directory #include <btrfs/ioctl.h> ^~~~~~~~~~~~~~~ compilation terminated. ------------------------------------------------------------------- This is an unstable amd64 chroot image at a tinderbox (==build bot) name: 17.0-desktop-plasma-systemd_20180819-105812 ------------------------------------------------------------------- gcc-config -l: [1] x86_64-pc-linux-gnu-8.2.0 * Available Python interpreters, in order of preference: [1] python3.7 [2] python3.6 [3] python2.7 (fallback) Available Ruby profiles: [1] ruby23 (with Rubygems) [2] ruby25 (with Rubygems) * java-config: The following VMs are available for generation-2: *) IcedTea JDK 3.8.0 [icedtea-bin-8] Available Java Virtual Machines: [1] icedtea-bin-8 system-vm emerge -qpv app-emulation/containers-storage [ebuild N ] app-emulation/containers-storage-0_pre20180730 USE="-ostree -test"
Created attachment 544980 [details] emerge-info.txt
Created attachment 544982 [details] app-emulation:containers-storage-0_pre20180730:20180825-115543.log
Created attachment 544984 [details] emerge-history.txt
Created attachment 544986 [details] environment
Created attachment 544988 [details] etc.portage.tbz2
BTW is there a sandbox issue too? >> mkdir /root/cache: permission denied
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c541f97435478b52bc632eeddd8c8911811cc838 commit c541f97435478b52bc632eeddd8c8911811cc838 Author: Zac Medico <zmedico@gentoo.org> AuthorDate: 2018-08-25 23:42:07 +0000 Commit: Zac Medico <zmedico@gentoo.org> CommitDate: 2018-08-26 00:06:42 +0000 app-emulation/containers-storage: add btrfs dep (bug 664574) Add btrfs USE flag, and also a device-mapper USE flag. Use GOCACHE=off to hopefully avoid the reported /root/cache sandbox violation. Reported-by: Toralf Förster <toralf@gentoo.org> Closes: https://bugs.gentoo.org/664574 Package-Manager: Portage-2.3.48, Repoman-2.3.10 .../containers-storage-0_pre20180730.ebuild | 28 +++++++++++++++------- app-emulation/containers-storage/metadata.xml | 8 +++++++ 2 files changed, 28 insertions(+), 8 deletions(-)
(In reply to Toralf Förster from comment #6) > BTW is there a sandbox issue too? > > >> mkdir /root/cache: permission denied I was not able to reproduce this, but I've added a GOCACHE=off setting the hopefully solves it.