Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] Re: Advice needed regarding udisks
Date: Sat, 17 Aug 2013 18:03:29
Message-Id: CAN0CFw0zUan_LqwLcxzxz2QWK5pYrsqqS=0Mg2xxSOHhRm_erw@mail.gmail.com
In Reply to: Re: [gentoo-user] Re: Advice needed regarding udisks by Alan McKinnon
1 >> This is actually a portage question. How can I install udisks-2 in a
2 >> way that will fix this problem? I'm confused by how to handle the
3 >> slotting behavior.
4 >
5 > emerge udisks:2
6 >
7 > A SLOT is treated as two different packages that just happen to have the
8 > same name, so there's a ":<something>" appended to differentiate them.
9 >
10 > Other packages that use udisks will define which SLOT they DEPEND on in
11 > their ebuild, if it's important to distinguish them that way.
12
13 It looks like installing udisks-2 to SLOT 2 would mean installing into
14 a new slot. I don't think that will fix the behavior I described
15 below. I think I need to upgrade one of the currently installed
16 udisks slots to udisks-2. Is that correct, or am I misunderstanding
17 and I should just follow your instructions?
18
19 - Grant
20
21
22 >>> I'm having a problem detaching a USB camera from a desktop. I found a
23 >>> Ubuntu bug for the problem which states that it is a bug in udisks-1
24 >>> which won't be fixed upstream and the solution is to upgrade to Ubuntu
25 >>> 12.10 which uses udisks-2. Can anyone recommend a good course of
26 >>> action for me here?
27 >>>
28 >>> Here is the problem:
29 >>>
30 >>> # udisks --detach /dev/sdb
31 >>> Detach failed: Error detaching: helper exited with exit code 1:
32 >>> Detaching device /dev/sdb
33 >>> USB device: /sys/devices/pci0000:00/0000:00:02.0/usb2/2-6)
34 >>> SYNCHRONIZE CACHE: FAILED: No such file or directory
35 >>> (Continuing despite SYNCHRONIZE CACHE failure.)
36 >>> STOP UNIT: FAILED: No such file or directory
37 >>>
38 >>> Here is a pretend emerge of udisks:
39 >>>
40 >>> # emerge -pv udisks
41 >>> [ebuild N ] sys-apps/gptfdisk-0.8.6 USE="icu ncurses -static" 0 kB
42 >>> [ebuild NS ] sys-fs/udisks-2.1.0:2 [1.0.4-r5:0] USE="gptfdisk
43 >>> introspection -cryptsetup -debug (-selinux) -systemd" 0 kB
44 >>>
45 >>> Here is the Ubuntu bug describing the problem (comments 81, 82, 85):
46 >>>
47 >>> https://bugs.launchpad.net/ubuntu/+source/udisks/+bug/466575
48 >>>
49 >>> - Grant

Replies

Subject Author
Re: [gentoo-user] Re: Advice needed regarding udisks "Canek Peláez Valdés" <caneko@×××××.com>
Re: [gentoo-user] Re: Advice needed regarding udisks Alan McKinnon <alan.mckinnon@×××××.com>