Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] Re: Advice needed regarding udisks Grant <emailgrant@×××××.com>