Summary: | app-emulation/containers-storage-0_pre20180730 : drivers/.../btrfs.go:8:10: fatal error: btrfs/ioctl.h: No such file or directory | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Zac Medico <zmedico> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-info.txt
app-emulation:containers-storage-0_pre20180730:20180825-115543.log emerge-history.txt environment etc.portage.tbz2 |
Description
Toralf Förster
![]() 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. |