Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 691694 - app-emulation/containers-storage-1.12.16 : drivers/.../btrfs.go:8:10: fatal error: btrfs/ioctl.h: No such file or directory
Summary: app-emulation/containers-storage-1.12.16 : drivers/.../btrfs.go:8:10: fatal e...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-07 17:11 UTC by Toralf Förster
Modified: 2019-08-07 23:33 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.69 KB, text/plain)
2019-08-07 17:11 UTC, Toralf Förster
Details
app-emulation:containers-storage-1.12.16:20190807-075743.log (app-emulation:containers-storage-1.12.16:20190807-075743.log,15.13 KB, text/plain)
2019-08-07 17:11 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,147.36 KB, text/plain)
2019-08-07 17:11 UTC, Toralf Förster
Details
environment (environment,24.21 KB, text/plain)
2019-08-07 17:11 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.25 KB, application/x-bzip)
2019-08-07 17:11 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-08-07 17:11:21 UTC
go build -compiler gc -tags "btrfs_noversion   "  ./cmd/containers-storage
# github.com/containers/storage/drivers/btrfs
drivers/btrfs/btrfs.go:8:10: fatal error: btrfs/ioctl.h: No such file or directory
    8 | #include <btrfs/ioctl.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-libressl-20190804-112242

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *

java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.12.0 [icedtea-bin-8]
2)	JamVM JDK 2.0.0 [jamvm]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
  [2]   jamvm 

emerge -qpvO app-emulation/containers-storage
--- Invalid atom in /etc/portage/package.accept_keywords/00unstable: sys-libs/glibc-2.30
Comment 1 Toralf Förster gentoo-dev 2019-08-07 17:11:24 UTC
Created attachment 586010 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-08-07 17:11:26 UTC
Created attachment 586012 [details]
app-emulation:containers-storage-1.12.16:20190807-075743.log
Comment 3 Toralf Förster gentoo-dev 2019-08-07 17:11:29 UTC
Created attachment 586014 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-08-07 17:11:32 UTC
Created attachment 586016 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-08-07 17:11:34 UTC
Created attachment 586018 [details]
etc.portage.tbz2
Comment 6 Larry the Git Cow gentoo-dev 2019-08-07 23:33:24 UTC
The bug has been closed via the following commit(s):

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

commit ed90da501fed0c2bb20ded6190622de4d03db16e
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2019-08-07 23:31:04 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2019-08-07 23:33:17 +0000

    app-emulation/containers-storage: fix USE=-btrfs
    
    Closes: https://bugs.gentoo.org/691694
    Reported-by: Toralf Förster <toralf@gentoo.org>
    Package-Manager: Portage-2.3.71, Repoman-2.3.17
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-emulation/containers-storage/containers-storage-1.12.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 7 Zac Medico gentoo-dev 2019-08-07 23:33:47 UTC
Thanks!