Gentoo Archives: gentoo-user

From: 7v5w7go9ub0o <7v5w7go9ub0o@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] hal requires cryptsetup!? will hal work with loop-aes?
Date: Mon, 06 Apr 2009 00:48:53
Message-Id: 49D95121.30504@gmail.com
1 BACKGROUND:
2
3 Am preparing for the xorg update, and hal wants to bring in cryptsetup:
4
5 ('ebuild', '/', 'sys-fs/cryptsetup-1.0.5-r1', 'merge') pulled in by
6 >=sys-fs/cryptsetup-1.0.5 required by ('ebuild', '/',
7 'sys-apps/hal-0.5.11-r8', 'merge')
8
9 A quick look at the ebuild reveals this:
10
11 IUSE="X acpi apm crypt debug dell disk-partition doc laptop selinux
12 ${KERNEL_IUSE}"
13
14 RDEPEND=">=dev-libs/dbus-glib-0.61
15 >=dev-libs/glib-2.14
16 >=dev-libs/expat-1.95.8
17 >=dev-libs/libusb-0.1.10a
18 >=sys-apps/pciutils-2.2.7-r1
19 >=dev-util/gperf-3.0.3
20 sys-apps/usbutils
21 virtual/eject
22 amd64? ( >=sys-apps/dmidecode-2.7 )
23 dell? ( >=sys-libs/libsmbios-0.13.4 )
24 disk-partition? ( >=sys-apps/parted-1.8.0 )
25 ia64? ( >=sys-apps/dmidecode-2.7 )
26 kernel_linux? (
27 >=sys-fs/udev-117
28 >=sys-apps/util-linux-2.13
29 >=sys-kernel/linux-headers-2.6.19
30 crypt? ( >=sys-fs/cryptsetup-1.0.5 )
31 )
32
33 (I'm aware of the udev vs cryptsetup workaround listed in bugzilla)
34
35 QUESTIONS:
36
37 1. Is cryptsetup really necessary on non-encrypted systems? It appears
38 to be both setting, and then testing for crypt. If it does require
39 cryptsetup, then Why?
40
41 2. I'm using loop-aes. If the answer to question number 1 is yes, then
42 will hal have an issue with loop-aes/loop devices?
43
44 Thanks in advance....... Newbie

Replies