Gentoo Archives: gentoo-cluster

From: Brady Catherman <bradyc@××××××.edu>
To: gentoo-cluster@l.g.o
Subject: Re: [gentoo-cluster] Problems compiling..
Date: Sat, 24 Dec 2005 04:35:02
Message-Id: 07B1307A-DC8C-45CB-8F2D-60FA7CBADD28@uidaho.edu
In Reply to: Re: [gentoo-cluster] Problems compiling.. by Patrick Boyer
1 Its actually a whole slew of packages.
2
3 I am slowly building a set of ebuilds for R packages. Everything was
4 fine until I ran into dev-R/RGtk which seems to require glib-config
5 and pkg-config but I can't seem to make them work right. The install
6 fails when it tries to find them even though I have installed gtk+,
7 glib and such.
8
9 Anyways. I was just wondering if I was missing a dependance or
10 something somewhere in the mix. Im thinking now that the RGtk
11 configure script is just broken so I am going to have to try and sed
12 the thing before I use it. Hopefully here in the next few weeks I
13 will be able to release all 140 dev-R ebuilds that I have created so
14 far =)
15
16 On Dec 23, 2005, at 5:41 PM, Patrick Boyer wrote:
17
18 > On 12/23/05, Brady Catherman <bradyc@××××××.edu> wrote:
19 > Im trying to compile a bunch of R packages and I keep having problems
20 > because I am missing the glib-config and gtk-config programs.. What
21 > package are these included with? There doesn't seem to be much
22 > documentation online about this issue.
23 > --
24 > gentoo-cluster@g.o mailing list
25 >
26 >
27 > glib-config is in dev/libs/glib, according to qpkg. Don't know
28 > about gtk-config. What specific programs are you trying to compile?