Gentoo Archives: gentoo-user

From: Philip Webb <purslow@××××××××.net>
To: Gentoo User <gentoo-user@l.g.o>
Subject: [gentoo-user] why does Udisks require Lvm2 ?
Date: Sat, 22 Jun 2019 21:41:13
Message-Id: 20190622214103.GG2508@ca.inter.net
1 I was going to update Udisks from 2.1.8 to 2.8.2
2 & then saw why I hadn't updated it previously :
3
4 root:526 ~> emerge -pv udisks
5 These are the packages that would be merged, in order:
6 emerge: there are no ebuilds built with USE flags to satisfy ">=sys-libs/libblockdev-2.19[cryptsetup,lvm?,vdo?]".
7 !!! One of the following packages is required to complete your request:
8 - sys-libs/libblockdev-2.20-r2::gentoo (Change USE: +cryptsetup)
9 (dependency required by "sys-fs/udisks-2.8.2::gentoo" [ebuild])
10 (dependency required by "udisks" [argument])
11
12 so I tried :
13
14 root:528 ~> USE="cryptsetup" emerge -pvt udisks
15 These are the packages that would be merged, in reverse order:
16 [ebuild U ] sys-fs/udisks-2.8.2:2::gentoo [2.1.8:2::gentoo] USE="-acl (-cryptsetup%) -debug -elogind% (-gptfdisk%) -introspection -lvm% -nls% (-selinux) -systemd -vdo%" 1,552 KiB
17 [ebuild N ] sys-libs/libblockdev-2.20-r2::gentoo USE="-bcache cryptsetup -device-mapper -dmraid -doc -escrow -kbd -lvm -test -vdo" PYTHON_SINGLE_TARGET="-python2_7 -python3_5 python3_6 (-python3_7)" PYTHON_TARGETS="python2_7 -python3_5 python3_6 (-python3_7)" 331 KiB
18 [ebuild N ] sys-fs/cryptsetup-2.1.0:0/12::gentoo USE="-argon2 -gcrypt -kernel -libressl -luks1_default -nettle -nls openssl -pwquality -reencrypt -static -static-libs udev -urandom" 10,413 KiB
19 [ebuild N ] sys-fs/lvm2-2.02.184-r4::gentoo USE="-device-mapper-only -lvm2create_initrd readline -sanlock (-selinux) -static -static-libs -systemd -thin udev" 2,328 KiB
20 [ebuild N ] dev-libs/libbytesize-1.4::gentoo USE="-doc -test" PYTHON_TARGETS="python2_7 -python3_5 python3_6 (-python3_7)" 80 KiB
21 [nomerge ] sys-fs/cryptsetup-2.1.0:0/12::gentoo USE="-argon2 -gcrypt -kernel -libressl -luks1_default -nettle -nls openssl -pwquality -reencrypt -static -static-libs udev -urandom"
22 [ebuild N ] dev-libs/json-c-0.13.1-r1:0/4::gentoo USE="-doc -static-libs" ABI_X86="-32 (64) (-x32)" 625 KiB
23 [nomerge ] sys-fs/lvm2-2.02.184-r4::gentoo USE="-device-mapper-only -lvm2create_initrd readline -sanlock (-selinux) -static -static-libs -systemd -thin udev"
24 [ebuild N ] dev-libs/libaio-0.3.110::gentoo USE="-static-libs -test" ABI_X86="-32 (64) (-x32)" 42 KiB
25
26 I don't use LVM nor do I want to install 'lvm2' :
27 can anyone suggest why is it required ?
28
29 --
30 ========================,,============================================
31 SUPPORT ___________//___, Philip Webb
32 ELECTRIC /] [] [] [] [] []| Cities Centre, University of Toronto
33 TRANSIT `-O----------O---' purslowatchassdotutorontodotca

Replies

Subject Author
Re: [gentoo-user] why does Udisks require Lvm2 ? Neil Bothwick <neil@××××××××××.uk>