Gentoo Archives: gentoo-desktop

From: "Boyd Stephen Smith Jr." <bss03@××××××××××.net>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] Trying to install gnucash - g-wrap failure
Date: Fri, 23 Feb 2007 22:22:46
Message-Id: 200702231619.51532.bss03@volumehost.net
In Reply to: Re: [gentoo-desktop] Trying to install gnucash - g-wrap failure by mail
1 On Friday 23 February 2007, mail <lists@×××××.net> wrote about 'Re:
2 [gentoo-desktop] Trying to install gnucash - g-wrap failure':
3 > On Fri, 2007-02-23 at 16:18 -0500, Daniel Gryniewicz wrote:
4 > > On Fri, 2007-02-23 at 16:01 -0500, mail wrote:
5 > > > On Thu, 2007-02-22 at 16:06 +0100, Christoph Nodes wrote:
6 > > > > http://bugs.gentoo.org/show_bug.cgi?id=166374
7 > > >
8 > > > OK, thats Great.
9 > > > In the mean time, it is almost tax season. Is there a simple way to
10 > > > emerge a working version for now?
11 > >
12 > > The easiest solution is to emerge the
13 > > ~arch g-wrap, which uses glib 2.x and works fine.
14 >
15 > I'n not too familiar with emerging things like that. How do I emerge a
16 > ~arch g-wrap? do I put something special in /etc/portage/package.use ?
17
18 Well, you should have read the relevant documentation toward the end of
19 your Gentoo install; I believe the section of the handbook is "Using
20 Portage".
21
22 Assuming g-wrap is the only package that needs an ~arch version, something
23 like:
24
25 echo 'dev-libs/g-wrap' >> /etc/portage/package.keywords
26
27 and then a standard emerge of gnucash should work. However, this might
28 about with a "masked by missing keyword" error on some other package,
29 which indicates you'll need the ~ARCH version of that package as well.
30 Repeat the above procedure until you get all the ~ARCH versions you need.
31 Keep in mind that ~ARCH packages are "testing" and may be as stable as the
32 standard (ARCH) packages.
33
34 I strongly encourage you to read the relevant documentation, since the
35 instructions I've provided above will cause emerge to consistently want to
36 upgrade g-wrap (and any other ~ARCH packages you need) to the latest ~ARCH
37 version, which may or may not be what you want. In particular, you may
38 want to so with a version-limited atom, like '~dev-libs/g-wrap-1.9.6'
39 instead of the "raw" atom 'dev-libs/g-wrap'.
40
41 Relevant documentation includes sections of the Gentoo Handbook as well has
42 the portage(5), make.conf(5), emerge(1), and ebuild(1) man pages.
43
44 --
45 Boyd Stephen Smith Jr. ,= ,-_-. =.
46 bss03@××××××××××.net ((_/)o o(\_))
47 ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
48 http://iguanasuicide.org/ \_/
49 New GPG Key! Old key expires 2007-03-25. Upgrade NOW!

Replies

Subject Author
Re: [gentoo-desktop] Trying to install gnucash - g-wrap failure mail <lists@×××××.net>