Gentoo Archives: gentoo-user

From: Alex Schuster <wonko@×××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Minor questions: binutils-apple upgrade; pango; geany; etc.
Date: Tue, 27 Mar 2012 13:47:59
Message-Id: 20120327154540.55711793@weird.wonkology.org
In Reply to: [gentoo-user] Minor questions: binutils-apple upgrade; pango; geany; etc. by Daniel Ibn Zayd
1 Daniel Ibn Zayd writes:
2
3 > 1) I installed portage according to the bootstrap instructions, setting
4 > binutils-apple to version 3.2 (now 3.2.6) according to my version of
5 > XCode. Nonetheless, doing a world update pretend run always gives me
6 > this:
7 >
8 > Code:
9 > [ebuild NS ] sys-devel/binutils-apple-4.2 [3.2.6] USE="-lto -test"
10 >
11 >
12 > 4.2 won't install as it is not compatible (if I understand correctly
13 > from the bootstrap instructions); and 3.2.6 is installed with flags
14 > "one-shot" and "no-deps"....
15 >
16 > Is there a way to tell Portage not to attempt to upgrade here?
17
18 Looks to me this is not an upgrade, but a second install of this package,
19 in addition to the existing one. The 'NS' says this package is new, and
20 slotted, if it were an upgrade only, the 'S' would be an 'U'. Add the -t
21 (or --tree) option to emerge, this can tell you what package pulls in the
22 new version.
23
24 You can mask the new version by putting
25 >=sys-devel/binutils-apple-4.2
26 into /etc/portage/package.mask. But I don't think this would be necessary.
27
28
29 > 2) I've posted in the Multimedia item on the forums board about a
30 > certain problem I had with Pango, a known issue that is fixed with
31 > pango-1.29.5. I have read up on making my own overlays, but I'm
32 > wondering if there is a way to request an addition to the tree, or
33 > expedite such an addition? I'd rather for now rely on Portage than to
34 > get into my own interventions here.
35
36 I'd expect the maintainer of Pango to add an ebuild for this version. If
37 version 1.29.5 is very new, maybe you have to wait a little for that to
38 happen.
39
40 > 3) This brings me to the next question, which is: Geany for Mac OSX is
41 > available in other package managers, but is completely missing from the
42 > Gentoo tree; --search brings up nothing at all. I imagine I can install
43 > it, but I'm wondering first whether again it is possible to request that
44 > it be added to the Gentoo tree?
45
46 That's weird, it shows up here:
47
48 weird ~ # eix geany
49 * dev-util/geany
50 Available versions: 0.19.2 (~)0.20 0.21 {{+vte}}
51 Homepage: http://www.geany.org
52 Description: GTK+ based fast and lightweight IDE
53
54 * dev-util/geany-plugins
55 Available versions: 0.19 (~)0.20-r1 0.21.1 {{debugger devhelp
56 enchant gpg gtkspell lua nls soup webkit}} Homepage:
57 http://plugins.geany.org/geany-plugins Description: A
58 collection of different plugins for Geany
59
60 Oh, you should definitely install app-portage/eix, if you don't have
61 already. emerge eix, then use eix-update to index your portage tree, and
62 use eix instead of emerge --search.
63
64 Wonko