Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: kmix/sound broken
Date: Sun, 30 Jan 2011 17:43:17
Message-Id: 201101301724.54117.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Re: kmix/sound broken by James
1 On Sunday 30 January 2011 16:26:35 James wrote:
2 > Neil Bothwick <neil <at> digimed.co.uk> writes:
3 > > > killall kmix did nothing....
4 > >
5 > > Because, as Dale said, it's running as a kdeinit process. Use ps to get
6 > > the PID and kill that. KMix won't stat if it is already running, even if
7 > > that process has crashed.
8 >
9 > I did:
10 >
11 > ps aux | grep kmix
12 > root 31977 0.0 0.0 6184 576 pts/2 S+ 11:19
13 > 0:00 grep --colour=auto
14 >
15 > All that is(was) running was the grep process...
16 >
17 > I think I found the problem, but need a little guidance.
18 >
19 > All prepared. Starting rebuild
20 > emerge --oneshot --pretend --with-bdeps y app-editors/xemacs:0
21 > app-office/akonadi-server:0
22 > app-text/libspectre:0
23 > dev-db/libdbi-drivers:0
24 > dev-lang/php:5.3
25 > dev-libs/apr-util:1
26 > dev-libs/cyrus-sasl:2
27 > dev-libs/redland:0
28 > kde-base/nepomuk:4.4
29 > media-gfx/imagemagick:0
30 > x11-libs/qt-sql:4
31 >
32 > These are the packages that would be merged, in order:
33 >
34 > Calculating dependencies... done!
35 >
36 > emerge: there are no ebuilds built with USE flags to
37 > satisfy ">=kde-base/kdelibs-4.4.
38 > 5[aqua=,-kdeprefix,semantic-desktop]"
39 >
40 >
41 > One of the following packages is required to complete your request:
42 > kde-base/kdelibs-4.4.5-r2 (Change USE: +semantic-desktop)
43 > (dependency required by "kde-base/nepomuk-4.4.5" [ebuild])
44 > (dependency required by "kde-base/nepomuk:4.4" [argument])
45 >
46 >
47 > Obviously I can do what it is advising me to do: add
48 > semantic-desktop to the USE flag in either the make.conf file
49 > or per package in packeage.use........... or such.
50 >
51 > What are the caveats of semantic-desktop and nepomuk?
52 > Can I just delete these and go my merry way, or
53 > where should I read up on these kde4 (pillar) requirements?
54 >
55 >
56 > Googling, I found this thread:
57 > http://forums.gentoo.org/viewtopic-t-799299-start-0.html
58 >
59 > Code:
60 > echo ">=kde-base/kdelibs-4.4.0 semantic-desktop" >> /
61 > etc/portage/package.use
62 >
63 > I'm now running kde-4.4 and everything seems fine. My understanding
64 > of what I've done is that kdelibs is now set up to support any
65 > application which thinks it wants semantic-desktop on while all those
66 > applications with optional support for semantic-desktop know not to use
67 > semantic-desktop.
68 >
69 >
70 > Guidance and suggestions are warranted, methinks....
71
72 At some time in the past (like a year ago?) I had to add it to my make.conf
73 because some packages would not work without it, but forgot the details. This
74 is what is currently using it on my system:
75
76 $ euse -I semantic-desktop
77 global use flags (searching: semantic-desktop)
78 ************************************************************
79 [+ C ] semantic-desktop - Cross-KDE support for semantic search and
80 information retrieval
81
82 Installed packages matching this USE flag:
83 kde-base/dolphin-4.4.5
84 kde-base/gwenview-4.4.5-r1
85 kde-base/kdebase-runtime-meta-4.4.5
86 kde-base/kdelibs-4.4.5-r2
87 kde-base/kdepimlibs-4.4.5
88 kde-base/kdepim-meta-4.4.9
89 kde-base/kget-4.4.5
90 kde-base/plasma-workspace-4.4.5
91 kde-base/pykde4-4.4.5-r1
92 net-wireless/kbluetooth-0.4.2
93
94 local use flags (searching: semantic-desktop)
95 ************************************************************
96 [+ C ] semantic-desktop (kde-base/pykde4):
97 Enables Nepomuk and Soprano python language bindings
98
99 A full KDE DE may need it more than this.
100
101 --
102 Regards,
103 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
[gentoo-user] Re: kmix/sound broken James <wireless@×××××××××××.com>