Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] dev-libs/folks-0.4.3 fails to emerge
Date: Mon, 08 Apr 2013 04:51:07
Message-Id: 20130408045047.GB2871@waltdnes.org
In Reply to: [gentoo-user] dev-libs/folks-0.4.3 fails to emerge by Andrew Hoffman
1 On Sun, Apr 07, 2013 at 09:49:57PM -0500, Andrew Hoffman wrote
2
3 > I have also rebuilt telepathy-glib debus-glib and gio with no change
4 > in folks. gee does not appear to be a package.
5
6 I tried...
7
8 USE="vala vapigen introspection" emerge -pv folks
9
10 on my system. It gives...
11
12 These are the packages that would be merged, in order:
13
14 Calculating dependencies... done!
15 [ebuild N ] dev-libs/gobject-introspection-1.32.1 USE="-doc -doctool {-test}" 0 kB
16 [ebuild N ] dev-lang/vala-0.12.1-r1:0.12 USE="vapigen {-test}" 2,233 kB
17 [ebuild N ] sys-apps/dbus-1.6.8 USE="X -debug -doc (-selinux) -static-libs {-test}" 1,885 kB
18 [ebuild N ] dev-lang/vala-0.18.1:0.18 USE="vapigen {-test}" 0 kB
19 [ebuild N ] dev-libs/dbus-glib-0.100.2 USE="-debug -doc -static-libs {-test}" 732 kB
20 [ebuild N ] dev-libs/libgee-0.6.7 USE="introspection" 494 kB
21 [ebuild N ] net-libs/telepathy-glib-0.20.1-r1 USE="introspection vala -debug {-test}" PYTHON_TARGETS="python2_7 -python2_5 -python2_6" 3,668 kB
22 [ebuild N ] dev-libs/folks-0.4.3 USE="-debug" 621 kB
23
24 I think that "gee" refers to dev-libs/libgee. Can you give the output
25 of "emerge --info"? I notice that you also have the line...
26
27 source /var/lib/layman/make.conf
28
29 ...in your make.conf. It may be over-riding stuff in your regular
30 make.conf. "emerge --info" will tell us what you have in total.
31 But a listing of /var/lib/layman/make.conf might still help us.
32
33 Another potential issue... in my make.conf I have...
34
35 PYTHON_TARGETS="python2_7"
36 PYTHON_SINGLE_TARGET="python2_7"
37
38 YES!!! I need both of them. I don't see them in your make.conf, unless
39 they're in the /var/lib/layman/make.conf
40
41 --
42 Walter Dnes <waltdnes@××××××××.org>
43 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
Re: [gentoo-user] dev-libs/folks-0.4.3 fails to emerge Andrew Hoffman <andy.hoffman12@×××××.com>